===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libreoffice-7.0.3/aclocal.m4-123-    PKG_CHECK_EXISTS([$3],
libreoffice-7.0.3/aclocal.m4:124:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
libreoffice-7.0.3/aclocal.m4-125-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
libreoffice-7.0.3/aclocal.m4-171-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/aclocal.m4:172:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
libreoffice-7.0.3/aclocal.m4-173-        else 
libreoffice-7.0.3/aclocal.m4:174:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
libreoffice-7.0.3/aclocal.m4-175-        fi
##############################################
libreoffice-7.0.3/aclocal.m4-446-  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
libreoffice-7.0.3/aclocal.m4:447:    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
libreoffice-7.0.3/aclocal.m4-448-  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
##############################################
libreoffice-7.0.3/aclocal.m4-461-  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
libreoffice-7.0.3/aclocal.m4:462:    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
libreoffice-7.0.3/aclocal.m4-463-  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
##############################################
libreoffice-7.0.3/aclocal.m4-509-     $am_py_prefix*)
libreoffice-7.0.3/aclocal.m4:510:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
libreoffice-7.0.3/aclocal.m4:511:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
libreoffice-7.0.3/aclocal.m4-512-       ;;
##############################################
libreoffice-7.0.3/aclocal.m4-551-     $am_py_exec_prefix*)
libreoffice-7.0.3/aclocal.m4:552:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
libreoffice-7.0.3/aclocal.m4:553:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
libreoffice-7.0.3/aclocal.m4-554-       ;;
##############################################
libreoffice-7.0.3/aclocal.m4-688-    boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
libreoffice-7.0.3/aclocal.m4:689:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
libreoffice-7.0.3/aclocal.m4:690:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
libreoffice-7.0.3/aclocal.m4:691:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
libreoffice-7.0.3/aclocal.m4:692:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
libreoffice-7.0.3/aclocal.m4-693-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
libreoffice-7.0.3/aclocal.m4-695-        fi
libreoffice-7.0.3/aclocal.m4:696:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
libreoffice-7.0.3/aclocal.m4-697-    AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
libreoffice-7.0.3/aclocal.m4-779-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.0.3/aclocal.m4:780:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.0.3/aclocal.m4:781:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.0.3/aclocal.m4:782:                    V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.0.3/aclocal.m4-783-                    if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.0.3/aclocal.m4-785-                    fi
libreoffice-7.0.3/aclocal.m4:786:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.0.3/aclocal.m4-787-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.0.3/aclocal.m4-797-                if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.0.3/aclocal.m4:798:                    for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.0.3/aclocal.m4:799:                        _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.0.3/aclocal.m4:800:                        V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.0.3/aclocal.m4-801-                        if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.0.3/aclocal.m4-808-
libreoffice-7.0.3/aclocal.m4:809:            VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.0.3/aclocal.m4-810-            BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.0.3/aclocal.m4-822-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
libreoffice-7.0.3/aclocal.m4:823:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
libreoffice-7.0.3/aclocal.m4:824:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
libreoffice-7.0.3/aclocal.m4:825:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
libreoffice-7.0.3/aclocal.m4:826:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
libreoffice-7.0.3/aclocal.m4-827-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
libreoffice-7.0.3/aclocal.m4-956-			AC_DEFINE(HAVE_BOOST_DATE_TIME,,[define if the Boost::Date_Time library is available])
libreoffice-7.0.3/aclocal.m4:957:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/aclocal.m4-958-            if test "x$ax_boost_user_date_time_lib" = "x"; then
libreoffice-7.0.3/aclocal.m4:959:                for libextension in `ls $BOOSTLIBDIR/libboost_date_time*.so* $BOOSTLIBDIR/libboost_date_time*.dylib* $BOOSTLIBDIR/libboost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_date_time.*\)\.so.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.a*$;\1;'` ; do
libreoffice-7.0.3/aclocal.m4-960-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-965-                if test "x$link_date_time" != "xyes"; then
libreoffice-7.0.3/aclocal.m4:966:                for libextension in `ls $BOOSTLIBDIR/boost_date_time*.dll* $BOOSTLIBDIR/boost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_date_time.*\)\.dll.*$;\1;' -e 's;^\(boost_date_time.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/aclocal.m4-967-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1075-			AC_DEFINE(HAVE_BOOST_FILESYSTEM,,[define if the Boost::Filesystem library is available])
libreoffice-7.0.3/aclocal.m4:1076:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/aclocal.m4-1077-            if test "x$ax_boost_user_filesystem_lib" = "x"; then
libreoffice-7.0.3/aclocal.m4:1078:                for libextension in `ls -r $BOOSTLIBDIR/libboost_filesystem* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.0.3/aclocal.m4-1079-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1084-                if test "x$link_filesystem" != "xyes"; then
libreoffice-7.0.3/aclocal.m4:1085:                for libextension in `ls -r $BOOSTLIBDIR/boost_filesystem* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.0.3/aclocal.m4-1086-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1192-			AC_DEFINE(HAVE_BOOST_IOSTREAMS,,[define if the Boost::IOStreams library is available])
libreoffice-7.0.3/aclocal.m4:1193:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/aclocal.m4-1194-            if test "x$ax_boost_user_iostreams_lib" = "x"; then
libreoffice-7.0.3/aclocal.m4:1195:                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so* $BOOSTLIBDIR/libboost_iostream*.dylib* $BOOSTLIBDIR/libboost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostream.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/aclocal.m4-1196-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1201-                if test "x$link_iostreams" != "xyes"; then
libreoffice-7.0.3/aclocal.m4:1202:                for libextension in `ls $BOOSTLIBDIR/boost_iostreams*.dll* $BOOSTLIBDIR/boost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_iostreams.*\)\.dll.*$;\1;' -e 's;^\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/aclocal.m4-1203-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1310-			AC_DEFINE(HAVE_BOOST_LOCALE,,[define if the Boost::Locale library is available])
libreoffice-7.0.3/aclocal.m4:1311:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/aclocal.m4-1312-
##############################################
libreoffice-7.0.3/aclocal.m4-1314-            if test "x$ax_boost_user_locale_lib" = "x"; then
libreoffice-7.0.3/aclocal.m4:1315:                for libextension in `ls $BOOSTLIBDIR/libboost_locale*.so* $BOOSTLIBDIR/libboost_locale*.dylib* $BOOSTLIBDIR/libboost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_locale.*\)\.so.*$;\1;' -e 's;^lib\(boost_locale.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/aclocal.m4-1316-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1321-                if test "x$link_locale" != "xyes"; then
libreoffice-7.0.3/aclocal.m4:1322:                for libextension in `ls $BOOSTLIBDIR/boost_locale*.dll* $BOOSTLIBDIR/boost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_locale.*\)\.dll.*$;\1;' -e 's;^\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/aclocal.m4-1323-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1432-			AC_DEFINE(HAVE_BOOST_SYSTEM,,[define if the Boost::System library is available])
libreoffice-7.0.3/aclocal.m4:1433:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/aclocal.m4-1434-
##############################################
libreoffice-7.0.3/aclocal.m4-1436-            if test "x$ax_boost_user_system_lib" = "x"; then
libreoffice-7.0.3/aclocal.m4:1437:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.0.3/aclocal.m4-1438-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1443-                if test "x$link_system" != "xyes"; then
libreoffice-7.0.3/aclocal.m4:1444:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.0.3/aclocal.m4-1445-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/aclocal.m4-1530-    if test "x$found_introspection" = "xyes"; then
libreoffice-7.0.3/aclocal.m4:1531:       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
libreoffice-7.0.3/aclocal.m4:1532:       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
libreoffice-7.0.3/aclocal.m4:1533:       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
libreoffice-7.0.3/aclocal.m4:1534:       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
libreoffice-7.0.3/aclocal.m4-1535-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
libreoffice-7.0.3/aclocal.m4:1536:       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
libreoffice-7.0.3/aclocal.m4:1537:       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
libreoffice-7.0.3/aclocal.m4:1538:       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
libreoffice-7.0.3/aclocal.m4-1539-    fi
##############################################
libreoffice-7.0.3/aclocal.m4-1645-  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
libreoffice-7.0.3/aclocal.m4:1646:     req_libgcrypt_api=`echo "$tmp"     | sed 's/\(.*\):\(.*\)/\1/'`
libreoffice-7.0.3/aclocal.m4:1647:     min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
libreoffice-7.0.3/aclocal.m4-1648-  else
##############################################
libreoffice-7.0.3/aclocal.m4-1661-               sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
libreoffice-7.0.3/aclocal.m4:1662:    libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
libreoffice-7.0.3/aclocal.m4-1663-    major=`echo $libgcrypt_config_version | \
##############################################
libreoffice-7.0.3/aclocal.m4-1693-     if test "$req_libgcrypt_api" -gt 0 ; then
libreoffice-7.0.3/aclocal.m4:1694:        tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
libreoffice-7.0.3/aclocal.m4-1695-        if test "$tmp" -gt 0 ; then
##############################################
libreoffice-7.0.3/aclocal.m4-1706-  if test $ok = yes; then
libreoffice-7.0.3/aclocal.m4:1707:    LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
libreoffice-7.0.3/aclocal.m4:1708:    LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
libreoffice-7.0.3/aclocal.m4-1709-    ifelse([$2], , :, [$2])
libreoffice-7.0.3/aclocal.m4-1710-    if test x"$host" != x ; then
libreoffice-7.0.3/aclocal.m4:1711:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
libreoffice-7.0.3/aclocal.m4-1712-      if test x"$libgcrypt_config_host" != xnone ; then
##############################################
libreoffice-7.0.3/aclocal.m4-1810-        if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/aclocal.m4:1811:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/aclocal.m4-1812-                m4_translit([with-$1], [-+.], [___])=yes
##############################################
libreoffice-7.0.3/aclocal.m4-1828-        if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/aclocal.m4:1829:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/aclocal.m4-1830-                m4_translit([enable-$1], [-+.], [___])=yes
##############################################
libreoffice-7.0.3/aclocal.m4-1842-    if test -n "$libo_fuzz_list"; then
libreoffice-7.0.3/aclocal.m4:1843:        tmps=`eval echo $libo_fuzz_list`
libreoffice-7.0.3/aclocal.m4-1844-        AC_MSG_NOTICE([Summary of fuzzing: $tmps])
##############################################
libreoffice-7.0.3/aclocal.m4-1881-        AS_IF([test -n "$PKG_CONFIG"], [
libreoffice-7.0.3/aclocal.m4:1882:            ver=`$PKG_CONFIG --modversion "$2"`
libreoffice-7.0.3/aclocal.m4-1883-            AS_IF([test -n "$ver"], [
##############################################
libreoffice-7.0.3/scripting/source/pyprov/mailmerge.py-458-
libreoffice-7.0.3/scripting/source/pyprov/mailmerge.py:459:		self.SenderName, self.SenderAddress = parseaddr(sFrom)
libreoffice-7.0.3/scripting/source/pyprov/mailmerge.py-460-		self.ReplyToAddress = sFrom
##############################################
libreoffice-7.0.3/autogen.sh-169-{
libreoffice-7.0.3/autogen.sh:170:    system ("ln -sf $src_path/configure.ac configure.ac");
libreoffice-7.0.3/autogen.sh:171:    system ("ln -sf $src_path/g g");
libreoffice-7.0.3/autogen.sh-172-    my $src_path_win=$src_path;
libreoffice-7.0.3/autogen.sh-173-    if ($system =~ /CYGWIN.*/) {
libreoffice-7.0.3/autogen.sh:174:        $src_path_win=`cygpath -m $src_path`;
libreoffice-7.0.3/autogen.sh-175-        chomp $src_path_win;
##############################################
libreoffice-7.0.3/autogen.sh-181-        mkdir ($dir);
libreoffice-7.0.3/autogen.sh:182:        system ("rm -f $dir/Makefile");
libreoffice-7.0.3/autogen.sh:183:        system ("printf 'module_directory:=$src_path_win/$dir/\ninclude \$(module_directory)/../solenv/gbuild/partial_build.mk\n' > $dir/Makefile");
libreoffice-7.0.3/autogen.sh-184-    }
##############################################
libreoffice-7.0.3/autogen.sh-186-    mkdir ("external");
libreoffice-7.0.3/autogen.sh:187:    system ("ln -sf $src_path/external/Module_external.mk external/");
libreoffice-7.0.3/autogen.sh-188-    foreach my $module (@external_modules)
##############################################
libreoffice-7.0.3/autogen.sh-191-        mkdir ("external/$dir");
libreoffice-7.0.3/autogen.sh:192:        system ("rm -f external/$dir/Makefile");
libreoffice-7.0.3/autogen.sh:193:        system ("printf 'module_directory:=$src_path_win/external/$dir/\ninclude \$(module_directory)/../../solenv/gbuild/partial_build.mk\n' > external/$dir/Makefile");
libreoffice-7.0.3/autogen.sh-194-    }
libreoffice-7.0.3/autogen.sh-195-}
libreoffice-7.0.3/autogen.sh:196:system ("$aclocal $aclocal_flags") && die "Failed to run aclocal";
libreoffice-7.0.3/autogen.sh-197-unlink ("configure");
libreoffice-7.0.3/autogen.sh:198:system ("$autoconf -I ${src_path}") && die "Failed to run autoconf";
libreoffice-7.0.3/autogen.sh-199-die "Failed to generate the configure script" if (! -f "configure");
##############################################
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NResultSet.cxx-266-    {
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NResultSet.cxx:267:        const SplitEvoColumns* evo_addr( get_evo_addr() );
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NResultSet.cxx-268-        for (int i=0;i<OTHER_ZIP;i++)
##############################################
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx-65-
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx:66:    const SplitEvoColumns* get_evo_addr()
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx-67-    {
##############################################
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx-79-    {
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx:80:        const SplitEvoColumns* evo_addr( get_evo_addr() );
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx-81-        for (int i = 0; i < OTHER_ZIP; i++)
##############################################
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx-51-
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx:52:        const SplitEvoColumns* get_evo_addr();
libreoffice-7.0.3/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx-53-
##############################################
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx-159-
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx:160:        Reference<XCellRangeAddressable> xAddr( xSheet, UNO_QUERY );
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx-161-        if (xAddr.is())
##############################################
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx-193-
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx:194:    Reference<XCellRangeAddressable> xAddr( xSheet, UNO_QUERY );
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx-195-    if (xAddr.is())
##############################################
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx-559-                        Reference<XSheetCellRange> xSheetRange( xRefer->getReferredCells(), UNO_QUERY );
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx:560:                        Reference<XCellRangeAddressable> xAddr( xSheetRange, UNO_QUERY );
libreoffice-7.0.3/connectivity/source/drivers/calc/CTable.cxx-561-                        if ( xSheetRange.is() && xAddr.is() )
##############################################
libreoffice-7.0.3/wizards/source/access2base/access2base.html-21653-	var re = /&#[0-9]{1,5};/g;
libreoffice-7.0.3/wizards/source/access2base/access2base.html:21654:	return s.replace(re,function($0) {return String.fromCharCode(eval($0.replace(/[&#;]/g,'')));});
libreoffice-7.0.3/wizards/source/access2base/access2base.html-21655-}
##############################################
libreoffice-7.0.3/wizards/source/access2base/access2base.html-25098-/*! jQuery v1.8.3 jquery.com | jquery.org/license */
libreoffice-7.0.3/wizards/source/access2base/access2base.html:25099:(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:D.test(r)?v.parseJSON(r):r}catch(s){}v.data(e,n,r)}else r=t}return r}function B(e){var t;for(t in e){if(t==="data"&&v.isEmptyObject(e[t]))continue;if(t!=="toJSON")return!1}return!0}function et(){return!1}function tt(){return!0}function ut(e){return!e||!e.parentNode||e.parentNode.nodeType===11}function at(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}function ft(e,t,n){t=t||0;if(v.isFunction(t))return v.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return v.grep(e,function(e,r){return e===t===n});if(typeof t=="string"){var r=v.grep(e,function(e){return e.nodeType===1});if(it.test(t))return v.filter(t,r,!n);t=v.filter(t,r)}return v.grep(e,function(e,r){return v.inArray(e,t)>=0===n})}function lt(e){var t=ct.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function At(e,t){if(t.nodeType!==1||!v.hasData(e))return;var n,r,i,s=v._data(e),o=v._data(t,s),u=s.events;if(u){delete o.handle,o.events={};for(n in u)for(r=0,i=u[n].length;r<i;r++)v.event.add(t,n,u[n][r])}o.data&&(o.data=v.extend({},o.data))}function Ot(e,t){var n;if(t.nodeType!==1)return;t.clearAttributes&&t.clearAttributes(),t.mergeAttributes&&t.mergeAttributes(e),n=t.nodeName.toLowerCase(),n==="object"?(t.parentNode&&(t.outerHTML=e.outerHTML),v.support.html5Clone&&e.innerHTML&&!v.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):n==="input"&&Et.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):n==="option"?t.selected=e.defaultSelected:n==="input"||n==="textarea"?t.defaultValue=e.defaultValue:n==="script"&&t.text!==e.text&&(t.text=e.text),t.removeAttribute(v.expando)}function Mt(e){return typeof e.getElementsByTagName!="undefined"?e.getElementsByTagName("*"):typeof e.querySelectorAll!="undefined"?e.querySelectorAll("*"):[]}function _t(e){Et.test(e.type)&&(e.defaultChecked=e.checked)}function Qt(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Jt.length;while(i--){t=Jt[i]+n;if(t in e)return t}return r}function Gt(e,t){return e=t||e,v.css(e,"display")==="none"||!v.contains(e.ownerDocument,e)}function Yt(e,t){var n,r,i=[],s=0,o=e.length;for(;s<o;s++){n=e[s];if(!n.style)continue;i[s]=v._data(n,"olddisplay"),t?(!i[s]&&n.style.display==="none"&&(n.style.display=""),n.style.display===""&&Gt(n)&&(i[s]=v._data(n,"olddisplay",nn(n.nodeName)))):(r=Dt(n,"display"),!i[s]&&r!=="none"&&v._data(n,"olddisplay",r))}for(s=0;s<o;s++){n=e[s];if(!n.style)continue;if(!t||n.style.display==="none"||n.style.display==="")n.style.display=t?i[s]||"":"none"}return e}function Zt(e,t,n){var r=Rt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function en(e,t,n,r){var i=n===(r?"border":"content")?4:t==="width"?1:0,s=0;for(;i<4;i+=2)n==="margin"&&(s+=v.css(e,n+$t[i],!0)),r?(n==="content"&&(s-=parseFloat(Dt(e,"padding"+$t[i]))||0),n!=="margin"&&(s-=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0)):(s+=parseFloat(Dt(e,"padding"+$t[i]))||0,n!=="padding"&&(s+=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0));return s}function tn(e,t,n){var r=t==="width"?e.offsetWidth:e.offsetHeight,i=!0,s=v.support.boxSizing&&v.css(e,"boxSizing")==="border-box";if(r<=0||r==null){r=Dt(e,t);if(r<0||r==null)r=e.style[t];if(Ut.test(r))return r;i=s&&(v.support.boxSizingReliable||r===e.style[t]),r=parseFloat(r)||0}return r+en(e,t,n||(s?"border":"content"),i)+"px"}function nn(e){if(Wt[e])return Wt[e];var t=v("<"+e+">").appendTo(i.body),n=t.css("display");t.remove();if(n==="none"||n===""){Pt=i.body.appendChild(Pt||v.extend(i.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!Ht||!Pt.createElement)Ht=(Pt.contentWindow||Pt.contentDocument).document,Ht.write("<!doctype html><html><body>"),Ht.close();t=Ht.body.appendChild(Ht.createElement(e)),n=Dt(t,"display"),i.body.removeChild(Pt)}return Wt[e]=n,n}function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.test(e)?r(e,i):fn(e+"["+(typeof i=="object"?t:"")+"]",i,n,r)});else if(!n&&v.type(t)==="object")for(i in t)fn(e+"["+i+"]",t[i],n,r);else r(e,t)}function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,i,s,o=t.toLowerCase().split(y),u=0,a=o.length;if(v.isFunction(n))for(;u<a;u++)r=o[u],s=/^\+/.test(r),s&&(r=r.substr(1)||"*"),i=e[r]=e[r]||[],i[s?"unshift":"push"](n)}}function kn(e,n,r,i,s,o){s=s||n.dataTypes[0],o=o||{},o[s]=!0;var u,a=e[s],f=0,l=a?a.length:0,c=e===Sn;for(;f<l&&(c||!u);f++)u=a[f](n,r,i),typeof u=="string"&&(!c||o[u]?u=t:(n.dataTypes.unshift(u),u=kn(e,n,r,i,u,o)));return(c||!u)&&!o["*"]&&(u=kn(e,n,r,i,"*",o)),u}function Ln(e,n){var r,i,s=v.ajaxSettings.flatOptions||{};for(r in n)n[r]!==t&&((s[r]?e:i||(i={}))[r]=n[r]);i&&v.extend(!0,e,i)}function An(e,n,r){var i,s,o,u,a=e.contents,f=e.dataTypes,l=e.responseFields;for(s in l)s in r&&(n[l[s]]=r[s]);while(f[0]==="*")f.shift(),i===t&&(i=e.mimeType||n.getResponseHeader("content-type"));if(i)for(s in a)if(a[s]&&a[s].test(i)){f.unshift(s);break}if(f[0]in r)o=f[0];else{for(s in r){if(!f[0]||e.converters[s+" "+f[0]]){o=s;break}u||(u=s)}o=o||u}if(o)return o!==f[0]&&f.unshift(o),r[o]}function On(e,t){var n,r,i,s,o=e.dataTypes.slice(),u=o[0],a={},f=0;e.dataFilter&&(t=e.dataFilter(t,e.dataType));if(o[1])for(n in e.converters)a[n.toLowerCase()]=e.converters[n];for(;i=o[++f];)if(i!=="*"){if(u!=="*"&&u!==i){n=a[u+" "+i]||a["* "+i];if(!n)for(r in a){s=r.split(" ");if(s[1]===i){n=a[u+" "+s[0]]||a["* "+s[0]];if(n){n===!0?n=a[r]:a[r]!==!0&&(i=s[0],o.splice(f--,0,i));break}}}if(n!==!0)if(n&&e["throws"])t=n(t);else try{t=n(t)}catch(l){return{state:"parsererror",error:n?l:"No conversion from "+u+" to "+i}}}u=i}return{state:"success",data:t}}function Fn(){try{return new e.XMLHttpRequest}catch(t){}}function In(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function $n(){return setTimeout(function(){qn=t},0),qn=v.now()}function Jn(e,t){v.each(t,function(t,n){var r=(Vn[t]||[]).concat(Vn["*"]),i=0,s=r.length;for(;i<s;i++)if(r[i].call(e,t,n))return})}function Kn(e,t,n){var r,i=0,s=0,o=Xn.length,u=v.Deferred().always(function(){delete a.elem}),a=function(){var t=qn||$n(),n=Math.max(0,f.startTime+f.duration-t),r=n/f.duration||0,i=1-r,s=0,o=f.tweens.length;for(;s<o;s++)f.tweens[s].run(i);return u.notifyWith(e,[f,i,n]),i<1&&o?n:(u.resolveWith(e,[f]),!1)},f=u.promise({elem:e,props:v.extend({},t),opts:v.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:qn||$n(),duration:n.duration,tweens:[],createTween:function(t,n,r){var i=v.Tween(e,f.opts,t,n,f.opts.specialEasing[t]||f.opts.easing);return f.tweens.push(i),i},stop:function(t){var n=0,r=t?f.tweens.length:0;for(;n<r;n++)f.tweens[n].run(1);return t?u.resolveWith(e,[f,t]):u.rejectWith(e,[f,t]),this}}),l=f.props;Qn(l,f.opts.specialEasing);for(;i<o;i++){r=Xn[i].call(f,e,l,f.opts);if(r)return r}return Jn(f,l),v.isFunction(f.opts.start)&&f.opts.start.call(e,f),v.fx.timer(v.extend(a,{anim:f,queue:f.opts.queue,elem:e})),f.progress(f.opts.progress).done(f.opts.done,f.opts.complete).fail(f.opts.fail).always(f.opts.always)}function Qn(e,t){var n,r,i,s,o;for(n in e){r=v.camelCase(n),i=t[r],s=e[n],v.isArray(s)&&(i=s[1],s=e[n]=s[0]),n!==r&&(e[r]=s,delete e[n]),o=v.cssHooks[r];if(o&&"expand"in o){s=o.expand(s),delete e[r];for(n in s)n in e||(e[n]=s[n],t[n]=i)}else t[r]=i}}function Gn(e,t,n){var r,i,s,o,u,a,f,l,c,h=this,p=e.style,d={},m=[],g=e.nodeType&&Gt(e);n.queue||(l=v._queueHooks(e,"fx"),l.unqueued==null&&(l.unqueued=0,c=l.empty.fire,l.empty.fire=function(){l.unqueued||c()}),l.unqueued++,h.always(function(){h.always(function(){l.unqueued--,v.queue(e,"fx").length||l.empty.fire()})})),e.nodeType===1&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],v.css(e,"display")==="inline"&&v.css(e,"float")==="none"&&(!v.support.inlineBlockNeedsLayout||nn(e.nodeName)==="inline"?p.display="inline-block":p.zoom=1)),n.overflow&&(p.overflow="hidden",v.support.shrinkWrapBlocks||h.done(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t){s=t[r];if(Un.exec(s)){delete t[r],a=a||s==="toggle";if(s===(g?"hide":"show"))continue;m.push(r)}}o=m.length;if(o){u=v._data(e,"fxshow")||v._data(e,"fxshow",{}),"hidden"in u&&(g=u.hidden),a&&(u.hidden=!g),g?v(e).show():h.done(function(){v(e).hide()}),h.done(function(){var t;v.removeData(e,"fxshow",!0);for(t in d)v.style(e,t,d[t])});for(r=0;r<o;r++)i=m[r],f=h.createTween(i,g?u[i]:0),d[i]=u[i]||v.style(e,i),i in u||(u[i]=f.start,g&&(f.end=f.start,f.start=i==="width"||i==="height"?1:0))}}function Yn(e,t,n,r,i){return new Yn.prototype.init(e,t,n,r,i)}function Zn(e,t){var n,r={height:e},i=0;t=t?1:0;for(;i<4;i+=2-t)n=$t[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function tr(e){return v.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:!1}var n,r,i=e.document,s=e.location,o=e.navigator,u=e.jQuery,a=e.$,f=Array.prototype.push,l=Array.prototype.slice,c=Array.prototype.indexOf,h=Object.prototype.toString,p=Object.prototype.hasOwnProperty,d=String.prototype.trim,v=function(e,t){return new v.fn.init(e,t,n)},m=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,g=/\S/,y=/\s+/,b=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,w=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,S=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,T=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,N=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,C=/^-ms-/,k=/-([\da-z])/gi,L=function(e,t){return(t+"").toUpperCase()},A=function(){i.addEventListener?(i.removeEventListener("DOMContentLoaded",A,!1),v.ready()):i.readyState==="complete"&&(i.detachEvent("onreadystatechange",A),v.ready())},O={};v.fn=v.prototype={constructor:v,init:function(e,n,r){var s,o,u,a;if(!e)return this;if(e.nodeType)return this.context=this[0]=e,this.length=1,this;if(typeof e=="string"){e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?s=[null,e,null]:s=w.exec(e);if(s&&(s[1]||!n)){if(s[1])return n=n instanceof v?n[0]:n,a=n&&n.nodeType?n.ownerDocument||n:i,e=v.parseHTML(s[1],a,!0),E.test(s[1])&&v.isPlainObject(n)&&this.attr.call(e,n,!0),v.merge(this,e);o=i.getElementById(s[2]);if(o&&o.parentNode){if(o.id!==s[2])return r.find(e);this.length=1,this[0]=o}return this.context=i,this.selector=e,this}return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e)}return v.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),v.makeArray(e,this))},selector:"",jquery:"1.8.3",length:0,size:function(){return this.length},toArray:function(){return l.call(this)},get:function(e){return e==null?this.toArray():e<0?this[this.length+e]:this[e]},pushStack:function(e,t,n){var r=v.merge(this.constructor(),e);return r.prevObject=this,r.context=this.context,t==="find"?r.selector=this.selector+(this.selector?" ":"")+n:t&&(r.selector=this.selector+"."+t+"("+n+")"),r},each:function(e,t){return v.each(this,e,t)},ready:function(e){return v.ready.promise().done(e),this},eq:function(e){return e=+e,e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(l.apply(this,arguments),"slice",l.call(arguments).join(","))},map:function(e){return this.pushStack(v.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:[].sort,splice:[].splice},v.fn.init.prototype=v.fn,v.extend=v.fn.extend=function(){var e,n,r,i,s,o,u=arguments[0]||{},a=1,f=arguments.length,l=!1;typeof u=="boolean"&&(l=u,u=arguments[1]||{},a=2),typeof u!="object"&&!v.isFunction(u)&&(u={}),f===a&&(u=this,--a);for(;a<f;a++)if((e=arguments[a])!=null)for(n in e){r=u[n],i=e[n];if(u===i)continue;l&&i&&(v.isPlainObject(i)||(s=v.isArray(i)))?(s?(s=!1,o=r&&v.isArray(r)?r:[]):o=r&&v.isPlainObject(r)?r:{},u[n]=v.extend(l,o,i)):i!==t&&(u[n]=i)}return u},v.extend({noConflict:function(t){return e.$===v&&(e.$=a),t&&e.jQuery===v&&(e.jQuery=u),v},isReady:!1,readyWait:1,holdReady:function(e){e?v.readyWait++:v.ready(!0)},ready:function(e){if(e===!0?--v.readyWait:v.isReady)return;if(!i.body)return setTimeout(v.ready,1);v.isReady=!0;if(e!==!0&&--v.readyWait>0)return;r.resolveWith(i,[v]),v.fn.trigger&&v(i).trigger("ready").off("ready")},isFunction:function(e){return v.type(e)==="function"},isArray:Array.isArray||function(e){return v.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):O[h.call(e)]||"object"},isPlainObject:function(e){if(!e||v.type(e)!=="object"||e.nodeType||v.isWindow(e))return!1;try{if(e.constructor&&!p.call(e,"constructor")&&!p.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||p.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw new Error(e)},parseHTML:function(e,t,n){var r;return!e||typeof e!="string"?null:(typeof t=="boolean"&&(n=t,t=0),t=t||i,(r=E.exec(e))?[t.createElement(r[1])]:(r=v.buildFragment([e],t,n?null:[]),v.merge([],(r.cacheable?v.clone(r.fragment):r.fragment).childNodes)))},parseJSON:function(t){if(!t||typeof t!="string")return null;t=v.trim(t);if(e.JSON&&e.JSON.parse)return e.JSON.parse(t);if(S.test(t.replace(T,"@").replace(N,"]").replace(x,"")))return(new Function("return "+t))();v.error("Invalid JSON: "+t)},parseXML:function(n){var r,i;if(!n||typeof n!="string")return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(s){r=t}return(!r||!r.documentElement||r.getElementsByTagName("parsererror").length)&&v.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&g.test(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(C,"ms-").replace(k,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,n,r){var i,s=0,o=e.length,u=o===t||v.isFunction(e);if(r){if(u){for(i in e)if(n.apply(e[i],r)===!1)break}else for(;s<o;)if(n.apply(e[s++],r)===!1)break}else if(u){for(i in e)if(n.call(e[i],i,e[i])===!1)break}else for(;s<o;)if(n.call(e[s],s,e[s++])===!1)break;return e},trim:d&&!d.call("\ufeff\u00a0")?function(e){return e==null?"":d.call(e)}:function(e){return e==null?"":(e+"").replace(b,"")},makeArray:function(e,t){var n,r=t||[];return e!=null&&(n=v.type(e),e.length==null||n==="string"||n==="function"||n==="regexp"||v.isWindow(e)?f.call(r,e):v.merge(r,e)),r},inArray:function(e,t,n){var r;if(t){if(c)return c.call(t,e,n);r=t.length,n=n?n<0?Math.max(0,r+n):n:0;for(;n<r;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,s=0;if(typeof r=="number")for(;s<r;s++)e[i++]=n[s];else while(n[s]!==t)e[i++]=n[s++];return e.length=i,e},grep:function(e,t,n){var r,i=[],s=0,o=e.length;n=!!n;for(;s<o;s++)r=!!t(e[s],s),n!==r&&i.push(e[s]);return i},map:function(e,n,r){var i,s,o=[],u=0,a=e.length,f=e instanceof v||a!==t&&typeof a=="number"&&(a>0&&e[0]&&e[a-1]||a===0||v.isArray(e));if(f)for(;u<a;u++)i=n(e[u],u,r),i!=null&&(o[o.length]=i);else for(s in e)i=n(e[s],s,r),i!=null&&(o[o.length]=i);return o.concat.apply([],o)},guid:1,proxy:function(e,n){var r,i,s;return typeof n=="string"&&(r=e[n],n=e,e=r),v.isFunction(e)?(i=l.call(arguments,2),s=function(){return e.apply(n,i.concat(l.call(arguments)))},s.guid=e.guid=e.guid||v.guid++,s):t},access:function(e,n,r,i,s,o,u){var a,f=r==null,l=0,c=e.length;if(r&&typeof r=="object"){for(l in r)v.access(e,n,l,r[l],1,o,i);s=1}else if(i!==t){a=u===t&&v.isFunction(i),f&&(a?(a=n,n=function(e,t,n){return a.call(v(e),n)}):(n.call(e,i),n=null));if(n)for(;l<c;l++)n(e[l],r,a?i.call(e[l],l,n(e[l],r)):i,u);s=1}return s?e:f?n.call(e):c?n(e[0],r):o},now:function(){return(new Date).getTime()}}),v.ready.promise=function(t){if(!r){r=v.Deferred();if(i.readyState==="complete")setTimeout(v.ready,1);else if(i.addEventListener)i.addEventListener("DOMContentLoaded",A,!1),e.addEventListener("load",v.ready,!1);else{i.attachEvent("onreadystatechange",A),e.attachEvent("onload",v.ready);var n=!1;try{n=e.frameElement==null&&i.documentElement}catch(s){}n&&n.doScroll&&function o(){if(!v.isReady){try{n.doScroll("left")}catch(e){return setTimeout(o,50)}v.ready()}}()}}return r.promise(t)},v.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(e,t){O["[object "+t+"]"]=t.toLowerCase()}),n=v(i);var M={};v.Callbacks=function(e){e=typeof e=="string"?M[e]||_(e):v.extend({},e);var n,r,i,s,o,u,a=[],f=!e.once&&[],l=function(t){n=e.memory&&t,r=!0,u=s||0,s=0,o=a.length,i=!0;for(;a&&u<o;u++)if(a[u].apply(t[0],t[1])===!1&&e.stopOnFalse){n=!1;break}i=!1,a&&(f?f.length&&l(f.shift()):n?a=[]:c.disable())},c={add:function(){if(a){var t=a.length;(function r(t){v.each(t,function(t,n){var i=v.type(n);i==="function"?(!e.unique||!c.has(n))&&a.push(n):n&&n.length&&i!=="string"&&r(n)})})(arguments),i?o=a.length:n&&(s=t,l(n))}return this},remove:function(){return a&&v.each(arguments,function(e,t){var n;while((n=v.inArray(t,a,n))>-1)a.splice(n,1),i&&(n<=o&&o--,n<=u&&u--)}),this},has:function(e){return v.inArray(e,a)>-1},empty:function(){return a=[],this},disable:function(){return a=f=n=t,this},disabled:function(){return!a},lock:function(){return f=t,n||c.disable(),this},locked:function(){return!f},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],a&&(!r||f)&&(i?f.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},v.extend({Deferred:function(e){var t=[["resolve","done",v.Callbacks("once memory"),"resolved"],["reject","fail",v.Callbacks("once memory"),"rejected"],["notify","progress",v.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return v.Deferred(function(n){v.each(t,function(t,r){var s=r[0],o=e[t];i[r[1]](v.isFunction(o)?function(){var e=o.apply(this,arguments);e&&v.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n:this,[e])}:n[s])}),e=null}).promise()},promise:function(e){return e!=null?v.extend(e,r):r}},i={};return r.pipe=r.then,v.each(t,function(e,s){var o=s[2],u=s[3];r[s[1]]=o.add,u&&o.add(function(){n=u},t[e^1][2].disable,t[2][2].lock),i[s[0]]=o.fire,i[s[0]+"With"]=o.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=l.call(arguments),r=n.length,i=r!==1||e&&v.isFunction(e.promise)?r:0,s=i===1?e:v.Deferred(),o=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?l.call(arguments):r,n===u?s.notifyWith(t,n):--i||s.resolveWith(t,n)}},u,a,f;if(r>1){u=new Array(r),a=new Array(r),f=new Array(r);for(;t<r;t++)n[t]&&v.isFunction(n[t].promise)?n[t].promise().done(o(t,f,n)).fail(s.reject).progress(o(t,a,u)):--i}return i||s.resolveWith(f,n),s.promise()}}),v.support=function(){var t,n,r,s,o,u,a,f,l,c,h,p=i.createElement("div");p.setAttribute("className","t"),p.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",n=p.getElementsByTagName("*"),r=p.getElementsByTagName("a")[0];if(!n||!r||!n.length)return{};s=i.createElement("select"),o=s.appendChild(i.createElement("option")),u=p.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:r.getAttribute("href")==="/a",opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:u.value==="on",optSelected:o.selected,getSetAttribute:p.className!=="t",enctype:!!i.createElement("form").enctype,html5Clone:i.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",boxModel:i.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},u.checked=!0,t.noCloneChecked=u.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!o.disabled;try{delete p.test}catch(d){t.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",h=function(){t.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick"),p.detachEvent("onclick",h)),u=i.createElement("input"),u.value="t",u.setAttribute("type","radio"),t.radioValue=u.value==="t",u.setAttribute("checked","checked"),u.setAttribute("name","t"),p.appendChild(u),a=i.createDocumentFragment(),a.appendChild(p.lastChild),t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,t.appendChecked=u.checked,a.removeChild(u),a.appendChild(p);if(p.attachEvent)for(l in{submit:!0,change:!0,focusin:!0})f="on"+l,c=f in p,c||(p.setAttribute(f,"return;"),c=typeof p[f]=="function"),t[l+"Bubbles"]=c;return v(function(){var n,r,s,o,u="padding:0;margin:0;border:0;display:block;overflow:hidden;",a=i.getElementsByTagName("body")[0];if(!a)return;n=i.createElement("div"),n.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",a.insertBefore(n,a.firstChild),r=i.createElement("div"),n.appendChild(r),r.innerHTML="<table><tr><td></td><td>t</td></tr></table>",s=r.getElementsByTagName("td"),s[0].style.cssText="padding:0;margin:0;border:0;display:none",c=s[0].offsetHeight===0,s[0].style.display="",s[1].style.display="none",t.reliableHiddenOffsets=c&&s[0].offsetHeight===0,r.innerHTML="",r.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=r.offsetWidth===4,t.doesNotIncludeMarginInBodyOffset=a.offsetTop!==1,e.getComputedStyle&&(t.pixelPosition=(e.getComputedStyle(r,null)||{}).top!=="1%",t.boxSizingReliable=(e.getComputedStyle(r,null)||{width:"4px"}).width==="4px",o=i.createElement("div"),o.style.cssText=r.style.cssText=u,o.style.marginRight=o.style.width="0",r.style.width="1px",r.appendChild(o),t.reliableMarginRight=!parseFloat((e.getComputedStyle(o,null)||{}).marginRight)),typeof r.style.zoom!="undefined"&&(r.innerHTML="",r.style.cssText=u+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=r.offsetWidth===3,r.style.display="block",r.style.overflow="visible",r.innerHTML="<div></div>",r.firstChild.style.width="5px",t.shrinkWrapBlocks=r.offsetWidth!==3,n.style.zoom=1),a.removeChild(n),n=r=s=o=null}),a.removeChild(p),n=r=s=o=u=a=p=null,t}();var D=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;v.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(v.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?v.cache[e[v.expando]]:e[v.expando],!!e&&!B(e)},data:function(e,n,r,i){if(!v.acceptData(e))return;var s,o,u=v.expando,a=typeof n=="string",f=e.nodeType,l=f?v.cache:e,c=f?e[u]:e[u]&&u;if((!c||!l[c]||!i&&!l[c].data)&&a&&r===t)return;c||(f?e[u]=c=v.deletedIds.pop()||v.guid++:c=u),l[c]||(l[c]={},f||(l[c].toJSON=v.noop));if(typeof n=="object"||typeof n=="function")i?l[c]=v.extend(l[c],n):l[c].data=v.extend(l[c].data,n);return s=l[c],i||(s.data||(s.data={}),s=s.data),r!==t&&(s[v.camelCase(n)]=r),a?(o=s[n],o==null&&(o=s[v.camelCase(n)])):o=s,o},removeData:function(e,t,n){if(!v.acceptData(e))return;var r,i,s,o=e.nodeType,u=o?v.cache:e,a=o?e[v.expando]:v.expando;if(!u[a])return;if(t){r=n?u[a]:u[a].data;if(r){v.isArray(t)||(t in r?t=[t]:(t=v.camelCase(t),t in r?t=[t]:t=t.split(" ")));for(i=0,s=t.length;i<s;i++)delete r[t[i]];if(!(n?B:v.isEmptyObject)(r))return}}if(!n){delete u[a].data;if(!B(u[a]))return}o?v.cleanData([e],!0):v.support.deleteExpando||u!=u.window?delete u[a]:u[a]=null},_data:function(e,t,n){return v.data(e,t,n,!0)},acceptData:function(e){var t=e.nodeName&&v.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),v.fn.extend({data:function(e,n){var r,i,s,o,u,a=this[0],f=0,l=null;if(e===t){if(this.length){l=v.data(a);if(a.nodeType===1&&!v._data(a,"parsedAttrs")){s=a.attributes;for(u=s.length;f<u;f++)o=s[f].name,o.indexOf("data-")||(o=v.camelCase(o.substring(5)),H(a,o,l[o]));v._data(a,"parsedAttrs",!0)}}return l}return typeof e=="object"?this.each(function(){v.data(this,e)}):(r=e.split(".",2),r[1]=r[1]?"."+r[1]:"",i=r[1]+"!",v.access(this,function(n){if(n===t)return l=this.triggerHandler("getData"+i,[r[0]]),l===t&&a&&(l=v.data(a,e),l=H(a,e,l)),l===t&&r[1]?this.data(r[0]):l;r[1]=n,this.each(function(){var t=v(this);t.triggerHandler("setData"+i,r),v.data(this,e,n),t.triggerHandler("changeData"+i,r)})},null,n,arguments.length>1,null,!1))},removeData:function(e){return this.each(function(){v.removeData(this,e)})}}),v.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=v._data(e,t),n&&(!r||v.isArray(n)?r=v._data(e,t,v.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=v.queue(e,t),r=n.length,i=n.shift(),s=v._queueHooks(e,t),o=function(){v.dequeue(e,t)};i==="inprogress"&&(i=n.shift(),r--),i&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,i.call(e,o,s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return v._data(e,n)||v._data(e,n,{empty:v.Callbacks("once memory").add(function(){v.removeData(e,t+"queue",!0),v.removeData(e,n,!0)})})}}),v.fn.extend({queue:function(e,n){var r=2;return typeof e!="string"&&(n=e,e="fx",r--),arguments.length<r?v.queue(this[0],e):n===t?this:this.each(function(){var t=v.queue(this,e,n);v._queueHooks(this,e),e==="fx"&&t[0]!=="inprogress"&&v.dequeue(this,e)})},dequeue:function(e){return this.each(function(){v.dequeue(this,e)})},delay:function(e,t){return e=v.fx?v.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,s=v.Deferred(),o=this,u=this.length,a=function(){--i||s.resolveWith(o,[o])};typeof e!="string"&&(n=e,e=t),e=e||"fx";while(u--)r=v._data(o[u],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(a));return a(),s.promise(n)}});var j,F,I,q=/[\t\r\n]/g,R=/\r/g,U=/^(?:button|input)$/i,z=/^(?:button|input|object|select|textarea)$/i,W=/^a(?:rea|)$/i,X=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,V=v.support.getSetAttribute;v.fn.extend({attr:function(e,t){return v.access(this,v.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){v.removeAttr(this,e)})},prop:function(e,t){return v.access(this,v.prop,e,t,arguments.length>1)},removeProp:function(e){return e=v.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,s,o,u;if(v.isFunction(e))return this.each(function(t){v(this).addClass(e.call(this,t,this.className))});if(e&&typeof e=="string"){t=e.split(y);for(n=0,r=this.length;n<r;n++){i=this[n];if(i.nodeType===1)if(!i.className&&t.length===1)i.className=e;else{s=" "+i.className+" ";for(o=0,u=t.length;o<u;o++)s.indexOf(" "+t[o]+" ")<0&&(s+=t[o]+" ");i.className=v.trim(s)}}}return this},removeClass:function(e){var n,r,i,s,o,u,a;if(v.isFunction(e))return this.each(function(t){v(this).removeClass(e.call(this,t,this.className))});if(e&&typeof e=="string"||e===t){n=(e||"").split(y);for(u=0,a=this.length;u<a;u++){i=this[u];if(i.nodeType===1&&i.className){r=(" "+i.className+" ").replace(q," ");for(s=0,o=n.length;s<o;s++)while(r.indexOf(" "+n[s]+" ")>=0)r=r.replace(" "+n[s]+" "," ");i.className=e?v.trim(r):""}}}return this},toggleClass:function(e,t){var n=typeof e,r=typeof t=="boolean";return v.isFunction(e)?this.each(function(n){v(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if(n==="string"){var i,s=0,o=v(this),u=t,a=e.split(y);while(i=a[s++])u=r?u:!o.hasClass(i),o[u?"addClass":"removeClass"](i)}else if(n==="undefined"||n==="boolean")this.className&&v._data(this,"__className__",this.className),this.className=this.className||e===!1?"":v._data(this,"__className__")||""})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;n<r;n++)if(this[n].nodeType===1&&(" "+this[n].className+" ").replace(q," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,s=this[0];if(!arguments.length){if(s)return n=v.valHooks[s.type]||v.valHooks[s.nodeName.toLowerCase()],n&&"get"in n&&(r=n.get(s,"value"))!==t?r:(r=s.value,typeof r=="string"?r.replace(R,""):r==null?"":r);return}return i=v.isFunction(e),this.each(function(r){var s,o=v(this);if(this.nodeType!==1)return;i?s=e.call(this,r,o.val()):s=e,s==null?s="":typeof s=="number"?s+="":v.isArray(s)&&(s=v.map(s,function(e){return e==null?"":e+""})),n=v.valHooks[this.type]||v.valHooks[this.nodeName.toLowerCase()];if(!n||!("set"in n)||n.set(this,s,"value")===t)this.value=s})}}),v.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,s=e.type==="select-one"||i<0,o=s?null:[],u=s?i+1:r.length,a=i<0?u:s?i:0;for(;a<u;a++){n=r[a];if((n.selected||a===i)&&(v.support.optDisabled?!n.disabled:n.getAttribute("disabled")===null)&&(!n.parentNode.disabled||!v.nodeName(n.parentNode,"optgroup"))){t=v(n).val();if(s)return t;o.push(t)}}return o},set:function(e,t){var n=v.makeArray(t);return v(e).find("option").each(function(){this.selected=v.inArray(v(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attrFn:{},attr:function(e,n,r,i){var s,o,u,a=e.nodeType;if(!e||a===3||a===8||a===2)return;if(i&&v.isFunction(v.fn[n]))return v(e)[n](r);if(typeof e.getAttribute=="undefined")return v.prop(e,n,r);u=a!==1||!v.isXMLDoc(e),u&&(n=n.toLowerCase(),o=v.attrHooks[n]||(X.test(n)?F:j));if(r!==t){if(r===null){v.removeAttr(e,n);return}return o&&"set"in o&&u&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r)}return o&&"get"in o&&u&&(s=o.get(e,n))!==null?s:(s=e.getAttribute(n),s===null?t:s)},removeAttr:function(e,t){var n,r,i,s,o=0;if(t&&e.nodeType===1){r=t.split(y);for(;o<r.length;o++)i=r[o],i&&(n=v.propFix[i]||i,s=X.test(i),s||v.attr(e,i,""),e.removeAttribute(V?i:n),s&&n in e&&(e[n]=!1))}},attrHooks:{type:{set:function(e,t){if(U.test(e.nodeName)&&e.parentNode)v.error("type property can't be changed");else if(!v.support.radioValue&&t==="radio"&&v.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}},value:{get:function(e,t){return j&&v.nodeName(e,"button")?j.get(e,t):t in e?e.value:null},set:function(e,t,n){if(j&&v.nodeName(e,"button"))return j.set(e,t,n);e.value=t}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,n,r){var i,s,o,u=e.nodeType;if(!e||u===3||u===8||u===2)return;return o=u!==1||!v.isXMLDoc(e),o&&(n=v.propFix[n]||n,s=v.propHooks[n]),r!==t?s&&"set"in s&&(i=s.set(e,r,n))!==t?i:e[n]=r:s&&"get"in s&&(i=s.get(e,n))!==null?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):z.test(e.nodeName)||W.test(e.nodeName)&&e.href?0:t}}}}),F={get:function(e,n){var r,i=v.prop(e,n);return i===!0||typeof i!="boolean"&&(r=e.getAttributeNode(n))&&r.nodeValue!==!1?n.toLowerCase():t},set:function(e,t,n){var r;return t===!1?v.removeAttr(e,n):(r=v.propFix[n]||n,r in e&&(e[r]=!0),e.setAttribute(n,n.toLowerCase())),n}},V||(I={name:!0,id:!0,coords:!0},j=v.valHooks.button={get:function(e,n){var r;return r=e.getAttributeNode(n),r&&(I[n]?r.value!=="":r.specified)?r.value:t},set:function(e,t,n){var r=e.getAttributeNode(n);return r||(r=i.createAttribute(n),e.setAttributeNode(r)),r.value=t+""}},v.each(["width","height"],function(e,t){v.attrHooks[t]=v.extend(v.attrHooks[t],{set:function(e,n){if(n==="")return e.setAttribute(t,"auto"),n}})}),v.attrHooks.contenteditable={get:j.get,set:function(e,t,n){t===""&&(t="false"),j.set(e,t,n)}}),v.support.hrefNormalized||v.each(["href","src","width","height"],function(e,n){v.attrHooks[n]=v.extend(v.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return r===null?t:r}})}),v.support.style||(v.attrHooks.style={get:function(e){return e.style.cssText.toLowerCase()||t},set:function(e,t){return e.style.cssText=t+""}}),v.support.optSelected||(v.propHooks.selected=v.extend(v.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),v.support.enctype||(v.propFix.enctype="encoding"),v.support.checkOn||v.each(["radio","checkbox"],function(){v.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}}),v.each(["radio","checkbox"],function(){v.valHooks[this]=v.extend(v.valHooks[this],{set:function(e,t){if(v.isArray(t))return e.checked=v.inArray(v(e).val(),t)>=0}})});var $=/^(?:textarea|input|select)$/i,J=/^([^\.]*|)(?:\.(.+)|)$/,K=/(?:^|\s)hover(\.\S+|)\b/,Q=/^key/,G=/^(?:mouse|contextmenu)|click/,Y=/^(?:focusinfocus|focusoutblur)$/,Z=function(e){return v.event.special.hover?e:e.replace(K,"mouseenter$1 mouseleave$1")};v.event={add:function(e,n,r,i,s){var o,u,a,f,l,c,h,p,d,m,g;if(e.nodeType===3||e.nodeType===8||!n||!r||!(o=v._data(e)))return;r.handler&&(d=r,r=d.handler,s=d.selector),r.guid||(r.guid=v.guid++),a=o.events,a||(o.events=a={}),u=o.handle,u||(o.handle=u=function(e){return typeof v=="undefined"||!!e&&v.event.triggered===e.type?t:v.event.dispatch.apply(u.elem,arguments)},u.elem=e),n=v.trim(Z(n)).split(" ");for(f=0;f<n.length;f++){l=J.exec(n[f])||[],c=l[1],h=(l[2]||"").split(".").sort(),g=v.event.special[c]||{},c=(s?g.delegateType:g.bindType)||c,g=v.event.special[c]||{},p=v.extend({type:c,origType:l[1],data:i,handler:r,guid:r.guid,selector:s,needsContext:s&&v.expr.match.needsContext.test(s),namespace:h.join(".")},d),m=a[c];if(!m){m=a[c]=[],m.delegateCount=0;if(!g.setup||g.setup.call(e,i,h,u)===!1)e.addEventListener?e.addEventListener(c,u,!1):e.attachEvent&&e.attachEvent("on"+c,u)}g.add&&(g.add.call(e,p),p.handler.guid||(p.handler.guid=r.guid)),s?m.splice(m.delegateCount++,0,p):m.push(p),v.event.global[c]=!0}e=null},global:{},remove:function(e,t,n,r,i){var s,o,u,a,f,l,c,h,p,d,m,g=v.hasData(e)&&v._data(e);if(!g||!(h=g.events))return;t=v.trim(Z(t||"")).split(" ");for(s=0;s<t.length;s++){o=J.exec(t[s])||[],u=a=o[1],f=o[2];if(!u){for(u in h)v.event.remove(e,u+t[s],n,r,!0);continue}p=v.event.special[u]||{},u=(r?p.delegateType:p.bindType)||u,d=h[u]||[],l=d.length,f=f?new RegExp("(^|\\.)"+f.split(".").sort().join("\\.(?:.*\\.|)")+"(\\.|$)"):null;for(c=0;c<d.length;c++)m=d[c],(i||a===m.origType)&&(!n||n.guid===m.guid)&&(!f||f.test(m.namespace))&&(!r||r===m.selector||r==="**"&&m.selector)&&(d.splice(c--,1),m.selector&&d.delegateCount--,p.remove&&p.remove.call(e,m));d.length===0&&l!==d.length&&((!p.teardown||p.teardown.call(e,f,g.handle)===!1)&&v.removeEvent(e,u,g.handle),delete h[u])}v.isEmptyObject(h)&&(delete g.handle,v.removeData(e,"events",!0))},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(n,r,s,o){if(!s||s.nodeType!==3&&s.nodeType!==8){var u,a,f,l,c,h,p,d,m,g,y=n.type||n,b=[];if(Y.test(y+v.event.triggered))return;y.indexOf("!")>=0&&(y=y.slice(0,-1),a=!0),y.indexOf(".")>=0&&(b=y.split("."),y=b.shift(),b.sort());if((!s||v.event.customEvent[y])&&!v.event.global[y])return;n=typeof n=="object"?n[v.expando]?n:new v.Event(y,n):new v.Event(y),n.type=y,n.isTrigger=!0,n.exclusive=a,n.namespace=b.join("."),n.namespace_re=n.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h=y.indexOf(":")<0?"on"+y:"";if(!s){u=v.cache;for(f in u)u[f].events&&u[f].events[y]&&v.event.trigger(n,r,u[f].handle.elem,!0);return}n.result=t,n.target||(n.target=s),r=r!=null?v.makeArray(r):[],r.unshift(n),p=v.event.special[y]||{};if(p.trigger&&p.trigger.apply(s,r)===!1)return;m=[[s,p.bindType||y]];if(!o&&!p.noBubble&&!v.isWindow(s)){g=p.delegateType||y,l=Y.test(g+y)?s:s.parentNode;for(c=s;l;l=l.parentNode)m.push([l,g]),c=l;c===(s.ownerDocument||i)&&m.push([c.defaultView||c.parentWindow||e,g])}for(f=0;f<m.length&&!n.isPropagationStopped();f++)l=m[f][0],n.type=m[f][1],d=(v._data(l,"events")||{})[n.type]&&v._data(l,"handle"),d&&d.apply(l,r),d=h&&l[h],d&&v.acceptData(l)&&d.apply&&d.apply(l,r)===!1&&n.preventDefault();return n.type=y,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(s.ownerDocument,r)===!1)&&(y!=="click"||!v.nodeName(s,"a"))&&v.acceptData(s)&&h&&s[y]&&(y!=="focus"&&y!=="blur"||n.target.offsetWidth!==0)&&!v.isWindow(s)&&(c=s[h],c&&(s[h]=null),v.event.triggered=y,s[y](),v.event.triggered=t,c&&(s[h]=c)),n.result}return},dispatch:function(n){n=v.event.fix(n||e.event);var r,i,s,o,u,a,f,c,h,p,d=(v._data(this,"events")||{})[n.type]||[],m=d.delegateCount,g=l.call(arguments),y=!n.exclusive&&!n.namespace,b=v.event.special[n.type]||{},w=[];g[0]=n,n.delegateTarget=this;if(b.preDispatch&&b.preDispatch.call(this,n)===!1)return;if(m&&(!n.button||n.type!=="click"))for(s=n.target;s!=this;s=s.parentNode||this)if(s.disabled!==!0||n.type!=="click"){u={},f=[];for(r=0;r<m;r++)c=d[r],h=c.selector,u[h]===t&&(u[h]=c.needsContext?v(h,this).index(s)>=0:v.find(h,this,null,[s]).length),u[h]&&f.push(c);f.length&&w.push({elem:s,matches:f})}d.length>m&&w.push({elem:this,matches:d.slice(m)});for(r=0;r<w.length&&!n.isPropagationStopped();r++){a=w[r],n.currentTarget=a.elem;for(i=0;i<a.matches.length&&!n.isImmediatePropagationStopped();i++){c=a.matches[i];if(y||!n.namespace&&!c.namespace||n.namespace_re&&n.namespace_re.test(c.namespace))n.data=c.data,n.handleObj=c,o=((v.event.special[c.origType]||{}).handle||c.handler).apply(a.elem,g),o!==t&&(n.result=o,o===!1&&(n.preventDefault(),n.stopPropagation()))}}return b.postDispatch&&b.postDispatch.call(this,n),n.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return e.which==null&&(e.which=t.charCode!=null?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,s,o,u=n.button,a=n.fromElement;return e.pageX==null&&n.clientX!=null&&(r=e.target.ownerDocument||i,s=r.documentElement,o=r.body,e.pageX=n.clientX+(s&&s.scrollLeft||o&&o.scrollLeft||0)-(s&&s.clientLeft||o&&o.clientLeft||0),e.pageY=n.clientY+(s&&s.scrollTop||o&&o.scrollTop||0)-(s&&s.clientTop||o&&o.clientTop||0)),!e.relatedTarget&&a&&(e.relatedTarget=a===e.target?n.toElement:a),!e.which&&u!==t&&(e.which=u&1?1:u&2?3:u&4?2:0),e}},fix:function(e){if(e[v.expando])return e;var t,n,r=e,s=v.event.fixHooks[e.type]||{},o=s.props?this.props.concat(s.props):this.props;e=v.Event(r);for(t=o.length;t;)n=o[--t],e[n]=r[n];return e.target||(e.target=r.srcElement||i),e.target.nodeType===3&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,r):e},special:{load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(e,t,n){v.isWindow(this)&&(this.onbeforeunload=n)},teardown:function(e,t){this.onbeforeunload===t&&(this.onbeforeunload=null)}}},simulate:function(e,t,n,r){var i=v.extend(new v.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?v.event.trigger(i,null,t):v.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},v.event.handle=v.event.dispatch,v.removeEvent=i.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]=="undefined"&&(e[r]=null),e.detachEvent(r,n))},v.Event=function(e,t){if(!(this instanceof v.Event))return new v.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?tt:et):this.type=e,t&&v.extend(this,t),this.timeStamp=e&&e.timeStamp||v.now(),this[v.expando]=!0},v.Event.prototype={preventDefault:function(){this.isDefaultPrevented=tt;var e=this.originalEvent;if(!e)return;e.preventDefault?e.preventDefault():e.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=tt;var e=this.originalEvent;if(!e)return;e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=tt,this.stopPropagation()},isDefaultPrevented:et,isPropagationStopped:et,isImmediatePropagationStopped:et},v.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){v.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,s=e.handleObj,o=s.selector;if(!i||i!==r&&!v.contains(r,i))e.type=s.origType,n=s.handler.apply(this,arguments),e.type=t;return n}}}),v.support.submitBubbles||(v.event.special.submit={setup:function(){if(v.nodeName(this,"form"))return!1;v.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=v.nodeName(n,"input")||v.nodeName(n,"button")?n.form:t;r&&!v._data(r,"_submit_attached")&&(v.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),v._data(r,"_submit_attached",!0))})},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&v.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){if(v.nodeName(this,"form"))return!1;v.event.remove(this,"._submit")}}),v.support.changeBubbles||(v.event.special.change={setup:function(){if($.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")v.event.add(this,"propertychange._change",function(e){e.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),v.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),v.event.simulate("change",this,e,!0)});return!1}v.event.add(this,"beforeactivate._change",function(e){var t=e.target;$.test(t.nodeName)&&!v._data(t,"_change_attached")&&(v.event.add(t,"change._change",function(e){this.parentNode&&!e.isSimulated&&!e.isTrigger&&v.event.simulate("change",this.parentNode,e,!0)}),v._data(t,"_change_attached",!0))})},handle:function(e){var t=e.target;if(this!==t||e.isSimulated||e.isTrigger||t.type!=="radio"&&t.type!=="checkbox")return e.handleObj.handler.apply(this,arguments)},teardown:function(){return v.event.remove(this,"._change"),!$.test(this.nodeName)}}),v.support.focusinBubbles||v.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){v.event.simulate(t,e.target,v.event.fix(e),!0)};v.event.special[t]={setup:function(){n++===0&&i.addEventListener(e,r,!0)},teardown:function(){--n===0&&i.removeEventListener(e,r,!0)}}}),v.fn.extend({on:function(e,n,r,i,s){var o,u;if(typeof e=="object"){typeof n!="string"&&(r=r||n,n=t);for(u in e)this.on(u,n,r,e[u],s);return this}r==null&&i==null?(i=n,r=n=t):i==null&&(typeof n=="string"?(i=r,r=t):(i=r,r=n,n=t));if(i===!1)i=et;else if(!i)return this;return s===1&&(o=i,i=function(e){return v().off(e),o.apply(this,arguments)},i.guid=o.guid||(o.guid=v.guid++)),this.each(function(){v.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,s;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,v(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if(typeof e=="object"){for(s in e)this.off(s,n,e[s]);return this}if(n===!1||typeof n=="function")r=n,n=t;return r===!1&&(r=et),this.each(function(){v.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},live:function(e,t,n){return v(this.context).on(e,this.selector,t,n),this},die:function(e,t){return v(this.context).off(e,this.selector||"**",t),this},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){v.event.trigger(e,t,this)})},triggerHandler:function(e,t){if(this[0])return v.event.trigger(e,t,this[0],!0)},toggle:function(e){var t=arguments,n=e.guid||v.guid++,r=0,i=function(n){var i=(v._data(this,"lastToggle"+e.guid)||0)%r;return v._data(this,"lastToggle"+e.guid,i+1),n.preventDefault(),t[i].apply(this,arguments)||!1};i.guid=n;while(r<t.length)t[r++].guid=n;return this.click(i)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),v.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){v.fn[t]=function(e,n){return n==null&&(n=e,e=null),arguments.length>0?this.on(t,null,e,n):this.trigger(t)},Q.test(t)&&(v.event.fixHooks[t]=v.event.keyHooks),G.test(t)&&(v.event.fixHooks[t]=v.event.mouseHooks)}),function(e,t){function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||typeof e!="string")return n;if(l!==1&&l!==9)return[];a=o(t);if(!a&&!r)if(i=R.exec(e))if(f=i[1]){if(l===9){s=t.getElementById(f);if(!s||!s.parentNode)return n;if(s.id===f)return n.push(s),n}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(f))&&u(t,s)&&s.id===f)return n.push(s),n}else{if(i[2])return S.apply(n,x.call(t.getElementsByTagName(e),0)),n;if((f=i[3])&&Z&&t.getElementsByClassName)return S.apply(n,x.call(t.getElementsByClassName(f),0)),n}return vt(e.replace(j,"$1"),t,n,r,a)}function rt(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}}function it(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}}function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=e([],n.length,t),o=s.length;while(o--)n[i=s[o]]&&(n[i]=!(r[i]=n[i]))})})}function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r===t)return-1;r=r.nextSibling}return 1}function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice(0);u=e,a=[],f=i.preFilter;while(u){if(!n||(r=F.exec(u)))r&&(u=u.slice(r[0].length)||u),a.push(s=[]);n=!1;if(r=I.exec(u))s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=r[0].replace(j," ");for(o in i.filter)(r=J[o].exec(u))&&(!f[o]||(r=f[o](r)))&&(s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=o,n.matches=r);if(!n)break}return t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.first?function(t,n,r){while(t=t[i])if(s||t.nodeType===1)return e(t,n,r)}:function(t,r,u){if(!u){var a,f=b+" "+o+" ",l=f+n;while(t=t[i])if(s||t.nodeType===1){if((a=t[d])===l)return t.sizset;if(typeof a=="string"&&a.indexOf(f)===0){if(t.sizset)return t}else{t[d]=l;if(e(t,r,u))return t.sizset=!0,t;t.sizset=!1}}}else while(t=t[i])if(s||t.nodeType===1)if(e(t,r,u))return t}}function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u<a;u++)if(s=e[u])if(!n||n(s,r,i))o.push(s),f&&t.push(u);return o}function ct(e,t,n,r,i,s){return r&&!r[d]&&(r=ct(r)),i&&!i[d]&&(i=ct(i,s)),N(function(s,o,u,a){var f,l,c,h=[],p=[],d=o.length,v=s||dt(t||"*",u.nodeType?[u]:u,[]),m=e&&(s||!t)?lt(v,h,e,u,a):v,g=n?i||(s?e:d||r)?[]:o:m;n&&n(m,g,u,a);if(r){f=lt(g,p),r(f,[],u,a),l=f.length;while(l--)if(c=f[l])g[p[l]]=!(m[p[l]]=c)}if(s){if(i||e){if(i){f=[],l=g.length;while(l--)(c=g[l])&&f.push(m[l]=c);i(null,g=[],f,a)}l=g.length;while(l--)(c=g[l])&&(f=i?T.call(s,c):h[l])>-1&&(s[f]=!(o[f]=c))}}else g=lt(g===o?g.splice(d,g.length):g),i?i(null,o,g,a):S.apply(o,g)})}function ht(e){var t,n,r,s=e.length,o=i.relative[e[0].type],u=o||i.relative[" "],a=o?1:0,f=at(function(e){return e===t},u,!0),l=at(function(e){return T.call(t,e)>-1},u,!0),h=[function(e,n,r){return!o&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r))}];for(;a<s;a++)if(n=i.relative[e[a].type])h=[at(ft(h),n)];else{n=i.filter[e[a].type].apply(null,e[a].matches);if(n[d]){r=++a;for(;r<s;r++)if(i.relative[e[r].type])break;return ct(a>1&&ft(h),a>1&&e.slice(0,a-1).join("").replace(j,"$1"),n,a<r&&ht(e.slice(a,r)),r<s&&ht(e=e.slice(r)),r<s&&e.join(""))}h.push(n)}return ft(h)}function pt(e,t){var r=t.length>0,s=e.length>0,o=function(u,a,f,l,h){var p,d,v,m=[],y=0,w="0",x=u&&[],T=h!=null,N=c,C=u||s&&i.find.TAG("*",h&&a.parentNode||a),k=b+=N==null?1:Math.E;T&&(c=a!==g&&a,n=o.el);for(;(p=C[w])!=null;w++){if(s&&p){for(d=0;v=e[d];d++)if(v(p,a,f)){l.push(p);break}T&&(b=k,n=++o.el)}r&&((p=!v&&p)&&y--,u&&x.push(p))}y+=w;if(r&&w!==y){for(d=0;v=t[d];d++)v(x,m,a,f);if(u){if(y>0)while(w--)!x[w]&&!m[w]&&(m[w]=E.call(l));m=lt(m)}S.apply(l,m),T&&!u&&m.length>0&&y+t.length>1&&nt.uniqueSort(l)}return T&&(b=k,c=N),x};return o.el=0,r?N(o):o}function dt(e,t,n){var r=0,i=t.length;for(;r<i;r++)nt(e,t[r],n);return n}function vt(e,t,n,r,s){var o,u,f,l,c,h=ut(e),p=h.length;if(!r&&h.length===1){u=h[0]=h[0].slice(0);if(u.length>2&&(f=u[0]).type==="ID"&&t.nodeType===9&&!s&&i.relative[u[1].type]){t=i.find.ID(f.matches[0].replace($,""),t,s)[0];if(!t)return n;e=e.slice(u.shift().length)}for(o=J.POS.test(e)?-1:u.length-1;o>=0;o--){f=u[o];if(i.relative[l=f.type])break;if(c=i.find[l])if(r=c(f.matches[0].replace($,""),z.test(u[0].type)&&t.parentNode||t,s)){u.splice(o,1),e=r.length&&u.join("");if(!e)return S.apply(n,x.call(r,0)),n;break}}}return a(e,h)(r,t,s,n,z.test(e)),n}function mt(){}var n,r,i,s,o,u,a,f,l,c,h=!0,p="undefined",d=("sizcache"+Math.random()).replace(".",""),m=String,g=e.document,y=g.documentElement,b=0,w=0,E=[].pop,S=[].push,x=[].slice,T=[].indexOf||function(e){var t=0,n=this.length;for(;t<n;t++)if(this[t]===e)return t;return-1},N=function(e,t){return e[d]=t==null||t,e},C=function(){var e={},t=[];return N(function(n,r){return t.push(n)>i.cacheLength&&delete e[t.shift()],e[n+" "]=r},e)},k=C(),L=C(),A=C(),O="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",_=M.replace("w","w#"),D="([*^$|!~]?=)",P="\\["+O+"*("+M+")"+O+"*(?:"+D+O+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+_+")|)|)"+O+"*\\]",H=":("+M+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+P+")|[^:]|\\\\.)*|.*))\\)|)",B=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)",j=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),F=new RegExp("^"+O+"*,"+O+"*"),I=new RegExp("^"+O+"*([\\x20\\t\\r\\n\\f>+~])"+O+"*"),q=new RegExp(H),R=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,U=/^:not/,z=/[\x20\t\r\n\f]*[+~]/,W=/:not\($/,X=/h\d/i,V=/input|select|textarea|button/i,$=/\\(?!\\)/g,J={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),NAME:new RegExp("^\\[name=['\"]?("+M+")['\"]?\\]"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+H),POS:new RegExp(B,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),needsContext:new RegExp("^"+O+"*[>+~]|"+B,"i")},K=function(e){var t=g.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getElementsByTagName("*").length}),G=K(function(e){return e.innerHTML="<a href='#'></a>",e.firstChild&&typeof e.firstChild.getAttribute!==p&&e.firstChild.getAttribute("href")==="#"}),Y=K(function(e){e.innerHTML="<select></select>";var t=typeof e.lastChild.getAttribute("multiple");return t!=="boolean"&&t!=="string"}),Z=K(function(e){return e.innerHTML="<div class='hidden e'></div><div class='hidden'></div>",!e.getElementsByClassName||!e.getElementsByClassName("e").length?!1:(e.lastChild.className="e",e.getElementsByClassName("e").length===2)}),et=K(function(e){e.id=d+0,e.innerHTML="<a name='"+d+"'></a><div name='"+d+"'></div>",y.insertBefore(e,y.firstChild);var t=g.getElementsByName&&g.getElementsByName(d).length===2+g.getElementsByName(d+0).length;return r=!g.getElementById(d),y.removeChild(e),t});try{x.call(y.childNodes,0)[0].nodeType}catch(tt){x=function(e){var t,n=[];for(;t=this[e];e++)n.push(t);return n}}nt.matches=function(e,t){return nt(e,null,null,t)},nt.matchesSelector=function(e,t){return nt(t,null,null,[e]).length>0},s=nt.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(i===1||i===9||i===11){if(typeof e.textContent=="string")return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(i===3||i===4)return e.nodeValue}else for(;t=e[r];r++)n+=s(t);return n},o=nt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1},u=nt.contains=y.contains?function(e,t){var n=e.nodeType===9?e.documentElement:e,r=t&&t.parentNode;return e===r||!!(r&&r.nodeType===1&&n.contains&&n.contains(r))}:y.compareDocumentPosition?function(e,t){return t&&!!(e.compareDocumentPosition(t)&16)}:function(e,t){while(t=t.parentNode)if(t===e)return!0;return!1},nt.attr=function(e,t){var n,r=o(e);return r||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):r||Y?e.getAttribute(t):(n=e.getAttributeNode(t),n?typeof e[t]=="boolean"?e[t]?t:null:n.specified?n.value:null:null)},i=nt.selectors={cacheLength:50,createPseudo:N,match:J,attrHandle:G?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},find:{ID:r?function(e,t,n){if(typeof t.getElementById!==p&&!n){var r=t.getElementById(e);return r&&r.parentNode?[r]:[]}}:function(e,n,r){if(typeof n.getElementById!==p&&!r){var i=n.getElementById(e);return i?i.id===e||typeof i.getAttributeNode!==p&&i.getAttributeNode("id").value===e?[i]:t:[]}},TAG:Q?function(e,t){if(typeof t.getElementsByTagName!==p)return t.getElementsByTagName(e)}:function(e,t){var n=t.getElementsByTagName(e);if(e==="*"){var r,i=[],s=0;for(;r=n[s];s++)r.nodeType===1&&i.push(r);return i}return n},NAME:et&&function(e,t){if(typeof t.getElementsByName!==p)return t.getElementsByName(name)},CLASS:Z&&function(e,t,n){if(typeof t.getElementsByClassName!==p&&!n)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,""),e[3]=(e[4]||e[5]||"").replace($,""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1]==="nth"?(e[2]||nt.error(e[0]),e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd")),e[4]=+(e[6]+e[7]||e[2]==="odd")):e[2]&&nt.error(e[0]),e},PSEUDO:function(e){var t,n;if(J.CHILD.test(e[0]))return null;if(e[3])e[2]=e[3];else if(t=e[4])q.test(t)&&(n=ut(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(t=t.slice(0,n),e[0]=e[0].slice(0,n)),e[2]=t;return e.slice(0,3)}},filter:{ID:r?function(e){return e=e.replace($,""),function(t){return t.getAttribute("id")===e}}:function(e){return e=e.replace($,""),function(t){var n=typeof t.getAttributeNode!==p&&t.getAttributeNode("id");return n&&n.value===e}},TAG:function(e){return e==="*"?function(){return!0}:(e=e.replace($,"").toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[d][e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==p&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r,i){var s=nt.attr(r,e);return s==null?t==="!=":t?(s+="",t==="="?s===n:t==="!="?s!==n:t==="^="?n&&s.indexOf(n)===0:t==="*="?n&&s.indexOf(n)>-1:t==="$="?n&&s.substr(s.length-n.length)===n:t==="~="?(" "+s+" ").indexOf(n)>-1:t==="|="?s===n||s.substr(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r){return e==="nth"?function(e){var t,i,s=e.parentNode;if(n===1&&r===0)return!0;if(s){i=0;for(t=s.firstChild;t;t=t.nextSibling)if(t.nodeType===1){i++;if(e===t)break}}return i-=r,i===n||i%n===0&&i/n>=0}:function(t){var n=t;switch(e){case"only":case"first":while(n=n.previousSibling)if(n.nodeType===1)return!1;if(e==="first")return!0;n=t;case"last":while(n=n.nextSibling)if(n.nodeType===1)return!1;return!0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||nt.error("unsupported pseudo: "+e);return r[d]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,n){var i,s=r(e,t),o=s.length;while(o--)i=T.call(e,s[o]),e[i]=!(n[i]=s[o])}):function(e){return r(e,0,n)}):r}},pseudos:{not:N(function(e){var t=[],n=[],r=a(e.replace(j,"$1"));return r[d]?N(function(e,t,n,i){var s,o=r(e,null,i,[]),u=e.length;while(u--)if(s=o[u])e[u]=!(t[u]=s)}):function(e,i,s){return t[0]=e,r(t,null,s,n),!n.pop()}}),has:N(function(e){return function(t){return nt(e,t).length>0}}),contains:N(function(e){return function(t){return(t.textContent||t.innerText||s(t)).indexOf(e)>-1}}),enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&!!e.checked||t==="option"&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},parent:function(e){return!i.pseudos.empty(e)},empty:function(e){var t;e=e.firstChild;while(e){if(e.nodeName>"@"||(t=e.nodeType)===3||t===4)return!1;e=e.nextSibling}return!0},header:function(e){return X.test(e.nodeName)},text:function(e){var t,n;return e.nodeName.toLowerCase()==="input"&&(t=e.type)==="text"&&((n=e.getAttribute("type"))==null||n.toLowerCase()===t)},radio:rt("radio"),checkbox:rt("checkbox"),file:rt("file"),password:rt("password"),image:rt("image"),submit:it("submit"),reset:it("reset"),button:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},input:function(e){return V.test(e.nodeName)},focus:function(e){var t=e.ownerDocument;return e===t.activeElement&&(!t.hasFocus||t.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},active:function(e){return e===e.ownerDocument.activeElement},first:st(function(){return[0]}),last:st(function(e,t){return[t-1]}),eq:st(function(e,t,n){return[n<0?n+t:n]}),even:st(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:st(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:st(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:st(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}},f=y.compareDocumentPosition?function(e,t){return e===t?(l=!0,0):(!e.compareDocumentPosition||!t.compareDocumentPosition?e.compareDocumentPosition:e.compareDocumentPosition(t)&4)?-1:1}:function(e,t){if(e===t)return l=!0,0;if(e.sourceIndex&&t.sourceIndex)return e.sourceIndex-t.sourceIndex;var n,r,i=[],s=[],o=e.parentNode,u=t.parentNode,a=o;if(o===u)return ot(e,t);if(!o)return-1;if(!u)return 1;while(a)i.unshift(a),a=a.parentNode;a=u;while(a)s.unshift(a),a=a.parentNode;n=i.length,r=s.length;for(var f=0;f<n&&f<r;f++)if(i[f]!==s[f])return ot(i[f],s[f]);return f===n?ot(e,s[f],-1):ot(i[f],t,1)},[0,0].sort(f),h=!l,nt.uniqueSort=function(e){var t,n=[],r=1,i=0;l=h,e.sort(f);if(l){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e},nt.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},a=nt.compile=function(e,t){var n,r=[],i=[],s=A[d][e+" "];if(!s){t||(t=ut(e)),n=t.length;while(n--)s=ht(t[n]),s[d]?r.push(s):i.push(s);s=A(e,pt(i,r))}return s},g.querySelectorAll&&function(){var e,t=vt,n=/'|\\/g,r=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,i=[":focus"],s=[":active"],u=y.matchesSelector||y.mozMatchesSelector||y.webkitMatchesSelector||y.oMatchesSelector||y.msMatchesSelector;K(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||i.push("\\["+O+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||i.push(":checked")}),K(function(e){e.innerHTML="<p test=''></p>",e.querySelectorAll("[test^='']").length&&i.push("[*^$]="+O+"*(?:\"\"|'')"),e.innerHTML="<input type='hidden'/>",e.querySelectorAll(":enabled").length||i.push(":enabled",":disabled")}),i=new RegExp(i.join("|")),vt=function(e,r,s,o,u){if(!o&&!u&&!i.test(e)){var a,f,l=!0,c=d,h=r,p=r.nodeType===9&&e;if(r.nodeType===1&&r.nodeName.toLowerCase()!=="object"){a=ut(e),(l=r.getAttribute("id"))?c=l.replace(n,"\\$&"):r.setAttribute("id",c),c="[id='"+c+"'] ",f=a.length;while(f--)a[f]=c+a[f].join("");h=z.test(e)&&r.parentNode||r,p=a.join(",")}if(p)try{return S.apply(s,x.call(h.querySelectorAll(p),0)),s}catch(v){}finally{l||r.removeAttribute("id")}}return t(e,r,s,o,u)},u&&(K(function(t){e=u.call(t,"div");try{u.call(t,"[test!='']:sizzle"),s.push("!=",H)}catch(n){}}),s=new RegExp(s.join("|")),nt.matchesSelector=function(t,n){n=n.replace(r,"='$1']");if(!o(t)&&!s.test(n)&&!i.test(n))try{var a=u.call(t,n);if(a||e||t.document&&t.document.nodeType!==11)return a}catch(f){}return nt(n,null,null,[t]).length>0})}(),i.pseudos.nth=i.pseudos.eq,i.filters=mt.prototype=i.pseudos,i.setFilters=new mt,nt.attr=v.attr,v.find=nt,v.expr=nt.selectors,v.expr[":"]=v.expr.pseudos,v.unique=nt.uniqueSort,v.text=nt.getText,v.isXMLDoc=nt.isXML,v.contains=nt.contains}(e);var nt=/Until$/,rt=/^(?:parents|prev(?:Until|All))/,it=/^.[^:#\[\.,]*$/,st=v.expr.match.needsContext,ot={children:!0,contents:!0,next:!0,prev:!0};v.fn.extend({find:function(e){var t,n,r,i,s,o,u=this;if(typeof e!="string")return v(e).filter(function(){for(t=0,n=u.length;t<n;t++)if(v.contains(u[t],this))return!0});o=this.pushStack("","find",e);for(t=0,n=this.length;t<n;t++){r=o.length,v.find(e,this[t],o);if(t>0)for(i=r;i<o.length;i++)for(s=0;s<r;s++)if(o[s]===o[i]){o.splice(i--,1);break}}return o},has:function(e){var t,n=v(e,this),r=n.length;return this.filter(function(){for(t=0;t<r;t++)if(v.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1),"not",e)},filter:function(e){return this.pushStack(ft(this,e,!0),"filter",e)},is:function(e){return!!e&&(typeof e=="string"?st.test(e)?v(e,this.context).index(this[0])>=0:v.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,s=[],o=st.test(e)||typeof e!="string"?v(e,t||this.context):0;for(;r<i;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&n.nodeType!==11){if(o?o.index(n)>-1:v.find.matchesSelector(n,e)){s.push(n);break}n=n.parentNode}}return s=s.length>1?v.unique(s):s,this.pushStack(s,"closest",e)},index:function(e){return e?typeof e=="string"?v.inArray(this[0],v(e)):v.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(e,t){var n=typeof e=="string"?v(e,t):v.makeArray(e&&e.nodeType?[e]:e),r=v.merge(this.get(),n);return this.pushStack(ut(n[0])||ut(r[0])?r:v.unique(r))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}}),v.fn.andSelf=v.fn.addBack,v.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return v.dir(e,"parentNode")},parentsUntil:function(e,t,n){return v.dir(e,"parentNode",n)},next:function(e){return at(e,"nextSibling")},prev:function(e){return at(e,"previousSibling")},nextAll:function(e){return v.dir(e,"nextSibling")},prevAll:function(e){return v.dir(e,"previousSibling")},nextUntil:function(e,t,n){return v.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return v.dir(e,"previousSibling",n)},siblings:function(e){return v.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return v.sibling(e.firstChild)},contents:function(e){return v.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:v.merge([],e.childNodes)}},function(e,t){v.fn[e]=function(n,r){var i=v.map(this,t,n);return nt.test(e)||(r=n),r&&typeof r=="string"&&(i=v.filter(r,i)),i=this.length>1&&!ot[e]?v.unique(i):i,this.length>1&&rt.test(e)&&(i=i.reverse()),this.pushStack(i,e,l.call(arguments).join(","))}}),v.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),t.length===1?v.find.matchesSelector(t[0],e)?[t[0]]:[]:v.find.matches(e,t)},dir:function(e,n,r){var i=[],s=e[n];while(s&&s.nodeType!==9&&(r===t||s.nodeType!==1||!v(s).is(r)))s.nodeType===1&&i.push(s),s=s[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}});var ct="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ht=/ jQuery\d+="(?:null|\d+)"/g,pt=/^\s+/,dt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,vt=/<([\w:]+)/,mt=/<tbody/i,gt=/<|&#?\w+;/,yt=/<(?:script|style|link)/i,bt=/<(?:script|object|embed|option|style)/i,wt=new RegExp("<(?:"+ct+")[\\s/>]","i"),Et=/^(?:checkbox|radio)$/,St=/checked\s*(?:[^=]|=\s*.checked.)/i,xt=/\/(java|ecma)script/i,Tt=/^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,Nt={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},Ct=lt(i),kt=Ct.appendChild(i.createElement("div"));Nt.optgroup=Nt.option,Nt.tbody=Nt.tfoot=Nt.colgroup=Nt.caption=Nt.thead,Nt.th=Nt.td,v.support.htmlSerialize||(Nt._default=[1,"X<div>","</div>"]),v.fn.extend({text:function(e){return v.access(this,function(e){return e===t?v.text(this):this.empty().append((this[0]&&this[0].ownerDocument||i).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(v.isFunction(e))return this.each(function(t){v(this).wrapAll(e.call(this,t))});if(this[0]){var t=v(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&e.firstChild.nodeType===1)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return v.isFunction(e)?this.each(function(t){v(this).wrapInner(e.call(this,t))}):this.each(function(){var t=v(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v.isFunction(e);return this.each(function(n){v(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){v.nodeName(this,"body")||v(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(e,this.firstChild)})},before:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(e,this),"before",this.selector)}},after:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this.nextSibling)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(this,e),"after",this.selector)}},remove:function(e,t){var n,r=0;for(;(n=this[r])!=null;r++)if(!e||v.filter(e,[n]).length)!t&&n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),v.cleanData([n])),n.parentNode&&n.parentNode.removeChild(n);return this},empty:function(){var e,t=0;for(;(e=this[t])!=null;t++){e.nodeType===1&&v.cleanData(e.getElementsByTagName("*"));while(e.firstChild)e.removeChild(e.firstChild)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return v.clone(this,e,t)})},html:function(e){return v.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return n.nodeType===1?n.innerHTML.replace(ht,""):t;if(typeof e=="string"&&!yt.test(e)&&(v.support.htmlSerialize||!wt.test(e))&&(v.support.leadingWhitespace||!pt.test(e))&&!Nt[(vt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(dt,"<$1></$2>");try{for(;r<i;r++)n=this[r]||{},n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),n.innerHTML=e);n=0}catch(s){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){return ut(this[0])?this.length?this.pushStack(v(v.isFunction(e)?e():e),"replaceWith",e):this:v.isFunction(e)?this.each(function(t){var n=v(this),r=n.html();n.replaceWith(e.call(this,t,r))}):(typeof e!="string"&&(e=v(e).detach()),this.each(function(){var t=this.nextSibling,n=this.parentNode;v(this).remove(),t?v(t).before(e):v(n).append(e)}))},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=[].concat.apply([],e);var i,s,o,u,a=0,f=e[0],l=[],c=this.length;if(!v.support.checkClone&&c>1&&typeof f=="string"&&St.test(f))return this.each(function(){v(this).domManip(e,n,r)});if(v.isFunction(f))return this.each(function(i){var s=v(this);e[0]=f.call(this,i,n?s.html():t),s.domManip(e,n,r)});if(this[0]){i=v.buildFragment(e,this,l),o=i.fragment,s=o.firstChild,o.childNodes.length===1&&(o=s);if(s){n=n&&v.nodeName(s,"tr");for(u=i.cacheable||c-1;a<c;a++)r.call(n&&v.nodeName(this[a],"table")?Lt(this[a],"tbody"):this[a],a===u?o:v.clone(o,!0,!0))}o=s=null,l.length&&v.each(l,function(e,t){t.src?v.ajax?v.ajax({url:t.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):v.error("no ajax"):v.globalEval((t.text||t.textContent||t.innerHTML||"").replace(Tt,"")),t.parentNode&&t.parentNode.removeChild(t)})}return this}}),v.buildFragment=function(e,n,r){var s,o,u,a=e[0];return n=n||i,n=!n.nodeType&&n[0]||n,n=n.ownerDocument||n,e.length===1&&typeof a=="string"&&a.length<512&&n===i&&a.charAt(0)==="<"&&!bt.test(a)&&(v.support.checkClone||!St.test(a))&&(v.support.html5Clone||!wt.test(a))&&(o=!0,s=v.fragments[a],u=s!==t),s||(s=n.createDocumentFragment(),v.clean(e,n,s,r),o&&(v.fragments[a]=u&&s)),{fragment:s,cacheable:o}},v.fragments={},v.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){v.fn[e]=function(n){var r,i=0,s=[],o=v(n),u=o.length,a=this.length===1&&this[0].parentNode;if((a==null||a&&a.nodeType===11&&a.childNodes.length===1)&&u===1)return o[t](this[0]),this;for(;i<u;i++)r=(i>0?this.clone(!0):this).get(),v(o[i])[t](r),s=s.concat(r);return this.pushStack(s,e,o.selector)}}),v.extend({clone:function(e,t,n){var r,i,s,o;v.support.html5Clone||v.isXMLDoc(e)||!wt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(kt.innerHTML=e.outerHTML,kt.removeChild(o=kt.firstChild));if((!v.support.noCloneEvent||!v.support.noCloneChecked)&&(e.nodeType===1||e.nodeType===11)&&!v.isXMLDoc(e)){Ot(e,o),r=Mt(e),i=Mt(o);for(s=0;r[s];++s)i[s]&&Ot(r[s],i[s])}if(t){At(e,o);if(n){r=Mt(e),i=Mt(o);for(s=0;r[s];++s)At(r[s],i[s])}}return r=i=null,o},clean:function(e,t,n,r){var s,o,u,a,f,l,c,h,p,d,m,g,y=t===i&&Ct,b=[];if(!t||typeof t.createDocumentFragment=="undefined")t=i;for(s=0;(u=e[s])!=null;s++){typeof u=="number"&&(u+="");if(!u)continue;if(typeof u=="string")if(!gt.test(u))u=t.createTextNode(u);else{y=y||lt(t),c=t.createElement("div"),y.appendChild(c),u=u.replace(dt,"<$1></$2>"),a=(vt.exec(u)||["",""])[1].toLowerCase(),f=Nt[a]||Nt._default,l=f[0],c.innerHTML=f[1]+u+f[2];while(l--)c=c.lastChild;if(!v.support.tbody){h=mt.test(u),p=a==="table"&&!h?c.firstChild&&c.firstChild.childNodes:f[1]==="<table>"&&!h?c.childNodes:[];for(o=p.length-1;o>=0;--o)v.nodeName(p[o],"tbody")&&!p[o].childNodes.length&&p[o].parentNode.removeChild(p[o])}!v.support.leadingWhitespace&&pt.test(u)&&c.insertBefore(t.createTextNode(pt.exec(u)[0]),c.firstChild),u=c.childNodes,c.parentNode.removeChild(c)}u.nodeType?b.push(u):v.merge(b,u)}c&&(u=c=y=null);if(!v.support.appendChecked)for(s=0;(u=b[s])!=null;s++)v.nodeName(u,"input")?_t(u):typeof u.getElementsByTagName!="undefined"&&v.grep(u.getElementsByTagName("input"),_t);if(n){m=function(e){if(!e.type||xt.test(e.type))return r?r.push(e.parentNode?e.parentNode.removeChild(e):e):n.appendChild(e)};for(s=0;(u=b[s])!=null;s++)if(!v.nodeName(u,"script")||!m(u))n.appendChild(u),typeof u.getElementsByTagName!="undefined"&&(g=v.grep(v.merge([],u.getElementsByTagName("script")),m),b.splice.apply(b,[s+1,0].concat(g)),s+=g.length)}return b},cleanData:function(e,t){var n,r,i,s,o=0,u=v.expando,a=v.cache,f=v.support.deleteExpando,l=v.event.special;for(;(i=e[o])!=null;o++)if(t||v.acceptData(i)){r=i[u],n=r&&a[r];if(n){if(n.events)for(s in n.events)l[s]?v.event.remove(i,s):v.removeEvent(i,s,n.handle);a[r]&&(delete a[r],f?delete i[u]:i.removeAttribute?i.removeAttribute(u):i[u]=null,v.deletedIds.push(r))}}}}),function(){var e,t;v.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=v.uaMatch(o.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),v.browser=t,v.sub=function(){function e(t,n){return new e.fn.init(t,n)}v.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(r,i){return i&&i instanceof v&&!(i instanceof e)&&(i=e(i)),v.fn.init.call(this,r,i,t)},e.fn.init.prototype=e.fn;var t=e(i);return e}}();var Dt,Pt,Ht,Bt=/alpha\([^)]*\)/i,jt=/opacity=([^)]*)/,Ft=/^(top|right|bottom|left)$/,It=/^(none|table(?!-c[ea]).+)/,qt=/^margin/,Rt=new RegExp("^("+m+")(.*)$","i"),Ut=new RegExp("^("+m+")(?!px)[a-z%]+$","i"),zt=new RegExp("^([-+])=("+m+")","i"),Wt={BODY:"block"},Xt={position:"absolute",visibility:"hidden",display:"block"},Vt={letterSpacing:0,fontWeight:400},$t=["Top","Right","Bottom","Left"],Jt=["Webkit","O","Moz","ms"],Kt=v.fn.toggle;v.fn.extend({css:function(e,n){return v.access(this,function(e,n,r){return r!==t?v.style(e,n,r):v.css(e,n)},e,n,arguments.length>1)},show:function(){return Yt(this,!0)},hide:function(){return Yt(this)},toggle:function(e,t){var n=typeof e=="boolean";return v.isFunction(e)&&v.isFunction(t)?Kt.apply(this,arguments):this.each(function(){(n?e:Gt(this))?v(this).show():v(this).hide()})}}),v.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Dt(e,"opacity");return n===""?"1":n}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":v.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(!e||e.nodeType===3||e.nodeType===8||!e.style)return;var s,o,u,a=v.camelCase(n),f=e.style;n=v.cssProps[a]||(v.cssProps[a]=Qt(f,a)),u=v.cssHooks[n]||v.cssHooks[a];if(r===t)return u&&"get"in u&&(s=u.get(e,!1,i))!==t?s:f[n];o=typeof r,o==="string"&&(s=zt.exec(r))&&(r=(s[1]+1)*s[2]+parseFloat(v.css(e,n)),o="number");if(r==null||o==="number"&&isNaN(r))return;o==="number"&&!v.cssNumber[a]&&(r+="px");if(!u||!("set"in u)||(r=u.set(e,r,i))!==t)try{f[n]=r}catch(l){}},css:function(e,n,r,i){var s,o,u,a=v.camelCase(n);return n=v.cssProps[a]||(v.cssProps[a]=Qt(e.style,a)),u=v.cssHooks[n]||v.cssHooks[a],u&&"get"in u&&(s=u.get(e,!0,i)),s===t&&(s=Dt(e,n)),s==="normal"&&n in Vt&&(s=Vt[n]),r||i!==t?(o=parseFloat(s),r||v.isNumeric(o)?o||0:s):s},swap:function(e,t,n){var r,i,s={};for(i in t)s[i]=e.style[i],e.style[i]=t[i];r=n.call(e);for(i in t)e.style[i]=s[i];return r}}),e.getComputedStyle?Dt=function(t,n){var r,i,s,o,u=e.getComputedStyle(t,null),a=t.style;return u&&(r=u.getPropertyValue(n)||u[n],r===""&&!v.contains(t.ownerDocument,t)&&(r=v.style(t,n)),Ut.test(r)&&qt.test(n)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=u.width,a.width=i,a.minWidth=s,a.maxWidth=o)),r}:i.documentElement.currentStyle&&(Dt=function(e,t){var n,r,i=e.currentStyle&&e.currentStyle[t],s=e.style;return i==null&&s&&s[t]&&(i=s[t]),Ut.test(i)&&!Ft.test(t)&&(n=s.left,r=e.runtimeStyle&&e.runtimeStyle.left,r&&(e.runtimeStyle.left=e.currentStyle.left),s.left=t==="fontSize"?"1em":i,i=s.pixelLeft+"px",s.left=n,r&&(e.runtimeStyle.left=r)),i===""?"auto":i}),v.each(["height","width"],function(e,t){v.cssHooks[t]={get:function(e,n,r){if(n)return e.offsetWidth===0&&It.test(Dt(e,"display"))?v.swap(e,Xt,function(){return tn(e,t,r)}):tn(e,t,r)},set:function(e,n,r){return Zt(e,n,r?en(e,t,r,v.support.boxSizing&&v.css(e,"boxSizing")==="border-box"):0)}}}),v.support.opacity||(v.cssHooks.opacity={get:function(e,t){return jt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=v.isNumeric(t)?"alpha(opacity="+t*100+")":"",s=r&&r.filter||n.filter||"";n.zoom=1;if(t>=1&&v.trim(s.replace(Bt,""))===""&&n.removeAttribute){n.removeAttribute("filter");if(r&&!r.filter)return}n.filter=Bt.test(s)?s.replace(Bt,i):s+" "+i}}),v(function(){v.support.reliableMarginRight||(v.cssHooks.marginRight={get:function(e,t){return v.swap(e,{display:"inline-block"},function(){if(t)return Dt(e,"marginRight")})}}),!v.support.pixelPosition&&v.fn.position&&v.each(["top","left"],function(e,t){v.cssHooks[t]={get:function(e,n){if(n){var r=Dt(e,t);return Ut.test(r)?v(e).position()[t]+"px":r}}}})}),v.expr&&v.expr.filters&&(v.expr.filters.hidden=function(e){return e.offsetWidth===0&&e.offsetHeight===0||!v.support.reliableHiddenOffsets&&(e.style&&e.style.display||Dt(e,"display"))==="none"},v.expr.filters.visible=function(e){return!v.expr.filters.hidden(e)}),v.each({margin:"",padding:"",border:"Width"},function(e,t){v.cssHooks[e+t]={expand:function(n){var r,i=typeof n=="string"?n.split(" "):[n],s={};for(r=0;r<4;r++)s[e+$t[r]+t]=i[r]||i[r-2]||i[0];return s}},qt.test(e)||(v.cssHooks[e+t].set=Zt)});var rn=/%20/g,sn=/\[\]$/,on=/\r?\n/g,un=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,an=/^(?:select|textarea)/i;v.fn.extend({serialize:function(){return v.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?v.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||an.test(this.nodeName)||un.test(this.type))}).map(function(e,t){var n=v(this).val();return n==null?null:v.isArray(n)?v.map(n,function(e,n){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),v.param=function(e,n){var r,i=[],s=function(e,t){t=v.isFunction(t)?t():t==null?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};n===t&&(n=v.ajaxSettings&&v.ajaxSettings.traditional);if(v.isArray(e)||e.jquery&&!v.isPlainObject(e))v.each(e,function(){s(this.name,this.value)});else for(r in e)fn(r,e[r],n,s);return i.join("&").replace(rn,"+")};var ln,cn,hn=/#.*$/,pn=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,dn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,vn=/^(?:GET|HEAD)$/,mn=/^\/\//,gn=/\?/,yn=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bn=/([?&])_=[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,En=v.fn.load,Sn={},xn={},Tn=["*/"]+["*"];try{cn=s.href}catch(Nn){cn=i.createElement("a"),cn.href="",cn=cn.href}ln=wn.exec(cn.toLowerCase())||[],v.fn.load=function(e,n,r){if(typeof e!="string"&&En)return En.apply(this,arguments);if(!this.length)return this;var i,s,o,u=this,a=e.indexOf(" ");return a>=0&&(i=e.slice(a,e.length),e=e.slice(0,a)),v.isFunction(n)?(r=n,n=t):n&&typeof n=="object"&&(s="POST"),v.ajax({url:e,type:s,dataType:"html",data:n,complete:function(e,t){r&&u.each(r,o||[e.responseText,t,e])}}).done(function(e){o=arguments,u.html(i?v("<div>").append(e.replace(yn,"")).find(i):e)}),this},v.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,t){v.fn[t]=function(e){return this.on(t,e)}}),v.each(["get","post"],function(e,n){v[n]=function(e,r,i,s){return v.isFunction(r)&&(s=s||i,i=r,r=t),v.ajax({type:n,url:e,data:r,success:i,dataType:s})}}),v.extend({getScript:function(e,n){return v.get(e,t,n,"script")},getJSON:function(e,t,n){return v.get(e,t,n,"json")},ajaxSetup:function(e,t){return t?Ln(e,v.ajaxSettings):(t=e,e=v.ajaxSettings),Ln(e,t),e},ajaxSettings:{url:cn,isLocal:dn.test(ln[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":Tn},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":e.String,"text html":!0,"text json":v.parseJSON,"text xml":v.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:Cn(Sn),ajaxTransport:Cn(xn),ajax:function(e,n){function T(e,n,s,a){var l,y,b,w,S,T=n;if(E===2)return;E=2,u&&clearTimeout(u),o=t,i=a||"",x.readyState=e>0?4:0,s&&(w=An(c,x,s));if(e>=200&&e<300||e===304)c.ifModified&&(S=x.getResponseHeader("Last-Modified"),S&&(v.lastModified[r]=S),S=x.getResponseHeader("Etag"),S&&(v.etag[r]=S)),e===304?(T="notmodified",l=!0):(l=On(c,w),T=l.state,y=l.data,b=l.error,l=!b);else{b=T;if(!T||e)T="error",e<0&&(e=0)}x.status=e,x.statusText=(n||T)+"",l?d.resolveWith(h,[y,T,x]):d.rejectWith(h,[x,T,b]),x.statusCode(g),g=t,f&&p.trigger("ajax"+(l?"Success":"Error"),[x,c,l?y:b]),m.fireWith(h,[x,T]),f&&(p.trigger("ajaxComplete",[x,c]),--v.active||v.event.trigger("ajaxStop"))}typeof e=="object"&&(n=e,e=t),n=n||{};var r,i,s,o,u,a,f,l,c=v.ajaxSetup({},n),h=c.context||c,p=h!==c&&(h.nodeType||h instanceof v)?v(h):v.event,d=v.Deferred(),m=v.Callbacks("once memory"),g=c.statusCode||{},b={},w={},E=0,S="canceled",x={readyState:0,setRequestHeader:function(e,t){if(!E){var n=e.toLowerCase();e=w[n]=w[n]||e,b[e]=t}return this},getAllResponseHeaders:function(){return E===2?i:null},getResponseHeader:function(e){var n;if(E===2){if(!s){s={};while(n=pn.exec(i))s[n[1].toLowerCase()]=n[2]}n=s[e.toLowerCase()]}return n===t?null:n},overrideMimeType:function(e){return E||(c.mimeType=e),this},abort:function(e){return e=e||S,o&&o.abort(e),T(0,e),this}};d.promise(x),x.success=x.done,x.error=x.fail,x.complete=m.add,x.statusCode=function(e){if(e){var t;if(E<2)for(t in e)g[t]=[g[t],e[t]];else t=e[x.status],x.always(t)}return this},c.url=((e||c.url)+"").replace(hn,"").replace(mn,ln[1]+"//"),c.dataTypes=v.trim(c.dataType||"*").toLowerCase().split(y),c.crossDomain==null&&(a=wn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===ln[1]&&a[2]===ln[2]&&(a[3]||(a[1]==="http:"?80:443))==(ln[3]||(ln[1]==="http:"?80:443)))),c.data&&c.processData&&typeof c.data!="string"&&(c.data=v.param(c.data,c.traditional)),kn(Sn,c,n,x);if(E===2)return x;f=c.global,c.type=c.type.toUpperCase(),c.hasContent=!vn.test(c.type),f&&v.active++===0&&v.event.trigger("ajaxStart");if(!c.hasContent){c.data&&(c.url+=(gn.test(c.url)?"&":"?")+c.data,delete c.data),r=c.url;if(c.cache===!1){var N=v.now(),C=c.url.replace(bn,"$1_="+N);c.url=C+(C===c.url?(gn.test(c.url)?"&":"?")+"_="+N:"")}}(c.data&&c.hasContent&&c.contentType!==!1||n.contentType)&&x.setRequestHeader("Content-Type",c.contentType),c.ifModified&&(r=r||c.url,v.lastModified[r]&&x.setRequestHeader("If-Modified-Since",v.lastModified[r]),v.etag[r]&&x.setRequestHeader("If-None-Match",v.etag[r])),x.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+(c.dataTypes[0]!=="*"?", "+Tn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)x.setRequestHeader(l,c.headers[l]);if(!c.beforeSend||c.beforeSend.call(h,x,c)!==!1&&E!==2){S="abort";for(l in{success:1,error:1,complete:1})x[l](c[l]);o=kn(xn,c,n,x);if(!o)T(-1,"No Transport");else{x.readyState=1,f&&p.trigger("ajaxSend",[x,c]),c.async&&c.timeout>0&&(u=setTimeout(function(){x.abort("timeout")},c.timeout));try{E=1,o.send(b,T)}catch(k){if(!(E<2))throw k;T(-1,k)}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var Mn=[],_n=/\?/,Dn=/(=)\?(?=&|$)|\?\?/,Pn=v.now();v.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Mn.pop()||v.expando+"_"+Pn++;return this[e]=!0,e}}),v.ajaxPrefilter("json jsonp",function(n,r,i){var s,o,u,a=n.data,f=n.url,l=n.jsonp!==!1,c=l&&Dn.test(f),h=l&&!c&&typeof a=="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dn.test(a);if(n.dataTypes[0]==="jsonp"||c||h)return s=n.jsonpCallback=v.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,o=e[s],c?n.url=f.replace(Dn,"$1"+s):h?n.data=a.replace(Dn,"$1"+s):l&&(n.url+=(_n.test(f)?"&":"?")+n.jsonp+"="+s),n.converters["script json"]=function(){return u||v.error(s+" was not called"),u[0]},n.dataTypes[0]="json",e[s]=function(){u=arguments},i.always(function(){e[s]=o,n[s]&&(n.jsonpCallback=r.jsonpCallback,Mn.push(s)),u&&v.isFunction(o)&&o(u[0]),u=o=t}),"script"}),v.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){return v.globalEval(e),e}}}),v.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),v.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=i.head||i.getElementsByTagName("head")[0]||i.documentElement;return{send:function(s,o){n=i.createElement("script"),n.async="async",e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,i){if(i||!n.readyState||/loaded|complete/.test(n.readyState))n.onload=n.onreadystatechange=null,r&&n.parentNode&&r.removeChild(n),n=t,i||o(200,"success")},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(0,1)}}}});var Hn,Bn=e.ActiveXObject?function(){for(var e in Hn)Hn[e](0,1)}:!1,jn=0;v.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&Fn()||In()}:Fn,function(e){v.extend(v.support,{ajax:!!e,cors:!!e&&"withCredentials"in e})}(v.ajaxSettings.xhr()),v.support.ajax&&v.ajaxTransport(function(n){if(!n.crossDomain||v.support.cors){var r;return{send:function(i,s){var o,u,a=n.xhr();n.username?a.open(n.type,n.url,n.async,n.username,n.password):a.open(n.type,n.url,n.async);if(n.xhrFields)for(u in n.xhrFields)a[u]=n.xhrFields[u];n.mimeType&&a.overrideMimeType&&a.overrideMimeType(n.mimeType),!n.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");try{for(u in i)a.setRequestHeader(u,i[u])}catch(f){}a.send(n.hasContent&&n.data||null),r=function(e,i){var u,f,l,c,h;try{if(r&&(i||a.readyState===4)){r=t,o&&(a.onreadystatechange=v.noop,Bn&&delete Hn[o]);if(i)a.readyState!==4&&a.abort();else{u=a.status,l=a.getAllResponseHeaders(),c={},h=a.responseXML,h&&h.documentElement&&(c.xml=h);try{c.text=a.responseText}catch(p){}try{f=a.statusText}catch(p){f=""}!u&&n.isLocal&&!n.crossDomain?u=c.text?200:404:u===1223&&(u=204)}}}catch(d){i||s(-1,d)}c&&s(u,f,c,l)},n.async?a.readyState===4?setTimeout(r,0):(o=++jn,Bn&&(Hn||(Hn={},v(e).unload(Bn)),Hn[o]=r),a.onreadystatechange=r):r()},abort:function(){r&&r(0,1)}}}});var qn,Rn,Un=/^(?:toggle|show|hide)$/,zn=new RegExp("^(?:([-+])=|)("+m+")([a-z%]*)$","i"),Wn=/queueHooks$/,Xn=[Gn],Vn={"*":[function(e,t){var n,r,i=this.createTween(e,t),s=zn.exec(t),o=i.cur(),u=+o||0,a=1,f=20;if(s){n=+s[2],r=s[3]||(v.cssNumber[e]?"":"px");if(r!=="px"&&u){u=v.css(i.elem,e,!0)||n||1;do a=a||".5",u/=a,v.style(i.elem,e,u+r);while(a!==(a=i.cur()/o)&&a!==1&&--f)}i.unit=r,i.start=u,i.end=s[1]?u+(s[1]+1)*n:n}return i}]};v.Animation=v.extend(Kn,{tweener:function(e,t){v.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;r<i;r++)n=e[r],Vn[n]=Vn[n]||[],Vn[n].unshift(t)},prefilter:function(e,t){t?Xn.unshift(e):Xn.push(e)}}),v.Tween=Yn,Yn.prototype={constructor:Yn,init:function(e,t,n,r,i,s){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=s||(v.cssNumber[n]?"":"px")},cur:function(){var e=Yn.propHooks[this.prop];return e&&e.get?e.get(this):Yn.propHooks._default.get(this)},run:function(e){var t,n=Yn.propHooks[this.prop];return this.options.duration?this.pos=t=v.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Yn.propHooks._default.set(this),this}},Yn.prototype.init.prototype=Yn.prototype,Yn.propHooks={_default:{get:function(e){var t;return e.elem[e.prop]==null||!!e.elem.style&&e.elem.style[e.prop]!=null?(t=v.css(e.elem,e.prop,!1,""),!t||t==="auto"?0:t):e.elem[e.prop]},set:function(e){v.fx.step[e.prop]?v.fx.step[e.prop](e):e.elem.style&&(e.elem.style[v.cssProps[e.prop]]!=null||v.cssHooks[e.prop])?v.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Yn.propHooks.scrollTop=Yn.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},v.each(["toggle","show","hide"],function(e,t){var n=v.fn[t];v.fn[t]=function(r,i,s){return r==null||typeof r=="boolean"||!e&&v.isFunction(r)&&v.isFunction(i)?n.apply(this,arguments):this.animate(Zn(t,!0),r,i,s)}}),v.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Gt).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=v.isEmptyObject(e),s=v.speed(t,n,r),o=function(){var t=Kn(this,v.extend({},e),s);i&&t.stop(!0)};return i||s.queue===!1?this.each(o):this.queue(s.queue,o)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return typeof e!="string"&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=e!=null&&e+"queueHooks",s=v.timers,o=v._data(this);if(n)o[n]&&o[n].stop&&i(o[n]);else for(n in o)o[n]&&o[n].stop&&Wn.test(n)&&i(o[n]);for(n=s.length;n--;)s[n].elem===this&&(e==null||s[n].queue===e)&&(s[n].anim.stop(r),t=!1,s.splice(n,1));(t||!r)&&v.dequeue(this,e)})}}),v.each({slideDown:Zn("show"),slideUp:Zn("hide"),slideToggle:Zn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){v.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),v.speed=function(e,t,n){var r=e&&typeof e=="object"?v.extend({},e):{complete:n||!n&&t||v.isFunction(e)&&e,duration:e,easing:n&&t||t&&!v.isFunction(t)&&t};r.duration=v.fx.off?0:typeof r.duration=="number"?r.duration:r.duration in v.fx.speeds?v.fx.speeds[r.duration]:v.fx.speeds._default;if(r.queue==null||r.queue===!0)r.queue="fx";return r.old=r.complete,r.complete=function(){v.isFunction(r.old)&&r.old.call(this),r.queue&&v.dequeue(this,r.queue)},r},v.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},v.timers=[],v.fx=Yn.prototype.init,v.fx.tick=function(){var e,n=v.timers,r=0;qn=v.now();for(;r<n.length;r++)e=n[r],!e()&&n[r]===e&&n.splice(r--,1);n.length||v.fx.stop(),qn=t},v.fx.timer=function(e){e()&&v.timers.push(e)&&!Rn&&(Rn=setInterval(v.fx.tick,v.fx.interval))},v.fx.interval=13,v.fx.stop=function(){clearInterval(Rn),Rn=null},v.fx.speeds={slow:600,fast:200,_default:400},v.fx.step={},v.expr&&v.expr.filters&&(v.expr.filters.animated=function(e){return v.grep(v.timers,function(t){return e===t.elem}).length});var er=/^(?:body|html)$/i;v.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){v.offset.setOffset(this,e,t)});var n,r,i,s,o,u,a,f={top:0,left:0},l=this[0],c=l&&l.ownerDocument;if(!c)return;return(r=c.body)===l?v.offset.bodyOffset(l):(n=c.documentElement,v.contains(n,l)?(typeof l.getBoundingClientRect!="undefined"&&(f=l.getBoundingClientRect()),i=tr(c),s=n.clientTop||r.clientTop||0,o=n.clientLeft||r.clientLeft||0,u=i.pageYOffset||n.scrollTop,a=i.pageXOffset||n.scrollLeft,{top:f.top+u-s,left:f.left+a-o}):f)},v.offset={bodyOffset:function(e){var t=e.offsetTop,n=e.offsetLeft;return v.support.doesNotIncludeMarginInBodyOffset&&(t+=parseFloat(v.css(e,"marginTop"))||0,n+=parseFloat(v.css(e,"marginLeft"))||0),{top:t,left:n}},setOffset:function(e,t,n){var r=v.css(e,"position");r==="static"&&(e.style.position="relative");var i=v(e),s=i.offset(),o=v.css(e,"top"),u=v.css(e,"left"),a=(r==="absolute"||r==="fixed")&&v.inArray("auto",[o,u])>-1,f={},l={},c,h;a?(l=i.position(),c=l.top,h=l.left):(c=parseFloat(o)||0,h=parseFloat(u)||0),v.isFunction(t)&&(t=t.call(e,n,s)),t.top!=null&&(f.top=t.top-s.top+c),t.left!=null&&(f.left=t.left-s.left+h),"using"in t?t.using.call(e,f):i.css(f)}},v.fn.extend({position:function(){if(!this[0])return;var e=this[0],t=this.offsetParent(),n=this.offset(),r=er.test(t[0].nodeName)?{top:0,left:0}:t.offset();return n.top-=parseFloat(v.css(e,"marginTop"))||0,n.left-=parseFloat(v.css(e,"marginLeft"))||0,r.top+=parseFloat(v.css(t[0],"borderTopWidth"))||0,r.left+=parseFloat(v.css(t[0],"borderLeftWidth"))||0,{top:n.top-r.top,left:n.left-r.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||i.body;while(e&&!er.test(e.nodeName)&&v.css(e,"position")==="static")e=e.offsetParent;return e||i.body})}}),v.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);v.fn[e]=function(i){return v.access(this,function(e,i,s){var o=tr(e);if(s===t)return o?n in o?o[n]:o.document.documentElement[i]:e[i];o?o.scrollTo(r?v(o).scrollLeft():s,r?s:v(o).scrollTop()):e[i]=s},e,i,arguments.length,null)}}),v.each({Height:"height",Width:"width"},function(e,n){v.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){v.fn[i]=function(i,s){var o=arguments.length&&(r||typeof i!="boolean"),u=r||(i===!0||s===!0?"margin":"border");return v.access(this,function(n,r,i){var s;return v.isWindow(n)?n.document.documentElement["client"+e]:n.nodeType===9?(s=n.documentElement,Math.max(n.body["scroll"+e],s["scroll"+e],n.body["offset"+e],s["offset"+e],s["client"+e])):i===t?v.css(n,r,i,u):v.style(n,r,i,u)},n,o?i:t,o,null)}})}),e.jQuery=e.$=v,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return v})})(window);
libreoffice-7.0.3/wizards/source/access2base/access2base.html-25100-//]]>
##############################################
libreoffice-7.0.3/basic/source/inc/symtbl.hxx-119-    SbiSymScope GetScope() const;
libreoffice-7.0.3/basic/source/inc/symtbl.hxx:120:    sal_uInt32 GetAddr() const  { return nChain;    }
libreoffice-7.0.3/basic/source/inc/symtbl.hxx-121-    sal_uInt16 GetId() const    { return nId;       }
##############################################
libreoffice-7.0.3/basic/source/comp/codegen.cxx-289-                    }
libreoffice-7.0.3/basic/source/comp/codegen.cxx:290:                    pMeth->nStart = pProc->GetAddr();
libreoffice-7.0.3/basic/source/comp/codegen.cxx-291-                    pMeth->nLine1 = pProc->GetLine1();
##############################################
libreoffice-7.0.3/ChangeLog-80188-        
libreoffice-7.0.3/ChangeLog:80189:        > bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx:39:9: error: inline asm clobber list contains reserved registers: X18 [-Werror,-Winline-asm]
libreoffice-7.0.3/ChangeLog-80190-        >         "ldp x0, x1, [%[gpr_]]\n\t"
##############################################
libreoffice-7.0.3/ChangeLog-80194-        > ^
libreoffice-7.0.3/ChangeLog:80195:        > bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx:39:9: note: Reserved registers on the clobber list may not be preserved across the asm statement, and clobbering them may lead to undefined behaviour.
libreoffice-7.0.3/ChangeLog-80196-        >         "ldp x0, x1, [%[gpr_]]\n\t"
##############################################
libreoffice-7.0.3/ChangeLog-102995-        
libreoffice-7.0.3/ChangeLog:102996:        MASM : warning A4018:invalid command-line option : /safeseh
libreoffice-7.0.3/ChangeLog-102997-        Assembling: C:/BLP/core/bridges/source/cpp_uno/msvc_win32_x86-64/call.asm
##############################################
libreoffice-7.0.3/ChangeLog-121689-        
libreoffice-7.0.3/ChangeLog:121690:        and before the asm block, so in the called virtual function, arguments read from
libreoffice-7.0.3/ChangeLog-121691-        the stack would read garbage (and CustomTarget_testtools/uno_test would fail
##############################################
libreoffice-7.0.3/ChangeLog-293840-
libreoffice-7.0.3/ChangeLog:293841:        -Werror=return-local-addr (-with-webdav=serf)
libreoffice-7.0.3/ChangeLog-293842-        
##############################################
libreoffice-7.0.3/ChangeLog-367730-        
libreoffice-7.0.3/ChangeLog:367731:        RC of cpp_vtable_call is never used in the asm part, so remove it.
libreoffice-7.0.3/ChangeLog-367732-        
##############################################
libreoffice-7.0.3/ChangeLog-372514-
libreoffice-7.0.3/ChangeLog:372515:        iOS, moved privateSnippetExecutor from asm to C function.
libreoffice-7.0.3/ChangeLog-372516-        
libreoffice-7.0.3/ChangeLog:372517:        move asm code to C as first step towards reducing the asm code.
libreoffice-7.0.3/ChangeLog-372518-        Since iOS does not permit java/python or anything else than the
##############################################
libreoffice-7.0.3/ChangeLog-372629-        
libreoffice-7.0.3/ChangeLog:372630:        The perl script just generated static asm code, this
libreoffice-7.0.3/ChangeLog-372631-        code is now included directly in ios64_helper.s
##############################################
libreoffice-7.0.3/ChangeLog-381281-
libreoffice-7.0.3/ChangeLog:381282:        iOS, solved problem with -I for asm module
libreoffice-7.0.3/ChangeLog-381283-        
##############################################
libreoffice-7.0.3/ChangeLog-383741-        Still comparing the "old" gcc3_ios_arm with the new one, in order to make
libreoffice-7.0.3/ChangeLog:383742:        the asm code work.
libreoffice-7.0.3/ChangeLog-383743-        
##############################################
libreoffice-7.0.3/ChangeLog-405088-        builds but "nasm" on 64-bit builds - this despite INSTALL.W32 claiming
libreoffice-7.0.3/ChangeLog:405089:        that only nasm is "supported".
libreoffice-7.0.3/ChangeLog-405090-        
##############################################
libreoffice-7.0.3/ChangeLog-405205-
libreoffice-7.0.3/ChangeLog:405206:        gbuild: MSVC: invoke MSASM with /safeseh
libreoffice-7.0.3/ChangeLog-405207-        
##############################################
libreoffice-7.0.3/ChangeLog-405213-
libreoffice-7.0.3/ChangeLog:405214:        openssl: MSVC build: link and run MSASM with /SAFESEH
libreoffice-7.0.3/ChangeLog-405215-        
##############################################
libreoffice-7.0.3/ChangeLog-489443-
libreoffice-7.0.3/ChangeLog:489444:        pBASM can be nullptr in copy docs, e.g. during insert sheet from doc
libreoffice-7.0.3/ChangeLog-489445-        
##############################################
libreoffice-7.0.3/ChangeLog-508253-
libreoffice-7.0.3/ChangeLog:508254:        Make warning about missing nasm more prominent
libreoffice-7.0.3/ChangeLog-508255-        
##############################################
libreoffice-7.0.3/ChangeLog-535110-        
libreoffice-7.0.3/ChangeLog:535111:        prefer having nasm/yasm but if its not there warn and fallback
libreoffice-7.0.3/ChangeLog-535112-        to disabling assembler optional goodness
##############################################
libreoffice-7.0.3/ChangeLog-760552-
libreoffice-7.0.3/ChangeLog:760553:        external/jpeg-turbo: Fix calling convention confusion in asm code
libreoffice-7.0.3/ChangeLog-760554-        
##############################################
libreoffice-7.0.3/ChangeLog-801051-
libreoffice-7.0.3/ChangeLog:801052:        Fix using /opt/lo/bin/nasm on windows/cygwin
libreoffice-7.0.3/ChangeLog-801053-        
##############################################
libreoffice-7.0.3/ChangeLog-818379-
libreoffice-7.0.3/ChangeLog:818380:        ppc64: do not use asm block to retrieve args
libreoffice-7.0.3/ChangeLog-818381-        
##############################################
libreoffice-7.0.3/ChangeLog-857329-
libreoffice-7.0.3/ChangeLog:857330:        sal,sd: Windows SDK 8.1 deprecates inet_addr()
libreoffice-7.0.3/ChangeLog-857331-        
##############################################
libreoffice-7.0.3/ChangeLog-887843-        
libreoffice-7.0.3/ChangeLog:887844:        Unfortunately requires nasm - the netwide assembler -
libreoffice-7.0.3/ChangeLog-887845-        http://www.nasm.us/
##############################################
libreoffice-7.0.3/ChangeLog-897849-        
libreoffice-7.0.3/ChangeLog:897850:        This likely is a false warning or over-enthusiasm in the salbool plug-in, but
libreoffice-7.0.3/ChangeLog-897851-        on the other hand, I don't understand why the recently added case needs to use
##############################################
libreoffice-7.0.3/ChangeLog-945386-                then
libreoffice-7.0.3/ChangeLog:945387:                        if test -z "`/usr/bin/file "${UNIVERSALSDK}/usr/lib/libSystem.dylib" | grep ppc`"
libreoffice-7.0.3/ChangeLog-945388-                        then
##############################################
libreoffice-7.0.3/ChangeLog-972973-
libreoffice-7.0.3/ChangeLog:972974:        Work around Clang -fsanitize=address inline asm error
libreoffice-7.0.3/ChangeLog-972975-        
##############################################
libreoffice-7.0.3/ChangeLog-975671-
libreoffice-7.0.3/ChangeLog:975672:        Work around Clang -fsanitize=address inline asm error
libreoffice-7.0.3/ChangeLog-975673-        
##############################################
libreoffice-7.0.3/ChangeLog-1124840-
libreoffice-7.0.3/ChangeLog:1124841:        For some reason the asm code for rc4_md5_enc seems to go missing for x64 Linux
libreoffice-7.0.3/ChangeLog-1124842-        
libreoffice-7.0.3/ChangeLog:1124843:        So configure OpenSSL with the no-asm switch in that case.
libreoffice-7.0.3/ChangeLog-1124844-        
##############################################
libreoffice-7.0.3/ChangeLog-1240516-        
libreoffice-7.0.3/ChangeLog:1240517:        As the inline asm statement stores parameters into r0-r3 we need to
libreoffice-7.0.3/ChangeLog-1240518-        include those registers in the clobber list. Clang happened to store
libreoffice-7.0.3/ChangeLog:1240519:        pMethod in r2 as input to the asm snippet.
libreoffice-7.0.3/ChangeLog-1240520-        
##############################################
libreoffice-7.0.3/ChangeLog-1243583-
libreoffice-7.0.3/ChangeLog:1243584:        Be truthful to the compiler about registers clobbered by asm snippet
libreoffice-7.0.3/ChangeLog-1243585-        
libreoffice-7.0.3/ChangeLog:1243586:        The asm code loads values into parameter-passing registers r0-r3.
libreoffice-7.0.3/ChangeLog:1243587:        (That is one of the very purposes of the asm snippet.) We need to tell
libreoffice-7.0.3/ChangeLog:1243588:        the compiler that. The compiler does not analyze the asm snippet and
libreoffice-7.0.3/ChangeLog-1243589-        has no idea by itself what it does.
##############################################
libreoffice-7.0.3/ChangeLog-1243591-        Otherwise the compiler might well put one of the input values to the
libreoffice-7.0.3/ChangeLog:1243592:        asm snippet, like the "pmethod" (the value of the pMethod variable)
libreoffice-7.0.3/ChangeLog-1243593-        into one of those registers, so that when that value then is used in
libreoffice-7.0.3/ChangeLog:1243594:        the asm snippet, *after* r0-r3 have already been modified, it
libreoffice-7.0.3/ChangeLog-1243595-        obviously is totally unrelated to pMethod any more, and the result is
##############################################
libreoffice-7.0.3/ChangeLog-1288026-
libreoffice-7.0.3/ChangeLog:1288027:        Revert "add forgotten asm file to build"
libreoffice-7.0.3/ChangeLog-1288028-        
##############################################
libreoffice-7.0.3/ChangeLog-1288038-
libreoffice-7.0.3/ChangeLog:1288039:        add forgotten asm file to build
libreoffice-7.0.3/ChangeLog-1288040-        
##############################################
libreoffice-7.0.3/ChangeLog-1312183-               nss-clang_os_Linux_x86_64_s_comments.patch
libreoffice-7.0.3/ChangeLog:1312184:          the invalid asm comments were fixed upstream:
libreoffice-7.0.3/ChangeLog-1312185-          https://bugzilla.mozilla.org/show_bug.cgi?id=624868
##############################################
libreoffice-7.0.3/ChangeLog-1313678-        
libreoffice-7.0.3/ChangeLog:1313679:        everywhere else we just do -Wl,--hash-style=$(WITH_LINKER_HASH_STYLE)
libreoffice-7.0.3/ChangeLog-1313680-        
##############################################
libreoffice-7.0.3/ChangeLog-1350252-
libreoffice-7.0.3/ChangeLog:1350253:        asm fixes in openssl
libreoffice-7.0.3/ChangeLog-1350254-
##############################################
libreoffice-7.0.3/ChangeLog-1350256-
libreoffice-7.0.3/ChangeLog:1350257:        asm fixes in nss
libreoffice-7.0.3/ChangeLog-1350258-
##############################################
libreoffice-7.0.3/ChangeLog-1361007-        
libreoffice-7.0.3/ChangeLog:1361008:        that broke a case where we had -DMISC=$(call gb_Helper_conver_native,...)
libreoffice-7.0.3/ChangeLog-1361009-        which transformed in to -DMISC=   d:/foo/bar
##############################################
libreoffice-7.0.3/ChangeLog-1379667-        
libreoffice-7.0.3/ChangeLog:1379668:        Noticed that there is no need to wrap the replacement asm snippets
libreoffice-7.0.3/ChangeLog-1379669-        with dummy C functions. Just having them at the outermost level in the
##############################################
libreoffice-7.0.3/ChangeLog-1382351-
libreoffice-7.0.3/ChangeLog:1382352:        Use lo_dladdr() on Android
libreoffice-7.0.3/ChangeLog-1382353-
##############################################
libreoffice-7.0.3/ChangeLog-1382359-
libreoffice-7.0.3/ChangeLog:1382360:        Add lo_dladdr(), a wrapper for Android's dladdr()
libreoffice-7.0.3/ChangeLog-1382361-        
libreoffice-7.0.3/ChangeLog:1382362:        Android's dladdr() stores just the basename of a shared object in
libreoffice-7.0.3/ChangeLog-1382363-        Dl_info::dli_fname. LibreOffice expects either a complete absolute
##############################################
libreoffice-7.0.3/ChangeLog-1388453-
libreoffice-7.0.3/ChangeLog:1388454:        Adapted numbering of reordered asm parameters.
libreoffice-7.0.3/ChangeLog-1388455-
##############################################
libreoffice-7.0.3/ChangeLog-1399515-        
libreoffice-7.0.3/ChangeLog:1399516:        [ build ASM ] basic/source/runtime/wnt-x86
libreoffice-7.0.3/ChangeLog-1399517-        /bin/sh: /cygdrive/c/Programme/Microsoft: No such file or directory
##############################################
libreoffice-7.0.3/ChangeLog-1441063-
libreoffice-7.0.3/ChangeLog:1441064:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441065-
##############################################
libreoffice-7.0.3/ChangeLog-1441067-
libreoffice-7.0.3/ChangeLog:1441068:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441069-
##############################################
libreoffice-7.0.3/ChangeLog-1441071-
libreoffice-7.0.3/ChangeLog:1441072:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441073-
##############################################
libreoffice-7.0.3/ChangeLog-1441075-
libreoffice-7.0.3/ChangeLog:1441076:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441077-
##############################################
libreoffice-7.0.3/ChangeLog-1441079-
libreoffice-7.0.3/ChangeLog:1441080:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441081-
##############################################
libreoffice-7.0.3/ChangeLog-1441083-
libreoffice-7.0.3/ChangeLog:1441084:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441085-
##############################################
libreoffice-7.0.3/ChangeLog-1441087-
libreoffice-7.0.3/ChangeLog:1441088:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441089-
##############################################
libreoffice-7.0.3/ChangeLog-1441091-
libreoffice-7.0.3/ChangeLog:1441092:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441093-
##############################################
libreoffice-7.0.3/ChangeLog-1441095-
libreoffice-7.0.3/ChangeLog:1441096:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441097-
##############################################
libreoffice-7.0.3/ChangeLog-1441099-
libreoffice-7.0.3/ChangeLog:1441100:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.0.3/ChangeLog-1441101-
##############################################
libreoffice-7.0.3/ChangeLog-1453671-        
libreoffice-7.0.3/ChangeLog:1453672:         * this adds memory barriers to the asm code block making it SMP-safe
libreoffice-7.0.3/ChangeLog-1453673-
##############################################
libreoffice-7.0.3/ChangeLog-1472103-        mechanism. Add the additional steps described in INSTALL.W64 to
libreoffice-7.0.3/ChangeLog:1472104:        do_ms.bat: generate uptable.asm and assemble it. Avoid a problem with
libreoffice-7.0.3/ChangeLog-1472105-        _vsnprintf by defining _CRT_NON_CONFORMING_SWPRINTFS.
##############################################
libreoffice-7.0.3/ChangeLog-1473558-        
libreoffice-7.0.3/ChangeLog:1473559:        See asmbits.asm for some general comments and pointers to useful
libreoffice-7.0.3/ChangeLog-1473560-        information.
##############################################
libreoffice-7.0.3/ChangeLog-1592183-
libreoffice-7.0.3/ChangeLog:1592184:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.0.3/ChangeLog-1592185-
##############################################
libreoffice-7.0.3/ChangeLog-1592187-
libreoffice-7.0.3/ChangeLog:1592188:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.0.3/ChangeLog-1592189-
##############################################
libreoffice-7.0.3/ChangeLog-1592191-
libreoffice-7.0.3/ChangeLog:1592192:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.0.3/ChangeLog-1592193-
##############################################
libreoffice-7.0.3/ChangeLog-1592195-
libreoffice-7.0.3/ChangeLog:1592196:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.0.3/ChangeLog-1592197-
##############################################
libreoffice-7.0.3/ChangeLog-1592199-
libreoffice-7.0.3/ChangeLog:1592200:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.0.3/ChangeLog-1592201-
##############################################
libreoffice-7.0.3/ChangeLog-1592203-
libreoffice-7.0.3/ChangeLog:1592204:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.0.3/ChangeLog-1592205-
##############################################
libreoffice-7.0.3/ChangeLog-1592207-
libreoffice-7.0.3/ChangeLog:1592208:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.0.3/ChangeLog-1592209-
##############################################
libreoffice-7.0.3/ChangeLog-1627511-
libreoffice-7.0.3/ChangeLog:1627512:        INTEGRATION: CWS os2port03 (1.6.92); FILE MERGED 2008/07/16 12:31:35 obr 1.6.92.2: RESYNC: (1.6-1.7); FILE MERGED 2008/01/14 16:06:43 ydario 1.6.92.1: Skip building of os2 asm Issue number: i85203 Submitted by: ydario Reviewed by: ydario
libreoffice-7.0.3/ChangeLog-1627513-
##############################################
libreoffice-7.0.3/ChangeLog-2049708-
libreoffice-7.0.3/ChangeLog:2049709:        INTEGRATION: CWS canvas02 (1.33.84); FILE MERGED 2005/10/09 07:06:58 thb 1.33.84.7: RESYNC: (1.33-1.35); FILE MERGED 2005/09/07 14:58:23 mbu 1.33.84.6: SetTriangleClipRegion() now plays well with the rest of the clipping code 2005/08/19 15:15:26 mbu 1.33.84.5: platform independent float to integer truncation 2005/08/19 14:50:06 mbu 1.33.84.4: consolidating spans in triangle clipper 2005/08/19 13:57:03 thb 1.33.84.3: #i10000# Using non-asm version for non-Windows 2005/08/18 15:31:02 mbu 1.33.84.2: latest changes in ImplSetTriangleClipRegion() 2005/08/17 15:28:36 mbu 1.33.84.1: SetTriangleClipRegion()
libreoffice-7.0.3/ChangeLog-2049710-
##############################################
libreoffice-7.0.3/ChangeLog-2385755-        
libreoffice-7.0.3/ChangeLog:2385756:        This commit does NOT include the interlck.c asm code for
libreoffice-7.0.3/ChangeLog-2385757-        PPC.
##############################################
libreoffice-7.0.3/ChangeLog-2385772-        
libreoffice-7.0.3/ChangeLog:2385773:        This commit does NOT include the interlck.c asm code for
libreoffice-7.0.3/ChangeLog-2385774-        PPC.
##############################################
libreoffice-7.0.3/ChangeLog-2385784-        
libreoffice-7.0.3/ChangeLog:2385785:        This commit does NOT include the interlck.c asm code for
libreoffice-7.0.3/ChangeLog-2385786-        PPC.
##############################################
libreoffice-7.0.3/ChangeLog-2385796-        
libreoffice-7.0.3/ChangeLog:2385797:        This commit does NOT include the interlck.c asm code for
libreoffice-7.0.3/ChangeLog-2385798-        PPC.
##############################################
libreoffice-7.0.3/ChangeLog-2385808-        
libreoffice-7.0.3/ChangeLog:2385809:        This commit does NOT include the interlck.c asm code for
libreoffice-7.0.3/ChangeLog-2385810-        PPC.
##############################################
libreoffice-7.0.3/ChangeLog-2385820-        
libreoffice-7.0.3/ChangeLog:2385821:        This commit does NOT include the interlck.c asm code for
libreoffice-7.0.3/ChangeLog-2385822-        PPC.
##############################################
libreoffice-7.0.3/ChangeLog-2385832-        
libreoffice-7.0.3/ChangeLog:2385833:        This commit does NOT include the interlck.c asm code for
libreoffice-7.0.3/ChangeLog-2385834-        PPC.
##############################################
libreoffice-7.0.3/ChangeLog-2385845-        
libreoffice-7.0.3/ChangeLog:2385846:        This commit does NOT include the interlck.c asm code for
libreoffice-7.0.3/ChangeLog-2385847-        PPC.
##############################################
libreoffice-7.0.3/ChangeLog-2385859-
libreoffice-7.0.3/ChangeLog:2385860:        INTEGRATION: CWS ooo11rc2 (1.8.62); FILE MERGED 2003/07/14 18:33:54 fa 1.8.62.1: Commit interlck.c asm changes for PPC.  Support gcc 3.3.
libreoffice-7.0.3/ChangeLog-2385861-        
##############################################
libreoffice-7.0.3/ChangeLog-2560081-
libreoffice-7.0.3/ChangeLog:2560082:        edited ASM and AFLAGS variables
libreoffice-7.0.3/ChangeLog-2560083-
##############################################
libreoffice-7.0.3/compilerplugins/clang/useuniqueptr.cxx-1279-        return;
libreoffice-7.0.3/compilerplugins/clang/useuniqueptr.cxx:1280:    // SmCursor::LineToList ran out of enthusiasm to rework the node handling
libreoffice-7.0.3/compilerplugins/clang/useuniqueptr.cxx-1281-    if (fn == SRCDIR "/starmath/source/cursor.cxx")
##############################################
libreoffice-7.0.3/ucbhelper/source/client/proxydecider.cxx-663-            // This might be quite expensive (DNS lookup).
libreoffice-7.0.3/ucbhelper/source/client/proxydecider.cxx:664:            const osl::SocketAddr aAddr( aHost, nPort );
libreoffice-7.0.3/ucbhelper/source/client/proxydecider.cxx-665-            aFullyQualifiedHost = aAddr.getHostname().toAsciiLowerCase();
##############################################
libreoffice-7.0.3/ucbhelper/source/client/proxydecider.cxx-888-                    // This might be quite expensive (DNS lookup).
libreoffice-7.0.3/ucbhelper/source/client/proxydecider.cxx:889:                    const osl::SocketAddr aAddr( aServer, 0 );
libreoffice-7.0.3/ucbhelper/source/client/proxydecider.cxx-890-                    OUString aTmp = aAddr.getHostname().toAsciiLowerCase();
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-264-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:265:static oslSocketAddr osl_psz_createInetSocketAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-266-    const char* pszDottedAddr, sal_Int32 Port);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-267-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:268:static oslHostAddr osl_psz_createHostAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-269-    const char *pszHostname, const oslSocketAddr Addr);
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-273-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:274:static const char* osl_psz_getHostnameOfHostAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-275-    const oslHostAddr Addr);
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-308-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:309:static oslSocketAddr createSocketAddr()
libreoffice-7.0.3/sal/osl/unx/socket.cxx-310-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-321-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:322:    pAddr = createSocketAddr();
libreoffice-7.0.3/sal/osl/unx/socket.cxx-323-    switch( family )
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-341-{
libreoffice-7.0.3/sal/osl/unx/socket.cxx:342:    oslSocketAddr pAddr = createSocketAddr();
libreoffice-7.0.3/sal/osl/unx/socket.cxx-343-    memcpy( &(pAddr->m_sockaddr), pSystemSockAddr, sizeof( struct sockaddr ) );
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-346-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:347:static void destroySocketAddr( oslSocketAddr addr )
libreoffice-7.0.3/sal/osl/unx/socket.cxx-348-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-351-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:352:oslSocketAddr SAL_CALL osl_createEmptySocketAddr(oslAddrFamily Family)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-353-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-368-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:369:oslSocketAddr SAL_CALL osl_copySocketAddr(oslSocketAddr Addr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-370-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-373-    {
libreoffice-7.0.3/sal/osl/unx/socket.cxx:374:        pCopy = createSocketAddr();
libreoffice-7.0.3/sal/osl/unx/socket.cxx-375-
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-381-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:382:sal_Bool SAL_CALL osl_isEqualSocketAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-383-    oslSocketAddr Addr1,
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-423-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:424:oslSocketAddr SAL_CALL osl_createInetBroadcastAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-425-    rtl_uString *strDottedAddr,
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-439-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:440:        nAddr = inet_addr (pDottedAddr->buffer);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-441-        rtl_string_release (pDottedAddr);
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-474-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:475:oslSocketAddr SAL_CALL osl_createInetSocketAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-476-    rtl_uString *ustrDottedAddr,
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-492-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:493:    Addr = pszDottedAddr ? osl_psz_createInetSocketAddr(pszDottedAddr, Port) : nullptr;
libreoffice-7.0.3/sal/osl/unx/socket.cxx-494-
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-502-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:503:oslSocketAddr osl_psz_createInetSocketAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-504-    const char* pszDottedAddr,
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-507-    oslSocketAddr pAddr = nullptr;
libreoffice-7.0.3/sal/osl/unx/socket.cxx:508:    sal_Int32 Addr = inet_addr(pszDottedAddr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-509-    if(Addr != -1)
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-516-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:517:oslSocketResult SAL_CALL osl_setAddrOfSocketAddr( oslSocketAddr pAddr, sal_Sequence *pByteSeq )
libreoffice-7.0.3/sal/osl/unx/socket.cxx-518-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-537-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:538:oslSocketResult SAL_CALL osl_getAddrOfSocketAddr( oslSocketAddr pAddr, sal_Sequence **ppByteSeq )
libreoffice-7.0.3/sal/osl/unx/socket.cxx-539-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-625-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:626:static oslHostAddr addrinfoToHostAddr (const addrinfo* ai)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-627-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-635-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:636:    oslSocketAddr pSockAddr = createSocketAddr();
libreoffice-7.0.3/sal/osl/unx/socket.cxx-637-    SAL_WARN_IF( !pSockAddr, "sal.osl", "insufficient memory" );
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-657-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:658:        destroySocketAddr( pSockAddr );
libreoffice-7.0.3/sal/osl/unx/socket.cxx-659-        free (cn);
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-666-    {
libreoffice-7.0.3/sal/osl/unx/socket.cxx:667:        destroySocketAddr( pSockAddr );
libreoffice-7.0.3/sal/osl/unx/socket.cxx-668-        free (cn);
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-677-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:678:oslHostAddr SAL_CALL osl_createHostAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-679-    rtl_uString        *ustrHostname,
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-695-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:696:    HostAddr = osl_psz_createHostAddr(pszHostName,Addr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-697-
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-705-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:706:oslHostAddr osl_psz_createHostAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-707-    const char     *pszHostname,
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-731-    pHostAddr->pHostName= cn;
libreoffice-7.0.3/sal/osl/unx/socket.cxx:732:    pHostAddr->pSockAddr= osl_copySocketAddr( pAddr );
libreoffice-7.0.3/sal/osl/unx/socket.cxx-733-
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-766-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:767:    return addrinfoToHostAddr (aAddrInfo.pAddrInfoList);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-768-}
libreoffice-7.0.3/sal/osl/unx/socket.cxx-769-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:770:oslHostAddr SAL_CALL osl_createHostAddrByAddr (const oslSocketAddr pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-771-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-793-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:794:        oslSocketAddr pSockAddr = createSocketAddr();
libreoffice-7.0.3/sal/osl/unx/socket.cxx-795-        SAL_WARN_IF( !pSockAddr, "sal.osl", "insufficient memory" );
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-807-        {
libreoffice-7.0.3/sal/osl/unx/socket.cxx:808:            destroySocketAddr(pSockAddr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-809-            free(cn);
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-821-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:822:oslHostAddr SAL_CALL osl_copyHostAddr (const oslHostAddr pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-823-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-826-    if (pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx:827:        return osl_psz_createHostAddr (pAddr->pHostName, pAddr->pSockAddr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-828-    return nullptr;
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-830-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:831:void SAL_CALL osl_getHostnameOfHostAddr (
libreoffice-7.0.3/sal/osl/unx/socket.cxx-832-    const oslHostAddr   Addr,
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-834-{
libreoffice-7.0.3/sal/osl/unx/socket.cxx:835:    const char* pHostname = osl_psz_getHostnameOfHostAddr(Addr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-836-
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-839-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:840:const char* osl_psz_getHostnameOfHostAddr (const oslHostAddr pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-841-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-846-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:847:oslSocketAddr SAL_CALL osl_getSocketAddrOfHostAddr (const oslHostAddr pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-848-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-855-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:856:void SAL_CALL osl_destroyHostAddr (oslHostAddr pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-857-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-862-        if (pAddr->pSockAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx:863:            osl_destroySocketAddr (pAddr->pSockAddr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-864-        free (pAddr);
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-897-                const char *pStr;
libreoffice-7.0.3/sal/osl/unx/socket.cxx:898:                if ((pStr = osl_psz_getHostnameOfHostAddr(Addr)) != nullptr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-899-                {
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-902-                }
libreoffice-7.0.3/sal/osl/unx/socket.cxx:903:                osl_destroyHostAddr(Addr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-904-            }
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-950-    {
libreoffice-7.0.3/sal/osl/unx/socket.cxx:951:        oslSocketAddr SockAddr = osl_copySocketAddr(pAddr->pSockAddr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-952-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:953:        osl_destroyHostAddr(pAddr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-954-
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1016-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1017:void SAL_CALL osl_destroySocketAddr(oslSocketAddr pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1018-{
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1019:    destroySocketAddr( pAddr );
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1020-}
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1021-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1022:oslAddrFamily SAL_CALL osl_getFamilyOfSocketAddr(oslSocketAddr pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1023-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1030-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1031:sal_Int32 SAL_CALL osl_getInetPortOfSocketAddr(oslSocketAddr pAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1032-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1044-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1045:sal_Bool SAL_CALL osl_setInetPortOfSocketAddr(oslSocketAddr pAddr, sal_Int32 Port)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1046-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1062-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1063:oslSocketResult SAL_CALL osl_getHostnameOfSocketAddr(oslSocketAddr Addr, rtl_uString **ustrHostname)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1064-{
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1065:    oslHostAddr pHostAddr= osl_createHostAddrByAddr(Addr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1066-
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1073-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1074:    osl_destroyHostAddr(pHostAddr);
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1075-
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1078-
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1079:oslSocketResult SAL_CALL osl_getDottedInetAddrOfSocketAddr(oslSocketAddr Addr, rtl_uString **ustrDottedInetAddr)
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1080-{
##############################################
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1482-    {
libreoffice-7.0.3/sal/osl/unx/socket.cxx:1483:        osl_destroySocketAddr( *ppAddr );
libreoffice-7.0.3/sal/osl/unx/socket.cxx-1484-        *ppAddr = nullptr;
##############################################
libreoffice-7.0.3/sal/osl/unx/backtrace.c-115-
libreoffice-7.0.3/sal/osl/unx/backtrace.c:116:            if ( 0 != dladdr( *pFramePtr, &dli ) )
libreoffice-7.0.3/sal/osl/unx/backtrace.c-117-            {
##############################################
libreoffice-7.0.3/sal/osl/unx/backtrace.c-195-
libreoffice-7.0.3/sal/osl/unx/backtrace.c:196:            if ( 0 != dladdr( *pFramePtr, &dli ) )
libreoffice-7.0.3/sal/osl/unx/backtrace.c-197-            {
##############################################
libreoffice-7.0.3/sal/osl/unx/backtrace.c-259-
libreoffice-7.0.3/sal/osl/unx/backtrace.c:260:            if ( 0 != dladdr( *pFramePtr, &dli ) )
libreoffice-7.0.3/sal/osl/unx/backtrace.c-261-            {
##############################################
libreoffice-7.0.3/sal/osl/unx/module.cxx-92-#if defined(ANDROID) && !defined(DISABLE_DYNLOADING)
libreoffice-7.0.3/sal/osl/unx/module.cxx:93:    result = lo_dladdr(address, &dl_info) != 0;
libreoffice-7.0.3/sal/osl/unx/module.cxx-94-#else
libreoffice-7.0.3/sal/osl/unx/module.cxx:95:    result = dladdr(address, &dl_info) != 0;
libreoffice-7.0.3/sal/osl/unx/module.cxx-96-#endif
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-254-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:255:static oslSocketAddr createSocketAddr(  )
libreoffice-7.0.3/sal/osl/w32/socket.cxx-256-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-269-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:270:    oslSocketAddr pAddr = createSocketAddr();
libreoffice-7.0.3/sal/osl/w32/socket.cxx-271-    switch( family )
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-289-{
libreoffice-7.0.3/sal/osl/w32/socket.cxx:290:    oslSocketAddr pAddr = createSocketAddr();
libreoffice-7.0.3/sal/osl/w32/socket.cxx-291-    memcpy( &(pAddr->m_sockaddr), pSystemSockAddr, sizeof( sockaddr ) );
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-294-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:295:static void destroySocketAddr( oslSocketAddr addr )
libreoffice-7.0.3/sal/osl/w32/socket.cxx-296-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-302-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:303:oslSocketAddr SAL_CALL osl_createEmptySocketAddr(oslAddrFamily Family)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-304-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-316-/** @deprecated, to be removed */
libreoffice-7.0.3/sal/osl/w32/socket.cxx:317:oslSocketAddr SAL_CALL osl_copySocketAddr(oslSocketAddr Addr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-318-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-321-    {
libreoffice-7.0.3/sal/osl/w32/socket.cxx:322:        pCopy = createSocketAddr();
libreoffice-7.0.3/sal/osl/w32/socket.cxx-323-
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-329-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:330:sal_Bool SAL_CALL osl_isEqualSocketAddr(oslSocketAddr Addr1, oslSocketAddr Addr2)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-331-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-365-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:366:oslSocketAddr SAL_CALL osl_createInetBroadcastAddr (
libreoffice-7.0.3/sal/osl/w32/socket.cxx-367-    rtl_uString *strDottedAddr,
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-413-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:414:oslSocketAddr SAL_CALL osl_createInetSocketAddr (
libreoffice-7.0.3/sal/osl/w32/socket.cxx-415-    rtl_uString *strDottedAddr,
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-431-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:432:oslSocketResult SAL_CALL osl_setAddrOfSocketAddr( oslSocketAddr pAddr, sal_Sequence *pByteSeq )
libreoffice-7.0.3/sal/osl/w32/socket.cxx-433-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-451- */
libreoffice-7.0.3/sal/osl/w32/socket.cxx:452:oslSocketResult SAL_CALL osl_getAddrOfSocketAddr( oslSocketAddr pAddr, sal_Sequence **ppByteSeq )
libreoffice-7.0.3/sal/osl/w32/socket.cxx-453-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-471-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:472:oslHostAddr SAL_CALL osl_createHostAddr (
libreoffice-7.0.3/sal/osl/w32/socket.cxx-473-    rtl_uString         *strHostname,
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-492-    pAddr->pHostName= cn;
libreoffice-7.0.3/sal/osl/w32/socket.cxx:493:    pAddr->pSockAddr= osl_copySocketAddr( pSocketAddr );
libreoffice-7.0.3/sal/osl/w32/socket.cxx-494-
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-515-                rtl_uString_newFromStr(&pRet->pHostName, o3tl::toU(pIter->ai_canonname));
libreoffice-7.0.3/sal/osl/w32/socket.cxx:516:                pRet->pSockAddr = createSocketAddr();
libreoffice-7.0.3/sal/osl/w32/socket.cxx-517-                memcpy(& pRet->pSockAddr->m_sockaddr,
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-531-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:532:oslHostAddr SAL_CALL osl_createHostAddrByAddr(const oslSocketAddr pAddr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-533-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-553-            rtl_uString_newFromStr(&pRet->pHostName, o3tl::toU(buf));
libreoffice-7.0.3/sal/osl/w32/socket.cxx:554:            pRet->pSockAddr = createSocketAddr();
libreoffice-7.0.3/sal/osl/w32/socket.cxx-555-            memcpy(& pRet->pSockAddr->m_sockaddr,
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-567-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:568:oslHostAddr SAL_CALL osl_copyHostAddr(const oslHostAddr Addr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-569-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-572-    if (pAddr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx:573:        return osl_createHostAddr (pAddr->pHostName, pAddr->pSockAddr);
libreoffice-7.0.3/sal/osl/w32/socket.cxx-574-    else
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-577-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:578:void SAL_CALL osl_getHostnameOfHostAddr(
libreoffice-7.0.3/sal/osl/w32/socket.cxx-579-    const oslHostAddr pAddr, rtl_uString **strHostname)
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-586-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:587:oslSocketAddr SAL_CALL osl_getSocketAddrOfHostAddr(const oslHostAddr pAddr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-588-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-594-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:595:void SAL_CALL osl_destroyHostAddr(oslHostAddr pAddr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-596-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-601-        if (pAddr->pSockAddr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx:602:            osl_destroySocketAddr( pAddr->pSockAddr );
libreoffice-7.0.3/sal/osl/w32/socket.cxx-603-
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-634-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:635:                    osl_destroyHostAddr (pAddr);
libreoffice-7.0.3/sal/osl/w32/socket.cxx-636-                }
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-669-    {
libreoffice-7.0.3/sal/osl/w32/socket.cxx:670:        oslSocketAddr SockAddr = osl_copySocketAddr( pAddr->pSockAddr );
libreoffice-7.0.3/sal/osl/w32/socket.cxx:671:        osl_destroyHostAddr(pAddr);
libreoffice-7.0.3/sal/osl/w32/socket.cxx-672-        return SockAddr;
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-709-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:710:void SAL_CALL osl_destroySocketAddr(oslSocketAddr pAddr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-711-{
libreoffice-7.0.3/sal/osl/w32/socket.cxx:712:    destroySocketAddr( pAddr );
libreoffice-7.0.3/sal/osl/w32/socket.cxx-713-}
libreoffice-7.0.3/sal/osl/w32/socket.cxx-714-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:715:oslAddrFamily SAL_CALL osl_getFamilyOfSocketAddr(oslSocketAddr pAddr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-716-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-722-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:723:sal_Int32 SAL_CALL osl_getInetPortOfSocketAddr(oslSocketAddr pAddr)
libreoffice-7.0.3/sal/osl/w32/socket.cxx-724-{
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-734-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:735:sal_Bool SAL_CALL osl_setInetPortOfSocketAddr (
libreoffice-7.0.3/sal/osl/w32/socket.cxx-736-    oslSocketAddr pAddr,
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-750-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:751:oslSocketResult SAL_CALL osl_getHostnameOfSocketAddr (
libreoffice-7.0.3/sal/osl/w32/socket.cxx-752-    oslSocketAddr   Addr,
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-754-{
libreoffice-7.0.3/sal/osl/w32/socket.cxx:755:    oslHostAddr pAddr= osl_createHostAddrByAddr (Addr);
libreoffice-7.0.3/sal/osl/w32/socket.cxx-756-
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-760-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:761:        osl_destroyHostAddr(pAddr);
libreoffice-7.0.3/sal/osl/w32/socket.cxx-762-
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-768-
libreoffice-7.0.3/sal/osl/w32/socket.cxx:769:oslSocketResult SAL_CALL osl_getDottedInetAddrOfSocketAddr (
libreoffice-7.0.3/sal/osl/w32/socket.cxx-770-    oslSocketAddr   pAddr,
##############################################
libreoffice-7.0.3/sal/osl/w32/socket.cxx-1059-        {
libreoffice-7.0.3/sal/osl/w32/socket.cxx:1060:            osl_destroySocketAddr( *ppAddr );
libreoffice-7.0.3/sal/osl/w32/socket.cxx-1061-            *ppAddr = nullptr;
##############################################
libreoffice-7.0.3/sal/osl/w32/backtrace.cxx-80-    {
libreoffice-7.0.3/sal/osl/w32/backtrace.cxx:81:        SymFromAddr( hProcess, reinterpret_cast<DWORD64>(backtraceState->buffer[ i ]), nullptr, pSymbol );
libreoffice-7.0.3/sal/osl/w32/backtrace.cxx-82-        aBuf.append( static_cast<sal_Int32>(nFrames - i - 1) );
##############################################
libreoffice-7.0.3/sal/android/lo-bootstrap.c-663-
libreoffice-7.0.3/sal/android/lo-bootstrap.c:664:    if (dladdr(Java_org_libreoffice_android_Bootstrap_setCommandArgs, &lo_bootstrap_info) != 0) {
libreoffice-7.0.3/sal/android/lo-bootstrap.c-665-        char *new_argv0 = malloc(strlen(lo_bootstrap_info.dli_fname) + strlen(c_argv[0]));
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx-120-    static OUString GetName(sal_uInt16 nTokenType);
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx:121:    static OUString GetCellAddr(sal_Int16 nRow, sal_Int16 nCol, LwpTableLayout* pCellsMap);
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx-122-};
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx-144-public:
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx:145:    LwpFormulaCellAddr(sal_Int16 aCol, sal_Int16 aRow);
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx-146-
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx-158-public:
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx:159:    LwpFormulaCellRangeAddr(sal_Int16 aStartCol, sal_Int16 aStartRow, sal_Int16 aEndCol, sal_Int16 aEndRow);
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.hxx-160-
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-125-    ReadCellID( ); // start
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx:126:    std::unique_ptr<LwpFormulaCellAddr> pStartCellAddr( static_cast<LwpFormulaCellAddr*>(m_aStack.back().release()));
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-127-    m_aStack.pop_back();
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-129-    ReadCellID(); // end
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx:130:    std::unique_ptr<LwpFormulaCellAddr> pEndCellAddr(static_cast<LwpFormulaCellAddr*>(m_aStack.back().release()));
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-131-    m_aStack.pop_back();
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-363-
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx:364:LwpFormulaCellAddr::LwpFormulaCellAddr(sal_Int16 aCol, sal_Int16 aRow)
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-365-  : m_aCol(aCol), m_aRow(aRow)
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-370-{
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx:371:    OUString aCellAddr = "<" + LwpFormulaTools::GetCellAddr(m_aRow,m_aCol,pCellsMap) + ">";
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-372-    return aCellAddr;
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-374-
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx:375:LwpFormulaCellRangeAddr::LwpFormulaCellRangeAddr(sal_Int16 aStartCol,
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-376-                                                 sal_Int16 aStartRow,
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-389-    OUString aCellAddr = "<"
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx:390:        + LwpFormulaTools::GetCellAddr(m_aStartRow,m_aStartCol,pCellsMap) + ":"
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx:391:        + LwpFormulaTools::GetCellAddr(m_aEndRow,m_aEndCol,pCellsMap) + ">";
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-392-
##############################################
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-564-*/
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx:565:OUString LwpFormulaTools::GetCellAddr(sal_Int16 nRow, sal_Int16 nCol, LwpTableLayout* pCellsMap)
libreoffice-7.0.3/lotuswordpro/source/filter/lwptblformula.cxx-566-{
##############################################
libreoffice-7.0.3/filter/Configuration_filter.mk-41-		mkdir -p $(dir $@) && \
libreoffice-7.0.3/filter/Configuration_filter.mk:42:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/filter/Configuration_filter.mk-43-		echo "items=$(basename $(notdir $(filter %.xcu,$^)))" \
##############################################
libreoffice-7.0.3/filter/Configuration_filter.mk-84-		mkdir -p $(dir $@) && \
libreoffice-7.0.3/filter/Configuration_filter.mk:85:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/filter/Configuration_filter.mk-86-		echo "items=$(basename $(notdir $(filter %.xcu,$^)))" \
##############################################
libreoffice-7.0.3/filter/Configuration_filter.mk-117-		mkdir -p $(dir $@) && \
libreoffice-7.0.3/filter/Configuration_filter.mk:118:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/filter/Configuration_filter.mk:119:		RESPONSEFILE2=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/filter/Configuration_filter.mk-120-		echo "items=$(strip $(foreach xcu,$(filter %.xcu,$^),$(if $(filter frameloaders,$(notdir $(patsubst %/,%,$(dir $(xcu))))),$(basename $(notdir $(xcu),)))))" \
##############################################
libreoffice-7.0.3/filter/Configuration_filter.mk-153-		mkdir -p $(dir $@) && \
libreoffice-7.0.3/filter/Configuration_filter.mk:154:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/filter/Configuration_filter.mk-155-		echo "items=$(basename $(notdir $(filter %.xcu,$^)))" \
##############################################
libreoffice-7.0.3/filter/Configuration_filter.mk-201-		mkdir -p $(dir $@) && \
libreoffice-7.0.3/filter/Configuration_filter.mk:202:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/filter/Configuration_filter.mk-203-		echo "items=$(basename $(notdir $(filter %.xcu,$^)))" \
##############################################
libreoffice-7.0.3/slideshow/qa/tools/mktransitions.pl-119-    chdir ($TempDir);
libreoffice-7.0.3/slideshow/qa/tools/mktransitions.pl:120:    system ("$ZipCmd $ZipFlags $zip_name *");
libreoffice-7.0.3/slideshow/qa/tools/mktransitions.pl-121-    chdir ($cwd);
##############################################
libreoffice-7.0.3/slideshow/qa/tools/mkeffects.pl-117-    chdir ($TempDir);
libreoffice-7.0.3/slideshow/qa/tools/mkeffects.pl:118:    system ("$ZipCmd $ZipFlags $zip_name *");
libreoffice-7.0.3/slideshow/qa/tools/mkeffects.pl-119-    chdir ($cwd);
##############################################
libreoffice-7.0.3/external/python3/python-3.5.tweak.strip.soabi.patch-7- $as_echo_n "checking SOABI... " >&6; }
libreoffice-7.0.3/external/python3/python-3.5.tweak.strip.soabi.patch:8:-SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
libreoffice-7.0.3/external/python3/python-3.5.tweak.strip.soabi.patch:9:+SOABI='cpython-'`echo $VERSION$ABIFLAGS`
libreoffice-7.0.3/external/python3/python-3.5.tweak.strip.soabi.patch-10- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOABI" >&5
##############################################
libreoffice-7.0.3/external/nss/nss.bzmozilla1238154.patch-10- 
libreoffice-7.0.3/external/nss/nss.bzmozilla1238154.patch:11:         CC_VERSION=`${CC} -v 2>&1 | sed -ne "$_MSVC_VER_FILTER"`
libreoffice-7.0.3/external/nss/nss.bzmozilla1238154.patch-12-         if test -z "$CC_VERSION"; then
##############################################
libreoffice-7.0.3/external/nss/nss-android.patch.1-14- # Here we must recognize all the valid KERNEL-OS combinations.
libreoffice-7.0.3/external/nss/nss-android.patch.1:15: maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
libreoffice-7.0.3/external/nss/nss-android.patch.1-16-diff -ur nss.org/nspr/configure nss/nspr/configure
##############################################
libreoffice-7.0.3/external/firebird/firebird-cygwin-msvc.patch-471- mingw*)
libreoffice-7.0.3/external/firebird/firebird-cygwin-msvc.patch:472:   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
libreoffice-7.0.3/external/firebird/firebird-cygwin-msvc.patch-473-   ;;
libreoffice-7.0.3/external/firebird/firebird-cygwin-msvc.patch-474-+cygwin*)
libreoffice-7.0.3/external/firebird/firebird-cygwin-msvc.patch:475:+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
libreoffice-7.0.3/external/firebird/firebird-cygwin-msvc.patch-476-+  ;;
##############################################
libreoffice-7.0.3/external/beanshell/bsh-2.0b1-src.patch-18-+
libreoffice-7.0.3/external/beanshell/bsh-2.0b1-src.patch:19: 	<!-- Uncomment to build without the ASM class generator code.
libreoffice-7.0.3/external/beanshell/bsh-2.0b1-src.patch-20- 	<property name="exclude-classgen" 
##############################################
libreoffice-7.0.3/external/apr/uuid.patch-8--do :
libreoffice-7.0.3/external/apr/uuid.patch:9:-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
libreoffice-7.0.3/external/apr/uuid.patch-10--ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
libreoffice-7.0.3/external/apr/uuid.patch-12--  cat >>confdefs.h <<_ACEOF
libreoffice-7.0.3/external/apr/uuid.patch:13:-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
libreoffice-7.0.3/external/apr/uuid.patch-14--_ACEOF
##############################################
libreoffice-7.0.3/external/apr/uuid.patch-142--do :
libreoffice-7.0.3/external/apr/uuid.patch:143:-  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
libreoffice-7.0.3/external/apr/uuid.patch-144--ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
libreoffice-7.0.3/external/apr/uuid.patch-146--  cat >>confdefs.h <<_ACEOF
libreoffice-7.0.3/external/apr/uuid.patch:147:-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
libreoffice-7.0.3/external/apr/uuid.patch-148--_ACEOF
##############################################
libreoffice-7.0.3/external/redland/redland/redland-freebsd.patch.1-11--	    age="0"
libreoffice-7.0.3/external/redland/redland/redland-freebsd.patch.1:12:+	    current=`expr $number_major + $number_minor`
libreoffice-7.0.3/external/redland/redland/redland-freebsd.patch.1-13-+	    age="$number_minor"
##############################################
libreoffice-7.0.3/external/redland/redland/redland-freebsd.patch.1-23--	  versuffix=".$current"
libreoffice-7.0.3/external/redland/redland/redland-freebsd.patch.1:24:+	  major=.`expr $current - $age`
libreoffice-7.0.3/external/redland/redland/redland-freebsd.patch.1-25-+	  versuffix="$major.$age.$revision"
##############################################
libreoffice-7.0.3/external/redland/raptor/xml2-config.patch-16- 
libreoffice-7.0.3/external/redland/raptor/xml2-config.patch:17:     LIBXML_VERSION=`$PKG_CONFIG libxml-2.0 --modversion`
libreoffice-7.0.3/external/redland/raptor/xml2-config.patch-18-     libxml_source="pkg-config"
##############################################
libreoffice-7.0.3/external/redland/raptor/raptor-freebsd.patch.1-11--	    age="0"
libreoffice-7.0.3/external/redland/raptor/raptor-freebsd.patch.1:12:+	    current=`expr $number_major + $number_minor`
libreoffice-7.0.3/external/redland/raptor/raptor-freebsd.patch.1-13-+	    age="$number_minor"
##############################################
libreoffice-7.0.3/external/redland/raptor/raptor-freebsd.patch.1-23--	  versuffix=".$current"
libreoffice-7.0.3/external/redland/raptor/raptor-freebsd.patch.1:24:+	  major=.`expr $current - $age`
libreoffice-7.0.3/external/redland/raptor/raptor-freebsd.patch.1-25-+	  versuffix="$major.$age.$revision"
##############################################
libreoffice-7.0.3/external/redland/rasqal/rasqal-pkgconfig.patch.1-8- 
libreoffice-7.0.3/external/redland/rasqal/rasqal-pkgconfig.patch.1:9:-  RAPTOR_VERSION=`$PKG_CONFIG raptor2 --modversion 2>/dev/null`
libreoffice-7.0.3/external/redland/rasqal/rasqal-pkgconfig.patch.1-10-+  RAPTOR_VERSION=2.0.15
##############################################
libreoffice-7.0.3/external/redland/rasqal/rasqal-freebsd.patch.1-11--	    age="0"
libreoffice-7.0.3/external/redland/rasqal/rasqal-freebsd.patch.1:12:+	    current=`expr $number_major + $number_minor`
libreoffice-7.0.3/external/redland/rasqal/rasqal-freebsd.patch.1-13-+	    age="$number_minor"
##############################################
libreoffice-7.0.3/external/redland/rasqal/rasqal-freebsd.patch.1-23--	  versuffix=".$current"
libreoffice-7.0.3/external/redland/rasqal/rasqal-freebsd.patch.1:24:+	  major=.`expr $current - $age`
libreoffice-7.0.3/external/redland/rasqal/rasqal-freebsd.patch.1-25-+	  versuffix="$major.$age.$revision"
##############################################
libreoffice-7.0.3/external/lpsolve/lp_solve-aix.patch-18-+$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.0.3/external/lpsolve/lp_solve-aix.patch:19:+ar rv liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.0.3/external/lpsolve/lp_solve-aix.patch-20-+ranlib liblpsolve55.a
##############################################
libreoffice-7.0.3/external/lpsolve/lp_solve-aix.patch-24-+  $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.0.3/external/lpsolve/lp_solve-aix.patch:25:+  $c -shared $lpsolve_LDFLAGS -o liblpsolve55.so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc -lm -ldl
libreoffice-7.0.3/external/lpsolve/lp_solve-aix.patch-26-+fi
##############################################
libreoffice-7.0.3/external/lpsolve/ccc.static-1-src='../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c'
libreoffice-7.0.3/external/lpsolve/ccc.static:2:obj=`echo $src|sed -e 's/\.c/.o/g' -e 's!\([^ ]*/\)*!!g'`
libreoffice-7.0.3/external/lpsolve/ccc.static-3-
##############################################
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-42-+$c -s $inline -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch:43:-ar rv liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-44--ranlib liblpsolve55.a
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch:45:+$ar rv liblpsolve55.$a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-46-+$ranlib liblpsolve55.$a
##############################################
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-50--  $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch:51:-  $c -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o liblpsolve55.so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc -lm -ldl
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-52-+  $c $pic -s $inline -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch:53:+  $c -shared $ldflags -o ${soprefix}lpsolve55.$so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` $libs
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-54- fi
##############################################
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-83-+$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch:84:-libtool -static -o liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch:85:+$LIBTOOL -static -o liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-86- 
##############################################
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-89--  $c -fPIC -fno-common -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch:90:-  $c -dynamiclib liblpsolve55.a -compatibility_version 5.5.0 -current_version 5.5.0 -o liblpsolve55.dylib `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-91-+  $c -fPIC -fno-common -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch:92:+  $c $extra_linkflags -dynamiclib liblpsolve55.a -compatibility_version 5.5.0 -current_version 5.5.0 -o liblpsolve55.dylib `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc
libreoffice-7.0.3/external/lpsolve/lp_solve_5.5.patch-93- fi
##############################################
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-103-       if test yes = "$GCC"; then
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:104:-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:105:+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-106- 	# Try to use the -exported_symbol ld option, if it does not
##############################################
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-112- 	if test yes = "$lt_cv_irix_exported_symbol"; then
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:113:-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:114:+          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-115- 	fi
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-116-       else
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:117: 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-118-@@ -9797,7 +9797,7 @@
##############################################
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-121- 	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:122:-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:123:+	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-124-       else
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-125- 	allow_undefined_flag=' -expect_unresolved \*'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:126: 	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-127-@@ -9810,7 +9810,7 @@
##############################################
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-130- 	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:131:-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:132:+	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-133- 	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-147-   *)
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1:148:     GCC_VERSION=`$CC -dumpversion`
libreoffice-7.0.3/external/freetype/freetype-2.6.5.patch.1-149-@@ -13195,7 +13195,7 @@
##############################################
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-103-       if test yes = "$GCC"; then
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:104:-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:105:+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-106- 	# Try to use the -exported_symbol ld option, if it does not
##############################################
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-112- 	if test yes = "$lt_cv_irix_exported_symbol"; then
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:113:-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:114:+          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-115- 	fi
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-116-       else
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:117: 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-118-@@ -11408,7 +11408,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >
##############################################
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-121- 	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:122:-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:123:+	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-124-       else
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-125- 	allow_undefined_flag=' -expect_unresolved \*'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:126: 	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-127-@@ -11421,7 +11421,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >
##############################################
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-130- 	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:131:-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1:132:+	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.0.3/external/fontconfig/fontconfig-2.12.1.patch.1-133- 	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
libreoffice-7.0.3/external/skia/windows-raster-surface-no-copies.patch.1-35-+    fBackbufferSurface->peekPixels(&pixmap);
libreoffice-7.0.3/external/skia/windows-raster-surface-no-copies.patch.1:36:+    StretchDIBits(dc, 0, 0, fWidth, fHeight, 0, 0, fWidth, fHeight, pixmap.addr(), bmpInfo,
libreoffice-7.0.3/external/skia/windows-raster-surface-no-copies.patch.1-37-                   DIB_RGB_COLORS, SRCCOPY);
##############################################
libreoffice-7.0.3/external/skia/share-grcontext.patch.1-8- 
libreoffice-7.0.3/external/skia/share-grcontext.patch.1:9:-#define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fInstance, "vk" #F)
libreoffice-7.0.3/external/skia/share-grcontext.patch.1:10:-#define GET_DEV_PROC(F) f ## F = (PFN_vk ## F) fGetDeviceProcAddr(fDevice, "vk" #F)
libreoffice-7.0.3/external/skia/share-grcontext.patch.1:11:+#define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fShared->fInstance, "vk" #F)
libreoffice-7.0.3/external/skia/share-grcontext.patch.1:12:+#define GET_DEV_PROC(F) f ## F = (PFN_vk ## F) fGetDeviceProcAddr(fShared->fDevice, "vk" #F)
libreoffice-7.0.3/external/skia/share-grcontext.patch.1:13:+#define GET_PROC_GLOBAL(F) fGlobalShared->f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fGlobalShared->fInstance, "vk" #F)
libreoffice-7.0.3/external/skia/share-grcontext.patch.1:14:+#define GET_DEV_PROC_GLOBAL(F) fGlobalShared->f ## F = (PFN_vk ## F) fGetDeviceProcAddr(fGlobalShared->fDevice, "vk" #F)
libreoffice-7.0.3/external/skia/share-grcontext.patch.1-15- 
##############################################
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1-8- 
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1:9: cmd /c "nasm -f win64 -v" >NUL 2>&1
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1-10- if %errorlevel% neq 0 goto ml64
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1-11- 
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1:12:-perl ms\uplink-x86_64.pl nasm > ms\uptable.asm
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1:13:-nasm -f win64 -o ms\uptable.obj ms\uptable.asm
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1:14:+perl ms/uplink-x86_64.pl nasm > ms/uptable.asm
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1:15:+nasm -f win64 -o ms/uptable.obj ms/uptable.asm
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1-16- goto proceed
##############################################
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1-18- :ml64
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1:19:-perl ms\uplink-x86_64.pl masm > ms\uptable.asm
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1-20--ml64 -c -Foms\uptable.obj ms\uptable.asm
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1:21:+perl ms/uplink-x86_64.pl masm > ms/uptable.asm
libreoffice-7.0.3/external/openssl/openssl-1.0.1h-win64.patch.1-22-+ml64 -c -Foms/uptable.obj ms/uptable.asm
##############################################
libreoffice-7.0.3/external/openssl/opensslwnt_safeseh.patch-19--ASM=$bin_dir$asm
libreoffice-7.0.3/external/openssl/opensslwnt_safeseh.patch:20:+ASM=$bin_dir$asm /safeseh
libreoffice-7.0.3/external/openssl/opensslwnt_safeseh.patch-21- 
##############################################
libreoffice-7.0.3/external/openssl/opensslwnt.patch-30--perl util\mkfiles.pl >MINFO
libreoffice-7.0.3/external/openssl/opensslwnt.patch:31:-perl util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak
libreoffice-7.0.3/external/openssl/opensslwnt.patch:32:-perl util\mk1mf.pl dll no-asm VC-WIN32 >ms\ntdll.mak
libreoffice-7.0.3/external/openssl/opensslwnt.patch-33--if x%OSVERSION% == x goto skipce
libreoffice-7.0.3/external/openssl/opensslwnt.patch:34:-perl util\mk1mf.pl no-asm VC-CE >ms\ce.mak
libreoffice-7.0.3/external/openssl/opensslwnt.patch:35:-perl util\mk1mf.pl dll no-asm VC-CE >ms\cedll.mak
libreoffice-7.0.3/external/openssl/opensslwnt.patch-36--:skipce
##############################################
libreoffice-7.0.3/external/openssl/opensslwnt.patch-41-+:not64a
libreoffice-7.0.3/external/openssl/opensslwnt.patch:42:+%1 util\mk1mf.pl no-asm %2 >ms\nt.mak
libreoffice-7.0.3/external/openssl/opensslwnt.patch:43:+%1 util\mk1mf.pl dll no-asm %2 >ms\ntdll.mak
libreoffice-7.0.3/external/openssl/opensslwnt.patch-44- 
##############################################
libreoffice-7.0.3/external/openssl/opensslsol.patch-4-     LDCMD="$${LDCMD:-$(CC)}"; LDFLAGS="$${LDFLAGS:-$(CFLAGS)}"; \
libreoffice-7.0.3/external/openssl/opensslsol.patch:5:     LIBPATH=`for x in $$LIBDEPS; do echo $$x; done | sed -e 's/^ *-L//;t' -e d | uniq`; \
libreoffice-7.0.3/external/openssl/opensslsol.patch:6:     LIBPATH=`echo $$LIBPATH | sed -e 's/ /:/g'`; \
libreoffice-7.0.3/external/openssl/opensslsol.patch-7--    LD_LIBRARY_PATH=$$LIBPATH:$$LD_LIBRARY_PATH \
##############################################
libreoffice-7.0.3/external/openssl/opensslsol.patch-13-     SHAREDFLAGS="$${SHAREDFLAGS:-$(CFLAGS) $(SHARED_LDFLAGS)}"; \
libreoffice-7.0.3/external/openssl/opensslsol.patch:14:     LIBPATH=`for x in $$LIBDEPS; do echo $$x; done | sed -e 's/^ *-L//;t' -e d | uniq`; \
libreoffice-7.0.3/external/openssl/opensslsol.patch:15:     LIBPATH=`echo $$LIBPATH | sed -e 's/ /:/g'`; \
libreoffice-7.0.3/external/openssl/opensslsol.patch-16--    LD_LIBRARY_PATH=$$LIBPATH:$$LD_LIBRARY_PATH \
##############################################
libreoffice-7.0.3/external/coinmp/rpath.patch-3-@@ -12484,6 +12484,7 @@
libreoffice-7.0.3/external/coinmp/rpath.patch:4: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.0.3/external/coinmp/rpath.patch-5- 	;;
##############################################
libreoffice-7.0.3/external/coinmp/rpath.patch-13-@@ -12455,6 +12455,7 @@
libreoffice-7.0.3/external/coinmp/rpath.patch:14: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.0.3/external/coinmp/rpath.patch-15- 	;;
##############################################
libreoffice-7.0.3/external/coinmp/rpath.patch-23-@@ -12482,6 +12482,7 @@
libreoffice-7.0.3/external/coinmp/rpath.patch:24: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.0.3/external/coinmp/rpath.patch-25- 	;;
##############################################
libreoffice-7.0.3/external/coinmp/rpath.patch-33-@@ -12424,6 +12424,7 @@
libreoffice-7.0.3/external/coinmp/rpath.patch:34: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.0.3/external/coinmp/rpath.patch-35- 	;;
##############################################
libreoffice-7.0.3/external/coinmp/rpath.patch-43-@@ -13939,6 +13939,7 @@
libreoffice-7.0.3/external/coinmp/rpath.patch:44: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.0.3/external/coinmp/rpath.patch-45- 	;;
##############################################
libreoffice-7.0.3/external/coinmp/rpath.patch-53-@@ -12453,6 +12453,7 @@
libreoffice-7.0.3/external/coinmp/rpath.patch:54: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.0.3/external/coinmp/rpath.patch-55- 	;;
##############################################
libreoffice-7.0.3/external/coinmp/no-binaries.patch.1-11-+bin_PROGRAMS = 
libreoffice-7.0.3/external/coinmp/no-binaries.patch.1:12: @COIN_HAS_CHOLMOD_TRUE@am__append_7 = -I`$(CYGPATH_W) $(CHOLMODINCDIR)`
libreoffice-7.0.3/external/coinmp/no-binaries.patch.1:13: @COIN_HAS_AMD_TRUE@am__append_8 = -I`$(CYGPATH_W) $(AMDINCDIR)`
libreoffice-7.0.3/external/coinmp/no-binaries.patch.1-14- @COIN_HAS_ABC_TRUE@am__append_9 = AbcSimplex.hpp CoinAbcCommon.hpp AbcCommon.hpp
##############################################
libreoffice-7.0.3/external/epm/epm-3.7.patch-164- else
libreoffice-7.0.3/external/epm/epm-3.7.patch:165: 	CXXFLAGS="`$FLTKCONFIG --cflags` ${CXXFLAGS}"
libreoffice-7.0.3/external/epm/epm-3.7.patch-166- 	GUIS="setup uninst"
##############################################
libreoffice-7.0.3/external/libjpeg-turbo/jpeg-turbo.win_build.patch.1-9- .asm.lo:
libreoffice-7.0.3/external/libjpeg-turbo/jpeg-turbo.win_build.patch.1:10: 	$(AM_V_GEN) $(LIBTOOL) $(AM_V_lt) --mode=compile --tag NASM $(srcdir)/nasm_lt.sh $(AM_V_lt) $(NASM) $(NAFLAGS) -I$(srcdir) -I. $< -o $@
libreoffice-7.0.3/external/libjpeg-turbo/jpeg-turbo.win_build.patch.1-11- 
##############################################
libreoffice-7.0.3/external/libjpeg-turbo/jpeg-turbo.build.patch.1-4-@@ -174,8 +174,6 @@
libreoffice-7.0.3/external/libjpeg-turbo/jpeg-turbo.build.patch.1:5: 	rm -rf `find $(distdir) -name .svn`
libreoffice-7.0.3/external/libjpeg-turbo/jpeg-turbo.build.patch.1-6- 
##############################################
libreoffice-7.0.3/external/cairo/cairo/cairo-1.10.2.patch-80- $as_echo "$FREETYPE_VERSION - OK" >&6; }
libreoffice-7.0.3/external/cairo/cairo/cairo-1.10.2.patch:81: 			   ft_NONPKGCONFIG_CFLAGS=`$FREETYPE_CONFIG --cflags`
libreoffice-7.0.3/external/cairo/cairo/cairo-1.10.2.patch:82:-			   ft_NONPKGCONFIG_LIBS=`$FREETYPE_CONFIG --libs`
libreoffice-7.0.3/external/cairo/cairo/cairo-1.10.2.patch:83:+			   ft_NONPKGCONFIG_LIBS=`$FREETYPE_CONFIG --libs | $SED -e 's/-lz//g'`
libreoffice-7.0.3/external/cairo/cairo/cairo-1.10.2.patch-84-     else { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FREETYPE_VERSION - Too old" >&5
##############################################
libreoffice-7.0.3/external/cairo/cairo/cairo-1.10.2.patch-91--  ft_LIBS="$FREETYPE_LIBS"
libreoffice-7.0.3/external/cairo/cairo/cairo-1.10.2.patch:92:+  ft_LIBS=`echo "$FREETYPE_LIBS" | $SED -e 's/-lz//g'`
libreoffice-7.0.3/external/cairo/cairo/cairo-1.10.2.patch-93- 
##############################################
libreoffice-7.0.3/bin/update/make_incremental_update.sh-161-      # The full workdir may not exist yet, so create it if necessary.
libreoffice-7.0.3/bin/update/make_incremental_update.sh:162:      mkdir -p `dirname "$workdir/$f"`
libreoffice-7.0.3/bin/update/make_incremental_update.sh-163-      $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
##############################################
libreoffice-7.0.3/bin/update/make_incremental_update.sh-171-      # The full workdir may not exist yet, so create it if necessary.
libreoffice-7.0.3/bin/update/make_incremental_update.sh:172:      mkdir -p `dirname "$workdir/$f"`
libreoffice-7.0.3/bin/update/make_incremental_update.sh-173-      $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
##############################################
libreoffice-7.0.3/bin/update/common.sh-95-
libreoffice-7.0.3/bin/update/common.sh:96:  if [ `basename $add_if_not_file_chk` = "channel-prefs.js" -o \
libreoffice-7.0.3/bin/update/common.sh:97:       `basename $add_if_not_file_chk` = "update-settings.ini" ]; then
libreoffice-7.0.3/bin/update/common.sh-98-    ## "true" *giggle*
##############################################
libreoffice-7.0.3/bin/update/common.sh-107-
libreoffice-7.0.3/bin/update/common.sh:108:  if [ `basename $add_if_not_file_chk` = "update-settings.ini" ]; then
libreoffice-7.0.3/bin/update/common.sh-109-    ## "true" *giggle*
##############################################
libreoffice-7.0.3/bin/removetooltip_markups.sh-33-{
libreoffice-7.0.3/bin/removetooltip_markups.sh:34:   TEXT=`grep "<property name=\"tooltip_text\"" $1`
libreoffice-7.0.3/bin/removetooltip_markups.sh:35:   MARKUP=`grep "<property name=\"tooltip_markup\"" $1`
libreoffice-7.0.3/bin/removetooltip_markups.sh-36-
##############################################
libreoffice-7.0.3/bin/moveglobalheaders.sh-11-do
libreoffice-7.0.3/bin/moveglobalheaders.sh:12:    dir=`echo "$dir"| sed -e 's/^..//'`
libreoffice-7.0.3/bin/moveglobalheaders.sh-13-    if test -d $dir/inc/$dir
##############################################
libreoffice-7.0.3/bin/verify-custom-widgets-libs-18-ret=0
libreoffice-7.0.3/bin/verify-custom-widgets-libs:19:FOO=`git grep -h -r lo- */uiconfig | sed -e "s/<object class=\"//g" | sed -e "s/\".*$//"| sed 's/^[ \t]*//;s/[ \t]*$//'|sort|uniq`
libreoffice-7.0.3/bin/verify-custom-widgets-libs-20-for foo in $FOO; do
##############################################
libreoffice-7.0.3/bin/find-german-comments-237-
libreoffice-7.0.3/bin/find-german-comments:238:        sock = os.popen(r"git ls-tree -r HEAD --name-only |egrep '\.(c|cc|cpp|cxx|h|hxx|mm)$'")
libreoffice-7.0.3/bin/find-german-comments-239-        lines = sock.readlines()
##############################################
libreoffice-7.0.3/bin/distro-install-clean-up-45-if test -f $DESTDIR$INSTALLDIR/help/en/sbasic.cfg -a \
libreoffice-7.0.3/bin/distro-install-clean-up:46:        "`for lang in $WITH_LANG_LIST ; do echo $lang ; break ; done`" = "en-US" ; then
libreoffice-7.0.3/bin/distro-install-clean-up-47-
##############################################
libreoffice-7.0.3/bin/distro-install-clean-up-77-    found_destdir=
libreoffice-7.0.3/bin/distro-install-clean-up:78:    for file in `find $DESTDIR -type f` ; do
libreoffice-7.0.3/bin/distro-install-clean-up-79-	grep -q "$DESTDIR" $file && echo "$file: includes the string \"$DESTDIR\"" && found_destdir=1
##############################################
libreoffice-7.0.3/bin/bffvalidator.sh.in-2-
libreoffice-7.0.3/bin/bffvalidator.sh.in:3:wine @BFFVALIDATOR_EXE@ `winepath -w $1`
##############################################
libreoffice-7.0.3/bin/find-unused-sid-commands.py-11-# search for entries in .sdi files that declare UNO/SID commands
libreoffice-7.0.3/bin/find-unused-sid-commands.py:12:a = subprocess.Popen("git grep -P '^\s*\w+Item\s+\w+\s+SID_\w+$' -- *.sdi", stdout=subprocess.PIPE, shell=True)
libreoffice-7.0.3/bin/find-unused-sid-commands.py-13-
##############################################
libreoffice-7.0.3/bin/lo-all-static-libs-23-    libs=
libreoffice-7.0.3/bin/lo-all-static-libs:24:    for i in `eval echo '$'$var`; do
libreoffice-7.0.3/bin/lo-all-static-libs-25-	case "$i" in
##############################################
libreoffice-7.0.3/bin/stubify.pl-83-
libreoffice-7.0.3/bin/stubify.pl:84:    system ("gcc -shared -o $output $tmpname") && die "failed to exec gcc: $!";
libreoffice-7.0.3/bin/stubify.pl-85-    unlink $tmpname;
##############################################
libreoffice-7.0.3/bin/stubify.pl-198-
libreoffice-7.0.3/bin/stubify.pl:199:    `mkdir -p $destdir/usr/lib/pkgconfig`;
libreoffice-7.0.3/bin/stubify.pl:200:    `mkdir -p $destdir/$pc->{libdir}` if (defined $pc->{libdir});
libreoffice-7.0.3/bin/stubify.pl:201:    `mkdir -p $destdir/$pc->{includedir}` if (defined $pc->{includedir});
libreoffice-7.0.3/bin/stubify.pl-202-
libreoffice-7.0.3/bin/stubify.pl-203-    # copy .pc across - FIXME, may need to re-write paths
libreoffice-7.0.3/bin/stubify.pl:204:    `cp -a $pc->{_File} $destdir/usr/lib/pkgconfig`;
libreoffice-7.0.3/bin/stubify.pl-205-
##############################################
libreoffice-7.0.3/bin/stubify.pl-213-	    } else {
libreoffice-7.0.3/bin/stubify.pl:214:		`mkdir -p $destdir/$srcdir`;
libreoffice-7.0.3/bin/stubify.pl:215:		`cp -a $srcdir/* $destdir/$srcdir`;
libreoffice-7.0.3/bin/stubify.pl-216-	    }
##############################################
libreoffice-7.0.3/bin/stubify.pl-250-help_exit() if (!defined $destdir);
libreoffice-7.0.3/bin/stubify.pl:251:`mkdir -p $destdir`;
libreoffice-7.0.3/bin/stubify.pl-252-
##############################################
libreoffice-7.0.3/bin/update_pch_autotune.sh-20-
libreoffice-7.0.3/bin/update_pch_autotune.sh:21:root=`dirname $0`
libreoffice-7.0.3/bin/update_pch_autotune.sh:22:root=`cd $root/.. && pwd`
libreoffice-7.0.3/bin/update_pch_autotune.sh-23-cd $root
##############################################
libreoffice-7.0.3/bin/update_pch_autotune.sh-177-    # Find pch files in the module to update.
libreoffice-7.0.3/bin/update_pch_autotune.sh:178:    headers=`find $root/$module/ -type f -iname "precompiled_*.hxx"`
libreoffice-7.0.3/bin/update_pch_autotune.sh-179-
##############################################
libreoffice-7.0.3/bin/update_pch_autotune.sh-181-    for header in $headers; do
libreoffice-7.0.3/bin/update_pch_autotune.sh:182:        libname=`echo $header | sed -e s/.*precompiled_// -e s/\.hxx//`
libreoffice-7.0.3/bin/update_pch_autotune.sh-183-        #TODO: Backup the header and restore when last tune fails.
##############################################
libreoffice-7.0.3/bin/bash-completion.in-50-    \`*\`)	   eval COMPREPLY=\(${c}\) ;;
libreoffice-7.0.3/bin/bash-completion.in:51:    \`*)		COMPREPLY=($(compgen -c -P '\`' -S '\`' -- ${c#?}))	;;
libreoffice-7.0.3/bin/bash-completion.in-52-    \$\{*\})	   eval COMPREPLY=\(${c}\) ;;
##############################################
libreoffice-7.0.3/bin/update_pch.sh-16-else
libreoffice-7.0.3/bin/update_pch.sh:17:    root=`dirname $0`
libreoffice-7.0.3/bin/update_pch.sh:18:    root=`cd $root/.. >/dev/null && pwd`
libreoffice-7.0.3/bin/update_pch.sh-19-fi
libreoffice-7.0.3/bin/update_pch.sh:20:root=`readlink -f $root`
libreoffice-7.0.3/bin/update_pch.sh-21-cd $root
##############################################
libreoffice-7.0.3/bin/update_pch.sh-42-        # We got a directory, find pch files to update.
libreoffice-7.0.3/bin/update_pch.sh:43:        headers=`find $root/$x/ -type f -iname "precompiled_*.hxx"`
libreoffice-7.0.3/bin/update_pch.sh-44-        if test -n "$headers"; then
##############################################
libreoffice-7.0.3/bin/update_pch.sh-48-        header=$x
libreoffice-7.0.3/bin/update_pch.sh:49:        update_msg=`echo $header | sed -e s%$root/%%`
libreoffice-7.0.3/bin/update_pch.sh:50:        module=`readlink -f $header | sed -e s%$root/%% -e s%/.*%%`
libreoffice-7.0.3/bin/update_pch.sh-51-        if [ "$module" = "pch" ]; then
##############################################
libreoffice-7.0.3/bin/update_pch.sh-55-        if [ "$module" = "external" ]; then
libreoffice-7.0.3/bin/update_pch.sh:56:            module=external/`readlink -f $header | sed -e s%$root/external/%% -e s%/.*%%`
libreoffice-7.0.3/bin/update_pch.sh-57-        fi
libreoffice-7.0.3/bin/update_pch.sh:58:        libname=`echo $header | sed -e s/.*precompiled_// -e s/\.hxx//`
libreoffice-7.0.3/bin/update_pch.sh-59-
##############################################
libreoffice-7.0.3/bin/distro-install-desktop-integration-7-
libreoffice-7.0.3/bin/distro-install-desktop-integration:8:PRODUCTVERSION_NODOT=`echo $PRODUCTVERSION | sed -e "s/\.//"`
libreoffice-7.0.3/bin/distro-install-desktop-integration-9-
##############################################
libreoffice-7.0.3/bin/distro-install-desktop-integration-71-    if test "$WITH_COMPAT_OOWRAPPERS" = 'TRUE' ; then
libreoffice-7.0.3/bin/distro-install-desktop-integration:72:        oowrapper_name=`echo "$lowrapper_name" | sed -e "s/^lo/oo/"`
libreoffice-7.0.3/bin/distro-install-desktop-integration-73-        # "oo" prefix only for wrappers stating with "lo" prefix
##############################################
libreoffice-7.0.3/bin/striplanguagetags.sh-22-
libreoffice-7.0.3/bin/striplanguagetags.sh:23:tempfoo=`basename $0`
libreoffice-7.0.3/bin/striplanguagetags.sh-24-
libreoffice-7.0.3/bin/striplanguagetags.sh:25:XSL=`mktemp /tmp/${tempfoo}.XXXXXX`
libreoffice-7.0.3/bin/striplanguagetags.sh-26-if [ $? -ne 0 ]; then
##############################################
libreoffice-7.0.3/bin/striplanguagetags.sh-32-# a Cygwin /tmp path to it
libreoffice-7.0.3/bin/striplanguagetags.sh:33:[ "$COM" == MSC ] && XSL=`cygpath -m -s $XSL`
libreoffice-7.0.3/bin/striplanguagetags.sh-34-
libreoffice-7.0.3/bin/striplanguagetags.sh:35:WRKDIR=`mktemp -d /tmp/${tempfoo}.XXXXXX`
libreoffice-7.0.3/bin/striplanguagetags.sh-36-if [ $? -ne 0 ]; then
##############################################
libreoffice-7.0.3/bin/fixincludeguards.sh-26-    # remove leading ./, if invoked with find
libreoffice-7.0.3/bin/fixincludeguards.sh:27:    fn=`echo "$fn" | sed 's/^.\///g'`
libreoffice-7.0.3/bin/fixincludeguards.sh-28-
##############################################
libreoffice-7.0.3/bin/fixincludeguards.sh-30-    # drop the project dir
libreoffice-7.0.3/bin/fixincludeguards.sh:31:    fnfixed=`echo $fn | sed 's,include/,,g'`
libreoffice-7.0.3/bin/fixincludeguards.sh-32-    # add examples prefix to headers in odk/examples
libreoffice-7.0.3/bin/fixincludeguards.sh:33:    fnfixed=`echo $fnfixed | sed 's,odk/examples/\(cpp\|DevelopersGuide\|OLE\)/,examples_,g'`
libreoffice-7.0.3/bin/fixincludeguards.sh-34-
libreoffice-7.0.3/bin/fixincludeguards.sh-35-    # convert file path to header guard
libreoffice-7.0.3/bin/fixincludeguards.sh:36:    guard=`echo "$fnfixed" | sed 's/[\/\.-]/_/g' | tr 'a-z' 'A-Z'`
libreoffice-7.0.3/bin/fixincludeguards.sh-37-
libreoffice-7.0.3/bin/fixincludeguards.sh:38:    if [ aa"`git grep -h "^\s*#ifndef ${guard_prefix}$guard" "$fn" | wc -l`" != "aa1" ] ||
libreoffice-7.0.3/bin/fixincludeguards.sh:39:       [ aa"`git grep -h "^\s*#define ${guard_prefix}$guard" "$fn" | wc -l`" != "aa1" ]; then
libreoffice-7.0.3/bin/fixincludeguards.sh-40-
##############################################
libreoffice-7.0.3/bin/fixincludeguards.sh-46-        # head to take only the first match
libreoffice-7.0.3/bin/fixincludeguards.sh:47:        old_guard=`git grep -h "#ifndef $pattern" "$fn" | head -n1 | sed "s/.*\s\($pattern.*\)/\1/"`
libreoffice-7.0.3/bin/fixincludeguards.sh-48-
##############################################
libreoffice-7.0.3/bin/fixincludeguards.sh-54-
libreoffice-7.0.3/bin/fixincludeguards.sh:55:        if [ aa"`git grep -w "$old_guard" | cut -d ':' -f1 | sort -u | wc -l `" != aa"1" ]; then
libreoffice-7.0.3/bin/fixincludeguards.sh-56-            echo -e "$fn: \e[00;31mwarning:\e[00m $old_guard guard definition used in other files"
##############################################
libreoffice-7.0.3/bin/fixincludeguards.sh-63-        # INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_14
libreoffice-7.0.3/bin/fixincludeguards.sh:64:        if [ aa"INCLUDED_COMPHELPER_IMPLBASE_" == aa"`echo $old_guard | sed "s/VAR_HXX_[0-9]\+//g"`" ]; then
libreoffice-7.0.3/bin/fixincludeguards.sh-65-            continue
##############################################
libreoffice-7.0.3/bin/fixincludeguards.sh-68-        # skip files like xmloff/source/forms/elementimport_impl.hxx
libreoffice-7.0.3/bin/fixincludeguards.sh:69:        if [ aa"`git grep -h "#error.*directly" "$fn" | wc -l`" != "aa0" ]; then
libreoffice-7.0.3/bin/fixincludeguards.sh-70-            continue
##############################################
libreoffice-7.0.3/bin/unpack-sources-69-for tarball in $tarballs ; do
libreoffice-7.0.3/bin/unpack-sources:70:    tarname=`basename $tarball | sed -e "s/\.tar\..*//"`
libreoffice-7.0.3/bin/unpack-sources-71-    if test -d $lo_src_dir/$tarname ; then
##############################################
libreoffice-7.0.3/bin/unpack-sources-87-    # create symlinks for module directories; ignore git-hooks directory
libreoffice-7.0.3/bin/unpack-sources:88:    for dir in `find "$lo_src_dir/$tarname" -mindepth 1 -maxdepth 1 -type d -path $lo_src_dir/$tarname/git-hooks -o -printf "$tarname/%f\n"` ; do
libreoffice-7.0.3/bin/unpack-sources-89-        ln -sf "src/$dir" "$start_dir"
##############################################
libreoffice-7.0.3/bin/lo-pack-sources-161-    # generate the tarball in the current directory; avoid "./" prefix in the stored paths; show progress
libreoffice-7.0.3/bin/lo-pack-sources:162:    system ("tar -c $tar_compress_option -f $tarball -C $dir $lo_topdir_name") && 
libreoffice-7.0.3/bin/lo-pack-sources-163-        die "Error: releasing failed: $!\n";
##############################################
libreoffice-7.0.3/bin/lo-pack-sources-171-    print "Generating MD5...\n";
libreoffice-7.0.3/bin/lo-pack-sources:172:    system ("md5sum $filename >$filename.md5") &&
libreoffice-7.0.3/bin/lo-pack-sources-173-        die "Error: releasing failed: $!\n";
##############################################
libreoffice-7.0.3/bin/lo-pack-sources-234-#    print "Cleaning $tempdir...\n";
libreoffice-7.0.3/bin/lo-pack-sources:235:    system ("rm -rf $tempdir") && die "Error: rm failed: $!\n";
libreoffice-7.0.3/bin/lo-pack-sources-236-}
##############################################
libreoffice-7.0.3/bin/distro-install-file-lists-167-    # lang packs
libreoffice-7.0.3/bin/distro-install-file-lists:168:    for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
libreoffice-7.0.3/bin/distro-install-file-lists-169-        lang_lists=
##############################################
libreoffice-7.0.3/bin/distro-install-file-lists-201-        if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
libreoffice-7.0.3/bin/distro-install-file-lists:202:            for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
libreoffice-7.0.3/bin/distro-install-file-lists-203-                test -f $FILELISTSDIR/help_${lang}_list.txt || continue;
##############################################
libreoffice-7.0.3/Makefile.fetch-25-define fetch_Download__checksum_command
libreoffice-7.0.3/Makefile.fetch:26:&& SUM=`$(SHA256SUM) $1 | sed "s/ .*//"` \
libreoffice-7.0.3/Makefile.fetch-27-&& if test "$$SUM" != "$2"; then \
##############################################
libreoffice-7.0.3/onlineupdate/source/update/updater/updater.cxx-3996-        {
libreoffice-7.0.3/onlineupdate/source/update/updater/updater.cxx:3997:            LOG(("### execution failed"));
libreoffice-7.0.3/onlineupdate/source/update/updater/updater.cxx-3998-            return rv;
##############################################
libreoffice-7.0.3/install-sh-229-      fi
libreoffice-7.0.3/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
libreoffice-7.0.3/install-sh-231-    *)
##############################################
libreoffice-7.0.3/install-sh-276-      dstdir=$dst
libreoffice-7.0.3/install-sh:277:      dst=$dstdir/`basename "$src"`
libreoffice-7.0.3/install-sh-278-      dstdir_status=0
##############################################
libreoffice-7.0.3/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
libreoffice-7.0.3/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
libreoffice-7.0.3/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
libreoffice-7.0.3/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
libreoffice-7.0.3/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
libreoffice-7.0.3/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
libreoffice-7.0.3/install-sh-425-	    case $prefix in
libreoffice-7.0.3/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
libreoffice-7.0.3/install-sh-427-	      *) qprefix=$prefix;;
##############################################
libreoffice-7.0.3/install-sh-474-    if $copy_on_change &&
libreoffice-7.0.3/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
libreoffice-7.0.3/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
libreoffice-7.0.3/install-sh-477-
##############################################
libreoffice-7.0.3/.git-hooks/commit-msg-39-
libreoffice-7.0.3/.git-hooks/commit-msg:40:if [ -z "`head -n 1 $1 | grep -v '^[[:blank:]]*\*$'`" ] ; then
libreoffice-7.0.3/.git-hooks/commit-msg-41-    abort "$1" "Please provide the general description on the first line."
##############################################
libreoffice-7.0.3/.git-hooks/commit-msg-45-
libreoffice-7.0.3/.git-hooks/commit-msg:46:len="`head -n 1 $1 | tr -d '\n' | wc -c`"
libreoffice-7.0.3/.git-hooks/commit-msg-47-if [ "$len" -gt 79 ] ; then
##############################################
libreoffice-7.0.3/.git-hooks/commit-msg-52-if egrep -q "$fdo_regex" $1; then
libreoffice-7.0.3/.git-hooks/commit-msg:53:    for bugid in `head -n 1 $1 |egrep -o "$fdo_regex" |sed 's/fdo#//'`
libreoffice-7.0.3/.git-hooks/commit-msg-54-    do
libreoffice-7.0.3/.git-hooks/commit-msg:55:        if [ "`echo $bugid |sed 's/fdo#//'`" -gt 88775 ]; then
libreoffice-7.0.3/.git-hooks/commit-msg-56-            abort "$1" "The first line contains a suspicious fdo# rereference: 'fdo#$bugid', did you mean tdf#?"
##############################################
libreoffice-7.0.3/.git-hooks/commit-msg-61-# ...and that it does not continue on the second line
libreoffice-7.0.3/.git-hooks/commit-msg:62:if [ "`wc -l < $1`" -gt 1 -a -n "`head -n 2 $1 | tail -n 1 | sed 's/^#.*//'`" ] ; then
libreoffice-7.0.3/.git-hooks/commit-msg-63-    abort "$1" "The second line is not empty - maybe the first line continues there?"
##############################################
libreoffice-7.0.3/.git-hooks/commit-msg-67-
libreoffice-7.0.3/.git-hooks/commit-msg:68:if [ -n "`head -n 1 $1 | grep '^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}.*<.*@.*>'`" ] ; then
libreoffice-7.0.3/.git-hooks/commit-msg-69-    abort "$1" "The commit message looks like ChangeLog, please use the git form."
##############################################
libreoffice-7.0.3/.git-hooks/commit-msg-74-
libreoffice-7.0.3/.git-hooks/commit-msg:75:if [ -n "`grep '^#[^[:blank:]]' $1`" ] ; then
libreoffice-7.0.3/.git-hooks/commit-msg-76-    abort "$1" "Possible accidental comment in the commit message (leading # without space)."
##############################################
libreoffice-7.0.3/.git-hooks/pre-commit-205-            print("Running '$clang_format -i " . join(" ", @bad_names) . "' for you...\n");
libreoffice-7.0.3/.git-hooks/pre-commit:206:            system("$clang_format -i " . join(" ", @bad_names));
libreoffice-7.0.3/.git-hooks/pre-commit-207-            # TODO this stages all local modifications, staging originally
##############################################
libreoffice-7.0.3/.git-hooks/pre-commit-227-
libreoffice-7.0.3/.git-hooks/pre-commit:228:        my $ignore = `git config submodule.$_.ignore`;
libreoffice-7.0.3/.git-hooks/pre-commit-229-        chomp $ignore;
##############################################
libreoffice-7.0.3/.git-hooks/pre-commit-245-
libreoffice-7.0.3/.git-hooks/pre-commit:246:        my $diff = `git diff --cached --name-only -z $h -- $_`;
libreoffice-7.0.3/.git-hooks/pre-commit-247-        chomp $diff;
##############################################
libreoffice-7.0.3/.git-hooks/pre-commit-322-    }
libreoffice-7.0.3/.git-hooks/pre-commit:323:    my $size = `git cat-file -s :$_`;
libreoffice-7.0.3/.git-hooks/pre-commit-324-    # For now let's say large is 500KB
##############################################
libreoffice-7.0.3/m4/introspection.m4-58-    if test "x$found_introspection" = "xyes"; then
libreoffice-7.0.3/m4/introspection.m4:59:       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
libreoffice-7.0.3/m4/introspection.m4:60:       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
libreoffice-7.0.3/m4/introspection.m4:61:       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
libreoffice-7.0.3/m4/introspection.m4:62:       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
libreoffice-7.0.3/m4/introspection.m4-63-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
libreoffice-7.0.3/m4/introspection.m4:64:       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
libreoffice-7.0.3/m4/introspection.m4:65:       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
libreoffice-7.0.3/m4/introspection.m4:66:       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
libreoffice-7.0.3/m4/introspection.m4-67-    fi
##############################################
libreoffice-7.0.3/m4/ax_boost_system.m4-82-			AC_DEFINE(HAVE_BOOST_SYSTEM,,[define if the Boost::System library is available])
libreoffice-7.0.3/m4/ax_boost_system.m4:83:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/m4/ax_boost_system.m4-84-
##############################################
libreoffice-7.0.3/m4/ax_boost_system.m4-86-            if test "x$ax_boost_user_system_lib" = "x"; then
libreoffice-7.0.3/m4/ax_boost_system.m4:87:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.0.3/m4/ax_boost_system.m4-88-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/ax_boost_system.m4-93-                if test "x$link_system" != "xyes"; then
libreoffice-7.0.3/m4/ax_boost_system.m4:94:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.0.3/m4/ax_boost_system.m4-95-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/ax_boost_locale.m4-80-			AC_DEFINE(HAVE_BOOST_LOCALE,,[define if the Boost::Locale library is available])
libreoffice-7.0.3/m4/ax_boost_locale.m4:81:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/m4/ax_boost_locale.m4-82-
##############################################
libreoffice-7.0.3/m4/ax_boost_locale.m4-84-            if test "x$ax_boost_user_locale_lib" = "x"; then
libreoffice-7.0.3/m4/ax_boost_locale.m4:85:                for libextension in `ls $BOOSTLIBDIR/libboost_locale*.so* $BOOSTLIBDIR/libboost_locale*.dylib* $BOOSTLIBDIR/libboost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_locale.*\)\.so.*$;\1;' -e 's;^lib\(boost_locale.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/m4/ax_boost_locale.m4-86-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/ax_boost_locale.m4-91-                if test "x$link_locale" != "xyes"; then
libreoffice-7.0.3/m4/ax_boost_locale.m4:92:                for libextension in `ls $BOOSTLIBDIR/boost_locale*.dll* $BOOSTLIBDIR/boost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_locale.*\)\.dll.*$;\1;' -e 's;^\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/m4/ax_boost_locale.m4-93-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/ax_boost_date_time.m4-76-			AC_DEFINE(HAVE_BOOST_DATE_TIME,,[define if the Boost::Date_Time library is available])
libreoffice-7.0.3/m4/ax_boost_date_time.m4:77:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/m4/ax_boost_date_time.m4-78-            if test "x$ax_boost_user_date_time_lib" = "x"; then
libreoffice-7.0.3/m4/ax_boost_date_time.m4:79:                for libextension in `ls $BOOSTLIBDIR/libboost_date_time*.so* $BOOSTLIBDIR/libboost_date_time*.dylib* $BOOSTLIBDIR/libboost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_date_time.*\)\.so.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.a*$;\1;'` ; do
libreoffice-7.0.3/m4/ax_boost_date_time.m4-80-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/ax_boost_date_time.m4-85-                if test "x$link_date_time" != "xyes"; then
libreoffice-7.0.3/m4/ax_boost_date_time.m4:86:                for libextension in `ls $BOOSTLIBDIR/boost_date_time*.dll* $BOOSTLIBDIR/boost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_date_time.*\)\.dll.*$;\1;' -e 's;^\(boost_date_time.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/m4/ax_boost_date_time.m4-87-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/ax_boost_iostreams.m4-79-			AC_DEFINE(HAVE_BOOST_IOSTREAMS,,[define if the Boost::IOStreams library is available])
libreoffice-7.0.3/m4/ax_boost_iostreams.m4:80:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/m4/ax_boost_iostreams.m4-81-            if test "x$ax_boost_user_iostreams_lib" = "x"; then
libreoffice-7.0.3/m4/ax_boost_iostreams.m4:82:                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so* $BOOSTLIBDIR/libboost_iostream*.dylib* $BOOSTLIBDIR/libboost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostream.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/m4/ax_boost_iostreams.m4-83-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/ax_boost_iostreams.m4-88-                if test "x$link_iostreams" != "xyes"; then
libreoffice-7.0.3/m4/ax_boost_iostreams.m4:89:                for libextension in `ls $BOOSTLIBDIR/boost_iostreams*.dll* $BOOSTLIBDIR/boost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_iostreams.*\)\.dll.*$;\1;' -e 's;^\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/m4/ax_boost_iostreams.m4-90-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/libo_fuzz_configury.m4-13-        if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/m4/libo_fuzz_configury.m4:14:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/m4/libo_fuzz_configury.m4-15-                m4_translit([with-$1], [-+.], [___])=yes
##############################################
libreoffice-7.0.3/m4/libo_fuzz_configury.m4-31-        if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/m4/libo_fuzz_configury.m4:32:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/m4/libo_fuzz_configury.m4-33-                m4_translit([enable-$1], [-+.], [___])=yes
##############################################
libreoffice-7.0.3/m4/libo_fuzz_configury.m4-45-    if test -n "$libo_fuzz_list"; then
libreoffice-7.0.3/m4/libo_fuzz_configury.m4:46:        tmps=`eval echo $libo_fuzz_list`
libreoffice-7.0.3/m4/libo_fuzz_configury.m4-47-        AC_MSG_NOTICE([Summary of fuzzing: $tmps])
##############################################
libreoffice-7.0.3/m4/ax_boost_base.m4-75-    boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
libreoffice-7.0.3/m4/ax_boost_base.m4:76:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
libreoffice-7.0.3/m4/ax_boost_base.m4:77:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
libreoffice-7.0.3/m4/ax_boost_base.m4:78:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
libreoffice-7.0.3/m4/ax_boost_base.m4:79:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
libreoffice-7.0.3/m4/ax_boost_base.m4-80-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
libreoffice-7.0.3/m4/ax_boost_base.m4-82-        fi
libreoffice-7.0.3/m4/ax_boost_base.m4:83:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
libreoffice-7.0.3/m4/ax_boost_base.m4-84-    AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
libreoffice-7.0.3/m4/ax_boost_base.m4-166-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.0.3/m4/ax_boost_base.m4:167:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.0.3/m4/ax_boost_base.m4:168:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.0.3/m4/ax_boost_base.m4:169:                    V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.0.3/m4/ax_boost_base.m4-170-                    if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.0.3/m4/ax_boost_base.m4-172-                    fi
libreoffice-7.0.3/m4/ax_boost_base.m4:173:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.0.3/m4/ax_boost_base.m4-174-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.0.3/m4/ax_boost_base.m4-184-                if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.0.3/m4/ax_boost_base.m4:185:                    for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.0.3/m4/ax_boost_base.m4:186:                        _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.0.3/m4/ax_boost_base.m4:187:                        V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.0.3/m4/ax_boost_base.m4-188-                        if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.0.3/m4/ax_boost_base.m4-195-
libreoffice-7.0.3/m4/ax_boost_base.m4:196:            VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.0.3/m4/ax_boost_base.m4-197-            BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.0.3/m4/ax_boost_base.m4-209-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
libreoffice-7.0.3/m4/ax_boost_base.m4:210:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
libreoffice-7.0.3/m4/ax_boost_base.m4:211:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
libreoffice-7.0.3/m4/ax_boost_base.m4:212:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
libreoffice-7.0.3/m4/ax_boost_base.m4:213:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
libreoffice-7.0.3/m4/ax_boost_base.m4-214-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
libreoffice-7.0.3/m4/ax_boost_filesystem.m4-81-			AC_DEFINE(HAVE_BOOST_FILESYSTEM,,[define if the Boost::Filesystem library is available])
libreoffice-7.0.3/m4/ax_boost_filesystem.m4:82:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.0.3/m4/ax_boost_filesystem.m4-83-            if test "x$ax_boost_user_filesystem_lib" = "x"; then
libreoffice-7.0.3/m4/ax_boost_filesystem.m4:84:                for libextension in `ls -r $BOOSTLIBDIR/libboost_filesystem* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.0.3/m4/ax_boost_filesystem.m4-85-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/ax_boost_filesystem.m4-90-                if test "x$link_filesystem" != "xyes"; then
libreoffice-7.0.3/m4/ax_boost_filesystem.m4:91:                for libextension in `ls -r $BOOSTLIBDIR/boost_filesystem* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.0.3/m4/ax_boost_filesystem.m4-92-                     ax_lib=${libextension}
##############################################
libreoffice-7.0.3/m4/libgcrypt.m4-36-  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
libreoffice-7.0.3/m4/libgcrypt.m4:37:     req_libgcrypt_api=`echo "$tmp"     | sed 's/\(.*\):\(.*\)/\1/'`
libreoffice-7.0.3/m4/libgcrypt.m4:38:     min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
libreoffice-7.0.3/m4/libgcrypt.m4-39-  else
##############################################
libreoffice-7.0.3/m4/libgcrypt.m4-52-               sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
libreoffice-7.0.3/m4/libgcrypt.m4:53:    libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
libreoffice-7.0.3/m4/libgcrypt.m4-54-    major=`echo $libgcrypt_config_version | \
##############################################
libreoffice-7.0.3/m4/libgcrypt.m4-84-     if test "$req_libgcrypt_api" -gt 0 ; then
libreoffice-7.0.3/m4/libgcrypt.m4:85:        tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
libreoffice-7.0.3/m4/libgcrypt.m4-86-        if test "$tmp" -gt 0 ; then
##############################################
libreoffice-7.0.3/m4/libgcrypt.m4-97-  if test $ok = yes; then
libreoffice-7.0.3/m4/libgcrypt.m4:98:    LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
libreoffice-7.0.3/m4/libgcrypt.m4:99:    LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
libreoffice-7.0.3/m4/libgcrypt.m4-100-    ifelse([$2], , :, [$2])
libreoffice-7.0.3/m4/libgcrypt.m4-101-    if test x"$host" != x ; then
libreoffice-7.0.3/m4/libgcrypt.m4:102:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
libreoffice-7.0.3/m4/libgcrypt.m4-103-      if test x"$libgcrypt_config_host" != xnone ; then
##############################################
libreoffice-7.0.3/m4/mac/pkg.m4-71-    PKG_CHECK_EXISTS([$3],
libreoffice-7.0.3/m4/mac/pkg.m4:72:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
libreoffice-7.0.3/m4/mac/pkg.m4-73-		     [pkg_failed=yes])
##############################################
libreoffice-7.0.3/m4/mac/pkg.m4-118-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/m4/mac/pkg.m4:119:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
libreoffice-7.0.3/m4/mac/pkg.m4-120-        else
libreoffice-7.0.3/m4/mac/pkg.m4:121:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
libreoffice-7.0.3/m4/mac/pkg.m4-122-        fi
##############################################
libreoffice-7.0.3/m4/libo_pkg_version.m4-32-        AS_IF([test -n "$PKG_CONFIG"], [
libreoffice-7.0.3/m4/libo_pkg_version.m4:33:            ver=`$PKG_CONFIG --modversion "$2"`
libreoffice-7.0.3/m4/libo_pkg_version.m4-34-            AS_IF([test -n "$ver"], [
##############################################
libreoffice-7.0.3/readlicense_oo/CustomTarget_readme.mk-33-	$(call gb_Helper_abbreviate_dirs, \
libreoffice-7.0.3/readlicense_oo/CustomTarget_readme.mk:34:        MERGEINPUT=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/readlicense_oo/CustomTarget_readme.mk-35-        echo $(foreach lang,$(filter-out qtz,$(filter-out en-US,$(gb_WITH_LANG))),$(gb_POLOCATION)/$(lang)/readlicense_oo/docs.po) > $${MERGEINPUT} && \
##############################################
libreoffice-7.0.3/sysui/CustomTarget_share.mk-198-				 "${SRCDIR}/libreofficekit/source/gtk/lokdocview.cxx" \
libreoffice-7.0.3/sysui/CustomTarget_share.mk:199:                 `${PKG_CONFIG} --cflags gobject-introspection-1.0 gtk+-3.0` \
libreoffice-7.0.3/sysui/CustomTarget_share.mk-200-				 -I"${SRCDIR}/include/" \
##############################################
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh-21-if [ "${KDEMAINDIR}" ]; then
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh:22:  for i in `cd "${ICON_SOURCE_DIR}"; find ${ICON_THEMES:-hicolor/???x??? hicolor/??x?? hicolor/scalable locolor} -name "*.png" -o -name "*.svg"`
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh-23-  do
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh:24:    targetdir=${DESTDIR}/${KDEMAINDIR}/share/icons/`dirname ${i}`
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh-25-    mkdir -p "${targetdir}"
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh:26:    destfile=$targetdir/${ICON_PREFIX:-}${ICON_PREFIX:+-}`basename ${i}`
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh-27-    cp "${ICON_SOURCE_DIR}/${i}" "${destfile}"
##############################################
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh-34-if [ "${GNOMEDIR}" ]; then
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh:35:  for i in `cd "${ICON_SOURCE_DIR}/hicolor"; find ??x?? ???x??? scalable -name "*.png" -o -name "*.svg"`
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh-36-  do
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh:37:    targetdir=${DESTDIR}/${GNOMEDIR}/share/icons/gnome/`dirname ${i}`
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh-38-    mkdir -p "${targetdir}"
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh:39:    destfile=$targetdir/${ICON_PREFIX:-}${ICON_PREFIX:+-}`basename ${i}`
libreoffice-7.0.3/sysui/desktop/share/create_tree.sh-40-    cp "${ICON_SOURCE_DIR}/hicolor/${i}" "${destfile}"
##############################################
libreoffice-7.0.3/sysui/desktop/freedesktop/freedesktop-menus.spec-137-
libreoffice-7.0.3/sysui/desktop/freedesktop/freedesktop-menus.spec:138:for subdir in `cd ${link_target_root}; ls -d *`
libreoffice-7.0.3/sysui/desktop/freedesktop/freedesktop-menus.spec-139-do
##############################################
libreoffice-7.0.3/basegfx/qa/mkpolygons.pl-114-    chdir ($TempDir);
libreoffice-7.0.3/basegfx/qa/mkpolygons.pl:115:    system ("$ZipCmd $ZipFlags $zip_name *");
libreoffice-7.0.3/basegfx/qa/mkpolygons.pl-116-    chdir ($cwd);
##############################################
libreoffice-7.0.3/store/source/storbios.cxx-389-OStorePageBIOS::Ace::Ace()
libreoffice-7.0.3/store/source/storbios.cxx:390:  : m_next (this), m_prev (this), m_addr (STORE_PAGE_NULL), m_used (0)
libreoffice-7.0.3/store/source/storbios.cxx-391-{}
##############################################
libreoffice-7.0.3/store/source/storbase.hxx-129-        sal_uInt16 nUsed)
libreoffice-7.0.3/store/source/storbase.hxx:130:        : m_nAddr (store::htonl(nAddr)),
libreoffice-7.0.3/store/source/storbase.hxx-131-          m_nSize (store::htons(nSize)),
##############################################
libreoffice-7.0.3/store/source/storbase.hxx-142-    OStorePageDescriptor (const OStorePageDescriptor & rhs)
libreoffice-7.0.3/store/source/storbase.hxx:143:        : m_nAddr (rhs.m_nAddr),
libreoffice-7.0.3/store/source/storbase.hxx-144-          m_nSize (rhs.m_nSize),
##############################################
libreoffice-7.0.3/store/source/storbase.hxx-204-    explicit OStorePageLink (sal_uInt32 nAddr = STORE_PAGE_NULL)
libreoffice-7.0.3/store/source/storbase.hxx:205:        : m_nAddr (store::htonl(nAddr))
libreoffice-7.0.3/store/source/storbase.hxx-206-    {}
##############################################
libreoffice-7.0.3/store/source/lockbyte.cxx-456-
libreoffice-7.0.3/store/source/lockbyte.cxx:457:    FileMapping() : m_pAddr(nullptr), m_nSize(0), m_hFile(nullptr) {}
libreoffice-7.0.3/store/source/lockbyte.cxx-458-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-46-         */
libreoffice-7.0.3/include/osl/socket_decl.hxx:47:        inline SocketAddr();
libreoffice-7.0.3/include/osl/socket_decl.hxx-48-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-50-         */
libreoffice-7.0.3/include/osl/socket_decl.hxx:51:        inline SocketAddr(const SocketAddr& Addr);
libreoffice-7.0.3/include/osl/socket_decl.hxx-52-
libreoffice-7.0.3/include/osl/socket_decl.hxx-53-#if defined LIBO_INTERNAL_ONLY
libreoffice-7.0.3/include/osl/socket_decl.hxx:54:        inline SocketAddr(SocketAddr && other) noexcept;
libreoffice-7.0.3/include/osl/socket_decl.hxx-55-#endif
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-62-         */
libreoffice-7.0.3/include/osl/socket_decl.hxx:63:        inline SocketAddr(const oslSocketAddr Addr, __osl_socket_NoCopy nocopy );
libreoffice-7.0.3/include/osl/socket_decl.hxx-64-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-68-         */
libreoffice-7.0.3/include/osl/socket_decl.hxx:69:        inline SocketAddr(oslSocketAddr Addr);
libreoffice-7.0.3/include/osl/socket_decl.hxx-70-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-76-         */
libreoffice-7.0.3/include/osl/socket_decl.hxx:77:        inline SocketAddr(const ::rtl::OUString& strAddrOrHostName, sal_Int32 nPort);
libreoffice-7.0.3/include/osl/socket_decl.hxx-78-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-80-         */
libreoffice-7.0.3/include/osl/socket_decl.hxx:81:        inline ~SocketAddr();
libreoffice-7.0.3/include/osl/socket_decl.hxx-82-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-130-         */
libreoffice-7.0.3/include/osl/socket_decl.hxx:131:        inline bool SAL_CALL setAddr(const ::rtl::ByteSequence & address);
libreoffice-7.0.3/include/osl/socket_decl.hxx-132-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-134-          */
libreoffice-7.0.3/include/osl/socket_decl.hxx:135:        inline ::rtl::ByteSequence SAL_CALL getAddr(oslSocketResult *pResult = NULL) const;
libreoffice-7.0.3/include/osl/socket_decl.hxx-136-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-261-        */
libreoffice-7.0.3/include/osl/socket_decl.hxx:262:        inline void SAL_CALL getLocalAddr( SocketAddr &Addr ) const;
libreoffice-7.0.3/include/osl/socket_decl.hxx-263-
##############################################
libreoffice-7.0.3/include/osl/socket_decl.hxx-276-        */
libreoffice-7.0.3/include/osl/socket_decl.hxx:277:        inline void SAL_CALL getPeerAddr( SocketAddr & Addr) const;
libreoffice-7.0.3/include/osl/socket_decl.hxx-278-
##############################################
libreoffice-7.0.3/include/osl/socket.h-718-*/
libreoffice-7.0.3/include/osl/socket.h:719:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_createEmptySocketAddr(
libreoffice-7.0.3/include/osl/socket.h-720-        oslAddrFamily Family);
##############################################
libreoffice-7.0.3/include/osl/socket.h-724-*/
libreoffice-7.0.3/include/osl/socket.h:725:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_copySocketAddr(
libreoffice-7.0.3/include/osl/socket.h-726-        oslSocketAddr Addr);
##############################################
libreoffice-7.0.3/include/osl/socket.h-731-*/
libreoffice-7.0.3/include/osl/socket.h:732:SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isEqualSocketAddr(
libreoffice-7.0.3/include/osl/socket.h-733-    oslSocketAddr Addr1, oslSocketAddr Addr2);
##############################################
libreoffice-7.0.3/include/osl/socket.h-751-*/
libreoffice-7.0.3/include/osl/socket.h:752:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_createInetBroadcastAddr(
libreoffice-7.0.3/include/osl/socket.h-753-    rtl_uString *strDottedAddr, sal_Int32 Port);
##############################################
libreoffice-7.0.3/include/osl/socket.h-762-*/
libreoffice-7.0.3/include/osl/socket.h:763:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_createInetSocketAddr (
libreoffice-7.0.3/include/osl/socket.h-764-    rtl_uString *strDottedAddr, sal_Int32 Port);
##############################################
libreoffice-7.0.3/include/osl/socket.h-769-*/
libreoffice-7.0.3/include/osl/socket.h:770:SAL_DLLPUBLIC void SAL_CALL osl_destroySocketAddr(
libreoffice-7.0.3/include/osl/socket.h-771-        oslSocketAddr Addr);
##############################################
libreoffice-7.0.3/include/osl/socket.h-785-*/
libreoffice-7.0.3/include/osl/socket.h:786:SAL_DLLPUBLIC oslAddrFamily SAL_CALL osl_getFamilyOfSocketAddr(
libreoffice-7.0.3/include/osl/socket.h-787-        oslSocketAddr Addr);
##############################################
libreoffice-7.0.3/include/osl/socket.h-793-*/
libreoffice-7.0.3/include/osl/socket.h:794:SAL_DLLPUBLIC sal_Int32 SAL_CALL osl_getInetPortOfSocketAddr(
libreoffice-7.0.3/include/osl/socket.h-795-        oslSocketAddr Addr);
##############################################
libreoffice-7.0.3/include/osl/socket.h-802-*/
libreoffice-7.0.3/include/osl/socket.h:803:SAL_DLLPUBLIC sal_Bool SAL_CALL osl_setInetPortOfSocketAddr(
libreoffice-7.0.3/include/osl/socket.h-804-        oslSocketAddr Addr, sal_Int32 Port);
##############################################
libreoffice-7.0.3/include/osl/socket.h-811-*/
libreoffice-7.0.3/include/osl/socket.h:812:SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_getHostnameOfSocketAddr(
libreoffice-7.0.3/include/osl/socket.h-813-        oslSocketAddr Addr, rtl_uString **strHostname);
##############################################
libreoffice-7.0.3/include/osl/socket.h-825-*/
libreoffice-7.0.3/include/osl/socket.h:826:SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_getDottedInetAddrOfSocketAddr(
libreoffice-7.0.3/include/osl/socket.h-827-        oslSocketAddr Addr, rtl_uString **strDottedInetAddr);
##############################################
libreoffice-7.0.3/include/osl/socket.h-830- */
libreoffice-7.0.3/include/osl/socket.h:831:SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_setAddrOfSocketAddr(
libreoffice-7.0.3/include/osl/socket.h-832-        oslSocketAddr Addr, sal_Sequence *pByteSeq );
##############################################
libreoffice-7.0.3/include/osl/socket.h-840- */
libreoffice-7.0.3/include/osl/socket.h:841:SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_getAddrOfSocketAddr(
libreoffice-7.0.3/include/osl/socket.h-842-        oslSocketAddr Addr, sal_Sequence **ppByteSeq );
##############################################
libreoffice-7.0.3/include/osl/socket.h-854-*/
libreoffice-7.0.3/include/osl/socket.h:855:SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_createHostAddr(
libreoffice-7.0.3/include/osl/socket.h-856-        rtl_uString *strHostname, const oslSocketAddr Addr);
##############################################
libreoffice-7.0.3/include/osl/socket.h-875-*/
libreoffice-7.0.3/include/osl/socket.h:876:SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_createHostAddrByAddr(const oslSocketAddr Addr);
libreoffice-7.0.3/include/osl/socket.h-877-
##############################################
libreoffice-7.0.3/include/osl/socket.h-881-*/
libreoffice-7.0.3/include/osl/socket.h:882:SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_copyHostAddr(const oslHostAddr Addr);
libreoffice-7.0.3/include/osl/socket.h-883-
##############################################
libreoffice-7.0.3/include/osl/socket.h-887-*/
libreoffice-7.0.3/include/osl/socket.h:888:SAL_DLLPUBLIC void SAL_CALL osl_destroyHostAddr(oslHostAddr Addr);
libreoffice-7.0.3/include/osl/socket.h-889-
##############################################
libreoffice-7.0.3/include/osl/socket.h-893-*/
libreoffice-7.0.3/include/osl/socket.h:894:SAL_DLLPUBLIC void SAL_CALL osl_getHostnameOfHostAddr(const oslHostAddr Addr, rtl_uString **strHostname);
libreoffice-7.0.3/include/osl/socket.h-895-
##############################################
libreoffice-7.0.3/include/osl/socket.h-899-*/
libreoffice-7.0.3/include/osl/socket.h:900:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_getSocketAddrOfHostAddr(const oslHostAddr Addr);
libreoffice-7.0.3/include/osl/socket.h-901-
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-26-
libreoffice-7.0.3/include/osl/socket.hxx:27:    inline SocketAddr::SocketAddr()
libreoffice-7.0.3/include/osl/socket.hxx:28:        : m_handle( osl_createEmptySocketAddr( osl_Socket_FamilyInet ) )
libreoffice-7.0.3/include/osl/socket.hxx-29-    {}
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-31-
libreoffice-7.0.3/include/osl/socket.hxx:32:    inline SocketAddr::SocketAddr(const SocketAddr& Addr)
libreoffice-7.0.3/include/osl/socket.hxx:33:        : m_handle( osl_copySocketAddr( Addr.m_handle ) )
libreoffice-7.0.3/include/osl/socket.hxx-34-    {
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-37-#if defined LIBO_INTERNAL_ONLY
libreoffice-7.0.3/include/osl/socket.hxx:38:    SocketAddr::SocketAddr(SocketAddr && other) noexcept : m_handle(other.m_handle) {
libreoffice-7.0.3/include/osl/socket.hxx-39-        other.m_handle = nullptr;
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-42-
libreoffice-7.0.3/include/osl/socket.hxx:43:    inline SocketAddr::SocketAddr(oslSocketAddr Addr)
libreoffice-7.0.3/include/osl/socket.hxx:44:        : m_handle( osl_copySocketAddr( Addr ) )
libreoffice-7.0.3/include/osl/socket.hxx-45-    {
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-48-
libreoffice-7.0.3/include/osl/socket.hxx:49:    inline SocketAddr::SocketAddr(oslSocketAddr Addr, __osl_socket_NoCopy )
libreoffice-7.0.3/include/osl/socket.hxx-50-        : m_handle( Addr )
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-54-
libreoffice-7.0.3/include/osl/socket.hxx:55:    inline SocketAddr::SocketAddr( const ::rtl::OUString& strAddrOrHostName, sal_Int32 nPort)
libreoffice-7.0.3/include/osl/socket.hxx:56:        : m_handle( osl_createInetSocketAddr( strAddrOrHostName.pData, nPort ) )
libreoffice-7.0.3/include/osl/socket.hxx-57-    {
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-64-            {
libreoffice-7.0.3/include/osl/socket.hxx:65:                osl_setInetPortOfSocketAddr(m_handle, nPort);
libreoffice-7.0.3/include/osl/socket.hxx-66-            }
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-68-            {
libreoffice-7.0.3/include/osl/socket.hxx:69:                osl_destroySocketAddr( m_handle );
libreoffice-7.0.3/include/osl/socket.hxx-70-                m_handle = NULL;
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-75-
libreoffice-7.0.3/include/osl/socket.hxx:76:    inline SocketAddr::~SocketAddr()
libreoffice-7.0.3/include/osl/socket.hxx-77-    {
libreoffice-7.0.3/include/osl/socket.hxx-78-        if( m_handle )
libreoffice-7.0.3/include/osl/socket.hxx:79:            osl_destroySocketAddr( m_handle );
libreoffice-7.0.3/include/osl/socket.hxx-80-    }
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-85-        ::rtl::OUString hostname;
libreoffice-7.0.3/include/osl/socket.hxx:86:        oslSocketResult result = osl_getHostnameOfSocketAddr( m_handle, &(hostname.pData) );
libreoffice-7.0.3/include/osl/socket.hxx-87-        if( pResult )
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-94-    {
libreoffice-7.0.3/include/osl/socket.hxx:95:        return osl_getInetPortOfSocketAddr(m_handle);
libreoffice-7.0.3/include/osl/socket.hxx-96-    }
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-100-    {
libreoffice-7.0.3/include/osl/socket.hxx:101:        return osl_setInetPortOfSocketAddr(m_handle, nPort );
libreoffice-7.0.3/include/osl/socket.hxx-102-    }
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-105-    {
libreoffice-7.0.3/include/osl/socket.hxx:106:        *this = SocketAddr( sDottedIpOrHostname , getPort() );
libreoffice-7.0.3/include/osl/socket.hxx-107-        return is();
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-110-
libreoffice-7.0.3/include/osl/socket.hxx:111:    inline bool SAL_CALL SocketAddr::setAddr( const ::rtl::ByteSequence & address )
libreoffice-7.0.3/include/osl/socket.hxx-112-    {
libreoffice-7.0.3/include/osl/socket.hxx:113:        return osl_setAddrOfSocketAddr( m_handle, address.getHandle() )
libreoffice-7.0.3/include/osl/socket.hxx-114-            == osl_Socket_Ok;
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-116-
libreoffice-7.0.3/include/osl/socket.hxx:117:    inline ::rtl::ByteSequence SAL_CALL SocketAddr::getAddr( oslSocketResult *pResult ) const
libreoffice-7.0.3/include/osl/socket.hxx-118-    {
libreoffice-7.0.3/include/osl/socket.hxx-119-        ::rtl::ByteSequence sequence;
libreoffice-7.0.3/include/osl/socket.hxx:120:        oslSocketResult result = osl_getAddrOfSocketAddr( m_handle, reinterpret_cast<sal_Sequence **>(&sequence) );
libreoffice-7.0.3/include/osl/socket.hxx-121-        if( pResult )
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-128-    {
libreoffice-7.0.3/include/osl/socket.hxx:129:        oslSocketAddr pNewAddr = osl_copySocketAddr( Addr );
libreoffice-7.0.3/include/osl/socket.hxx-130-        if( m_handle )
libreoffice-7.0.3/include/osl/socket.hxx:131:            osl_destroySocketAddr( m_handle );
libreoffice-7.0.3/include/osl/socket.hxx-132-        m_handle = pNewAddr;
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-145-        if (m_handle != nullptr) {
libreoffice-7.0.3/include/osl/socket.hxx:146:            osl_destroySocketAddr(m_handle);
libreoffice-7.0.3/include/osl/socket.hxx-147-        }
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-156-        if( m_handle )
libreoffice-7.0.3/include/osl/socket.hxx:157:            osl_destroySocketAddr( m_handle );
libreoffice-7.0.3/include/osl/socket.hxx-158-        m_handle = Addr;
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-164-    {
libreoffice-7.0.3/include/osl/socket.hxx:165:        return osl_isEqualSocketAddr( m_handle, Addr );
libreoffice-7.0.3/include/osl/socket.hxx-166-    }
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-190-    {
libreoffice-7.0.3/include/osl/socket.hxx:191:        Addr = SocketAddr( osl_resolveHostname( strHostName.pData ) , SAL_NO_COPY );
libreoffice-7.0.3/include/osl/socket.hxx-192-    }
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-273-
libreoffice-7.0.3/include/osl/socket.hxx:274:    inline void Socket::getLocalAddr( SocketAddr & addr) const
libreoffice-7.0.3/include/osl/socket.hxx-275-    {
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-281-    {
libreoffice-7.0.3/include/osl/socket.hxx:282:        SocketAddr addr( NULL );
libreoffice-7.0.3/include/osl/socket.hxx:283:        getLocalAddr( addr );
libreoffice-7.0.3/include/osl/socket.hxx-284-        return addr.getPort();
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-289-    {
libreoffice-7.0.3/include/osl/socket.hxx:290:        SocketAddr addr( NULL );
libreoffice-7.0.3/include/osl/socket.hxx:291:        getLocalAddr( addr );
libreoffice-7.0.3/include/osl/socket.hxx-292-        return addr.getHostname();
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-295-
libreoffice-7.0.3/include/osl/socket.hxx:296:    inline void Socket::getPeerAddr( SocketAddr &addr ) const
libreoffice-7.0.3/include/osl/socket.hxx-297-    {
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-303-    {
libreoffice-7.0.3/include/osl/socket.hxx:304:        SocketAddr addr( NULL );
libreoffice-7.0.3/include/osl/socket.hxx:305:        getPeerAddr( addr );
libreoffice-7.0.3/include/osl/socket.hxx-306-        return addr.getPort();
##############################################
libreoffice-7.0.3/include/osl/socket.hxx-311-    {
libreoffice-7.0.3/include/osl/socket.hxx:312:        SocketAddr addr( NULL );
libreoffice-7.0.3/include/osl/socket.hxx:313:        getPeerAddr( addr );
libreoffice-7.0.3/include/osl/socket.hxx-314-        return addr.getHostname();
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx-45-{
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx:46:// The call instruction within the asm section of callVirtualMethod may throw
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx-47-// exceptions.  So that the compiler handles this correctly, it is important
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx-358- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx:359: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx-360- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx-364- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx:365: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx-366- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx-420- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx:421: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx-422- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx-427- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx:428: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx-429- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx-37-    }
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx:38:    asm volatile(
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx-39-        "ldp x0, x1, [%[gpr_]]\n\t"
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx-324-{
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx:325:    register void * volatile indirectRet asm ("x8");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx:326:    register sal_Int32 volatile functionIndex asm ("x9");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx:327:    register sal_Int32 volatile vtableOffset asm ("x10");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx-328-    va_list ap;
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx-354-        indirectRet);
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx:355:    asm volatile(
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx-356-        "ldp x0, x1, [%[gpr_]]\n\t"
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-207-        case 8:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:208:            asm volatile("ldfd f15=%0" : : "m"(pFPR[7]) : "f15");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-209-        case 7:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:210:            asm volatile("ldfd f14=%0" : : "m"(pFPR[6]) : "f14");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-211-        case 6:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:212:            asm volatile("ldfd f13=%0" : : "m"(pFPR[5]) : "f13");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-213-        case 5:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:214:            asm volatile("ldfd f12=%0" : : "m"(pFPR[4]) : "f12");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-215-        case 4:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:216:            asm volatile("ldfd f11=%0" : : "m"(pFPR[3]) : "f11");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-217-        case 3:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:218:            asm volatile("ldfd f10=%0" : : "m"(pFPR[2]) : "f10");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-219-        case 2:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:220:            asm volatile("ldfd f9=%0" : : "m"(pFPR[1]) : "f9");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-221-        case 1:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:222:            asm volatile("ldfd f8=%0" : : "m"(pFPR[0]) : "f8");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-223-        default:
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-227-    //stick the return area into r8 for big struct returning
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:228:    asm volatile("ld8 r8=%0" : : "m"(pRegisterReturn) : "r8");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-229-
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx-542-        case typelib_TypeClass_FLOAT:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx:543:            asm volatile("ldfs f8=%0" : : "m"((*((float*)&nRegReturn))) : "f8");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx-544-            break;
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx-545-        case typelib_TypeClass_DOUBLE:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx:546:            asm volatile("ldfd f8=%0" : : "m"((*((double*)&nRegReturn))) : "f8");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx-547-            break;
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-31-
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:32:// The call instruction within the asm block of callVirtualMethod may throw
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-33-// exceptions.  At least GCC 4.7.0 with -O0 would create (unnecessary)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-34-// .gcc_exception_table call-site table entries around all other calls in this
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:35:// function that can throw, leading to std::terminate if the asm call throws an
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-36-// exception and the unwinding C++ personality routine finds the unexpected hole
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-42-// Also, this file should be compiled with -fnon-call-exceptions, and ideally
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:43:// there would be a way to tell the compiler that the asm block contains calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-44-// to functions that can potentially throw; see the mail thread starting at
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-45-// <http://gcc.gnu.org/ml/gcc/2012-03/msg00454.html> "C++: Letting compiler know
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:46:// asm block can call function that can throw?"
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-47-
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-76-
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:77:    asm volatile (
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-78-        // Push arguments to stack
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx-26-{
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx:27:    asm volatile
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx-28-        (
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-52-    void * stackptr;
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx:53:    asm volatile (
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-54-        "mov   %%esp, %2\n\t"
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-108-        case typelib_TypeClass_FLOAT:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx:109:            asm ( "fstps %0" : : "m"(*(char *)pRegisterReturn) );
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-110-            break;
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-111-        case typelib_TypeClass_DOUBLE:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx:112:            asm ( "fstpl %0\n\t" : : "m"(*(char *)pRegisterReturn) );
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-113-            break;
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx-358- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx:359: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx-360- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx-174-    double fret[2];
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx:175:    asm volatile (
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx-176-        ".set push \n\t"
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx-357-   * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx:358:   * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx-359-   */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-178-        case 6:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:179:            asm volatile("ldt $f16,%0" :: "m"(pFPR[5]) : "$f16");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-180-        case 5:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:181:            asm volatile("ldt $f17,%0" :: "m"(pFPR[4]) : "$f17");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-182-        case 4:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:183:            asm volatile("ldt $f18,%0" :: "m"(pFPR[3]) : "$f18");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-184-        case 3:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:185:            asm volatile("ldt $f19,%0" :: "m"(pFPR[2]) : "$f19");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-186-        case 2:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:187:            asm volatile("ldt $f20,%0" :: "m"(pFPR[1]) : "$f20");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-188-        case 1:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:189:            asm volatile("ldt $f21,%0" :: "m"(pFPR[0]) : "$f21");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-190-        default:
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx-533- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx:534: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx-535- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx-705-    {
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx:706:        asm volatile("fdc (%0)\n\t"
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx-707-                     "sync\n\t"
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx-121-
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:122:    asm volatile("fldd %0, %%fr4" : : "m"(pFPR[0]) : "fr4");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:123:    asm volatile("fldd %0, %%fr5" : : "m"(pFPR[1]) : "fr5");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:124:    asm volatile("fldd %0, %%fr6" : : "m"(pFPR[2]) : "fr6");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:125:    asm volatile("fldd %0, %%fr7" : : "m"(pFPR[3]) : "fr7");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:126:    asm volatile("ldw %0, %%r28" : : "m"(pRegisterReturn) : "r28");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx-127-    (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3]);
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-31-
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:32:// The call instruction within the asm block of callVirtualMethod may throw
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-33-// exceptions.  At least GCC 4.7.0 with -O0 would create (unnecessary)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-34-// .gcc_exception_table call-site table entries around all other calls in this
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:35:// function that can throw, leading to std::terminate if the asm call throws an
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-36-// exception and the unwinding C++ personality routine finds the unexpected hole
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-42-// Also, this file should be compiled with -fnon-call-exceptions, and ideally
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:43:// there would be a way to tell the compiler that the asm block contains calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-44-// to functions that can potentially throw; see the mail thread starting at
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-45-// <http://gcc.gnu.org/ml/gcc/2012-03/msg00454.html> "C++: Letting compiler know
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:46:// asm block can call function that can throw?"
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-47-
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-76-
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:    asm volatile (
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-78-        // Push arguments to stack
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx-106-
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx:107:// The call instruction within the asm section of callVirtualMethod may throw
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx-108-// exceptions.  So that the compiler handles this correctly, it is important
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx-463- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx:464: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx-465- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx-447- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx:448: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx-449- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx-124-    //stick the return area into r8 for big struct returning
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx:125:    asm volatile("movel %0,%%a1" : : "m"(pRegisterReturn) : );
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx-126-
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx-401- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx:402: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx-403- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx-458- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx:459: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx-460- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx-493- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx:494: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx-495- */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx-549-   * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx:550:   * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx-551-   */
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-31-
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:32:// The call instruction within the asm block of callVirtualMethod may throw
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-33-// exceptions.  At least GCC 4.7.0 with -O0 would create (unnecessary)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-34-// .gcc_exception_table call-site table entries around all other calls in this
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:35:// function that can throw, leading to std::terminate if the asm call throws an
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-36-// exception and the unwinding C++ personality routine finds the unexpected hole
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-42-// Also, this file should be compiled with -fnon-call-exceptions, and ideally
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:43:// there would be a way to tell the compiler that the asm block contains calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-44-// to functions that can potentially throw; see the mail thread starting at
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-45-// <http://gcc.gnu.org/ml/gcc/2012-03/msg00454.html> "C++: Letting compiler know
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:46:// asm block can call function that can throw?"
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-47-
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-66-    void * stackptr;
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:67:    asm volatile (
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-68-        "mov   %%esp, %2\n\t"
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-125-        case typelib_TypeClass_FLOAT:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:126:            asm ( "fstps %0" : : "m"(*static_cast<char *>(pRegisterReturn)) );
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-127-            break;
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-128-        case typelib_TypeClass_DOUBLE:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:129:            asm ( "fstpl %0\n\t" : : "m"(*static_cast<char *>(pRegisterReturn)) );
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-130-            break;
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-175-        case 4:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx:176:            asm volatile("ld 6,%0" :: "m"(pFPR[3]) : "16");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-177-        case 3:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx:178:            asm volatile("ld 4,%0" :: "m"(pFPR[2]) : "16");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-179-        case 2:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx:180:            asm volatile("ld 2,%0" :: "m"(pFPR[1]) : "16");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-181-        case 1:
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx:182:            asm volatile("ld 0,%0" :: "m"(pFPR[0]) : "16");
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-183-        default:
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx-42-{
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx:43:// The call instruction within the asm section of callVirtualMethod may throw
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx-44-// exceptions.  So that the compiler handles this correctly, it is important
##############################################
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx-359- * is called on incoming vtable calls
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:360: * (called by asm snippets)
libreoffice-7.0.3/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx-361- */
##############################################
libreoffice-7.0.3/.gitpod.dockerfile-9- && sudo apt-get install -y \
libreoffice-7.0.3/.gitpod.dockerfile:10:    build-essential git libkrb5-dev graphviz nasm \
libreoffice-7.0.3/.gitpod.dockerfile-11- && sudo apt-get build-dep -y libreoffice \
##############################################
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-48-    while read file; do
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle:49:    id=`echo ${file#${APP_BUNDLE}/Contents/} | sed -e 's,/,.,g'`
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-50-    codesign --verbose --force --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id --sign "$MACOSX_CODESIGNING_IDENTITY" "$file" > "/tmp/codesign_$(basename "$file").log" 2>&1
##############################################
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-67-while read file; do
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle:68:    id=`echo ${file#${APP_BUNDLE}/Contents/} | sed -e 's,/,.,g'`
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-69-    codesign --verbose --force --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id --sign "$MACOSX_CODESIGNING_IDENTITY" "$file" > "/tmp/codesign_$(basename "$file").log" 2>&1
##############################################
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-80-while read app; do
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle:81:    fn=`basename "$app"`
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-82-    fn=${fn%.*}
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-83-    # Assume the app has a XML (and not binary) Info.plist
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle:84:    id=`grep -A 1 '<key>CFBundleIdentifier</key>' $app/Contents/Info.plist | tail -1 | sed -e 's,.*<string>,,' -e 's,</string>.*,,'`
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-85-    codesign --verbose --options=runtime --force --identifier=$id --sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements "$app" > "/tmp/codesign_${fn}.log" 2>&1
##############################################
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-95-while read framework; do
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle:96:    fn=`basename "$framework"`
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-97-    fn=${fn%.*}
##############################################
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-100-	    # Assume the framework has a XML (and not binary) Info.plist
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle:101:	    id=`grep -A 1 '<key>CFBundleIdentifier</key>' $version/Resources/Info.plist | tail -1 | sed -e 's,.*<string>,,' -e 's,</string>.*,,'`
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-102-            # files in bin are not covered by signing the framework...
##############################################
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-133-	*)
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle:134:	    id=`echo ${file#${APP_BUNDLE}/Contents/} | sed -e 's,/,.,g'`
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-135-	    codesign --force --verbose --options=runtime --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id --sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements "$file"  > "/tmp/codesign_${MACOSX_BUNDLE_IDENTIFIER}.${id}.log" 2>&1
##############################################
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-153-
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle:154:id=`echo ${PRODUCTNAME} | tr ' ' '-'`
libreoffice-7.0.3/solenv/bin/macosx-codesign-app-bundle-155-
##############################################
libreoffice-7.0.3/solenv/bin/macosx-change-install-names.pl-92-        $call = "$ENV{'INSTALL_NAME_TOOL'} $change $file";
libreoffice-7.0.3/solenv/bin/macosx-change-install-names.pl:93:        system($call) == 0 or die "cannot $call";
libreoffice-7.0.3/solenv/bin/macosx-change-install-names.pl-94-    }
##############################################
libreoffice-7.0.3/solenv/bin/exectest.pl-66-            }
libreoffice-7.0.3/solenv/bin/exectest.pl:67:            system("$prog");
libreoffice-7.0.3/solenv/bin/exectest.pl-68-            unlink $temp;
##############################################
libreoffice-7.0.3/solenv/bin/ooinstall-85-    print "Cleaning destdir...\n";
libreoffice-7.0.3/solenv/bin/ooinstall:86:    system ("rm -rf \"$ENV{DESTDIR}\"") && die "Failed to clean up destdir: $!";
libreoffice-7.0.3/solenv/bin/ooinstall-87-}
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer.pm-460-            #replace this in the same it was done in installer/windows/directory.pm
libreoffice-7.0.3/solenv/bin/modules/installer.pm:461:            #chomp(my $shorter = `echo $loglanguagestring | $ENV{'MD5SUM'} | sed -e "s/ .*//g"`);
libreoffice-7.0.3/solenv/bin/modules/installer.pm-462-            #my $id = substr($shorter, 0, 8); # taking only the first 8 digits
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer.pm-920-            {
libreoffice-7.0.3/solenv/bin/modules/installer.pm:921:                $epmexecutable = installer::epmfile::find_epm_on_system($includepatharrayref);
libreoffice-7.0.3/solenv/bin/modules/installer.pm-922-                installer::epmfile::set_patch_state($epmexecutable);    # setting $installer::globals::is_special_epm
##############################################
libreoffice-7.0.3/solenv/bin/modules/pre2par/systemactions.pm-53-                my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
libreoffice-7.0.3/solenv/bin/modules/pre2par/systemactions.pm:54:                system($localcall);
libreoffice-7.0.3/solenv/bin/modules/pre2par/systemactions.pm-55-            }
##############################################
libreoffice-7.0.3/solenv/bin/modules/par2script/systemactions.pm-47-                my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
libreoffice-7.0.3/solenv/bin/modules/par2script/systemactions.pm:48:                system($localcall);
libreoffice-7.0.3/solenv/bin/modules/par2script/systemactions.pm-49-            }
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm-197-    my $systemcall = "cat $temporary_tarfile >> $scriptfile && rm $temporary_tarfile";
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm:198:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm-199-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm-228-
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm:229:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm-230-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm-520-
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm:521:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/download.pm-522-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/scriptitems.pm-644-
libreoffice-7.0.3/solenv/bin/modules/installer/scriptitems.pm:645:    my $buildidstring = `cd $ENV{'SRCDIR'} 2>&1 >/dev/null && git log -n 1 --pretty=format:"%H"`;
libreoffice-7.0.3/solenv/bin/modules/installer/scriptitems.pm-646-    if ($? || !$buildidstring) {
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/directory.pm-151-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/directory.pm:152:    # chomp(my $id = `echo $longstring_save | md5sum | sed -e "s/ .*//g"`);  # Very, very slow
libreoffice-7.0.3/solenv/bin/modules/installer/windows/directory.pm-153-    # my $subid = substr($id, 0, 9); # taking only the first 9 digits
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-471-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm:472:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-473-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-624-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm:625:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-626-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-687-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm:688:        my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-689-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-781-        $systemcall = $msidb . " " . " -d " . $basedbname . " -r " . $windowslanguage;
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm:782:        system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-783-        # fdo#46181 - zh-HK and zh-MO should have fallen back to zh-TW not to zh-CN
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-788-            $systemcall = $msidb . " " . " -d " . $basedbname . " -r " . 3076;
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm:789:            system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-790-            rename 3076,5124;
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-791-            $systemcall = $msidb . " " . " -d " . $basedbname . " -r " . 5124;
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm:792:            system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-793-            $templatevalue = $templatevalue . "," . 3076 . "," . 5124;
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-809-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm:810:    $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-811-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-1170-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm:1171:        my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msiglobal.pm-1172-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/strip.pm-60-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/strip.pm:61:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/strip.pm-62-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm-71-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm:72:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm-73-    $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm-128-    $systemcall = $msidb . " -d " . $localfullmsidatabasepath . " -f " . $workdir . " -e $tablelist";
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm:129:    $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm-130-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm-422-    push(@installer::globals::logfileinfo, $systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm:423:    $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/admin.pm-424-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/update.pm-54-    $systemcall = $msidb . " -d " . $fulldatabasepath . " -f " . $workdir . " -e " . $extraslash . "*";
libreoffice-7.0.3/solenv/bin/modules/installer/windows/update.pm:55:    $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/update.pm-56-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-104-                $systemcall = $msidb . " -d " . $filename . " -x " . $cabinetfile;
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:105:                $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-106-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-139-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:140:                $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-141-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-261-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:262:                    $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-263-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-280-                    }
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:281:                    $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-282-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-371-            }
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:372:            $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-373-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-423-            }
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:424:            $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-425-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-501-            }
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:502:            $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-503-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-515-            }
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:516:            $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-517-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-561-          $systemcall = $msidb . " -d " . $localmsifilename . " -f " . $localworkdir . " -i " . $table;
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:562:          my $retval = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-563-          $infoline = "Systemcall returned $retval: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-570-                $systemcall = $msidb . " -d " . $msifilename . " -f " . $workdir . " -i " . $workingtables. " " . $executetables;
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:571:        $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-572-        $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-1151-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm:1152:        my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/mergemodule.pm-1153-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm-108-    $systemcall = $msidb . " -d " . $localfullpcpfile . " -f " . $localworkdir . " -e " . $extraslash . "*";
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm:109:    $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm-110-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm-173-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm:174:        $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm-175-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm-239-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm:240:    $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm-241-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm-1201-
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm:1202:        my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/windows/msp.pm-1203-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm-135-
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm:136:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm-137-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm-417-
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm:418:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm-419-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm-434-    my $localcall = "chmod 775 $scriptfilename \>\/dev\/null 2\>\&1";
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm:435:    system($localcall);
libreoffice-7.0.3/solenv/bin/modules/installer/helppack.pm-436-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/strip.pm-64-
libreoffice-7.0.3/solenv/bin/modules/installer/strip.pm:65:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/strip.pm-66-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-1939-
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:1940:        $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-1941-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-1964-
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:1965:        # $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-1966-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-1988-
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:1989:        # $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-1990-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2168-            my $systemcall = "mv -f $removefile $destfile";
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:2169:            system($systemcall);     # ignoring the return value
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2170-            $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2180-        my $systemcall = "mv -f $removefile $destfile";
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:2181:        system($systemcall);     # ignoring the return value
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2182-        $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2192-
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:2193:        my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2194-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2200-
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:2201:        $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2202-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2254-
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:2255:        my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2256-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2538-
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm:2539:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/epmfile.pm-2540-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/systemactions.pm-256-                    #replace this in the same it was done in installer/windows/directory.pm
libreoffice-7.0.3/solenv/bin/modules/installer/systemactions.pm:257:                    #chomp(my $shorter = `echo $languagestring | $ENV{'MD5SUM'} | sed -e "s/ .*//g"`);
libreoffice-7.0.3/solenv/bin/modules/installer/systemactions.pm-258-                    #my $id = substr($shorter, 0, 8); # taking only the first 8 digits
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/systemactions.pm-1343-
libreoffice-7.0.3/solenv/bin/modules/installer/systemactions.pm:1344:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/systemactions.pm-1345-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/languagepack.pm-133-
libreoffice-7.0.3/solenv/bin/modules/installer/languagepack.pm:134:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/languagepack.pm-135-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/languagepack.pm-398-
libreoffice-7.0.3/solenv/bin/modules/installer/languagepack.pm:399:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/languagepack.pm-400-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-196-            my $systemcall = "rmdir $installer::globals::shiptestdirectory";
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm:197:            my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-198-        }
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-291-
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm:292:    `mkdir -p $destdir` if $destdir ne "";
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm:293:    `mkdir -p $destdir$installer::globals::rootpath`;
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-294-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-346-        elsif ( -d $sourcepath && installer::systemactions::is_empty_dir($sourcepath) ) {
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm:347:            `mkdir -p "$destdir$destination"`;
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-348-        }
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-376-        my $cmd = "mkdir -p '" . dirname($destdir . $destination) . "'";
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm:377:        system($cmd) && die "Failed to execute \"$cmd\"";
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-378-        $cmd = "ln -sf '$target' '$destdir$destination'";
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-379-
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm:380:        system($cmd) && die "Failed \"$cmd\"";
libreoffice-7.0.3/solenv/bin/modules/installer/worker.pm-381-        push @lines, "$destination\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-310-            print "... $systemcall ...\n";
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm:311:            my $localreturnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-312-            $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-410-                print "... $systemcall ...\n";
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm:411:                my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-412-                $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-436-                    print "... $systemcall ...\n";
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm:437:                    my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-438-                    $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-477-        print "... $systemcall ...\n";
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm:478:        my $returnvalue = system($systemcall);
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-479-        my $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-665-        my $localcall = "ln -sf \'$destinationfile\' \'$destination\' \>\/dev\/null 2\>\&1";
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm:666:        system($localcall);
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-667-
##############################################
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-693-        my $localcall = "chmod -R 755 " . "\"" . $subfolderdir . "\"";
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm:694:        system($localcall);
libreoffice-7.0.3/solenv/bin/modules/installer/simplepackage.pm-695-    }
##############################################
libreoffice-7.0.3/solenv/bin/mkdocs.sh-153-# strip -I. and bin -I prefix; exclude system headers
libreoffice-7.0.3/solenv/bin/mkdocs.sh:154:DOXYGEN_INCLUDE_PATH=`echo $SOLARINC | sed -e 's/-I\.//g' -e 's/ -I/ /'g -e 's/ -isystem/ /g' -e 's|/usr/[^ ]*| |g'`
libreoffice-7.0.3/solenv/bin/mkdocs.sh-155-
##############################################
libreoffice-7.0.3/solenv/bin/mkdocs.sh-192-
libreoffice-7.0.3/solenv/bin/mkdocs.sh:193:  DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT_INCLUDE"`
libreoffice-7.0.3/solenv/bin/mkdocs.sh-194-
##############################################
libreoffice-7.0.3/solenv/bin/mkonedoc.sh-17-
libreoffice-7.0.3/solenv/bin/mkonedoc.sh:18:DOXYGEN_INPUT=`printf "%s" "$module/source $module_include"`
libreoffice-7.0.3/solenv/bin/mkonedoc.sh-19-DOXYGEN_OUTPUT="$BASE_OUTPUT/$module"
##############################################
libreoffice-7.0.3/solenv/bin/create-ids-17-fi
libreoffice-7.0.3/solenv/bin/create-ids:18:mkid --lang-map="$(dirname "$0")"/id-lang.map --include='C C++ asm perl java make' --statistics $dirs
##############################################
libreoffice-7.0.3/solenv/bin/id-lang.map-65-
libreoffice-7.0.3/solenv/bin/id-lang.map:66:*.[sS]          asm --comment=;
libreoffice-7.0.3/solenv/bin/id-lang.map:67:*.asm           asm --comment=;
libreoffice-7.0.3/solenv/bin/id-lang.map-68-
##############################################
libreoffice-7.0.3/solenv/bin/mkdocs.Makefile-20-	@echo "doxygen tag of $(basename $(notdir $@))"
libreoffice-7.0.3/solenv/bin/mkdocs.Makefile:21:	@export DOXYGEN_INCLUDE_PATH=`echo $(SOLARINC) | sed -e 's/-I\.//g' -e 's/ -I/ /'g -e 's/ -isystem/ /g' -e 's|/usr/[^ ]*| |g'` ; \
libreoffice-7.0.3/solenv/bin/mkdocs.Makefile-22-	 $(SRCDIR)/solenv/bin/mkonedoc.sh "$(basename $(notdir $@))" "tag" "$(SRCDIR)" "$(BUILDDIR)/docs"
##############################################
libreoffice-7.0.3/solenv/bin/mkdocs.Makefile-26-	@echo "doxygen doc of $(basename $(notdir $@))"
libreoffice-7.0.3/solenv/bin/mkdocs.Makefile:27:	@export DOXYGEN_INCLUDE_PATH=`echo $(SOLARINC) | sed -e 's/-I\.//g' -e 's/ -I/ /'g -e 's/ -isystem/ /g' -e 's|/usr/[^ ]*| |g'` ; \
libreoffice-7.0.3/solenv/bin/mkdocs.Makefile-28-	 $(SRCDIR)/solenv/bin/mkonedoc.sh "$(basename $(notdir $@))" "doc" "$(SRCDIR)" "$(BUILDDIR)/docs"
##############################################
libreoffice-7.0.3/solenv/bin/make-raspbian-root-tarball-65-    while read mode links user group size month day yearortime link arrow target; do
libreoffice-7.0.3/solenv/bin/make-raspbian-root-tarball:66:	target=`echo "$target" | sed -e 's,/,..;,'`
libreoffice-7.0.3/solenv/bin/make-raspbian-root-tarball:67:	while test `expr index $target /` -gt 0; do
libreoffice-7.0.3/solenv/bin/make-raspbian-root-tarball:68:	    target=`echo "$target" | sed -e 's,/,;,'`
libreoffice-7.0.3/solenv/bin/make-raspbian-root-tarball-69-	    target="..;$target"
libreoffice-7.0.3/solenv/bin/make-raspbian-root-tarball-70-	done
libreoffice-7.0.3/solenv/bin/make-raspbian-root-tarball:71:	target=`echo "$target" | sed -e 's,;,/,g'`
libreoffice-7.0.3/solenv/bin/make-raspbian-root-tarball-72-	ln -f -s $target $link
##############################################
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm-89-    {
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm:90:        $clang_format = `cygpath -m '$clang_format'`;
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm-91-        chomp $clang_format;
##############################################
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm-102-    my $index = $filename . ".index";
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm:103:    system("git show :$filename > $index");
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm-104-    my $format = $index . ".format";
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm:105:    system("'$clang_format' -assume-filename=$filename $index > $format");
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm:106:    my $ret = system("git --no-pager diff --no-index --exit-code $index $format") == 0;
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm-107-    unlink($index);
##############################################
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm-122-
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm:123:    return `'$clang_format' -version` =~ /^clang-format version $version(-\d+)? \(tags/;
libreoffice-7.0.3/solenv/clang-format/ClangFormat.pm-124-}
##############################################
libreoffice-7.0.3/solenv/clang-format/reformat-formatted-files-44-    {
libreoffice-7.0.3/solenv/clang-format/reformat-formatted-files:45:        system($command);
libreoffice-7.0.3/solenv/clang-format/reformat-formatted-files-46-    }
##############################################
libreoffice-7.0.3/solenv/gbuild/platform/iOS.mk-99-		$(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
libreoffice-7.0.3/solenv/gbuild/platform/iOS.mk:100:		$(foreach extraobjectlist,$(EXTRAOBJECTLISTS),`cat $(extraobjectlist)`) \
libreoffice-7.0.3/solenv/gbuild/platform/iOS.mk-101-		$(foreach lib,$(LINKED_STATIC_LIBS),$(call gb_StaticLibrary_get_target,$(lib))) \
##############################################
libreoffice-7.0.3/solenv/gbuild/platform/android.mk-40-		$(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
libreoffice-7.0.3/solenv/gbuild/platform/android.mk:41:		$(foreach extraobjectlist,$(EXTRAOBJECTLISTS),`cat $(extraobjectlist)`) \
libreoffice-7.0.3/solenv/gbuild/platform/android.mk-42-		-Wl$(COMMA)--start-group $(foreach lib,$(LINKED_STATIC_LIBS),$(call gb_StaticLibrary_get_target,$(lib))) -Wl$(COMMA)--end-group \
##############################################
libreoffice-7.0.3/solenv/gbuild/platform/unxgcc.mk-108-
libreoffice-7.0.3/solenv/gbuild/platform/unxgcc.mk:109:# note that `cat $(extraobjectlist)` is needed to build with older gcc versions, e.g. 4.1.2 on SLED10
libreoffice-7.0.3/solenv/gbuild/platform/unxgcc.mk-110-# we want to use @$(extraobjectlist) in the long run
##############################################
libreoffice-7.0.3/solenv/gbuild/platform/unxgcc.mk-129-		$(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
libreoffice-7.0.3/solenv/gbuild/platform/unxgcc.mk:130:		$(foreach extraobjectlist,$(EXTRAOBJECTLISTS),`cat $(extraobjectlist)`) \
libreoffice-7.0.3/solenv/gbuild/platform/unxgcc.mk-131-		$(if $(filter TRUE,$(DISABLE_DYNLOADING)), \
##############################################
libreoffice-7.0.3/solenv/gbuild/platform/solaris.mk-107-
libreoffice-7.0.3/solenv/gbuild/platform/solaris.mk:108:# note that `cat $(extraobjectlist)` is needed to build with older gcc versions, e.g. 4.1.2 on SLED10
libreoffice-7.0.3/solenv/gbuild/platform/solaris.mk-109-# we want to use @$(extraobjectlist) in the long run
##############################################
libreoffice-7.0.3/solenv/gbuild/platform/solaris.mk-124-		$(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
libreoffice-7.0.3/solenv/gbuild/platform/solaris.mk:125:		$(foreach extraobjectlist,$(EXTRAOBJECTLISTS),`cat $(extraobjectlist)`) \
libreoffice-7.0.3/solenv/gbuild/platform/solaris.mk-126-		-Wl$(COMMA)--start-group \
##############################################
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-94-install-package-%: $(gb_PackageInfo_get_target)/packageinfo_all
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk:95:	for executable in `cat $(gb_PackageInfo_get_target)/$*.executables`; \
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-96-	do \
##############################################
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-98-	done
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk:99:	for library in `cat $(gb_PackageInfo_get_target)/$*.sdklinklibraries`; \
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-100-	do \
##############################################
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-102-	done
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk:103:	for library in `cat $(gb_PackageInfo_get_target)/$*.libraries`; \
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-104-	do \
##############################################
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-106-	done
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk:107:	for jar in `cat $(gb_PackageInfo_get_target)/$*.jars`; \
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-108-	do \
##############################################
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-110-	done
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk:111:	for file in `cat $(gb_PackageInfo_get_target)/$*.files`; \
libreoffice-7.0.3/solenv/gbuild/extensions/post_PackageInfo.mk-112-	do \
##############################################
libreoffice-7.0.3/solenv/gbuild/UnpackedTarball.mk-34-$(if $(filter-out 0,$(UNPACKED_STRIP_COMPONENTS)),\
libreoffice-7.0.3/solenv/gbuild/UnpackedTarball.mk:35:	&& UNZIP_DIR=`ls $(UNPACKED_DIR)` \
libreoffice-7.0.3/solenv/gbuild/UnpackedTarball.mk-36-	&& mv $(UNPACKED_DIR)/$$UNZIP_DIR/* $(UNPACKED_DIR) \
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-34-
libreoffice-7.0.3/solenv/gbuild/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
libreoffice-7.0.3/solenv/gbuild/config.guess-36-
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-102-: ${TMPDIR=/tmp} ;
libreoffice-7.0.3/solenv/gbuild/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
libreoffice-7.0.3/solenv/gbuild/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-151-	EOF
libreoffice-7.0.3/solenv/gbuild/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
libreoffice-7.0.3/solenv/gbuild/config.guess-153-	;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-181-	    earmv*)
libreoffice-7.0.3/solenv/gbuild/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
libreoffice-7.0.3/solenv/gbuild/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
libreoffice-7.0.3/solenv/gbuild/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
libreoffice-7.0.3/solenv/gbuild/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
libreoffice-7.0.3/solenv/gbuild/config.guess-215-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-226-	    *)
libreoffice-7.0.3/solenv/gbuild/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
libreoffice-7.0.3/solenv/gbuild/config.guess-228-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-267-	*4.0)
libreoffice-7.0.3/solenv/gbuild/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
libreoffice-7.0.3/solenv/gbuild/config.guess-269-		;;
libreoffice-7.0.3/solenv/gbuild/config.guess-270-	*5.*)
libreoffice-7.0.3/solenv/gbuild/config.guess:271:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
libreoffice-7.0.3/solenv/gbuild/config.guess-272-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-277-	# types through head -n 1, so we only detect the type of CPU 0.
libreoffice-7.0.3/solenv/gbuild/config.guess:278:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
libreoffice-7.0.3/solenv/gbuild/config.guess-279-	case "$ALPHA_CPU_TYPE" in
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-315-	# 1.2 uses "1.2" for uname -r.
libreoffice-7.0.3/solenv/gbuild/config.guess:316:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
libreoffice-7.0.3/solenv/gbuild/config.guess-317-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-375-    s390x:SunOS:*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:376:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-377-	exit ;;
libreoffice-7.0.3/solenv/gbuild/config.guess-378-    sun4H:SunOS:5.*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:379:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-380-	exit ;;
libreoffice-7.0.3/solenv/gbuild/config.guess-381-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:382:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-383-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-400-	fi
libreoffice-7.0.3/solenv/gbuild/config.guess:401:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-402-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-406-	# it's likely to be more like Solaris than SunOS4.
libreoffice-7.0.3/solenv/gbuild/config.guess:407:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-408-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-415-	# Japanese Language versions have a version number like `4.1.3-JL'.
libreoffice-7.0.3/solenv/gbuild/config.guess:416:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
libreoffice-7.0.3/solenv/gbuild/config.guess-417-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-421-    sun*:*:4.2BSD:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:422:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
libreoffice-7.0.3/solenv/gbuild/config.guess-423-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-503-	$CC_FOR_BUILD -o $dummy $dummy.c &&
libreoffice-7.0.3/solenv/gbuild/config.guess:504:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
libreoffice-7.0.3/solenv/gbuild/config.guess:505:	  SYSTEM_NAME=`$dummy $dummyarg` &&
libreoffice-7.0.3/solenv/gbuild/config.guess-506-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-559-    *:IRIX*:*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:560:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
libreoffice-7.0.3/solenv/gbuild/config.guess-561-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-589-EOF
libreoffice-7.0.3/solenv/gbuild/config.guess:590:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
libreoffice-7.0.3/solenv/gbuild/config.guess-591-		then
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-602-    *:AIX:*:[4567])
libreoffice-7.0.3/solenv/gbuild/config.guess:603:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
libreoffice-7.0.3/solenv/gbuild/config.guess-604-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-638-    9000/[34678]??:HP-UX:*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:639:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-640-	case "${UNAME_MACHINE}" in
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-692-EOF
libreoffice-7.0.3/solenv/gbuild/config.guess:693:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
libreoffice-7.0.3/solenv/gbuild/config.guess-694-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-720-    ia64:HP-UX:*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:721:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-722-	echo ia64-hp-hpux${HPUX_REV}
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-750-EOF
libreoffice-7.0.3/solenv/gbuild/config.guess:751:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
libreoffice-7.0.3/solenv/gbuild/config.guess-752-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-821-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
libreoffice-7.0.3/solenv/gbuild/config.guess:822:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
libreoffice-7.0.3/solenv/gbuild/config.guess-823-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-826-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
libreoffice-7.0.3/solenv/gbuild/config.guess:827:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
libreoffice-7.0.3/solenv/gbuild/config.guess-828-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-846-	esac
libreoffice-7.0.3/solenv/gbuild/config.guess:847:	echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-848-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-901-    prep*:SunOS:5.*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:902:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-903-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-905-	# the GNU system
libreoffice-7.0.3/solenv/gbuild/config.guess:906:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
libreoffice-7.0.3/solenv/gbuild/config.guess-907-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-909-	# other systems with GNU libc and userland
libreoffice-7.0.3/solenv/gbuild/config.guess:910:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
libreoffice-7.0.3/solenv/gbuild/config.guess-911-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-1003-EOF
libreoffice-7.0.3/solenv/gbuild/config.guess:1004:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
libreoffice-7.0.3/solenv/gbuild/config.guess-1005-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-1103-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:1104:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-1105-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-1306-	fi
libreoffice-7.0.3/solenv/gbuild/config.guess:1307:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
libreoffice-7.0.3/solenv/gbuild/config.guess-1308-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-1401-    *:DragonFly:*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:1402:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-1403-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.guess-1414-    i*86:skyos:*:*)
libreoffice-7.0.3/solenv/gbuild/config.guess:1415:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
libreoffice-7.0.3/solenv/gbuild/config.guess-1416-	exit ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-52-
libreoffice-7.0.3/solenv/gbuild/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
libreoffice-7.0.3/solenv/gbuild/config.sub-54-
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
libreoffice-7.0.3/solenv/gbuild/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-116-case $maybe_os in
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-122-    os=-$maybe_os
libreoffice-7.0.3/solenv/gbuild/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-124-    ;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-126-    os=-linux-android
libreoffice-7.0.3/solenv/gbuild/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
libreoffice-7.0.3/solenv/gbuild/config.sub-128-    ;;
libreoffice-7.0.3/solenv/gbuild/config.sub-129-  *)
libreoffice-7.0.3/solenv/gbuild/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-131-    if [ $basic_machine != $1 ]
libreoffice-7.0.3/solenv/gbuild/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-133-    else os=; fi
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-180-		os=-sco5v6
libreoffice-7.0.3/solenv/gbuild/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-182-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-184-		os=-sco3.2v5
libreoffice-7.0.3/solenv/gbuild/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-186-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-188-		os=-sco3.2v4
libreoffice-7.0.3/solenv/gbuild/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-190-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-191-	-sco3.2.[4-9]*)
libreoffice-7.0.3/solenv/gbuild/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
libreoffice-7.0.3/solenv/gbuild/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-194-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
libreoffice-7.0.3/solenv/gbuild/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-198-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
libreoffice-7.0.3/solenv/gbuild/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-202-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-204-		os=-sco3.2v2
libreoffice-7.0.3/solenv/gbuild/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-206-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-207-	-udk*)
libreoffice-7.0.3/solenv/gbuild/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-209-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-211-		os=-isc2.2
libreoffice-7.0.3/solenv/gbuild/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-213-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-217-	-isc*)
libreoffice-7.0.3/solenv/gbuild/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-219-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-229-	-ptx*)
libreoffice-7.0.3/solenv/gbuild/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-231-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-232-	-windowsnt*)
libreoffice-7.0.3/solenv/gbuild/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-234-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-368-	*-*-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:369:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
libreoffice-7.0.3/solenv/gbuild/config.sub-370-		exit 1
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-497-	amd64-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:498:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-499-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-542-	blackfin-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:543:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-544-		os=-linux
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-550-	c54x-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:551:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-552-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-553-	c55x-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:554:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-555-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-556-	c6x-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:557:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-558-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-654-	e500v[12]-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:655:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-656-		os=$os"spe"
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-761-	i*86v32)
libreoffice-7.0.3/solenv/gbuild/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-763-		os=-sysv32
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-765-	i*86v4*)
libreoffice-7.0.3/solenv/gbuild/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-767-		os=-sysv4
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-769-	i*86v)
libreoffice-7.0.3/solenv/gbuild/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-771-		os=-sysv
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-773-	i*86sol2)
libreoffice-7.0.3/solenv/gbuild/config.sub:774:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-775-		os=-solaris2
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-799-	leon-*|leon[3-9]-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:800:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-801-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-806-	m68knommu-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:807:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-808-		os=-linux
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-843-	mips3*-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:844:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-845-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-846-	mips3*)
libreoffice-7.0.3/solenv/gbuild/config.sub:847:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
libreoffice-7.0.3/solenv/gbuild/config.sub-848-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-865-	ms1-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:866:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-867-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-987-	parisc-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:988:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-989-		os=-linux
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1003-	pc98-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1004:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1005-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1018-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1019:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1020-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-1021-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1022:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1023-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-1024-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1025:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1026-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-1027-	pentium4-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1028:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1029-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1037-	ppc-* | ppcbe-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1038:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1039-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1043-	ppcle-* | powerpclittle-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1044:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1045-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1047-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub:1048:	ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1049-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1053-	ppc64le-* | powerpc64little-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1054:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1055-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1136-	strongarm-* | thumb-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1137:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1138-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1269-	xscale-* | xscalee[bl]-*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1270:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1271-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1346-	*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1347:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
libreoffice-7.0.3/solenv/gbuild/config.sub-1348-		exit 1
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1354-	*-digital*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1355:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1356-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-1357-	*-commodore*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1358:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1359-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1375-	-solaris1 | -solaris1.*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1376:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1377-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1387-	-gnu/linux*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1388:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1389-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1434-	-nto*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1435:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1436-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1441-	-mac*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1442:		os=`echo $os | sed -e 's|mac|macos|'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1443-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1447-	-linux*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1448:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1449-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-1450-	-sunos5*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1451:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1452-		;;
libreoffice-7.0.3/solenv/gbuild/config.sub-1453-	-sunos6*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1454:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1455-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1502-	-sinix5.*)
libreoffice-7.0.3/solenv/gbuild/config.sub:1503:		os=`echo $os | sed -e 's|sinix|sysv|'`
libreoffice-7.0.3/solenv/gbuild/config.sub-1504-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1557-		# Get rid of the `-' at the beginning of $os.
libreoffice-7.0.3/solenv/gbuild/config.sub:1558:		os=`echo $os | sed 's/[^-]*-//'`
libreoffice-7.0.3/solenv/gbuild/config.sub:1559:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
libreoffice-7.0.3/solenv/gbuild/config.sub-1560-		exit 1
##############################################
libreoffice-7.0.3/solenv/gbuild/config.sub-1823-		esac
libreoffice-7.0.3/solenv/gbuild/config.sub:1824:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
libreoffice-7.0.3/solenv/gbuild/config.sub-1825-		;;
##############################################
libreoffice-7.0.3/solenv/gbuild/LinkTarget.mk-30-# defined by platform
libreoffice-7.0.3/solenv/gbuild/LinkTarget.mk:31:#  gb_AsmObject_get_source (.asm on Windows, .s elsewhere)
libreoffice-7.0.3/solenv/gbuild/LinkTarget.mk-32-#  gb_AsmObject__command
##############################################
libreoffice-7.0.3/solenv/gbuild/LinkTarget.mk-187-#
libreoffice-7.0.3/solenv/gbuild/LinkTarget.mk:188:# AsmObject                   asm compile                  | LinkTarget
libreoffice-7.0.3/solenv/gbuild/LinkTarget.mk-189-#
##############################################
libreoffice-7.0.3/solenv/gbuild/Extension.mk-113-			$(call gb_Extension_get_target,$*) \
libreoffice-7.0.3/solenv/gbuild/Extension.mk:114:			`cat $${ZIPFILES} | tr -d '\r'` && rm $${ZIPFILES})
libreoffice-7.0.3/solenv/gbuild/Extension.mk-115-	$(call gb_Trace_EndRange,$*,OXT)
##############################################
libreoffice-7.0.3/solenv/gbuild/Extension.mk-319-			$(if $(filter-out en-US,$(4)), \
libreoffice-7.0.3/solenv/gbuild/Extension.mk:320:				MERGEINPUT=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/solenv/gbuild/Extension.mk-321-				echo $$(POFILE) > $$$${MERGEINPUT} && \
##############################################
libreoffice-7.0.3/solenv/gbuild/Extension.mk-371-			$(if $(filter-out en-US,$(5)), \
libreoffice-7.0.3/solenv/gbuild/Extension.mk:372:				MERGEINPUT=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/solenv/gbuild/Extension.mk-373-				echo $$(POFILE) > $$$${MERGEINPUT} && \
##############################################
libreoffice-7.0.3/solenv/gbuild/Extension.mk-425-			$(if $(filter-out en-US,$(5)), \
libreoffice-7.0.3/solenv/gbuild/Extension.mk:426:				MERGEINPUT=`$(gb_MKTEMP)` && \
libreoffice-7.0.3/solenv/gbuild/Extension.mk-427-				echo $$(POFILE) > $$$${MERGEINPUT} && \
##############################################
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx-44-
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx:45:    table::CellRangeAddress aSrcCellRangeAddr(nSheet, 0, 21, 5, 21);
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx-46-    xCRM->insertCells(aSrcCellRangeAddr, sheet::CellInsertMode_DOWN);
##############################################
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx-64-
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx:65:    table::CellRangeAddress aSrcCellRangeAddr(nSheet, 1, 1, 2, 2);
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx:66:    table::CellAddress aDstCellAddr(nSheet, 1, 10);
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx-67-
##############################################
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx-89-
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx:90:    table::CellRangeAddress aSrcCellRangeAddr(nSheet, 4, 0, 4, 1);
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx:91:    table::CellAddress aDstCellAddr(nSheet, 4, 4);
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx-92-
##############################################
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx-109-
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx:110:    table::CellRangeAddress aSrcCellRangeAddr(nSheet, 5, 0, 5, 1);
libreoffice-7.0.3/test/source/sheet/xcellrangemovement.cxx-111-
##############################################
libreoffice-7.0.3/test/source/sheet/xscenario.cxx-28-
libreoffice-7.0.3/test/source/sheet/xscenario.cxx:29:    uno::Sequence<table::CellRangeAddress> aCellRangeAddr(1);
libreoffice-7.0.3/test/source/sheet/xscenario.cxx-30-    xScenario->addRanges(aCellRangeAddr);
##############################################
libreoffice-7.0.3/test/source/sheet/xmultipleoperation.cxx-34-                                                 UNO_SET_THROW);
libreoffice-7.0.3/test/source/sheet/xmultipleoperation.cxx:35:    uno::Reference<sheet::XCellRangeAddressable> xCellRangeAddr(xCellRange, UNO_QUERY_THROW);
libreoffice-7.0.3/test/source/sheet/xmultipleoperation.cxx-36-
##############################################
libreoffice-7.0.3/test/source/sheet/xsheetcellrangecontainer.cxx-85-{
libreoffice-7.0.3/test/source/sheet/xsheetcellrangecontainer.cxx:86:    uno::Sequence<table::CellRangeAddress> aAddr(2);
libreoffice-7.0.3/test/source/sheet/xsheetcellrangecontainer.cxx-87-    for (unsigned int i = 0; i < 2; i++)
##############################################
libreoffice-7.0.3/test/source/sheet/xgoalseek.cxx-25-
libreoffice-7.0.3/test/source/sheet/xgoalseek.cxx:26:    table::CellAddress aFormulaAddr(0,3,5);
libreoffice-7.0.3/test/source/sheet/xgoalseek.cxx:27:    table::CellAddress aVariableAddr(0,3,4);
libreoffice-7.0.3/test/source/sheet/xgoalseek.cxx-28-    sheet::GoalResult aResult = xGoalSeek->seekGoal(aFormulaAddr, aVariableAddr, "4");
##############################################
libreoffice-7.0.3/test/source/sheet/xlabelrange.cxx-30-
libreoffice-7.0.3/test/source/sheet/xlabelrange.cxx:31:    table::CellRangeAddress aDataAddr(1, 0, 1, 0, 8);
libreoffice-7.0.3/test/source/sheet/xlabelrange.cxx-32-    xLabelRange->setDataArea(aDataAddr);
##############################################
libreoffice-7.0.3/test/source/sheet/xlabelrange.cxx-42-
libreoffice-7.0.3/test/source/sheet/xlabelrange.cxx:43:    table::CellRangeAddress aLabelAddr(1, 0, 1, 0, 8);
libreoffice-7.0.3/test/source/sheet/xlabelrange.cxx-44-    xLabelRange->setLabelArea(aLabelAddr);
##############################################
libreoffice-7.0.3/test/source/sheet/xdatapilottable2.cxx-243-
libreoffice-7.0.3/test/source/sheet/xdatapilottable2.cxx:244:    uno::Reference< sheet::XCellAddressable > xCellAddr(xCursor->getCellByPosition(0, 0), UNO_QUERY_THROW);
libreoffice-7.0.3/test/source/sheet/xdatapilottable2.cxx-245-    return xCellAddr->getCellAddress();
##############################################
libreoffice-7.0.3/android/source/gradlew-12-APP_NAME="Gradle"
libreoffice-7.0.3/android/source/gradlew:13:APP_BASE_NAME=`basename "$0"`
libreoffice-7.0.3/android/source/gradlew-14-
##############################################
libreoffice-7.0.3/android/source/gradlew-46-if $cygwin ; then
libreoffice-7.0.3/android/source/gradlew:47:    [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
libreoffice-7.0.3/android/source/gradlew-48-fi
##############################################
libreoffice-7.0.3/android/source/gradlew-54-while [ -h "$PRG" ] ; do
libreoffice-7.0.3/android/source/gradlew:55:    ls=`ls -ld "$PRG"`
libreoffice-7.0.3/android/source/gradlew:56:    link=`expr "$ls" : '.*-> \(.*\)$'`
libreoffice-7.0.3/android/source/gradlew-57-    if expr "$link" : '/.*' > /dev/null; then
##############################################
libreoffice-7.0.3/android/source/gradlew-59-    else
libreoffice-7.0.3/android/source/gradlew:60:        PRG=`dirname "$PRG"`"/$link"
libreoffice-7.0.3/android/source/gradlew-61-    fi
##############################################
libreoffice-7.0.3/android/source/gradlew-63-SAVED="`pwd`"
libreoffice-7.0.3/android/source/gradlew:64:cd "`dirname \"$PRG\"`/" >&-
libreoffice-7.0.3/android/source/gradlew-65-APP_HOME="`pwd -P`"
##############################################
libreoffice-7.0.3/android/source/gradlew-114-if $cygwin ; then
libreoffice-7.0.3/android/source/gradlew:115:    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
libreoffice-7.0.3/android/source/gradlew:116:    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
libreoffice-7.0.3/android/source/gradlew-117-
##############################################
libreoffice-7.0.3/android/source/gradlew-132-    for arg in "$@" ; do
libreoffice-7.0.3/android/source/gradlew:133:        CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
libreoffice-7.0.3/android/source/gradlew:134:        CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option
libreoffice-7.0.3/android/source/gradlew-135-
libreoffice-7.0.3/android/source/gradlew-136-        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition
libreoffice-7.0.3/android/source/gradlew:137:            eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
libreoffice-7.0.3/android/source/gradlew-138-        else
libreoffice-7.0.3/android/source/gradlew:139:            eval `echo args$i`="\"$arg\""
libreoffice-7.0.3/android/source/gradlew-140-        fi
##############################################
libreoffice-7.0.3/config.guess-34-
libreoffice-7.0.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
libreoffice-7.0.3/config.guess-36-
##############################################
libreoffice-7.0.3/config.guess-103-    # shellcheck disable=SC2039
libreoffice-7.0.3/config.guess:104:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
libreoffice-7.0.3/config.guess-105-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
libreoffice-7.0.3/config.guess-153-	EOF
libreoffice-7.0.3/config.guess:154:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
libreoffice-7.0.3/config.guess-155-
##############################################
libreoffice-7.0.3/config.guess-190-	    earmv*)
libreoffice-7.0.3/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
libreoffice-7.0.3/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
libreoffice-7.0.3/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
libreoffice-7.0.3/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
libreoffice-7.0.3/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
libreoffice-7.0.3/config.guess-224-		;;
##############################################
libreoffice-7.0.3/config.guess-235-	    *)
libreoffice-7.0.3/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
libreoffice-7.0.3/config.guess-237-		;;
##############################################
libreoffice-7.0.3/config.guess-282-	*4.0)
libreoffice-7.0.3/config.guess:283:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
libreoffice-7.0.3/config.guess-284-		;;
libreoffice-7.0.3/config.guess-285-	*5.*)
libreoffice-7.0.3/config.guess:286:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
libreoffice-7.0.3/config.guess-287-		;;
##############################################
libreoffice-7.0.3/config.guess-292-	# types through head -n 1, so we only detect the type of CPU 0.
libreoffice-7.0.3/config.guess:293:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
libreoffice-7.0.3/config.guess-294-	case "$ALPHA_CPU_TYPE" in
##############################################
libreoffice-7.0.3/config.guess-330-	# 1.2 uses "1.2" for uname -r.
libreoffice-7.0.3/config.guess:331:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
libreoffice-7.0.3/config.guess-332-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
libreoffice-7.0.3/config.guess-381-    s390x:SunOS:*:*)
libreoffice-7.0.3/config.guess:382:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
libreoffice-7.0.3/config.guess-383-	exit ;;
libreoffice-7.0.3/config.guess-384-    sun4H:SunOS:5.*:*)
libreoffice-7.0.3/config.guess:385:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
libreoffice-7.0.3/config.guess-386-	exit ;;
libreoffice-7.0.3/config.guess-387-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
libreoffice-7.0.3/config.guess:388:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
libreoffice-7.0.3/config.guess-389-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-406-	fi
libreoffice-7.0.3/config.guess:407:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
libreoffice-7.0.3/config.guess-408-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-412-	# it's likely to be more like Solaris than SunOS4.
libreoffice-7.0.3/config.guess:413:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
libreoffice-7.0.3/config.guess-414-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-421-	# Japanese Language versions have a version number like `4.1.3-JL'.
libreoffice-7.0.3/config.guess:422:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
libreoffice-7.0.3/config.guess-423-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-427-    sun*:*:4.2BSD:*)
libreoffice-7.0.3/config.guess:428:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
libreoffice-7.0.3/config.guess-429-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
libreoffice-7.0.3/config.guess-509-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
libreoffice-7.0.3/config.guess:510:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
libreoffice-7.0.3/config.guess:511:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
libreoffice-7.0.3/config.guess-512-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
libreoffice-7.0.3/config.guess-565-    *:IRIX*:*:*)
libreoffice-7.0.3/config.guess:566:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
libreoffice-7.0.3/config.guess-567-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-595-EOF
libreoffice-7.0.3/config.guess:596:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
libreoffice-7.0.3/config.guess-597-		then
##############################################
libreoffice-7.0.3/config.guess-608-    *:AIX:*:[4567])
libreoffice-7.0.3/config.guess:609:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
libreoffice-7.0.3/config.guess-610-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
libreoffice-7.0.3/config.guess-644-    9000/[34678]??:HP-UX:*:*)
libreoffice-7.0.3/config.guess:645:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
libreoffice-7.0.3/config.guess-646-	case "$UNAME_MACHINE" in
##############################################
libreoffice-7.0.3/config.guess-698-EOF
libreoffice-7.0.3/config.guess:699:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
libreoffice-7.0.3/config.guess-700-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
libreoffice-7.0.3/config.guess-726-    ia64:HP-UX:*:*)
libreoffice-7.0.3/config.guess:727:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
libreoffice-7.0.3/config.guess-728-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
libreoffice-7.0.3/config.guess-756-EOF
libreoffice-7.0.3/config.guess:757:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
libreoffice-7.0.3/config.guess-758-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
libreoffice-7.0.3/config.guess-827-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
libreoffice-7.0.3/config.guess:828:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
libreoffice-7.0.3/config.guess-829-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
libreoffice-7.0.3/config.guess-832-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
libreoffice-7.0.3/config.guess:833:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
libreoffice-7.0.3/config.guess-834-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
libreoffice-7.0.3/config.guess-850-	then
libreoffice-7.0.3/config.guess:851:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
libreoffice-7.0.3/config.guess-852-	else
libreoffice-7.0.3/config.guess:853:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
libreoffice-7.0.3/config.guess-854-	fi
##############################################
libreoffice-7.0.3/config.guess-863-	esac
libreoffice-7.0.3/config.guess:864:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
libreoffice-7.0.3/config.guess-865-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-899-    prep*:SunOS:5.*:*)
libreoffice-7.0.3/config.guess:900:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
libreoffice-7.0.3/config.guess-901-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-903-	# the GNU system
libreoffice-7.0.3/config.guess:904:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
libreoffice-7.0.3/config.guess-905-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-907-	# other systems with GNU libc and userland
libreoffice-7.0.3/config.guess:908:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
libreoffice-7.0.3/config.guess-909-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-1029-EOF
libreoffice-7.0.3/config.guess:1030:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
libreoffice-7.0.3/config.guess-1031-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
libreoffice-7.0.3/config.guess-1129-    i*86:*:4.*:*)
libreoffice-7.0.3/config.guess:1130:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
libreoffice-7.0.3/config.guess-1131-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
libreoffice-7.0.3/config.guess-1332-	fi
libreoffice-7.0.3/config.guess:1333:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
libreoffice-7.0.3/config.guess-1334-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
libreoffice-7.0.3/config.guess-1431-    *:DragonFly:*:*)
libreoffice-7.0.3/config.guess:1432:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
libreoffice-7.0.3/config.guess-1433-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-1444-    i*86:skyos:*:*)
libreoffice-7.0.3/config.guess:1445:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
libreoffice-7.0.3/config.guess-1446-	exit ;;
##############################################
libreoffice-7.0.3/config.guess-1594-
libreoffice-7.0.3/config.guess:1595:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
libreoffice-7.0.3/config.guess-1596-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
libreoffice-7.0.3/vcl/qa/cppunit/graphicfilter/data/xpm/pass/tdf111925-1.xpm-261-"    . . . + + @ @ $ % & = > ' ( d s v c.c.` i j m i 7 : / ] ~ ! 1 %+y j.s. .N.z.p.J.{ K Z . j 4.L .. .,+Y = K = Y ,+ ... .A l . . l A  ... .y o = o y  ... .y o = o y  ... .A l . %.. l A  ... .,.t = K = Y ,+ ...N V i $ l A  ...M A o * ; o a.x.j.A.R..+F.X $.4.V $./.!.r 0 6 5 4 1 [ < ( ^ ! ' ; = * & $ ",
libreoffice-7.0.3/vcl/qa/cppunit/graphicfilter/data/xpm/pass/tdf111925-1.xpm:262:"    . . . + + @ # $ % & * ; , ( c r u :.O e 1 | | | < _ / ] ~ ) / q U O.L M N.j.F.r * Z Z . k .+s... .z ` # Z # ` z  ... .A l . . l A  ... .A m $ m A  ... .A m $ m A  ... .A l . %.. l A  ... .z r # Z # ` z  ...s..+j $ l A  ...M A o * ; r 4.m.j.A.Q.R.D.'+p..+a.X /.;+o 0 5 5 2 1 [ ( / ^ ) , ; = & % $ ",
libreoffice-7.0.3/vcl/qa/cppunit/graphicfilter/data/xpm/pass/tdf111925-1.xpm-263-"      . . . + + @ $ % & * = , / b o p O &.c | [ < < _ ( / ] ! ) 1 %+A j.L M N.z.p.J.{ K Z . j V N .. .#+v - K = u ,+ ... .A l . . l A  ... .A l $ l A  ... .A l $ l A  ... .A l . %.. l A  ... .,+Y = K - v #+ ...N V j $ l A  ...M A o * ; o 9.A.j.A.R..+F.'.b./.S J ~.-+l 9 5 7 2 | : ( / ^ ' , = * & % # ",
##############################################
libreoffice-7.0.3/vcl/skia/salbmp.cxx-687-        {
libreoffice-7.0.3/vcl/skia/salbmp.cxx:688:            const uint8_t* src = static_cast<uint8_t*>(bitmap.getAddr(0, y));
libreoffice-7.0.3/vcl/skia/salbmp.cxx-689-            sal_uInt8* dest = mBuffer.get() + mScanlineSize * y;
##############################################
libreoffice-7.0.3/vcl/skia/salbmp.cxx-696-        {
libreoffice-7.0.3/vcl/skia/salbmp.cxx:697:            const uint8_t* src = static_cast<uint8_t*>(bitmap.getAddr(0, y));
libreoffice-7.0.3/vcl/skia/salbmp.cxx-698-            sal_uInt8* dest = mBuffer.get() + mScanlineSize * y;
##############################################
libreoffice-7.0.3/vcl/skia/salbmp.cxx-711-        {
libreoffice-7.0.3/vcl/skia/salbmp.cxx:712:            const uint8_t* src = static_cast<uint8_t*>(bitmap.getAddr(0, y));
libreoffice-7.0.3/vcl/skia/salbmp.cxx-713-            sal_uInt8* dest = mBuffer.get() + mScanlineSize * y;
##############################################
libreoffice-7.0.3/vcl/skia/salbmp.cxx-724-        {
libreoffice-7.0.3/vcl/skia/salbmp.cxx:725:            const uint8_t* src = static_cast<uint8_t*>(bitmap.getAddr(0, y));
libreoffice-7.0.3/vcl/skia/salbmp.cxx-726-            sal_uInt8* dest = mBuffer.get() + mScanlineSize * y;
##############################################
libreoffice-7.0.3/vcl/skia/gdiimpl.cxx-607-        {
libreoffice-7.0.3/vcl/skia/gdiimpl.cxx:608:            uint8_t* data = static_cast<uint8_t*>(surfaceBitmap.getAddr(it.rect().x(), y));
libreoffice-7.0.3/vcl/skia/gdiimpl.cxx:609:            const uint8_t* xordata = static_cast<uint8_t*>(mXorBitmap.getAddr(it.rect().x(), y));
libreoffice-7.0.3/vcl/skia/gdiimpl.cxx-610-            for (int x = 0; x < it.rect().width(); ++x)
##############################################
libreoffice-7.0.3/xmlsecurity/qa/create-certs/templates/intermediate.cnf-1-# OpenSSL intermediate CA configuration file.
libreoffice-7.0.3/xmlsecurity/qa/create-certs/templates/intermediate.cnf:2:# Copy to `$root/ca/intermediate/openssl.cnf`.
libreoffice-7.0.3/xmlsecurity/qa/create-certs/templates/intermediate.cnf-3-
##############################################
libreoffice-7.0.3/xmlsecurity/qa/create-certs/templates/root.cnf-1-# OpenSSL root CA configuration file.
libreoffice-7.0.3/xmlsecurity/qa/create-certs/templates/root.cnf:2:# Copy to `$root/ca/openssl.cnf`.
libreoffice-7.0.3/xmlsecurity/qa/create-certs/templates/root.cnf-3-
##############################################
libreoffice-7.0.3/instsetoo_native/CustomTarget_install.mk-72-&& mkdir -p $${TEMPLATE_DIR}/Binary \
libreoffice-7.0.3/instsetoo_native/CustomTarget_install.mk:73:&& for I in $(SRCDIR)/instsetoo_native/inc_$(1)/windows/msi_templates/*.* ; do $(GREP) -v '^#' "$$I" > $${TEMPLATE_DIR}/`basename $$I` || true ; done \
libreoffice-7.0.3/instsetoo_native/CustomTarget_install.mk-74-&& $(GNUCOPY) $(SRCDIR)/instsetoo_native/inc_common/windows/msi_templates/Binary/*.* $${TEMPLATE_DIR}/Binary
##############################################
libreoffice-7.0.3/odk/config/configure.pl-36-
libreoffice-7.0.3/odk/config/configure.pl:37:$main::operatingSystem = `/bin/sh $main::sdkpath/config.guess | cut -d"-" -f3,4`;
libreoffice-7.0.3/odk/config/configure.pl-38-chomp ($main::operatingSystem);
##############################################
libreoffice-7.0.3/odk/config/configure.pl-166-            {
libreoffice-7.0.3/odk/config/configure.pl:167:                my $soserver = `ls -l $OFFICE_HOME_SUGGESTION/soffice | sed -n 's/.* -> //p'`;
libreoffice-7.0.3/odk/config/configure.pl-168-                $soserver= substr($soserver, 0, rindex($soserver, "program") - 1);
##############################################
libreoffice-7.0.3/odk/config/configure.pl-202-        #check version
libreoffice-7.0.3/odk/config/configure.pl:203:        my $testVersion = `$OO_SDK_MAKE_HOME/$main::makeName --version`;
libreoffice-7.0.3/odk/config/configure.pl-204-        if ( $testVersion eq "")
##############################################
libreoffice-7.0.3/odk/config/configure.pl-244-        #check version
libreoffice-7.0.3/odk/config/configure.pl:245:        my $testVersion = `$OO_SDK_ZIP_HOME/zip -h 2>&1 | egrep Zip | head -n 1`;
libreoffice-7.0.3/odk/config/configure.pl-246-        $testVersion =~ s#Zip ([\d.]+) .*#$1#go;
##############################################
libreoffice-7.0.3/odk/config/configure.pl-350-            {
libreoffice-7.0.3/odk/config/configure.pl:351:                my $testVersion = `$OO_SDK_CPP_HOME/$main::cppName -dumpversion`;
libreoffice-7.0.3/odk/config/configure.pl-352-                if ( $testVersion eq "")
##############################################
libreoffice-7.0.3/odk/config/configure.pl-416-            #check version
libreoffice-7.0.3/odk/config/configure.pl:417:            my $testVersion = `$main::OO_SDK_JAVA_HOME/bin/java -version 2>&1 | egrep "java version" | head -n 1 | sed -e 's#.*version "##' | sed -e 's#".*##'`;
libreoffice-7.0.3/odk/config/configure.pl-418-            $testVersion =~ s#([^\n]+)\n#$1#go;
##############################################
libreoffice-7.0.3/odk/config/configure.pl-531-    } else {
libreoffice-7.0.3/odk/config/configure.pl:532:        $resolvedpath = `cd $base/$linktarget; pwd`;
libreoffice-7.0.3/odk/config/configure.pl-533-        chop $resolvedpath;
##############################################
libreoffice-7.0.3/odk/config/configure.pl-539-
libreoffice-7.0.3/odk/config/configure.pl:540:    $resolvedlink = `cd $resolvedpath; pwd`;
libreoffice-7.0.3/odk/config/configure.pl-541-    chop $resolvedlink;
##############################################
libreoffice-7.0.3/odk/config/configure.pl-547-    my $_search= shift;
libreoffice-7.0.3/odk/config/configure.pl:548:    my $tmpPath = `echo "\$PATH"`;
libreoffice-7.0.3/odk/config/configure.pl-549-    my @pathList = split(":" , $tmpPath);
##############################################
libreoffice-7.0.3/odk/config/configure.pl-591-            {
libreoffice-7.0.3/odk/config/configure.pl:592:                $progDir = `cd "$i"; pwd`;
libreoffice-7.0.3/odk/config/configure.pl-593-            }
##############################################
libreoffice-7.0.3/odk/config/configure.pl-738-    {
libreoffice-7.0.3/odk/config/configure.pl:739:        return `echo $tmpstdin`;
libreoffice-7.0.3/odk/config/configure.pl-740-    }
##############################################
libreoffice-7.0.3/odk/config/configure.pl-751-    {
libreoffice-7.0.3/odk/config/configure.pl:752:        system("mkdir -p $main::OO_SDK_CONFIG_HOME/$main::hostname");
libreoffice-7.0.3/odk/config/configure.pl-753-    }
##############################################
libreoffice-7.0.3/odk/config/setsdkenv_unix.sh.in-79-# Get the operating system.
libreoffice-7.0.3/odk/config/setsdkenv_unix.sh.in:80:sdk_platform=`/bin/sh ${OO_SDK_HOME}/config.guess | cut -d"-" -f3,4`
libreoffice-7.0.3/odk/config/setsdkenv_unix.sh.in-81-
##############################################
libreoffice-7.0.3/odk/config/setsdkenv_unix.sh.in-128-  solaris*)
libreoffice-7.0.3/odk/config/setsdkenv_unix.sh.in:129:    sdk_proctype=`/bin/sh ${OO_SDK_HOME}/config.guess | cut -d"-" -f1`
libreoffice-7.0.3/odk/config/setsdkenv_unix.sh.in-130-    if [ "${sdk_proctype}" = "sparc" ]
##############################################
libreoffice-7.0.3/odk/config/setsdkenv_unix-22-CURRENTDIR=`/bin/pwd`
libreoffice-7.0.3/odk/config/setsdkenv_unix:23:SDKTMPDIR=`dirname $0`
libreoffice-7.0.3/odk/config/setsdkenv_unix:24:OO_SDK_HOME=`(cd $SDKTMPDIR && pwd && cd $CURRENTDIR) | head -n 1`
libreoffice-7.0.3/odk/config/setsdkenv_unix:25:OOVERSION=`cat $OO_SDK_HOME/settings/dk.mk | tail -3 | head -n 1 | cut -d"=" -f2 | cut -d"." -f1,2`
libreoffice-7.0.3/odk/config/setsdkenv_unix-26-if [ "$OSTYPE" = "Darwin" ]
libreoffice-7.0.3/odk/config/setsdkenv_unix-27-then
libreoffice-7.0.3/odk/config/setsdkenv_unix:28:    OO_SDK_NAME=`basename $OO_SDK_HOME`
libreoffice-7.0.3/odk/config/setsdkenv_unix-29-else
##############################################
libreoffice-7.0.3/odk/source/unoapploader/unx/unoapploader.c-279-    if ( argv0 != NULL && *argv0 != SEPARATOR &&
libreoffice-7.0.3/odk/source/unoapploader/unx/unoapploader.c:280:         dladdr( (void*) &createCommandName, &dl_info ) &&
libreoffice-7.0.3/odk/source/unoapploader/unx/unoapploader.c-281-         dl_info.dli_fname != NULL && *dl_info.dli_fname == SEPARATOR )
##############################################
libreoffice-7.0.3/unoxml/qa/complex/unoxml/DOMTest.java-2472-        try {
libreoffice-7.0.3/unoxml/qa/complex/unoxml/DOMTest.java:2473:            xXPathAPI.eval(xRoot, "~/-$+&#_");
libreoffice-7.0.3/unoxml/qa/complex/unoxml/DOMTest.java-2474-            fail("XXPathAPI.eval");
##############################################
libreoffice-7.0.3/ios/CustomTarget_iOS_link.mk-70-	    -current_version 1 \
libreoffice-7.0.3/ios/CustomTarget_iOS_link.mk:71:	    `$(SRCDIR)/bin/lo-all-static-libs` \
libreoffice-7.0.3/ios/CustomTarget_iOS_link.mk-72-	    $(IOSOBJ) \
##############################################
libreoffice-7.0.3/stoc/source/security/permissions.cxx-179-        OUString ip;
libreoffice-7.0.3/stoc/source/security/permissions.cxx:180:        m_resolveErr = (::osl_Socket_Ok != ::osl_getDottedInetAddrOfSocketAddr(
libreoffice-7.0.3/stoc/source/security/permissions.cxx-181-            addr.getHandle(), &ip.pData ));
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-14-!!J!-!*!(!3!1!!S!N!89!!3!$!#3"`%!%!!,!*!&&3!)!!`!N!F"!"%!#`#3"48
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:15:!%!!-!*!(!3!4!!S!N!89)!!!$!#3"`%!$J!+!*!&&3!J!!`!N!F"!!i!#J#3"48
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-16-!3!!-!*!(!J!5!!i!N!89!3!!$!#3"`%!%J!+!*!&&3)!!!`!N!F"!!i!#J#3"48
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-56-(!*-!!!#K!!!!"!!!!!B!S3!!!+m!!!!&!!!!"3#[!!!![3!!!!B!!!!*!,d!!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:57:,!!!!"`!!!!S!b`!!!0N!!!!)!!!!#!$C!!!!j`!!!!N!!!!0!1F!!!$e!!!!#3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-58-!!!m!p3!!!3-!!!!*!!!!!3%$!!!"%3!!!!N!!!!A!4%!!!%I!!!!#3!!!!%"(`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-75-!jJ!!!8%!!!%h!*!3!J!"3!!!!8`!!!&!!!!"V!!!!!3!!!!$!8!!!!&-!!!"3!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:76:!!D`!N"!$!!&5!!!!c3!!!@3!!!$X!!!!!3!!!!3!N"i%!!&6!!!!r`!!!@-!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-77-R!!!!!3!!!!8!!3!5!*!D#!!"8`!!!6d!!!&S!!!"M!!!!!%!!!!'!!!!3J#3'J`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-81-!5!!!!Y!!!!)F!*!l!3!"!!%!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:82:!!!!"!!!!!3!!!3#3"`%!rj!'!3#3"`%!rj!'!3!!!Iq3#!!$!*!*!`!#!!N!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-83-*!!$rr`!#kci!N!6J&rrr!!,Y`J#3"1!Brrm!!Zj0!*!&aIrr!!)!N"-"!!%!!3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-86-h9!!#J!!bEJ!EYeS!!3!"!!%!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:87:!!3!"!!!!!3!!!3#3"`%!rj!'!3#3"`%!rj!'!3!!!Iq3#!!$!*!*!`!#!!N!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-88-*!!$rr`!#kci!N!6J&rrr!!,Y`J#3"1!Brrm!!Zj0!*!&aIrr!!)!N"-#!!%!!3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-106-3'-hM@C`!!"S)!!!3Z`#3K4S!!3'[!P8!+`!&!#X!"3(D!PS!+`!&!GS#HJ!!!(J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:107:!$`!!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-108-!C!!"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!!!$!J"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-114-!)!#)!!)!L!!!!)J!!!#!!!J!J!!)!)!!!!!)!!!!L%3L%BK%)K%4)N5)%5*%L)"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:115:!)"!)"!)"!3)%#"!J3)$JF$JF$JH$`B-($K`iF1$"L%3L!)K%)J!4)N3!%5*%!)*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-116-%+"!S4))"QFaQ-jR-CM0hZphZGl[GlZlGZhIZhEYhIlrIlrIlrIlqrI[hlpqrIaq
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-118-3#-b3#)L3#2m!!!$r!!!!J*!)r`#3"`L!J!J)J)!)CJ!!!*N!!!$rL)L)riL)L2q
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:119:!N!Ir!2m!r`$r!2rr!!$rr`!!Gj!)!2rrr`$rrrprN!J!rj!(phprprGrIrHCrrr
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-120-rC[rrr`"hGhF!GhGh!(q3"r#3"!q3"*PQCTQCCQDC!!JF2Rmq(!J!#"3U95S8#,%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-154-*!Iq3"J#3"bd!!Iq3"J#3"eS!!Iq3"J#3"iF!!Iq3"J#3"l3!!Iq3"J#3"q%!!Iq
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:155:3"J#3"J%1!!(rN!B!N!B"1`!$rj!'!*!*!`#3"[q3"J!!!!,rN!B!N!N#rj!'!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-156-(Y!!"lZi!N!5)L!#3"`%!!1lZ!*!%998!N!8"!*!%rrm!N!5)L!!!!!(rN!6-c2q
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-164-rrb!$#Ad!N!6J"[rr)!-!"J!*!!!!")!!!!N!!!!%J!!!!3!!!!5!!*!&i#,rr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:165:$#Td!N!6J"2rr!!-+V3!#!!%!!!!%J!!+``#3"1!$rrm!!`V6!*!%m!Err`!$#bF
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-166-!N!6`"rrr!!-,T!#3"!'!!!%!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-172-d0H&(3!,YffVR(5&eZJ$b!!3!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!&B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:173:!!`!!!!X!"3!12rf[S09lY$AK4d!#lGYUjadKGES!#!!$!!!!#`!%!"%rr1bM##J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-174-4R&NN3!1,YXK)Bme$j3"@!!!!+!)!J!!!!`Cf-Li`,M%D8hPYB@jdC@-J4h*PBA4
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-178-!!,i!!Irr!*!&9SG-!!(rr`!!!"i!9SL`!!(rr`!!!*S!9SG!!!(rr`!!!k!!9SF
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:179:N!!(rr`!!#JJ!9SF`!!(rr`!!#K!!9SKm!!(rr`!!#a3!9SFd!!(rr`!!$3`!9SF
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-180-X!!,rr`!!$T!!!&D(',rdrrm!!!km!&D($#QJ:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-15-MG'%JCQPXC5!SFf&fC@3JGfPdD#"0B@0%Ef-T!!%!#J#3"!-B$k!!F3!D!$m!0`"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:16:&!$S!2`!h!%8!0`"#!$S!2`!h!(!!'J!r!$F!43!k!$m!0`"&!$F!3J!k!$m!0`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:17:"!!S!1`"$!%N#-`!k!#N!*@%JFfeKE'`J3@0dB5"QD@aP)#KcBACPC#"hDA4S)%e
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-18-KBd4[BbN!!!%!#J#3#6)!5B!#!&GrrJ!k!!3"!!!U$J4LEfaN!!3!!!!T'!%J!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-19-%!J!!+3-'DA4KE'PM!!3!!!!T'`%J!!!%"!!!+3-*G@jNCA*XD@jP!!!"!!S!N!3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:20:$'!qJ!(%!'J"0!$F!8`!k!%d!0`"6!$F!8!!k!%d!0`"`!"S!63!h!&-!1J"0!$F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:21:!8`!h!&!!1J"0!$F!!3!+!%N!3`"A!M-!1J!%!3!!+!"6!%3%BQpXC!!!"!!!!#N
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-22-B!5!!!!3#!!!T!`CTG'&XD@-!"!!!!#NE!5!!!!3%!!!T!`PeEQ4PFQaTEQ8!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-23-!#J#3#6)!9i!#!'9rrJ!b!&H!!J"VIri!"!!!!!d!%J!S!'B!4!Sa1#"`EfPZG(-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:24:J!!!0!!`!+8d*-6)JF'pTER4c!!!"!!S!N!3$'!qJ!(%!'J"E!$F!B3!k!&X!0`"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:25:K!$F!AJ!k!&X!0`"`!"S!@`!h!'%!1J"E!$F!B3!h!&i!1J"E!$F!!3!+!&F!3`"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-26-V!M-!1J!0!")!+!"Q!%3+-6JJF'pTER4c)!!!$3!-!#P0#6%b)("[D@jdF`!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-27-+!*!*-J"VJ!)!Ihrq!$)!Di!#!(YrrJ!X!!S!&JG$Eh9bD@9b!!-!&J!S!(F!4!K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:28:$Eh9bD@9b)!!!!`!!!#Ni"d0SD@0KCfm!!!%!#J#3"!-B$k!!F3!D!'m!0`"e!$S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:29:!E`!h!(8!0`"b!$S!E`!h!(!!'J"[!$F!G3!k!'m!0`"e!$F!FJ!k!'m!0`!"!!S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:30:!D`"$!(X#-`!k!!-!&J!S!(F!4!K$Eh9bD@9b)!!!!`!!!#Ni"d0SD@0KCfm!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-31-!#J#3#6)!Hi!#!)YrrJ!k!#J!K`"8"f&Z)'PdC@d!!3!+!*!%!aJ2S!"a!"S!I`"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-32-(!)8!5J"r!%F!K3"(!))!5J"r!%F!F!!D!(m!4`#&!%S!I`"(!)8!4`##!%S!I`"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:33:(!!%!#J"l!&-!L`)c!$S!+3!(B@iJDA4PE3!!r`!!!3$fIE")r(i!3)c-CEVmIJ"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-34-!l@9%m9lCbjS!QIhE!2a`$JfVhXcMm4-Mc-#p)rJr0fkV*&TpP'B#4Z85)L$rCJB
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-36-iGf9@5llBLJ$+Ca(-l@IN*@J%D9K9"'i3T(&0#IS%E[f3!,h!L84RrGZi95Nil'F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:37:4`*aR5$3iDNr28D4LcjQ$YjE0X@QNG!`h++"R&VMfGN3SAj&`$(&R%8#NB45!-Q%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-38-9)LGK+2VdB4C84NHm8pFI,AKXB5M)ef%SqNUbbM46CaC-rS)',$X%D8`'KHF%rfF
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-27-!!!!f!!!!0J!f!!!!0J!"!#"CM`!"!%J!!3&`6UeJ%L"I)"#`VICBCKS[$$m&-!C
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:28:53$m!-!D3!%3r!(!!(`"1ZZrD%`!!B3#3$K1klm5k4f0)F!!`"NU!CLT`!$!()'h
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-29-fY0#!)J$5JG#"FJ!b-!J%5S&Q%#m-2`F`"j!!46m!6VV`I'!@,``r"h!!-!Gb!$)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-31-cR"eZrrN0!3d"$3%0!3$F!0i!i!$L!1i#!!!N!!!!0J!!!$B!0J!!!$B!!3!S!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:32:!!3&`!!%"R3!#!BiJA`'G!Chf@'BD,``r"6!'8N!r!$!'N!"%2`"`!"m!6VV[fK-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-33-!!'%!N!i6ZZr%ZNGM5(!!-!C+J'BUF!!`"b"YpV63J#)!dS(3JA)!-M!)"%U"CK!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:34:[$$m(-!H3!%8r!%kkm(aJ&Lm-2`G`!$!(FJ!b"C!!J9*!2`"1Z["N9Bm[$$m(2`9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:35:`!4m!6VVp8Lm-2bhf@$mYpPSr"6m%(blrrdkkmj`GE[rj$3%0!3d"G'KP)'C[Eh4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:36:PFJd"!!!"!!1`!!!%X!$N!!!&P!$Z!!!"`!!!!ki"$3!-!!!!)5!!!!!#!*!&!J#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-37-3"!%"I`&%!*!%!Dd",!!`!!!!)5!#!!!!J!!I!!!!J!!I!!%!L!(X!*!%!Dd",!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:38:`!!!!)5!#!!!!J!!I!!!!J!!I!!%!L!(X!*!%!l$rN!3!A"Q8!!%!!`!3!&`CN!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-39-!!3!3!!!#)!!!!L!!!3&)!#!!N!3"i!!"!UJ#G3!!,`%[#`&J!P8!(`!3!8J!9J%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-40-d!'8"03!"!!%$+!!!!S3!!2r`!*!%!aJ#C!!!!%J!!!")!%J!!!")!%J!!!")!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:41:!!3"F'Ca#3!"aFHS!FA(U!(&akJ#3"J1Z!!!$VJ&%!!!#(!!!%`!!B3#3$K1kl`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-42-")!!q!!!$)!"B!!!#)!"a!!!%)#X"!!!%)$%"!!!&)!#39J%"!Im"N)J!A"QB!!%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-5-N5KKcG@*UC@0d$3eXD@GZC5!b$A0eBQTPBh4QJ"9l8J"d!bi!!!QBr`#3"Iq3"!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:6:1*j)!#J#3"8iT&!#3"XeH&l8!!!$lrrmJ%J"d$E`!!2m!!(3$5!!3q*`!!!!"!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:7:rr`"p)")!G925!!$rr`"p)")!G925!(3$fJCKGA4SEh)H!!)N$3#!!!"!J1D53)$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:8:JaJ"d$E`!!2rr#$%Z-#KbCABTI5!5!!-4[J"eCF`!G!3X!(dJ%J"d""S3FQ9YBA*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-9-V$3eXD@GZC5!b$ImJ!!!m[6JJ"!!$!!-4[J!!#+!!!)!fAm3!@J"e8p)!#8m)!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-25-!N!F"!*!@)!#3&!%!N!S,#`X!N#3"!!%!!3!"!!%!N2m!N"Arr`!#!*!)"NC[Eh4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:26:PFJ#3'`'i!mS!!!!$!!!!$!#3"`%!N"BJ!*!8!3#3#JX,#`#3*!%!!3!"!!%!!3#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-27-3r`#3&Irr!!-!N!J&5@jNCAJ!N"`"Z!6)!!!!!`!!!!`!N!F"!*!@)!#3&!%!N!S
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-39-r!!X!N!J)5'9KC'PZCcB!N"N"Z!c*!!!!!`!!!!`!N!F"!*!@)!#3#"J!N!X"!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:40:+#`X,!*!N!3!"!!%!!3!"!*$r!*!9rrm!$!#3#!C96'PcG$%!N"X"Z!h*!!!!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:41:!!!`!N!F"!*!@)!#3#$!!N!X"!*!+#`X,!*!N!3!"!!%!!3!"!*$r!*!9rrm!$3#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-42-3#!C96'PcG$)!N"X"Z!l*!!!!!`!!!!`!N!F"!*!@)!#3#%J!N!X"!*!+#`X,!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-43-N!3!"!!%!!3!"!*$r!*!9rrm!$J#3#!C96'PcG$-!N"X"Z!r*!!!!!`!!!!`!N!F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:44:"!*!@)!#3#"J!N!X"!*!+#`X,!*!N!3!"!!%!!3!"!*$r!*!9rrm!$`#3#!C26'P
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:45:cG$%!N"X"Z"$*!!!!!`!!!!`!N!F"!*!@)!#3#$!!N!X"!*!+#`X,!*!N!3!"!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-46-!!3!"!*$r!*!9rrm!%!#3#!C26'PcG$)!N"X"Z"(*!!!!!`!!!!`!N!F"!*!@)!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-55-!!`!!!!`!N!F"!*!&`!#3%b3!!`!!!!`!N!F"!*!%!3#3&#3!!`!!!!`!N!F"!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:56:%!J#3&#3!!`!!!!`!N!F"!*!%"!#3&#3!!`!!!!i!N!F"!*!C*!!$!!!!%!#3"`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:57:!N"NN!!-!!!!5!*!(!3#3'53!!`!!!"J!N!F"!*!C*!!$!!!!#3#3"`%!N"F"!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-58-%%9`!!!#J!!`!!!!-!!!!!J!#!*!%rri!!!"1*2J!N!6rrJ!!!%iP!*!&rri!!!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-70-&Rb*&!*!*db*&!*!)!3`L43#3[J&J)!#3&!%!N!S,#`X!N#3"!!%!!3!"!!%!N2m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:71:!N"-"B#!!N"3"!*!+#`X,!*!N!3!"!!%!!3!"!*$r!*!5!`#3"!B-!!!!E!!0!!F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-72-!"!!-!!S!!3#3"8iL-!"1)L`!%!!!!%iNc!"1*0J!6L(3!%iN0!"1)M3!6L)m!%i
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-75-!4))!N!B(!(i!!!%L!!!!p!!!!BS!!!!,!*!1!BS!!!"q!!!")J!!!23!N!G1++!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:76:!!3#3"85#!*!'#!#D!!!"I`!!!6!!!!)$!!!!$!#3"K!!N"a1+,`!!3#3"85#!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:77:'!`()!!!"@!!!!I-!!!'-!!!!$3#3"L!!N"a1*p!!!3#3"85#!*!'!`&$!!!"I`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-78-!!B%!!!'F!!!!$J#3"P'!!*!E6LC`!!%!N!9%JJ#3"J-"BJ!!!8S!!!),!!!"I3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-82-GZ`)G)N8#N[AX!*!%!N`B-3$P)N8!!3#3"I8!6LLF!%iNE!!!!$3b!3!!!!%!"3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:83:i!!!#S2AX!KdL43+`pH`!#J!!!!`!!!$P)N8!!3#3"diQI!"1*q`!!!!d)J%!`2r
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-84-r!!B!4Yfl!V$el!)G)N8#`[AX!!-!!!!3!!!"eN5+!!%!N!G1+*J!6LMd!!!!0#)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-105-&6LNS!*!%#J!!8h4TBfYTCA-!N!30!!#P)&0SGA3!"3#3"!D9!!!#%!!6!#d!#!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:106:!!%!!!3#3$3-!!!!"!!!!!`!%!!)!!!!$!!S!!`!!!!-!%`!%!!!!!`!D!!8!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-107-$!#!!"J!!!!-!+J!(!!!!!`![!!J!!!!$!$-!#3!!!!-!3!!+!!!!"!!!!!X!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-114-MG#""E'`!33!!#84eF'aTBf&dC3"%!!!",3#3"!4'D@jN!"X-!!p*ER0PFR3J9Q&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:115:bD@&LE'8!'`)!$%PZFf9bG#"#FQ9KD`!E!`!+3Qp[Db"8EfpXF`!E"!!",3#3"!e
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-116-(Eb"dEb"3B@F!!!)3!!S!0J!)!!!!3!!"!*!0"J!"!*!&"`!#!*!&#!!$!*!&#3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:117:%!*!&#J!&@!J!6J!,!!B!!!!"!!`!#&J)!%i!$3!(!%EGZ`!1!!N!!!LJ!!!$(!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-118-1&F3!Jrq3"!"3506rN!3%4QpZG"K"FQPKE#"09#"$EfjNC@jcC@3J6'PRD(3!N!3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-152-3"!S!!%j[G'8J8'&N!*!%&3!!8Q9MC@jd)%&`F'aTBf&dD@pZF`#3"")!!&*PBf9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:153:ZG#"%Ef0eE@9ZG(-!N!33!!"5C3!!!*!!!!%!$`!)!!!!%!!"!*!(#`#3$!X,#`#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-154-3*!%!!3!"!!%!!3#33e!!!3!2!!3!!!!3!!%!N%F3J0e[kFe[J(2VJSkkMT*33!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:155:)!*!&$!#3"3J!N!8-!*!&#!#3"3`!N!8)!*!&$!#3"3J!N!8-!*!&"`#3"!')!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-156-!5!!#!!B!"!!B!!J!!3#3"!)#!!3"!!!$!!!!"!"1*i3!6L)J!%iRL!"1*i!!6L4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-157-3!*!E-!!#!!!!%!!!!!)!!3#3#8iNU!#3#`%!6L5m!*!,-!!#!!!!%!!!!!)!!3#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:158:3"`)!6Ld!!J#3"!%!N!8$!%iNZ!#3#c!!!`!&!!3!!!!)!!%!N!P!rjN!JImb!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-159-A-!!$!!8!"!!!!!J!!3#3#9,rQ3#Prc)!N"GJ!!)!!!!S!!!!!3!#!*!%rri!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-166-!N!!!!!!"!!!"!!!!%3#3$%iRp!"1*V`!$`#3"@!!!!"8!!%!!!"%!!!!!3!"!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:167:&!`!$"NGPEQ9fB38#'`!%8b)!N!D!6MD8rrX!!%PA!(3#&LLN!!&B#!"c3J!!6LL
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-168--!%i!!!BM$E`!N!D%@J!+!*!%!T!!!!!!'!#3$8iXl!"1)L3!N!FU!*!*!Irr!%i
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MaxWrite_1.hqx-7-!!"B!"!!A!!!!(J!&!"m!!!!Srrm!!!"X!!3!%!!-!!%!N!X"!"!!$!!"!!!!$!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MaxWrite_1.hqx:8:3"`%!%!!-!!%!!!!-rrm!N!8"!"!!$!!"!*!%rrm!N!8"!"!!$!#3"3crr`#3"3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MaxWrite_1.hqx:9:!%J!1!*!&$[rr!*!($!!3!!`!%J!1!")!$J!!!3!!!!(!!!!!`!!!!)F!)jlm'i`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MaxWrite_1.hqx-10-!!!!F!&S!!P0dH@`!!!!D8h483J!!!#C-ENKP!!!!-J!"!*!()jc8!!%!$`!!!%!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-11-#Pc![!"3-3!!,BPc33$!l!!C1q`!#!"J!)J!b!$`!8J"5!&)!5J"5!&)!8J"5,`S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:12:[!dkk#cjJ-&P2,`S[!dkk%!)J(bk!B#![#Lm$6VS4LQ!@,`S[!cm[!#*1ZK'`B!J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-13-[#Lm$6VS6%#pA!"aB6dcI"!JJAdr[!!a1d&92)'m!"L*[!!S`+3!#X'J!!QBb)'m
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-21-'d%-e3!!'6qm!-NcI$(JJAdr[!!T1d%MR(M"2lrqZ(#m!EN)[!"%[,`"b)&qJ+8S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:22:'C`!!eL"[!()N8&P25(J!6L!IS5)ZL#"I*8J!(#"U!"`J8$&U!")!4P92UC3`(b"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-23-U!"`J8$&!!%KC6kMB)&mLDJ!F)P%M5!!B@8qSf#"I)QS!(#*4)dJ!1&P2U0JJAb*
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-32-F)P%cD!!5!%C)E`"#,c`!!Irr,c`!%3!2U+G)E`!kF!l33cm!2c`!!A!Hd%-r!$m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:33:m!"'STdK[!#*`(G"$2`!r2!!"F#h33cm!2c`!%DLR5'm!%R!Xd%-r!$mm!!&`20"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:34:$2`!r2!!4U+G)9h!ld%-r!$mm!!%`!`C!!-3r!$mm!"'STb"[!()J8#"S!"`J8#&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:35:A!!JKE`!%!!a)E`!D-!-'3!$$2`!r2!!"-!-'3!$62`!r2!!4U+G)E`!U-!-'3!$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:36:52`!r2!!"-!-'3!$L2`!r2!!4U+F[,`"b5'm!6Mm$6VVm##"[!()J8#"S!"`N8#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:37:[!()J8#"S!"`J8%KS!""`!Y"[!%`r!$mm!!%`,`"%98!r!$mm!"'STb"[!()J8#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-38-S!"`J8#pS!"!!-LpS!"3!0L"[!()Q8#4,8)T)E`"#2bS!!Mm5U+K)E`!k2bS!!Mm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-43-3,bJ!*+MG)'X!(#"3,bJ!,+MG)'X!(#"3,bJ!-+MG)'X!(#"3,bJ!0+MG,fX!#!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:44:),fX!$!!-)'X!(#"3,bJ!'%K[!!bShb"V!"`J8#mS!$K)E`"'U0mJD`!F)&![+!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-45-S5'm!2UMI)'X!(#"3,bJ!)%K[!#DShb"V!"`J8#mS!"a)E`!@U0mJD`!F)&![+!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:46:N5'm!(UMI)'X!(#"3,bJ!,%K[!#kShb"V!"`J8#mS!$")E`"1U0mJD`!F)&![+!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-47-d5'm!0UMI)'m!FL"3,bJ!(#"IS#S[,`"b)&qJ+Kp[!"%!GNr[!&*-h`ai)&p36dl
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-51-!#Nkkrh"`"Y"[!!Sr!$![!!jE3$m!U*-r2!!"U)Fr2!!*U)Sr2!!"U)P#CkL),bm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:52:!(+L%98m[,`!HU)``(h)'dQm!#Y*!A%%r33!+-#m!$&Y!8d"E3$p!!!K)E`!)2bm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:53:!$Mm[!!j`#G"[!")r!$![!"*D3$m!U+Fr2"125'm!#Nkkr[)[#UKj,`USf8r[!"!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-54-NAb"I8%p1d%MR%$"2lrl`*'m"+#"[!53ZN!![D!!%!!4C6kMB)&mQ5#m,U(T)9kK
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-62-!!3ir2"155'm"#Nkkr9K+,`%LCbir2"1))&)JD!!F)&")D!!)6VVp2Mmm%iiJ8L"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:63:S!"`J8#"S!$!J8%KS!!*1Z[dN,`ZSH5m,U0P2l`%360m-##"I6qm!$%l388mJE`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-64--,T!!,fJ!"!!%5&HSF%K[!!5SF#"[!"!JPb&[!!3!"&"2,Tp1G8MR(L!NE`!H1Lm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:65:!($`[!"Si,`!B0JCJ),T$CJ`[#Mm$(c`!!DP&B!J[#Mm$3LHT43a$IrpR"P*$YN4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-66-[h%cI"(JJAdr[!!T1d%MR($*2lrrJ1Lm!5KJ[!%3QE`"!*'m!2#"[!&![8!!B,fJ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-67-!"!!F5J4R"MBm!+9J!RB55&G)E`!F6VVr9#p[!!3!(#p[!!J!)%S%@%pR2NK[!!k
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:68:SG$(&#kC+,`"'C`j)E`!5UNJ[,`!5U(0J$%K[!!UT%#m[!!USFcm&U)Fr,`")U)S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:69:[#cm55'm!(+P$,`Xr%Mm$U83[#cm52c`!!992,`ZT8$!I2`"1Z[m36Hm!'&P2,`X
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:70:`&Y"[!&3r!$!Z!!,3E`"B2`!r%UJ,)"mQ!%S%Caa#H!ZQ3QHSKd*RU)S[,`!1U(-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:71:[#cm52bm!(+P%5S0@`%3!(d!!#8U$C`T96bm$U'X`(c5!(fm!#3"86qm!)%cI6$J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-72-JAdr[!"K1d%MR($"2lrlU+Lm",P92UC3`(cJ!)'m"-L"3)'J!(#"32bJ!5+QB*'m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-73-"-L458)Sf+J!'"%-!e!4$!""83e92,bm"0%*R3LG1Z[Bm%"pR8L"[!6)J8#"S!"`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:74:J8$pS!%B"&$"[!43J#&1!iBJJE`%b)&!JD!!F)&!JD!"!dF"$l`!8)$`!!!%!SLj
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-75-)E`!8)'m"0L"3)'J!(#"35'J!%%kkqcS[,`%b)&qJ+5"[!6)N8#!&6VVcU!25!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-83-)9kPb2fS!%J%8,bS!(#"IS#NJDJ!F)&!JD!!d)&![D!!#!!`[D!!'!""96dK[!!i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:84:`,`!)N!"[!"4C3$m!,c`!!`!#2c`!#5"U!"`J8"mS!%9#*b"U!"`J8#mS!$a)E`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:85:U6VVmI"!IC`!!a$!U!"+`E`%8C`!!Z$9[!43!%L"[!6)J8#"S!"`J8$&[!43!4Lm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-86-[!6*)E`!)2`01Z[,%*NT3LdK[!!3r+`!#F!,38cm!U+JJDJ!F)&![+!!`U0dJDJ!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-97-U!"`[%"mm!!&#*dkkpqi[,`%b)&qJ+Mm%UCK2l`%@60m-1#"I8%p1d#m+A8p96kQ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:98:8-"mqJ#"[!")J8#"S!"`J8$mS!%LTQ#m[!")JAk!T)'m!%L4398m[,`!3)'S!(#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-99-3,bJ!-+MS%"pR(Lpm!!!!J3!#)'m!%L"3)'J!(#"3)@m!$J"+B!!"(&92,bm!%#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:100:U!"`J8#mS!#LSk"!IC`T`)Lp!!!*J!!$m98m[,`!3)'S!(#"3,bJ!(+MS%"pR#R!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-101-8,d!!!Q!!!0a96bm[!"!JDJ!F)&![+!!NU1J3(fF+F"8[3!!#B!!![&92,bm!%#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:102:U!"`J8#mS!$5Sk"!IC`T`(Lp!!!*J!!#F98m[,`!3)'S!(#"3,bJ!1+MS%"pR#(!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-103-I,d!!!Q"m98m[,`!3)'S!(#"3,bJ!)+MS%"pR#(!J,d!!!Q"H98m[,`!3)'S!(#"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-108-)jam`6qrraL4[!&SJE`"H,e!!-LpS!!3!0LC58)Xf+`!'"%-!e!4$!""83b"52LJ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:109:!&L"52#J!&$S[!$3J8MJS!!VB3ck'5&G)E`!%2c`J$URV,ha!"Hi!!!T#V`!13Qm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-110-!%M!(8d!r3!!85'm!&%K[!"Jr2#!1UHY)E`!+5'm!'$mm!!DTkc!&N!"%"%!!3&K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:111:!2d!!(NK[!"j)E`!L2c`J$URV5'm!&%K[!#)r2!!%UHY)9dK[!#)r2!!!UHX[E`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:112:H!#J[E`!L!#`rE`!Q!$"96e92@8p)E`!`U%3J(bm!U'``(dM!,`#SDc!I1!!J8L"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:113:S!"`J8$&%!%BJ8M&%!")[#NK[!$Br!dkklDK)E`!b)&)r+!!+)&*`!Y"S!!Jr!+L
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:114:S)&)JD!!F)&![+!!`U0dJ8L"S!"`J8#mS!$")E`!fU0p2l`!k60m-q#"I8%p1d%M
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-115-R(L"2lrlN,bm"1#"IS#NJE`%i)&![+!!F)&qJ+992UC3`(c`!)'m"1#"3)'J!(#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-116-32bJ!5+QB)'m"1#"3)'J!(#"3,fJ!5J!))'m"1#"3)'J!(#"30LJ!4L"[!6JJ8#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:117:S!"`J8#"S!$!J8#pS!!)"&#pS!!B"'#"[!6JJ8#"S!"`J8#4S!$!JE`%i)&!JD!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:118:F)&!ZU!!),fJ!$!!%5&F[22r1rq+SU5"[!6JJ8#"S!"`J8#pS!!J"$#pS!!`"%$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-119-[!!U3!'m"&Y"[!3j53$p!!3i`,`%DN!"[!!Sb,`%5NN!r33%5@8m[#Lm[!"")E`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-120-B5'm!%$mm!!&)H!!!U38J(bS!98m["DKV-"mi!#"[!6JN8!a%XH"[!!#@5'm"&$m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:121:%3QHSU%K[!43[,`%m6VVpK#"[!6JJ8#"S!"`J8,CS!%CR!!$!,bm"1#"[!6`J8#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-122-S!"`J8%KS!!JI2!!"(c`!!8kkmc`JE`%i)&!JD!!F)&!f+!"'-%-J#&1!iBJJE`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-123-i)&!JD!!F)&!JD!"!dF"$l`!-)$`!!!%!SLj)E`!-)'S!(#"35'J!%%kkmLTJ9#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:124:U!"`J8#mS!$#Sh5"U!"`J8#mS!$")E`%BU0m`3b!)8i$KL#"[!6JJ8#"S!"`J8#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-125-S!%$4`%2[!!`J2!!!!3#L,NK[!!`JDJ!F)&")D!!36VVae#"[!6JJ8#mS!"`JAk!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-140-$E'pcC5"0EhCTC4C6D'ph)&4KBQaP)%pQ)%0[ER4PER4c&NKTC'8J9'&LE'8J6fB
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:141:J3fpZG'9ZG(-"dJ(6!5i"1J%k!!!#+J)U!-X!*`$S!*J4!D!`13%!#J#3"!&@!J#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:142:B!"!!b`!J!1J!Q!$,!#F!k!#B!-X!*`$S!*J!!!i+!Iq!2!(Lr!2`!(lm!!i+!Ir
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-143-!r`Iqr!2`!(lm!!i+!(MKjimq2!2!!"lm!!i+!(KK`iiH2!2!!"lm!!i+!(Kc`pi
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-144-12JI!!"lm!!i+!(Kc`pi12JI!!"lm!!i+!(Kl`pi'2JI!!"lm!!i+!(Kl`pi'2JI
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:145:!!"lm!"%2!(Kl`pi#2`r$i"jrM`r-!"%2!(Kl`pi#,`[(q"jr[mrH!"%2!(Kl`pi
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-146-#,`[22"iHHH2c!"%2!(Kl`pi!,`[2("iFF12R!"%2!(Kl`pi!,j[2(KiBm22[!"%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-147-2!(Kl`pi!*j22(Ki`m222!"%2!(Kl`pi!*j2'(KiJm222!"%2!(Kl`pi!*j2!rKj
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:148:Jm222!"%2!(Kl`pi!*r2$rKjJm22'!"%2!(Kl`pi!)q2(RKl`rr2!!"%2!(Kl`pi
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-149-#)q22(Kl`rr2!!"%2!(Kl`pi#)q21(Krim!2!!"%2!(Kl`pi#)q2H(Kpim!2!!"%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-150-2!(Kl`pi#)F2H(Kpmm"2!!"%2!(Kl`pi#)F2H(Kimm"2!!"%2!(Kc`pi')F2H(Ki
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:151:qm"2!!"%2!(Kc`pi')F2H(TiHm$2!!"%2!(KK`ii%))21(TiIF#2!!"%2!(MKjim
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-152--F)222ji2H12!!"%2!Ir!r`Iiq)rhlrqrrmr`!"%2!Iq!2!(`q)raahqrc`r`!2m
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-157-rN!8!N![rN!8!N!JMN!!M$`J)$`#3"%H3"C!!N!-)#!K(4dF!!04NC'53!*!$#2m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:158:)#'4N4`!!e'4NN!#3!`m)r`J)C'4(!!$8C*'3"!m2r`m)C'4(!!$8NC!&$`rr$`q
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-159-4C%F!!04NNC!&$`m2NC'44`!!e'4NNC!&rj'4N50(!!$8C'4NNT!%rj+5C'4(!!$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-166-'J!!!"S!!!!ErrrrqrrrrrUUUm(p&9F!c)UZB&K&@*!`)[rr'"&BB!`)VJ!-"&F!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:167:$!)T`!`"&Vr-!)NBI!"'-!!!)'!!!"$!!!!*J!!!"`!#3")!!N!RrrJ!"J!-!!cr
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-168-jJ!Crr-!-rrjJ'Irr-$2rrjJRrrr),rrrl#rrrk`[rrmX,rrr,#rrrb`[rrmX,rr
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-171-Xh!!!@'`!!0KZ!!#iGJ!"Z(F!!AKl!!0iHi!#q(f!"[Kp`!AiIX!0q(lJ#rcrB"[
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:172:rrh!Ar2q`0rKrZ#riIpJ[r2rF,rrrh$!!!$`rrrrm$rrrq!#3"i$rrrrqJ%!!!S"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-173-IrrU!ArrlRerrqi![J(ZI,`!lKLjlQi!Z!"Z!,J!EJ#lqfi!Z!"Z!&J!EJ"B!'i!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-186-%$f4N!%F!N!A84`"NC'3MN!#3")N2#*!%r`L3"!pNC!"(!*!&e%F!C'3MN!#3"BN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:187:2#*!%r`L3"!pNC!"(!*!&e%F!C#14N!D*$`J)#!rr#*!%$f4N!%F!N!A84`!MNC!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-188-(L3m)#!q4r`m)#!J2C'3!4`#3"G4()j'3#)N2$`J2NIm2#!J2N50N!%F!N!A84`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-200-,!hGhGhSL,-*hGh-`!!"M#l!hGhGhUUmRGhF`-!!!B`Zl!hH3"+phGh-!-!!!B`Z
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:201:lX$GhGhGrGhF`X$!!!'-,ZlX$GhGhIhGc#l!`!!"M#lZlX$GhGhph-,Z`-!!!B`Z
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:202:lZlX$GhGhF`ZlX$!!!'-,ZlZlX$GhGc#lZl!`!!"M#lZ3"!0hF`ZlZl!`!!"M#lZ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:203:3",!h-,ZlZl!`!!"M#lZ3"3-,ZlZlX$!!!'-!N!``!!"M-j!--!!!CT!-B!#3&3G
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-204-"8&"-!*!'&J"k!)S!f!(3!!%!N!R)!9J!!!!@!#B!(!$Z!9S!!3#3#B3"@!!!!"B
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-216-c,QjPG!eSG(4`1Lm[GhGh,QKcGLjdDA-ZEQ9d,hjRFQ9PEQedELm0GQpTBf8[4N&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:217:B)$)`05ii1$-Z-$-h-`#3"Ci!"J#X!&Q)#(Bd,MFZ-Q3e!!!!6!!#!*!&#3!+!"N
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-218-"3)J#AM!!N!8J!!S!3!&!L!*H-3#3"88!6J"A!3D)(&"bCA0c)#J4)#"`CA*TEf3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-227-!N!9"!&m!93#J"!4%EfjP!*!&#J!Y!"S"*a!!N!BM!!S!03"V"3T0BA4MD#"$BA0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:228:P!*!&)`"Z!$8""3868f9KFQ0S)%&XE#"$D'&`G'9bF`#3"JS!#J!E!#U)"8CTEQ3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-229-k!*!%+!!"!*!&@!%3!'`"5`3#6dX!N!8(!%S!5`&,L!KH-&iaAM*H-`!!!P`!"!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-245-)!!!!5!#3"3J!!3!)!*!&k@!d!*!'&0B!!!!%!!$rN!B!!Gf3"J!#Gj!'!!-LN!B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:246:!r`#3#a!!%!#3"4!!%!!!![(r"`$rp!!"![m)!Im!p3%"![m,![m!!IJ$!`%"![m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:247:2"Im!!3-#!2`#"!-"!3,r#`,r!!(i!`-"!3,r$`2r!!%$r!!'!J)$!3%#r`i%r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:248:"!`$l!J3$!3%#r`m$r`!"!r`!"J)#!`%"![m1"2m!!3-!q`)%!`%"![m2!rm!!32
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:249:m!!B#!J-"!3,r#`,r!!(i!`-"!3,r#!(r!28"!3,r#!(r!28"!3,r"J$rm`)!r`,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-250-ar`#J!)-!r`!!!AS"HJ#3"4!!%!!4![m-!2q3"!#3#4!!!!!3!*!(S!##!"i!!3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-252-!!2q3"J!"hC!'!!*hN!B!!b+3"J$r!*!,%!!3!*!&%!!3!!!#mIm(!2rd!!%#r`J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:253:"r`$e!3%#ra!%r`!"!!2p!3%!!ri"!3,r%36r!!%!!ri"!J!$!ri"!3,r%!Ir!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:254:!!`%"!2i$rJ%"![m2"[m!!3!$!3$p!ri"!3,r$JAr!!%!!`$m!ri"!3,r$`Er!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-255-!!`%!r32q!3%#ra!(r`!"!!-"!3$q!ri"!3,r%36r!!%!!ri"!J!$!ri"!3,r%!6
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-259-"hC!'!!*hN!B!!b+3"J$r!*!,%!!3!*!&%!!3!!!#mIm(!2rd!!%#r`J"r`$e!3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:260:#r`d"r`$l!3%!!rd"!3,r$J(r!2`"!J!$!rd"!3,r$J(r!2d"!!$q!rd"!3,r$J(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-261-r!2i"!!$p!rd"!3,r$36r!!%"!2`$r3%"![m1!Im!rJ%!!2d$r3%"![m1!Im!r3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:262:!!2i$r3%"![m1!Im!r!%#!!-$r3%"![m0!Im!q`%"!!2p!3%#r`J"r`$e!3%#r`J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:263:"r`$e!3%#r`B!rr-#!2m#mIm!S!#$!2m!!!&H!9i!N!83!"!!%3,r$!$rN!3!N!N
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-264-3!!!!%!#3"k!!JJ!H!!%!#J#3"4!!%!#BJ"!!N!83!"!!N!P)!!!!5!#3"3J!!3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-266-!%!!!![(r"`$rp!!"![m)!Im!p3%"![m-"Im!!3%!!rN"!3,r$3Er!!%"!!-$qJ%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:267:"![m0"2m!!3%!rJ2l!3%#r`d%r`!"!3$p!r`"!3,r$36r!!%"!2`$r3%"![m0"2m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-268-!!3%!r32m!3%#r`d%r`!"!3$q!rX"!3,r$3Er!!%"!!-$qJ%"![m-"Im!!3%!!rN
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-271-3#8J!!!")!*!&#!!"!!J!N!ATCU3!N!BB2`!!!!3!!2q3"J!"hC!'!!*hN!B!!b+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:272:3"J$r!*!,%!!3!*!&%!!3!!!#mIm(!2rd!!%#r`J"r`$e!3%#ra!%r`!"!!2p!3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-273-!!ri"!3,r%3Ar!!%!!`2q!3%!!ri"!3,r%32r!!%!rJ-$!3%!!ri"!3,r%!2r!!%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-275-!!3$q!`-"!3!$rJ%"![m4"Im!!3!$!ri"!3!$rJ%"![m3"2m!!3!$r3%"!!2q!3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:276:#r`J"r`$e!3%#r`J"r`$e!3%#r`B!rr-#!2m#mIm!S!#$!2m!!!&Q!@B!N!81!"!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-277-!%3,r$!$rN!3!N!N3!!!!$J#3"k!!JJ!H!!%!#J#3"4!!%!#BJ"!!N!81!"!!N!P
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-279-!"1k3"J$r!*!,$J!3!*!&$J!3!!!'!!(c!!!#"`%"!23$!!)(!3%!p!-!!JF"!3$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:280:d!`!#%!%"!2i$"33#"!)%![d$!!)4#`%!!`-%!J)%!J3#![i$!!)4!`%!!`6q!J)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-281-%!J6q!J)$!`)2!J%!"2d#!J3#"2d#!3-#%3-"!!-%rJ)#"!)%rJ)#!`-#%3X"!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:282:$"!)#"!)%!J,q!`!#%!%"!2i$"33#"!)%![d$!!)(!3%!p!-!!JF"!3$d!`!#![%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:283:#!+!!J`$r!!!!e!$8!*!&"3!*!"%#r``!rj!%!*!*#3!!!!8!N!HJ!))!(J!"!!S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-284-!N!83!"!!Q)!+!*!&"3!*!*!*5!!!!%J!N!8)!!%!#!#3"HPN3!#3"KQY!!!!!`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-292-'!!*hN!B!!b+3"J$r!*!,%!!$!*!&%!!$!!$rrrm"r`!!rrm!!AAr!!%!r`!"l2m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:293:!!3Mr!!&Sr`!"92m!!36r!!%$r`!"8rm!!@Vr!!%Jr`!"8rm#!Qcrrrm(!+!!J`$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-294-r!!!!mJ$b!!!!$3!3!"!!%3,r$!$rN!3!$3#3"a!!!!!3!*!(S!##!"i!!3!+!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-295-&%!!3!*!!J!3!!!!0!"!!%!!!!!%!N!9)!!!!5!#3"3J!!3!)!*!&k@GN!*!'+J)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:296:!!!!%!!$rN!B!!Gf3"J!#Gj!'!!-LN!B!r`#3#3d!%!!3!!!!$3!3!"!!!2rrr`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-297-!![rr!3,r9!%#r`!"![r8!3,rD3%#rfm"![p[!3,rE!%#r`!"![pT!3,rC3%#rf-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-300-m!*!'T'J!!!!%!!$rN!B!!Gf3"J!#Gj!'!!-LN!B!r`#3#a!!%!#3"4!!%!!!![(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:301:r"J$rm`)!r`F"r`,d!3$r"`(r![3"!2m,!rm#!3(i!`)"!Im2"[m#!3%$!J$m!J-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:302:$!3(r#`2r!J%"q!-#!3(r$`6r!J%"!r`!"3)#!`%"r`i&r`)"!3-!q`)$!`%"r`m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:303:%r`)"!32m!!8#!J-"!Im1"Im#!3%$!2X#!`-"!Im2"2m#!3%$r!!&!J)$!3(r#`2
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-304-r!J%"q!-#!3(r"`(r![3"!2m(!Im#p!%!r`,ar`!!S!#$!2m!!!&f!AB!N!83!"!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-306-)!!!!5!#3"3J!!3!)!*!&k@CF!*!'PpF!!!!%!!$rN!B!!Gf3"J!#Gj!'!!-LN!B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:307:!r`#3#a!!%!#3"4!!%!!!![(r"J$rm`)!r`F"r`,d!3$r"`(r![3"!2m3"Im#!3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:308:!!rd"!3!$rJ%!ra%&r`)"!3!$rJ%#!!-$rJ%!ra!)r`)"!3!$!3%!rJ2q!3$r$`I
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:309:r!J%"!!-"!2d$rJ%!r`i'r`)"!3!$!2`$rJ%!r`m(r`)"!3!$!3$p!ri"!2m3#2m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:310:#!3%!!`%"!2i$rJ%!ra%&r`)"!3!$rJ%#!!-$rJ%!ra!&r`)"!3!$r3%"!!2q!3$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-311-r"`(r![3"!2m(!Im#p!%!r`,ar`#J!)-!r`!!!9`"A!#3"4!!%!!4![m-!2q3"!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-314-&%!!3!!!#mIm'!2rc!J$r"`(r![3"!2m(!Im#p!%!r``"r`,k!3%!!rd"!2m0!Im
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:315:#q`%#!!-$r3%!r`d"r`,m!3!!rJ2p!3$r$3(r![d"!!$p!rd"!2m0!Im#rJ%!!2`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:316:$r3%!r`d"r`,p!3!!r32p!3$r$3(r![`"!!$q!rd"!2m0!Im#q`%#!!-$r3%!r``
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:317:"r`,k!3%!!rd"!2m(!Im#p!%!r`F"r`,d!3$r![(r!!#J!)-!r`!!!9`"A!#3"4!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-318-!%!!4![m-!2q3"!#3#4!!!!!3!*!(S!##!"i!!3!+!*!&%!!3!*L!%!#3"4!!%!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-320-3"J$r!*!,%!!3!*!&%!!3!!!#mIm'!2rc!J$r"`(r![3"!2m(!Im#p!%!r``"r`,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:321:q!3%!!rN"!2m0!Im#rJ%#!!-$qJ%!r`d"r`,q!3!!rJ2l!3$r$3(r![i"!!$p!r`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:322:"!2m0!Im#rJ%!!2`$r3%!r`d"r`,q!3!!r32m!3$r$3(r![i"!!$q!rX"!2m0!Im
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-323-#rJ%#!!-$qJ%!r``"r`,q!3%!!rN"!2m(!Im#p!%!r`F"r`,d!3$r![(r!!#J!)-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-329-r!J%"!2d$!J%!!ri"!2m4"2m#!3%!rJ-$!3%!!ri"!2m4"[m#!3%!!`2q!3%!!ri
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:330:"!2m3"Im#!3%!!rd"!3!$rJ%!r`F"r`,d!3$r"`(r![3"!2m#mIm!!+!!J`$r!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-331-28!p3!*!&%!#*!"%#r``!rj!%!*!*L3!!!"!!N!FH!!%!#J#3"4!!L3#BJ*!!!13
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-333-!rj!%QCN)!2q3"'CQ#!$rN!3c-`J!rj!%!!!)!2rrc-crr`J!rrr-N!3)!2rrc-b
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:334:CQ3J!rrr-c'CQ#!$rrmc--c-)!2rrc-`!!!J!rrqCQIrr#!$rrjQCc-`)!2rrQC!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-335-%#!$rrjQCCQB)!2rrQCNc-`J!rrqCQ3!!#!$rrfCQrrm)!2rrCQE-c!J!rrpQCTQ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-341-CQ6-c#!$-c*QC!!!)!-c-CQErr`J!c-aQCXc-#!$-c'CQQCN)!-c-CT!%#!$-c'C
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:342:Q-c-)!-c-CQB!!!J!c-`c-rrr#!$-c$-cc-`)!-c--c1CQ3J!c-`c-fCQ#!$-c$1
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:343:3"!J!c-`c-`!!#!$-c!!!rrm)!-c-!!$-c!J!c-`!!*QC#!$-c!!!CQB)!-c-!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-344-c-`J!c-`!N!3)!*QCrj!%#!#CQIrrc-`)!*QCrrqCQ3J!QCRrrfCQ#!#CQIrr-c-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-359-QCTQC#!!c-fD3"!J!-c0QCM-c#!!c-fCQ!!!)!$13"2rr#!!cN!6-c!J!-j!%QCN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:360:)!$13"'CQ#!!cN!B)!$13"!!!#!!c-`!!rrm)!$-c!!$-c!J!-c-!!*QC#!!c-`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-361-!CQB)!$-c!!!c-`J!-c-!N!3)!!!!rj!%#!!!!2rrc-`)!!!!rrqCQ3J!!!$rrfC
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-451-06VS#'#*YLjj1ZJ)3UD01ZJ+@3Lf,Sc!mU*qR4Lm)-$bKQ+0'XGpR#KYm!!',Sh!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:452:"SCJ`2+R`TdBV5)ZD-$bTmDG'+dL,PM!mUI5R4LY)Lj)`2+R`3IS#D+C(-$bTm8(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-453-k!b5Q4c!mUI4"qJ!ZTNG1Z3!!")K1Z3!!"L4)HJ!L5LhrrfF#3QG#Cdkj!!!@"Pb
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:454:23UG1Z3!!")T1ZJ1-UI3!N!4)ja``@8mQE`!FH!"J!!$N(TXI@`!"(eX!!KpE!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:455:NE`!JeGF@'dL$-!-#3!#!C`i#3`"r&0Y63dT$E2KJjM!$!N!!3'F1-!-#3!!r8N"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:456:)`0A!B0!`!`*!!#"R#J*$!"p53aSEB!i`!`*!!""R%!*$!!pkra6&8d0+3fciB+B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:457:`!`a!!!4LC0"!-$X!"Nll!!)!B!!+!"`!,!"#@)S8r2rr&2crra6E&0YJ!2pk@)S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-458-8r2rr&0X8fa6EB!$rDK6mrkN8r2r`9)S8fa6E8SS8ff!!re38r2qT&2crm&++&0X
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:459:8fa6E8SS8ff!!rc`r2!!2UFP54!a%!!0Y!2mB)%YB6dcI$$K1G5m&@8mLE`!-(TN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-460-I@3!"(eN!!KpC!!-U&h3!B%`5'4!"!N!!J'F-dJ%3!8L!5-$8J'!S(S%I@3!"%!%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-465-1G3#3"%(krrSJM8je3rN!!!3B`2`!%#1)#2"1G6mm!!&1Z[qd9%p)jq$J9Dm!'#4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:466:[!"JJ,BZNC`SJ3$mU!!C1N!"8Me$i#PjCMbmm3dp%46mU!!DTS#!ACKBJ,BZ`CJ4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-467-`$kR*)%!r+J!'6T!!9)pJfNSi#l*R"#"!S'3J9k!T)&mJ8#!)S&8J3#m)-#S!"Nk
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-474-8+e+,Y$mmrrm[+J!))'S!"%k3!&a2*'f,Y#!+CZ3NAdje51F`!(3#6[XL!'!+6!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:475:!!%cI!!a1G53!5%,%`5B"5%2'`04$5%*#3X$"d)*-h`!-6R9)jc!!G!*1qb)!B!T
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-476--33!!60m!$%je*!&#3NK#CK`f!%*!5%"R"S$"0!")3M!$J-%d!#!#60m!$%je0!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-489-SF5m+,cb!!)!!,carrRrqU0j+,BfDC`aC6kNN)&qalIM%C`SJEIK`)&"+8'B15'f
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:490:-&UK4,`S[$+MFB(*+,BfNCf"96bm[!#K)E`!'5'm!&%kj!!!#5"!ICdK+,BfJC`j
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-491-+VIKdC`J[,IKdUKaJ##"Yq(J[%+K45'm!!NK[!!j1Z3!!![![E`!'!!i[E`!+!")
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-498-S!!3!$#"[!"iZN!![D!!%!!3EI!!"r1G#E`!32fm!%!!L6qm!%L"I6qm!$%l3LdK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:499:"6N4-49&"8&"-!!"96b"[!!C)D2rd-$`#"+J@-"mr!&52,Tp1GBK$E'9KEP9`-3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-500-!!%T[!!KR'L"[!!3aE`!)rr)[,`!%6VVra#j[!!41qJ%8)&pF6dl3L%CKD@a&FR)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:501:b!!!!,`02lrq`)'m!A#p3!!3[D!!%!!JJE`"J,e!!$#pS!!3!%%+[!%a"l`!8d2`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-502-!+%MJ2cT96dK[!!i[,Ii8,bhq'%K[!&B`2!J5U"B`(cm!5'm!9NkkrhSJE`"-)&!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-506-miNKS!"#T+NK[!&41Z[k`3Qm!4Q!-6qrrV%([!"4-f&cm2fm!4J"N6qm!8#BI)&p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:507:2l`!-6Y#-5%&14%a&4d0"8&"-!!!!98mJE`!'5'Mrq$!m!J5S&M!I2`"8MbkI6R@
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-508-)3faPB@j9F$-!!!"+E`!)CaSJE`!%-@m!#2r',bm!"%kkrm3ZE`!%6[S!ZL"IA%p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:509:1d)K'B@PX4A*b0!!!!%r[rlSJE`"1,e!!$LpS!!3!%L"[!&)ZN!![D!!%!!4#V`"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-510-#5Lf0QQG`-#hib0"YNj!!5-![3!!)5Um!%QGF3Hm!&Y$m!#K)i$mk98m[,IiF5'm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:511:!$NKi!!4)E`"--$`)*DJ@-"mr!%K[!%K1Z[pN3Hm!&Y$m!#K)i$mk98p)E`!3,bh
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:512:q)%K[!%J`2!B3U"B`(cm!5'm!5%kkrcK)E`"'6VVr#N*[!!aJ$%r[rlT"l`!@60K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-513-Fr$p[!!`!9Nr[!%BJAdr[!!a1d)a)38j%6%916N&38%`!!!"96b"[!!C)D2ri-$`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-521-1Z[r%,Qm!"%lk!6BJAea26Y#)4Q&TE%9bFMJ!!!")jaJ`6qrpXL"[!QBZN!![D!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:522:%!!3JE`*U,e!"$LpS!!3"%N+[!NT+,BfDC`!!k%([!4E3r!!S51!r1P925'm"%#m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:523:YrL`[,Ii`5'm#9$!m#"+S&M!I2`")E`*J6VVrFL"[!NSJ8#J398m["+KV-"mf!%A
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-524-Yq,``+J!-d'f6N!#f3'i!!*4(l`&!-%-J#&1!jBJJ5N(S!"K+F!J#CKi`3b!)8i$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:525:PL#"+3HJ!'$9`#!!!$N*U!""#DJ!5B%4(l`&!5'm!#$"$)!K6J1@))%T"k!!B2c!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:526:)!Nkj!!!"X%([!!a$l`&%F%!Lf&()rr`bf$96!!ieD`!#!"!eD`!%!"*B6cmU!!i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-527-r+J!32bS!%Nkj!!!"U%kj!!!#d%K[!Pj1Z[k13Qm"2Q!-6qrpSN([!4C-f&cm2fm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-531-!##"[!')[8!!3,fJ!"!!83Um!5N([!"c3r!!S51!r1P925'm!%LmYrM3[,Iii5'm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:532:!9$!m#"+S&M!I2`")E`"B6VVrH#"[!%SJ8#J398m["+KV-"mf!%T$E3!!LP922`-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:533:[,ILB6VN!!!0i-"mf!&P22`-[,ILB2c`!#+Jp,em!$#p[!!`!'&922`-[,ILB6VN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-534-!!!0`-"mi!#mYq)4C6h!"d%4)`#m!F!(34%M!,`![,ILB2c`!#DJp)"m[3!!%98m
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-537-36!!!!#m+6qrqj#4[!6!JE`%N,e!"%LpS!!3"&L"[!5J[8!%+,fJ!"!%1)'m",#p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:538:3!3)[D!!%!3C)9bm[!3T1Z3!!!pK"l`!%@%p$lBb-)$`!!!%!SLiJE`%1)&!E8)f
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-539--)'m"&L"3'e#0M4pm!!%"'dK[!4Y1Z3!!!BK1Z3!!!Y"96bm+-$`#"+J@-"mr!&5
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-541-I)&p2l`!36Y#+4%p"48424NP14!!!!&92)'m!"NKSrrJ`2!)%U"B`(cm!9)p96b"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:542:[!!C)D2qi-$`#"+J@-"mr!&5298mJE`!'5'Mr`$!m!J5S&M!I2`"8Me92)'m!"NK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-543-SrmJ`2!)%U"B`(cm!9)mZRdjeL80XC@&Z9A!a-3!!5Qm!#'FD)'m!"$&[!!MrULm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-546-!!LmYrN![,Ij%5'm!D$!m#"+S&M!I2`")E`"N6VVrFN([!$,3r!!S51!r1P925'm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:547:!A%K[!!i`2!3(U"B`(cm!5'm!C%kkrdT+,BfEC`!"#(!$X+m!#'B!!2j"l`!bd2`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-548-!+%MJ2cT96dK[!&a)H!!",bhq5%K[!#4)E`!X-$`+#kJ@-"mr!%K[!'41Z[m%3Hm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:549:!-Y$m!#K)i$mk98p)E`"F5(J!!LmYrNa)E`!N5'm!0$!m#JZS&M!I2`")E`"N6VV
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-550-qd%([!$,3r!!S51!r1P925'm!A%Ki!!-[,Ij35'm!*%K[!$``2!S,U"B`(cm!5'm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-552-1Z[jZ5Um!%QFX3Hm!-Y$m!#K)i$mk98p)E`!3,bhq9%K[!'3`2!B3U"B`(cm!5'm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:553:!C%kkrMa)E`"L6VVpc%*[!!aJ$%r[rjj"l`!b60KFr$p[!!`!FNr[!')JAdr[!!a
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-554-1d)a)38j%6%9%4N&38%`!!!")ja!J6qrrl&P2U0JJAb4)5Lf0SQF!!4T96bmYrPJ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-565-j!!!")'!Q5'm!"%kkm(4J(%kj!!!#f&925'm!"M!m!KZS&M!I0J"J"%kkm%4+,Ic
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:566:RC`$r!%r[!"4-h`3)6R@068&*6N9@48j86%p28!!!6Ud!++"MS$DJ0U!fS$DJ0U!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-567-f5'f-JUKZU2kT%UN`UFa)H!!!UAX[2!!!rrmJ(k!b6Ud!-%kY!%K1V3"!6Ud!1%U
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-583-`G'pcB5"cBh"d9%9B)&5%49K8ER8JE)&ZG5"XJ@je)'b$FfPREL)YK&4&@&4P)(+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:584:%EQa[EQFL,B0XEfjR33#3"#J!N!3S!`!-%!-!S"!$"b33!aAb%!-BJK!$!!`2!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:585:S$`-!3!m$!)!2!`#H$`-!iJm$!4J2!`%i$`-"@!m$!CB2!`'k$`-"c!m$!H)2!`)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:586:%$`-%'Jm$#iS2!`Zf$`--(!m$$8`2!`hQ$`-!$!d$!+J0!`kd$3-2)Jd$&P)0!aK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:587:J$3-Bm!d$!)!-!`$N#`-"VJS$!J)+!`!-#3-!+!N$!%`*!`"m#3-!Q!N$!13*!`*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:588:)#3-%$JJ$"p!)!`!-"`-"$!F$#$J'!`!-"3-"AJ8$!rJ&!`3k"3-&'J8$"E)&!`C
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:589:1"3-'T!8$#&S&!`YH"3-08J8$$BJ&!`h8"3-'+J3$%#S%!`!-!`-!SJ-$"&i$!`8
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:590:N!`-(-J-$"r3$!`N@!`-+XJ-$#ji$!`c!!`-0)J-$$Ci$!`jX!`-1L!-$$fJ$!`q
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:591:f!`-3rJ-$%K3$!a--!`-81J-$&0J$!aA3!`-@CJ-$'3i$!aT#!`-!$!)$!%3#!`#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:592:k!J-"$!)$!eB#!`4@!J-'0!)$"V)#!`Fd!J-(H!)$"m3#!`J1!J-)8!)$#+3#!`N
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:593:b!J-+A!)$#Xi#!`X)!J-,F!)$$$J#!`e8!J-0V!)$$L!#!`j)!J-1F!)$$UB#!`l
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:594:'!J-21!)$$i!#!`r)!J-3&J)$%+3#!a'#!J-5"!)$%Z)#!a0`!J-6i!)$&'`#4B%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-595-@Y%f"&3C0J5,D6B%AQNf"$Xj0J3R16B%"B%f"#%C0J3+U6B%$Z%f"!ZK0J3)%6B%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-601-L,Nr[!3!ZRdjeM%a26NG86e088NP14`!!!%r[rI``E`)),SK)E`!%,bm!"%kkrl4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:602:"l`!)@%p$l`%%)$`!!!%!SLj"l`%%)Qm##L!m!!!"!+)Z6qm#"#"I9%p1d)aA6e*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-603-%9%p69&**6NF!!!"2lrm!)'m""%2AF$mLf&()rra)9amm!!&1Z3!!!&K"eb*[!3J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-609-2l`!360mF1#kI6R@24d984%p058j"6P454808!!![#Nr[rq4)9kKd,bm!,+Kc)'m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:610:!,%SS!'jQH%AYq+3[,`!X-")%3#F32`!`+J!#"%!R%$m!3LHT'bm[!#`I2!!"U3J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:611:JE`!X)'J!FL"3,fJ!!J!8,fJ!"J!B5'm!"#"[!$")D!!36VVpSLp[!!J!%#p[!!`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-612-!&#m[!$"#*kN)4HhiT#m[!$!r%MmU!!*#*kNE@%pJ0#"[!#`JD!"b)&![D!!#!"3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:613:[D!!'!"K)E`!%)'m!-%KS!""1Z[e5,fm!#!!3,fm!$!!8@%p&l`!8,bm!+$!U!!D
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-614-3!'S!!Mm!-#S!"*!!8Mm!U)![,`!N-#m!%T!!E`!D2`!`,`!5N!"[!"Sr!+L!,aH
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:615:SFdr[!"`NAb"I6qm!$%l3L%G&9&088P9$!!!!51F3-%r[rpJQE`!q,`Y)E`!N5'm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:616:!,%kkrXj&l`!k5'm!'$!U!!+3!'m!+Mm!-"+3!'m!+Mm!-#S!!T!!E`!Zd'm!+Mm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-617-!-"+3!'m!,Y"[!#Sr!+LR5&G)E`!F6VVpQLp[!!3!&#p[!!J!'%A[!"4)E`!-F!V
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-618-3DJ!#d'm!,Mm!F!V38Y"[!#ir!(!+d'm!,M)U!!D530*[!$)r!A!+d'm!,M)U!!5
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:619:530*[!$)r!DLR5'm!$#m[!%+T6L!I*J![#e92,`1SDc!I2`"96bm$U'S`(cm!3LH
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-620-T'dS[!$KR##m,U48[#kKc6qm!+%cI$!JJAdr[!!T1d)a-6d0"9%9A58j%6eF!!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:621:)jai`6qrrj#4[!$im,`!m1#m!1LkYM!i[EB`5!!3Q8LpV!"!!&#pV!"3!'#m5F$,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-622-3E`!)2`"`-Y"[!!`r!%)RU4X[%Kmm!!'T##"V!()J8#pS!!)!##pS!!B!$#m53LH
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:623:T#$![!!k3!'m!#T!!E`!Dd'm!&NM!+J$JMH#0i)hZMGU!iS8f,`!-PQm!#*C[!"M
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-624-@E`!8$%-!%fm%GK0J%M"$)!MJL1#)i)MZL0#)iS!f!$!'$%!!#@)!!)l33$!l!!C
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-644-99&426J!!51FF!%r[rr)D,`!H)'m!)#p3!!B[D!!%!!T#,`!"5J9R"NK[!!DST(J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:645:"5'm!!UPb98m[,`!%5'm!$+LY%"m@!,B%C``B!dS&C`C)E`!'U+496kPc%"pQdJ`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-646-%!!&Q%%S&C`C)E`!'U+3II!!"!!%IE`!"!#42l`!160m!1#"IA%p1d)P88N&$5dP
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-647-848d!!%MR%$"2lrrb*Qm!)L4[!"j#,`!0-"063'FH98"RBP9!Cej63'F%B!!!h"p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:648:m!!%!$65m!I9J!!$1,fX!#J!#98m[,`!%5'm!$+NX-"mf!$!$@8"R"'!!!+iJE`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:649:'XHm!*QB!!+)[,`!',bm!"NKYq+bT*4pm!!%!$65m!I4J!!#'98m[#cmm!3")E`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-650-)5'm!&Nkkr1i3(aB!5J0R#!a[!#i!#QF)$'m!'`!+CKJII!!"!!d[,`!Q2c`!!Nk
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-652-BEa)[,`!Q2c`!!8kkrLBd[!!"B!3d[2rr(fm!$3!U6qm!$NcI$!JJAdr[!!a1d)a
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:653:69%423e9'58a849)!!!"2lrrX5'm!#+Kd,bm!'+Kc,c`!!`!$U*Y)9bm[!"`r2!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-654-"6VVmY#p[!!3!%#p[!!J!&%K[!"![22rmrrbSU8K[!"![2!!3!"#SX#mm!!%!!DL
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-656-#0@m!%!!%)'m!'L#A-@m!"!!%A%mNAb"I6qm!$%l3L8e"5d9$6da28J!!98md,`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:657:+)Qm!"R,r)&%`+!"H8d!J88(S!'$3`,4`!!"Y#L"4-LJ!AP0"B#4`!G""-J!J88(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:658:S!'$3`E4`%!"Zl#"43HJ!B0$"Y(!3!'`#8d%qJ6pA!!a86b"IA%p1d)G(494-58j
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-659-&!!")jamJ@8mq,`!N,bm!)#"IS#NrEIkm!!*k!(ErH!!JE`!J*&![+J!q)&qJ+A`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:660:"h)0`!G#$*J"C6bmU!$i[!dK[!!p)H!!"5(J!!%Ki!!'Ti#!I*J"`rlD!Ebj96b"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-661-U!$i[%&92,`1SDc!I2`![2))'!"#SY6!ICK"`!G"&1J#k4ec!4!!B!'!'5S0X!RJ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-668-""UKc2c`!!DL(2c`!#DL+,bm""UQ"6VVj!#m[!3DTJbmAU(02l`%1*&p1GBP65%p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:669:A38*2993!!%MR(L!NE`!H1Lm!($`[!"Si,`!B0JCJ),T$CJ`[#Mm$(c`!!DP&B!J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-670-[#Mm$3LHT43a$IrpR"P*$YN4[h%cI"(JJAdr[!!T1d)a$5%Y26Np'4NP848d!!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:671:)jai`6qrrmLC[!$!k,`!Z2#m!,$J[!#Sf"Q!b,`Xr!dK[!!C)E`!85'm!%+Q0*'m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-672-!#VC&CJS[#Mmm!!'TBf!',`T#CkPM$%0rrfF'8N1f4'r+6qm!$NcI$(JJAdr[!!T
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-686-m!!!"!+)Z,`SJAk!U6qm"!%cI"!JZRdjeM8K849K89%p69&**6NF!!#m$6qrkrL"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:687:["3T$l`3#F$mLf&()rra"lC!!XN2[!`)J2!!!!3#L,NK[!J)[2!!F!)"1Z[fD3Hm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-688-#"PK23qm!!L!m!!!"!+)ZGJ!@,`3#3Hm%!K!`-!#`,`!$CJ*63ck$0KGJ6%(["!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-689-3-$!!X#m!!fG%5'm$!N(["!C`!"!`-!!!3!%!2d!#"NK[!JC)E`%+2c`!!Nkj!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:690:!i%([!4"2l`!13qm$!L!m!!!"!+)Z8d--3`!"E+j"l`-#)Qm&$L!m!!!"!+)Z6qm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:691:&!LBI,Tp1GBe69&**8%C*6%9138e&!!")j`!`6qrrY#"[!&a$l`!#F"%Lf&()rr`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-692-bf#4[!&K(l`!#&*-9D`!"!!%PD`!#!!*96cmV!!C#TdKV!!T)DJ!'F!'U8M!I2S!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-701-[!``J2!!!!3#L,Nr[!`3ZRdjeNdG&9&""9%K'8Np04P9-6&""9%J!!#m+6qrqb#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:702:[!84$l`!%F$mLf&()rra&l`%%3US!$%([!!3P5!!5*@m"3!!F3US!-%*U!"C96dK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-703-[!3BJAh!"SQ!qJ$!I2S!rE`%D!!)rE`!#!8K2l`%i*&mJAe"26Y#24d989P*&4NC
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:704:56de3394)!!![#Nr[r[`JE`%13qm!"(!r)YK4b2rm98qTP$!I2S!r,`%BUCK#*kQ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:705:E5Lm"$'F5@8m[,`%B5'm!$+JJ)&mN5'!3@8m[,`%B2bm"'UJI)&mN5,Am!*!%9X"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-706-%!"p!!!-I2!!"UCXr&kQB,`UTSap[!!-"'Nr[!33NAb"I6qm!$Nl3L9*&8d9B590
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-707-88`!!51F!-%r[rm)QE`"+3Lm!!3aY"`#0U'eD*%Y#NN+U!!4&l`!#F$`NJ%+U!!4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:708:#UJ!iB$*96bm,5'm!#$mm!$USMc!ICL"&l`!#$+T"8&"-!""Q%L!U!"5`V`"1CJJ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-709-II!!"!!&J$P92,`Xr2!!iU)m`(fI!(fm!!3"56qm!2NcI$!!JAe"26Y#3!&"56d0
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-717-j!!!$F$!I)'hiF#"3-QJ!!L)*8i(5J8([!!3aJ"J!5N0X!2pf,bhiQ#"IS#T&lIL
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:718:F1LS!"*T5-'f6ML!)8i$3J%(YNkJa[!!"#!!`EC11)!K6J0#!3Hf6U$*`#!!J#91
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-719-!jBJJEIK`)&""k%&)3R!)!(B!H!!JEILB)&!m+!"HGJ"J!!+8)'hiF#"3Z'J!!Q`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-722-*8i(PL5"Yq(!J8%(S38JaJ"J#-'f6ML!)8i$3J%(YNkKb!G*`#!!`EC11)!K6J0#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:723:!3Hf6U$'"#!!`EC11)!K6J0#!3Hf6U$*`#!!J#91!jBJJEIK`)&""k%&)-B-)!'!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-724-!!Ei[,IK`)&qJ+5"Yq*JJ8,CS!&jQ+M"YNiiJ#&1!d)""lC1S-R!)!#!*8i$PL#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:725:Yq(!J8%(S38JaJ`J#B!!"J$"&,SKC6c"$,`J`EC11)!K6J0#!3Hf6U$*`#!!J#91
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-726-!jBJJEIK`)&""k%&)-R!)!#m*,bhiQ$mm!!QS25!IX*GQHM"YNiiJ#&1!d)""lC1
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:727:S-R!)!#!*8i$PL#"Yq(!J8%(S38JaJ`J#-'f6ML!)8i$3J%(YNkKb!G*`#!!`EC1
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-728-1)!K6J0#!3Hf6U$'"#!"`!G"$-'f6ML))8i(5J8(YNkJbF"J!)JP6JH@*)'hiF#"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-731-S-R!B!#)*8i(PL5"Yq(!J8%(S38JaJ"J#-'f6ML!)8i$3J%(YNkKb!G*`#!!`EC1
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:732:1)!K6J0#!3Hf6U$'"#!!`EC11)!K6J0#!3Hf6U$*`#!!J#91!jBJJEIK`)&""k%&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:733:)-B-)!'!),bhiF#"IS#S-3hrrC`K53lC'E`$pDNr[!-a-h`4i6R@+8N9338G&6N&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-734-843!!!%MR(#"2lrrf,bhiF#"IS#NJEIK`)&"+8'F!!)SJEIK`)&!k%(B"B(J`3b!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-743-!"J!#2S4)9dK[!!3r2#!1UHXr43!+5'm!#NK[!!ir2#!1UHY)9dK[!!ir2!!'UHX
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:744:r4J!85'm!&%K[!"Jr2#!1UHY)E`!+5'm!'$mm!!5Tkbm[!"S[,`!D2bm!(%kj!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:745:!`$9!!!42l`!+B')`+J!)8d"R#P0!CbT63'FbB$i`"C!!4%M!)J$JLH#*i)RZLG+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-746-!iS%JEILB)&!bD!!#dSNdJ@!D)'hiQ#"30+J!!Q!1)'hiQ#"3-#J!"T!!4$5!-",
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-750-[!dKYNI9)H!!"5(J!!%Ki!!'Ti#!I*J"+Jfe898mJEILB)&!JD!!q,a"96bm$U'X
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:751:`(cm!,cb#"J!3U,8`(fB`F!(34$J!98m[!kKV-"m`4#))8i%qJ#!m!!!"%Nkj!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:752:%fL"Yq(!J8%(S!4!aP`J')'hiF#"3Z&"R"NU$E!$rF#mYq*JJAk!U9%p-h`!B6R@
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-753-+3d&-3e"*3da23`!!!%MR(MK2lrlN+'m"3#C[!6a#,`!&)'hiF#"32""f!@!!!0S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:754:`3b!)8i!L2!!!!4*1Z3!!"0SJEIK`)&""k!%3dF"$l`!+F%-Lf&()rr`bf%A[!!T
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-755-96cmU!!B[,ILB6VN!!!0`-"mk!&P22bS!"LmYq*Jr2!!)U$dZRbpA!!CC6h!"d%9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:756:)`#m!F!(348M!,`![,ILB2c`!#DJp)"m`E`!')JL5J$J"98m`"0"U!!3r!#"Yr1)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:757:`+!!8"%!!%$m!6VN!!!1J-"mk!#m,2a)r"$mU!!)r"DLR98m[,`&',`ZSV4!ICa"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-758-+DJ!19X"%!"p!!!8iJf!1$%0rrfF)8N1f4Qm!rb3IE`!&!8K2l`%F60mFH#"I6qm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-761-!!!6D)'hiF#"33HJ"%0(!3qm!+("$)YK4b2rm-YK&l`!S1#S!#P922bS!"LmYq*K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:762:1Z3!!!h!`(c`!@8mr+J!',bhiQ$mm!!LS25pI!!J[E`!)!"aC6h!"d%C)`#m!F!(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:763:34NM!,`![,ILB2c`!#DJp)"m`E`!F)JL5J$S"5'm!)$m52`8r+J!#-!A3DJ!%2`#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-764-STbmYq(!JAk!T-%3J#&1!jBJJEIK`)&""k!!J,c!)!#"IS#P96dK[!#*)E`!55'm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-778-J8#*Yq*JL86!T!!L3!&!r!+PM@%mQ(djeN!""4%T98e4@8d056da-3N&5!!!!,`S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:779:[,IL%U9JNEIcL8)T3LLmYq)3`+J!'"%!!$cm!-"*63$m!U9N[,IL%2c`!%$!U!!5
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-780-3!&)%3!!02`#TA#mYq)5T9b"Yq)3J8%KS!!LT+L4I6R@04NPB9P0$8Np-6%*"8J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:781:!,`T46`aY!!'6N!"[@LmYq)#T@#4Yr1*3LP#+,bhiJ$mU!!)`+J!%"%!!%$m!U9N
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-782-[,IL!-#S!"T!!DJ!#"%!!$Mm!2c`!%+PF,bhiJ+PA)'hiJ#"3,UJ!##pS!!`!"(!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-784-Yr1)LEILB)P%MD!!3!!JMD!!8!!`JEILB)&!`+!!1"%!!$b"Yq*JJ8$&!!!iJEIK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:785:`)&!LEILB)P%`+3!+d'J!%#"Yq*JJ8$&!!!SJEIK`)&!LEILB)P%`+3!-"%!!$j!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-786-!D!!5)'hiQ#"3-8!!$#"Yq*JJ8#*Yq*JL860S!!S!!L"Yq(!J8#*Yq*JL86!T!!k
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-799-5)P)`+3!-N!"S!!Jr3!!)5'm!#%K[!!`r2#!1UHY)E`!@5'm!$$mm%!5Tkbm[!!i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:800:[,`!12bm!%%kj!!!!`#p!!!i[#kPJ-"r3E`!L5-#3!+m!$&"22`#TBbmYq*JJAk!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-801-U6qm!)NcI$!JJAdr[!!j1d)p63e*26%a648a&3e4*6di!!#m+6qrrmPP2U0JJAb4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-802-),`USHL"Yr1*)D!!3U(Y)E`!#UA)JEILB)&![D!!)!!B[D!!-!!S`,`!#X'm!"Q`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:803:1,bhiK$mm!"41Z[e#B"B`,`!#X'm!#Qm-,bhiK$mm!"91Z[dU,`USH5m+U0NII!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-804-"!!%IE`!"!"C2l`!1*&p1GBT"99428d056da-!!!!,`SNEIcL8)T3LLm[!!J`+J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-809-r+`!%U+G)E`!)U(X[,IcLU33[#UKj,`USf@"+@8qSf#"I*%J[#UKk*QhmiP#,8)Y
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:810:)E`!)-#X!"J4!!"!r!$!V!!3%3!!32`!r+`!'2bX!"+LR5'm!#+Kl,bhmiUN%,`U
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-811-SH5m+U0P)9dkkrXB[E`!%!!`[E`!)!"")E`!-U5T)E`!%6VVql#p[!!J!%#p[!!`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-812-!&%K[!"#SSdr[!"K-h``!6R@04&*"9e*(8NpA58026J!!,`T2lrrX,bhmiUKc*'h
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:813:miP#+8)S`+J!#"%!!C$m!-#S!"!4!!""53$m!U*0`C0"U!!Br!$!U!!3%3!!38N!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-814-r!+L45'm!$$!U!!B%3!!39%!r!$!U!!3%3!!39%!r!$mU!!Br+J!%U+G+,`!FC`a
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:815:)E`!-5'f-HULPB$*C6bmYrVir2!#"U"mJAbp)!!J[,`!))&qJ+5m[!!K)E`!3U2B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-816-[,`!))&qJ+Lm[!!LTSdK[!!``+J!'"%!!%&*!2`!`+J!%"%!!%&*!2`"`&0"U!!B
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-823-[!!6mh$Y[!!Mmi#mYrXBr2!#!U"mJAb4))!TR!!#D,`SJAk!T,e)!"NK[!!C)H!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:824:'6VN!!!1`98p)E`!)6VN!!!2)-"p53$B!Z%0Z#MB%8d2(r!!)B!*f!%K[!!B`3bm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-825-)6VN!!!1`98p)E`!)6VN!!!2)-"mf!&925'm!#%kj!!!$b$!I1d$mh&925'm!#%k
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-830-AU(02l`!-6R@3!&934%&848e"58jA58j%6eF!!!")ja``6qrp!$JYr1K64!aY!!'
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:831:6N!"[(LmYr3J`,C11d%3r!$mYr1J`,C13!0"%2`"1Z3!!!iK(lBfB4HhmkPP2U53
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-832-JAl(Yr1*Q!!&!5LX!"'F5,bhp!$m5U6N[,Id!2bS!!UNj5LX!"@F+,bhp!$mU!!5
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-835-m!!1T1NSYMCpR&L"Yq*JJ8#*Yq*JL86!T!##`D!!LCJ`[,Id%2c`!"+NkB!S[,Id
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:836:%2c`!"+Nj,bhp"$mm!!@T1LmYr33r2!!'U6T+,BfDCcJ[,Id)2c`!!DNj5&F[2!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:837:@!)"1Z3!!!kK"l`!%@%p$l`)!)$`!!!%!SLi[,Id)2c`!!8K[!JDT4`aY!!'6N!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-838-[!!%X1Lf6N!"f!@!@,bhp#$!$d%3r!+Nj$%0rrfF!!4"53lC&EqCJ!!%'5LX!"'F
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-841-j,bhp"$mm!!5T15mYr33r2!!&U6N[,Id%2c`!"UNj5Lf0QQG5@8qT*#"IXHhia'B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:842:m,bhp#$mm!!'T18K[!3![2!!A!)"1Z3!!!kK"l`%%@%p$l`)!)$`!!!%!SLi[,Id
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:843:)2c`!!8K[!JDT4f!+,bhp#$mm!!'T1JaY!!'6N!"[)$SYNj!!GJ&J&#mYr3J`!p"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:844:%2`#T1Ja$IrpR"P*$YN9[k%r[!`"-h``i6R@18d98689198K*6%P849-!!!"+,Bf
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-845-VCLKC6kNN)&qalIcLCKa+,BfICaBJEILB)&!LEILB)P%`+3!JX'J!)QB),bhiQ+R
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-847-LF!(33dM!8i$PL#"+9)Jb3b)*8i(PL5*+9)NMX!J!'!"53`a$!'0[f'!'F!(38M5
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:848:!-&)J#&1!jBJJ5P5)-Df6MJJ!98m[,IL%U@!`(c"5)JK6JH@*)%T8L$'!'!*-h`3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:849:)6R@+6%p"4&"*3e*86J!!!%r[rIkS8%K[!!)[2!!2!)"1Z3!!!kK"l`!'@%p$l`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-850-#)$`!!!%!SLj)E`%#5'f3!,*)EC!!XNKYN!#bUBY96cmm!)&)H!!!UBB`(ck!6qm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-853-)!#"IS#Y54!a%!$a[hLmYq(!JAk!U98qTP$!I2S!r,C(iUCJ[,IK`)&qJ+6BYNij
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:854:63`C$!)!JEIK`)&![+!!')&qJ)e922bf4q#mYrXSr!dKYrXj#*dkj!!!%#"!ICcK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-855-C6bmYrY!r!kJI)&mLEIK`)P%M5!!')'hiF#"35UJ!"QB)5'm(bNkkrX`JEIK`)&!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-861-J8#*Yq(!L840S!"!!(L"["c)J8#*Yq(!L860S!")!"#m["c+TSb"Yq(!J8%*398m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:862:[,IlLU!d`(cJ!5N4[!!,+)'hiF#"3F!(38#"Yq(!J8$#!)'hiF#"30Lf6MP0$ar`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-863-!C!C$!-M@8&P2,bhqjMm$U"mJAbp)"c*+V`FbC`!#9%A["4`[,`Fb)&qJ+9P2,bm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-865-`(c9!!!K96dK["l"1Z3!!!mJ`(e0!9m"%!"9!!""96dK["l"1Z3!!!mJ`(c9!!!i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:866:[,`HZ5'S!%Lm$)"mLAb"IS#i[,`Fb)&qJ+Lm["c+TSb"+3HJ!%Lp)"kjC6c"U!!i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-867-[#%kj!!!!b#!I6VN!!!B!!9J!!3!3!!B!!3!q!!8!jJ!'!")!"`#m!!J!r!!0!%i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:868:!%!%@98p)E`H`6VN!!!2)-"mf!&925'm(X%kj!!!$b$!I0J"J!!%598p)E`H`6VN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-869-!!!2)-"mf!&925'm(X%kj!!!$b$!I0J"J!!$Z@8p)E`Hb6VN!!!23,em!"Lp[!!B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-870-',PP25'm(XNkj!!!$d#pI!!S[E`!+"LjC6dK["l*1Z3!!!p![A`!1,fm!$JBZ5'm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:871:!%NK["l*1Z3!!!lK"l`!@@%p$l`Bb)$`!!!%!SLjJ!!#)5'm"%NK["l*1Z3!!!lK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:872:"l`%@@%p$l`Bb)$`!!!%!SLjJC%K[!K*)E`Hb6VN!!!1i3Hm#&PK23qm'-L!m!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-873-"!+)ZB%*)E`-55'm(XNkj!!!$Z%([!aCB6d2["M)J2!!!!3#L,Q!J5'm%%NK["l*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:874:1Z3!!!lK"l`3@@%p$l`Bb)$`!!!%!SLj96dK["l"1Z3!!!mJ`(e0!9m"%!"9!!"%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:875:JEIK`)&!b8#!*8i!L2!!!!4*1Z3!!"0SJEIK`)&""k!%3dF"$l`8FF%-Jf9()rr`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-876-`f8U["c*R'#"Yq(!J8!a3!$aR$#"Yq(!J8,K3CJ$p8NU["c*Q%L"Yq(!J8$!38d!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-880-+"@C8F!(34ci!-%3J#&1!)M`!!!%56VN!!!6D)'hiF#"33HJ"%$*()JP6JG+"3qm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:881:(0M1`#!`B!$"%)!K6J#)m!!!"%Nkj!!!%fL"Yq(!J8%(S!4!aK`J+$%4rrfF+8N5
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:882:iE`85E`$r-$S(H!&J!!#D-%3J#&1!d)""l`Ff0M!)!&P2,bhqkMm$U"mJAb4)98q
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-883-TVc!I0J!J#QGH5N0Q@M"%)!K6J1@))'hiF#"33HJ!)#'+#!![,IK`)&qJ+992-%3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:884:J#&1!jBJJEIK`)&""k!!J5(!)!%kj!!!!U$!I0J![,IK`)&qJ+NT$C`K)E`I+6VV
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-885-j9#m+UD0J#%K["mT1Z[P'$%4rrfF)8N5i4@m!rf3r&kQB@8qSf#"I*%J[#UKk2bm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-894-kl#i[,IL%3QHTBdkkk'K1ZZP3,`USH5m+U0N[,IL%U@dJEILB)&![D!!)"43[D!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:895:-"4K)E`88,bhiQ+R65Lf0SfF898m[,IL8,bhiQ$mm!!qS26!I0J!JEIK`)&"+8'm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-896-J)'hiQ#"3,fJ!#!88,fJ!$!8B5'm&&%K["4K#*dkkjPS[,`!#U(02l`Hb60m%q#k
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-899-")VK!S8RU39ATj1Cr[!#3"KIX!K!!!J!!!K!!!"HD51FB!%r[r!!JE`3-3QMqc$J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:900:YNj!!GJ&J4$!$8d!JE`3--8$rl&923LFJE`335'Mrl#"[""3[+2rS2c`!2+RR%"p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:901:R%L"["!a`!G"SrX`JE`3--8$qc!a$IrpR"P*$YN4[Z#"["!a+D2l-EaiJE`3-%A`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-902-!!Ikj)'m%$#mSrp4)H!!"6VN!!!0!B"`JE`3-3LMqZ5"["!`[+2r8,c`!r`!"6VN
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-909-55'm#'#mm!!d!J%kj!!!$U%([!KaB6d2[!"JJ2!!!!3#L,NK[!KJ[2!!1!)"1Z3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:910:!!kK"l`)F@%p$l`%B)$`!!!%!SLii,C13!(B"@%pJ*VCYNijQ$M"$)!K6J"@m!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-911-)!'!+-%-J#&1!3M))!!a$IrpR"P*$YN4[eM![!dk3!'m$5NM!)J$QJH#*i)RJLHL
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-912-*dS$SJHQ*-'m$5Y+)2d%$6Lp[!dS$3Lp[!di$4NK[!d)[22rr!!#SUA!"d'm$5$p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:913:!!dJ`,`03"%!!$cp!!e"`!G"[!d`r3!0-5'm!$%+R2c`!!6mYNj!!U+FrI!!3!a3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-914-`,`03N!"[!d`r3!-@@8p)E`015'm!&#m[!b"#Cbm["'j#*d)R3LFI2!!"2c`!4+R
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:915:R)&m[5!4`1#f6N!"f!@"%-!063$p!"(3`3b!)8i$KL%(YP($4`%2[!eSJ2!!!!3#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:916:L,NK[!eY`!"![!eir!#m["(S[,`4k2c`!@+RR$%0rrfF'8N1f4'qi)'m%F#"3%A`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-917-!4J!N1#f6N!"f!@"!-!063$p!"(3`3b!)8i"+-JJ!Ca3I2!!",bm%GLm["(Br2!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-920-rrrp)H!!!U'!3(aB!B"+TY&922ccrrdK["'5TF"!I&J"+!fF!!AC96dK["'+TIa!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:921:IC`!"8&925'm%BMmm!3")E`-Q5'm$ANkj!!!$)"!I&J"`!$!["'"AJ'Bk98m`E`0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-922-8,`K)E`-Q5(J!)%kj!!!!d"!ICb"+,`0"CaTk!5m["&`r2!!"6VN!!!0)2h`!!34
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-924-FUB&)E`5)6VVlELm["&a1Z3!!!f![,`4FU50J!!#q98p)E`4L5'm$)%K["'5TJ"!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:925:IC`!!U$!["&S-3!!&BJ!!R0"!-$X!"Nll!!)!N!!!$!!-!!`!%J"+HJ&J!!#!1#f
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-926-6N!"f!@!L-!063$p!"(3I2!!",bm%GLm["(Br2!"FUHF-3hrrC`C53lC%EpT)E`5
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-936-!!NK[!3C#CkRY4Hf6NM!59d"R$P0!Caj93'F`98"R3Q"@3GFLE`))3qRbHL!m!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:937:"!+)ZB&C"l`%!)Qm##%2TmRSJ2!!!!3#L,Q"!3Hf1XL*[!JK$kI*k)$`!!!%!SLj
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:938:J+N(YME)LE`))3qRbHL!m!!!"!+)ZB"4"lC!!XL*[!JK$kI*k)$`!!!%!SLi`+J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-939-#9d"R$P0!Caj93'F`98"R3Q"@3GFLE`))3qRcHL!m!!!"!+)ZB&C"l`%!)Qm##%2
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-940-TmhSJ2!!!!3#L,Q"!3Hf1XL*[!JK$kI0k)$`!!!%!SLjJ+N(YME)LE`))3qRcHL!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:941:m!!!"!+)ZB"4"lC!!XL*[!JK$kI0k)$`!!!%!SLi`+J!%9d"R$P0!Caj93'F`98"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-942-R3Q"@3GFLE`))3qRdHL!m!!!"!+)ZB&C"l`%!)Qm##%2Tp(SJ2!!!!3#L,Q"!3Hf
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-943-1XL*[!JK$kI4k)$`!!!%!SLjJ+N(YME)LE`))3qRdHL!m!!!"!+)ZB"4"lC!!XL*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:944:[!JK$kI4k)$`!!!%!SLi`+J!'9d"R$P0!Caj93'F`98"R3Q"@3GFLE`))3qReHL!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:945:m!!!"!+)ZB&C"l`%!)Qm##%2TpASJ2!!!!3#L,Q"!3Hf1XL*[!JK$kI9k)$`!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:946:!SLjJ+N(YME)LE`))3qReHL!m!!!"!+)ZB"4"lC!!XL*[!JK$kI9k)$`!!!%!SLi
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:947:`+J!)9d"R$P0!Caj93'F`98"R3Q"@3GFLE`))3qRfHL!m!!!"!+)ZB&C"l`%!)Qm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-948-##%2TpRSJ2!!!!3#L,Q"!3Hf1XL*[!JK$kICk)$`!!!%!SLjJ+N(YME)LE`))3qR
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-958-18d4f!@!S-%-J#&1!d)""lC1S)Qm1($)TrqV5F!J!)'m1($&"rqS-3hrrC`C53lC
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:959:%Ep3JE`iF)Qm1($!TrqV3D2rS)'m1($&!rqS-8J!(CL!`EC11)!K6J1')3Hf8F0(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-960-!)Qm1(%2TmRSJ2!!!!3#L,JaU!!F!!QBJ-'f6ML!)8i$KL%(YP($4`#*[$Ka$kI0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:961:k)$`!!!%!SLi-DJ!(!!4Q)$"YNiiJ#&1!iBK"lC4`dF!LE`iF3qRdHL!m!!!"!+)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-962-Z$'S!"`!'CL!`EC11)!K6J1')3Hf8F0(!)Qm1(%2TpASJ2!!!!3#L,JaU!!F!#'B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:963:J-'f6ML!)8i$KL%(YP($4`#*[$Ka$kICk)$`!!!%!SLi-DJ!(!!TQ)$"YNiiJ#&1
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-964-!iBK"lC4`dF!LE`iF3qRhHL!m!!!"!+)Z$&)!"@C'5'm"!#"[$L!r+2rU6VN!!!,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:965:i@%p)E`%!5'hr&%K[$3K)E`F-2c`!!dkj!!!!i%(["a*2l`!5)Qm1(%2TmRSJ2!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:966:!!3#L,JaU!!8!!QC'5'm#!#"[$L!r+2rU6VN!!!,i@%p)E`)!5'hr'%K[$3K)E`J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-967--2c`!!dkj!!!!i%([#"*2l`!5)Qm1(%2TmhSJ2!!!!3#L,JaU!!8!"'C'5'm$!#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:968:[$L!r+2rU6VN!!!,i@%p)E`-!5'hr(%K[$3K)E`N-2c`!!dkj!!!!i%([#4*2l`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-969-5)Qm1(%2Tp(SJ2!!!!3#L,JaU!!8!"QC'5'm%!#"[$L!r+2rU6VN!!!,i@%p)E`3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-970-!5'hr)%K[$3K)E`S-2c`!!dkj!!!!i%([#K*2l`!5)Qm1(%2TpASJ2!!!!3#L,Ja
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:971:U!!8!#'C'5'm&!#"[$L!r+2rU6VN!!!,i@%p)E`8!5'hr*%K[$3K)E`X-2c`!!dk
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-972-j!!!!i%([#a*2l`!5)Qm1(%2TpRSJ2!!!!3#L,JaU!!8!#QC'5'm'!#"[$L!r+2r
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:973:U6VN!!!,i@%p)E`B!5'hr+%K[$3K)E``-2c`!!dkj!!!!i%([$"*2l`!5)Qm1(%2
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-974-TphSJ2!!!!3#L,L"[$K`r+2*`U)FJE`iF2bMiHUL+2c`!!DL*98mJE`iH5'MbHUL
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-979-JE`iF5'McHUL%-#X!"T!!46m!)'m1(M!6d'MiHMm!U*-JE`iF5'MdHUL%2bX!!L"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:980:[$Ki`+2Kkd%$38dM!)'m1(M*Sq(SL#H#*i)RJLHk*dSRLJG+!2`'SNb"[$Ka)D29
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-981-kU)3`EC1-)!MJL1#)i)MZL0#)iS!`D`!#d)J`4#))i)RJLH#*lSR5L1+"N!#"2`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:982:JE`iH-#MiHY"!d&0)`#"[$KibD2Kk)JRJLH#*i)RZLG+*iS(5J$m"U*-JE`iF5'M
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-983-fHUL%-#X!"T!!3cm!)'m1(M!Sq(V330"65-!JE`iH-QMiHL)*i)RJLH#*lSR5LH+
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-986-b-`!!!%MR(`"2lr*SU&"+,IcQCJ41Z[AZ5LhmjQF!"d)-E3!"Nj!!CL)II!!""LK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:987:f!Q!3-%-J#&1!3Hm'+%)`#!"53`a$!'4[kQ!398p)E`BU6VV`i"!IC`!(#$JYNj!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-988-!GJ&J'M"$)!K6J%(["LK+-!J!C`)k!`a$IrpR"P*$YN4[iLmmb!!!!+Mp98m[2,S
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-991--!!`JEILB)&![8!!3,fJ!"!!8@8mr2!$)5(J!!%KirrqTI#"I,dJ,M%K[#ia)H!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:992:&(c`!!8kj!!!$%#mYr1*#*kN),bm,M+Kc)'f0VL"3$#J!!3"%CL4)E`Z8,c`!#!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-993-!6VN!!!1S3Hm,Q&K23qm(M#!m!!!"!+)ZB#*)E`Z8,c`!"`#!6VN!!!1S3Hm,Q&K
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-995-!!%Ki!!![2!3!$!#Sr5"I,dJ,N!!q"A`"B!!%IMY'Nij+,C1HCa3`EC11)!K6J%(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:996:["LK+-!J!C`!"BLm[#ibSFdK[#j3[2!!*!)"1Z3!!!kK"l`ZB@%p$l`b8)$`!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-997-!SLi`EC11)!K6J1')3Hf8F0(!5&")EImX5'm,R#mm!"X!J%kj!!!$U&K25'm,R%K
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1002-!!qJJEILB)&!a3!!+,bhiQ#"IS#S[,ILBUG!JEIK`)&"+8'm56VN!!!*!6VN!!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1003:`6VN!!!)i6VN!!!)S5'm0V%kkmcC)E`fX6VVfc$"YNiiJ#&1!3Hm'+%S`#!"R!!,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1004-5-'f6ML!)8i$3J%(YNkJk-!J!2h`!!3f8B!!#R#m[#ibSFdSYNjjR#$p[$C30PQ!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1005:q3Qm0PMJYNij64(B"B#!`3b!)8i$3J%(YNkJb,`f@dR!)!$p"$CB-3hrrC`C53lC
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1006:%Ep``,`f@d'm0P$p!$CBJEBfZ)&!-+!!"!%4Q*%K[#j3[2!!'!)"1Z3!!!kK"l`Z
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1007:B@%p$l`b8)$`!!!%!SLjJ)NK[#j3[2!!%!)"1Z3!!!kK"l`ZB@%p$l`b8)$`!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1008-!SLj)E`Z8,c`!#J#!6VN!!!1S3Hm,Q&K23qm*M#!m!!!"!+)Z5'm'M$m[$CT1Z3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1010-)8i$KL%(YP($4`%K35'hr,NK[#l![2!!E!)"1Z3!!!kKB6dK[#l")E`bd5'm+X$m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1011:m!!P1Z3!!!1""l`Uf6qm!+N2[$*3J2!!!!3#L,NK["ia)E`bB5'f3!,*)EC!!XUQ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1012-,,bm,M+Q",bhiF#"IS#PC6c"[$CJJ#&1!jBJJEIK`)&""k%&)FJ(5F!J#5-%[!6"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1018-J+N*R-!0%3$m!,bhiQ+RG$'prr`f8C`a5E`f8ZQm0P'`!r@"96bmmZJ!!!+Mp-"m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1019:-3!#!Cb"96bmmZJ!!!+Mp-"m-3!#!C`i-4RrrC`K54Va(E`$lJ#m[#j!!,c`)!!5
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1020-%U2dJEBfZ)&!-+!!"!%4QDP92,cbk!!!!U2d`(fCF,bm,M+Kc5'm,P#mm!!8!J%k
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1025-T##m[#ibTJbmYr1+T(bmYr1+SFbmYq*LTf#mmd!!!!+Mp6qm0Q%cI!2K1GBG%6e"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1026:558j8!*!&0%"@mE$XSBk(ZSZIld&RIib`NSe$+d'&fC!&30(CN!9#I%+[I`RQiqr
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1027-ZIbINIlrZ3Djqc8*ZIEq$[)1$Jd#,3,e!Z3#3#J&`!C!!!!)!!!'3!!!!!@")jaJ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1030-rGNK[!3Jr2!!#6VN!!!$J3Hm"$Nr[!!j$l`)!)$`!!!%!SLjJ"Mpm!@%#!#mYr3K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1031:)E`)%U6-[,Id)-!083$m!-%-J#&1!iBK"lC4`dF")8+P(,bhmq%KYrhUT-bmYr2J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1032-r!c"$)!K6J1')3Hf8F0(!5&#T4`a$IrpR#&*$YN4[!2pU6qm$!%cI!"K1GBp$8N9
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1038--6Y#%4NP14!!!!%MR(c"2lrm!*Qm"*"km!2m[%b"IS#PC6bm66VN!!!"3)"mZ!#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1039:6*K!N3bSm!!!!rb!()M`!!!$r6VN!!!9U2!"i!@!q,`T)E`!&,`8J(b*I)&qJ,NK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1040-A3LG1Z3!!!&K)E`!",`S["5!I)PmJAk!Z)$`!!!$rd)-Q!#4$$%4rrfF'8N5i4Qq
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1048-%!)"C6bmYrh`r"+JI)&m[5!%B,bm"'+Q55LX"!'B-5'm"'%K[!"a1Z[i%3P*96dK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1049:[!"S[,`%H,`T1Z[e`%"mB!#m[!4JJAk!M5J4R"$L$B!`-3hrrC`C53lC&EjK+"'C
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1050:f5LX"!@G`1Lf6MRB"B'3r,C(iUCJi!e0%"N3!J&P2,bhrJ$m%U"mJAbp)!4J[,`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1051-BUC*++`%!CJa)E`%B5'm!(%kkrBT#8P925'm!'Lm[!4i[#Nkkr2B3(aJ!,bm"'#"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1052-IS#0+"'F%1)0J$!a$IrpR"P*$YN9[Q%S%C`!!T$!8X'f6MQFH5Lf0T@F),bhiJ$m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1053:8U@-r&%)R6VN!!!,J6VN!!!,3F!!3,`!Bd&)mJ$"5,`J`9Lm),bhiQ+R45Lm"3'G
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1054-H,h`rrXc-!!B[I-b3"!!+2hc-c3!15'm!"Mmm!!)[,ILB,bhiK%kj!!!#Q%kj!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1059-"!'F@,bm%$#mm!!3!"$mm!!41Z3!!!j!!B"3[,`3-,c`!"2qF2c`!"%kj!!!$N!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1060:-E3!#Nj!!E")[,`3-,c`!r`!&6VN!!!0!B$"++J%"CaB[,`3-,c`!"3!&2c`!"8k
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1061:j!!!$N!"J&#m["!`[2!!&rj`r2!!&6VN!!!13!#m["!`r2!!$,`T1Z3!!!c![,`3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1062--5(J!!cmm!qLTIP92,`T)EC!!XMmm!!&1Z3!!!0J3(fFD,bm%$%Ki!!&1Z3!!!d!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1063:JE`3-F!%K3!#BB"J[,`3-,c`!r`!"6VN!!!0!)'m%$%+S!*K)H3!!!eK)E`--UC%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1064-`,`-)6VN!!!B!!L3!!3(e!!B!!3#)!!)!pJ!$!2J!"!'8!!8"cJ(d!!B"p3!S6VN
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1066-[,`3-UB%[,`3-6VN!!!0J,bm%$+NM6VN!!!,)5Lf0QQF3)'hia%SS!'jR"Nkj!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1067:###m["!bSFf!!!C3JEILB)&!rD!!L!`T)E`)),bm%%$mm!!01Z3!!!cK"l`)-@%m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1068-L5L!m!!!"!+)Z)'hiI#m3U&&96dK[!`a)E`%+5'm"%"mm!!&1Z[Y'%"pR##mYq*L
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1069:Tf'!'2c`!"DR),bm%$%Ki!!-r2!2SUAkS8'!!!5*f!@!!!4a)E`%),bm%%$mm!!0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1070:1Z3!!!cK"l`%-@%p$l`--)$`!!!%!SLj96dK[!`i[#Mmm!!&1Z3!!!0J3(fF!!1"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1071-#Td+R,bhiQ+R43Hm$$#*+)$`!!!%!SLj96bm+5'f3!,)r2!!"6VN!!!$B%"pR(#m
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1074-%$#mm!!6rR$mm!!41Z3!!!j!!B$`3+J%"9m"%!"9!!3&++J%"CaB[,`3-,c`!"3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1075:&2c`!"8kj!!!$N!"J&#m["!`[2!!&rj`r2!!&6VN!!!13!%S$C`$p`NKA,bm%%$m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1076-m!!01Z3!!!cK"l`!%@%mL5L!m!!!"!+)Z,bm%$+Q$,bm"!+Kc6qm%%%cI"!K1GBC
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1089-Vl6!I0J"C6kMB)&mQ5#m+,`ZSh#m,,c`!!3!"U1%[#Lm,,`USjLm,U0P96bm[!"K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1090:)E`!',`T`$D[Y-"mf!%T$C`i-3rq!C`JII!!"!"&J'&92,bm!'(!'Uqd`(cB!,`U
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1091-Sf4pm!!%!%4p[!"%!0Nr[!"j-h``))&p36dl3L%4538G849K8!*!'!8#N!*!+'KX
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1098-A!!!!51FF)%r[qriS,`3@5S4R!!*598m["+KU-"mk!&92,`5SDc!I0J!`"90!CaC
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1099:63'F!!)T63'F!!A"63'F!!C4J!!)H$%-!!f`16VVr2%kj!!!$J'!!!JS[,Icm2`0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1100-)E`-)U8C96dK[!`5TYM!I0J"96dK[!34)E`-)6VN!!!-!@%p)E`%%2c`!!R!!%#m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1101:$#P0!2`")E`)-6VN!!!$S5'm#"%KYrl4#Cdkj!!!!f"!IC`!"VN)Yr1CJ!!'Q4Hh
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1102-mkVC5CJj1Z[l#6VN!!!)3B!!"N!#fDJ!#CKT1Z[kZ6VN!!!)B5LhmjQB!!AK1Z[i
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1105-1Z3!!!Y"J!!%-YQS!#QBk6VVq+NK[!3)[2!!#!)"1Z3!!!kK"l`%'@%p$eb!m!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1106:"!+)Z(c`!!8K[!!*)E`-)6VN!!!&!B!!!c,CU!!aQ!!$%'h`!!IcRB!!!ZP92-!0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1107-63$m!UF)3(fB!!+S-3`!%CJ!!SPP2UI`J(bB!,bhiQ+R9B!!!N!!-3`!"CN"+,Bf
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1111-%1#kI6R@,8&*23d968de&6P8!!#m+6qrqp#"[!4K$l`!%F$mLf&()rra)9kKd4Hm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1112:"&%K[!33r+J!#2a)`2!$)d'S!!Mm!F'638Mm!U+GC6dKi!!")E`%-5'hr[%)R2c`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1113-!!dKirrp#*d+RU4-JAb4),`USFcmm!!'SKcmm!!QSLLm+,bm"'"mm!!&1Z3!!!`J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1117-N5(J!98m[,Ir15'm!"h!!%#m!#NM!,`")E`%@-$`)*DJ@-"mf!&P2,`T)E`%3,`3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1118:[,Ir53UG)E`%B,c`!&!B$F!#S+L!I0J![,`%-)&qJ)e925'm"#M!m!J5S&M!I0J"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1119-96dK[!3)`2!)%U"B`(cB!6qm"%%cI""JZRdjeL%428d0559"8!!!!98mJE`!'5'M
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1122-rQ$mm!!'Tb$mm!!'Tb#j[!!41qJ'd)&pF6dl3L%CKD@a&FR)a!!!!6qrqUL"[!9T
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1123:$l`!@F$mLf&()rr`JE`&H,e!!"#pS!!3!##pYrpB"(N+[!5)[EIrD!5C#V`%U,fh
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1124-rhJ%@3Um"'N([!5l3r!!S51!r1P92,bhriNK[!A")H!!%5'm"*$!m##@S&M!I2`"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1131-96dK[!!Br2!!lU)m`(fF'2c`!!DR)B!a2lrkU3Hm",NcBA2`rE`!8!A*2l`&@)&p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1132:2l`!B6Y#)389648j%388!!!")ja`J6qr`SM"[$h)J#&1!)M`!!!%56VN!!!6D)'h
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1133-iF#"33HJ"%0(!3qm,+("$)YK4b2rm-YK&l`XS)%T"k!!5,dJ29PP2-'S!$Lm)6VN
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1138-!!!&BB!!&p&925'm2@%kj!!!$b$!I0J"96dK[$eK1Z3!!!mJ`(cS!5N0[!!A1YQf
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1139:6N!"Z!!A'YQf6MPE!4!!B!%S%CaT+,BfPC`J[,IL!2`1TBcm$(c`!!8kj!!!#i%T
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1140-&E!C+"'B!!)496cm&,bhiQ%kj!!!$H$!I1J"C6cm&,bhiQ$mm!!LS25pI!!J[E`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1141:)$eT96cm&,bhiQ%kj!!!$F$!I0J![,IL%@8p`!G"$5-![!(!"d%0)`#m!,bhiQ$m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1142-m!!QS25!I,d!!"&92,bhiK+PJ-"r3E`pH5-#3!+m!"&@!2`#TBdkj!!!#@%kj!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1143-#d'!!"3J`,C11X'f6N!"X!!6m5Lf0T@F1,bhiJ(!"d'f6MMm!U@0`!G"YNiir!"m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1144:m!!&1Z3!!!Z"1Z3!!!Y"J!!6-$'d!!C11E`!%`NSYMD9R$LmYq)!`,C118d!r!+P
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1145-M-#f6MP0!2`!I2!!"6VN!!!,J6VN!!!,3B!!%NNSYMCaR!!5+6VVfQNkj!!!#'%S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1146:Yr1CQ!!4i6VVel'!!"(!EI!!"r1GJ!!4Q@8p)E`pD6VN!!!23,em!$#p[!!`05PP
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1147:25'm2@Nkj!!!$d#pI!"![E`!3$$TC6dK[$eT1Z3!!!p![A`!8,fm!&!`q5'm!'%K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1148:[$eT1Z3!!!lK"l`!F@%p$l`e@)$`!!!%!SLj+,BfLC`!$r&92,bm06%K[$%K1Z3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1149:!""!3(fF!!qC96dK[!!B[,`e3,bm-4#m[$%a)E`a85'm0E%kkq[B`(cB!B!!$`%K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1150-[!4K)E`pD6VN!!!1i3Hm"(&K23qm19L!m!!!"!+)Z)'hiI#m3U&&)E`j@6VVjE'!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1151-!!ia1Z[@F6VN!!!1!B!!$INSYMD&R!!$f98p1Z3!!!9!3(fF'6VN!!!&B5'm#'%K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1152:[$eT1Z3!!!lK"l`)F@%p$l`j@)$`!!!%!SLj96cmU!!B[,ILB6VN!!!0`-"mf!&P
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1153:22bS!"LmYq*Jr2!!)U$d[A`-B,fm$'!pD98pC6h!"d%0)`#m!F!(33dM!,`![,IL
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1154:B2c`!#DJp)"m`E`pF)JL5J$m"2c`!+%kj!!!$Q$!I2d!2@Mp5$ea)E`e12a)r,`p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1155-J2bS!!M![$f63DJ!%2`#STdK[!aa)E`e56VN!!!,`,fm$)!e5,fm$*!e@5'm2AUK
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1156:`6VVdVNK[$PSr,C(f5'm0@%kj!!!"S&K2B!!#JMmm!!'Tb'!!!RK)E`-N5'm2@Nk
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1157-j!!!$Z%([!bKB6d2[$PBJ2!!!!3#L,P925'm1@%kj!!!"Q"!ICcC)E`3N,c`!!J#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1160-["ba)E`jL6VN!!!2J@%p)E`FX5'm'-#mm!"J!J%kj!!!$U&K25'm'-%K["63[2!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1161:8!)"1Z3!!!kKB6dK["64)E`aH2c`!"8kj!!!!i%([$'42l`!D3qm09L!m!!!"!+)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1162:Z(c`!!8K[$9K)E`jF6VN!!!&!B!!"D%K[#L4)E`pD6VN!!!1i3Hm++&K23qm19L!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1163-m!!!"!+)Z98mr+J!',bhiQ%kj!!!$F$!I0J"C6cmU!!B[,ILB2c`!#+Jp,em,*#p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1164:[#b32@P92@8p`!G"$5-![!(!"d%0)`#m!,bhiQ$mm!!QS25!I-'m2A#))NS!r!6m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1165:m!#K1Z3!!!jJ`(cp!$eSr8JpF5'm2@UK`6VVbjNK[$PB[,`pH6VVed'!!!-*1Z[,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1166-5(c`!!8kj!!!"-'!!!,"&lC(k5P*[!!#Q-&)J#&1!jBJJ5P5)2c!)!%)R6VN!!!,
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1170-2ANcI"$JJAe426Y#25%&14%a&8%P$9%0-580,!!![!hB!-#m!#!4!!"4R"P0!Ca*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1171:J)!aY!!'6MQmB0Lf6MP0$B"!`,C11X'f6N!"X"RB"eQf6MNT$Cb![,`!+2`1TBcm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1172:$(c`!!8kj!!!#i%KYM"DS88kj!!!#d#BI)&pF6dl3Le0$8Np-6%0)39"6!!")ja`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1173-J6qrqb#"[!8a$l`%B)YJLf#,B)YJ[E`%L!6"96bm[!6*)E`%kU5``(cB!-!--3!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1176-LCJ!$CNSYMCpQ"LmYq*LTf8K[!6#SF992,bm"-Lm[!6T)E`%HU@``(cB!5Lf0T@F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1177:!!Hi-E3!"Nj!!E`!"j#"[!45alIL!CJ!"f!a$!)&Q@#"Yq)!J8#"S!"`J8#&[!6!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1178-!5P92,bhiJ#m[!6C)H!!!U@J`(cB!98m[,IL!U@!`(l"YNijR!!Af98m[,IL!U@!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1182-0QQFL,bhia+N9,bhia+NI,bhia+Kc,bhi`+PY6VN!!!,3B!!&1!a$!#*QANAYNIT
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1183:+8Qm!"5J`8L!)8i$PL#"+9)Jr-!J!3LG1Z3!!!Z"+,BfPC`S[,IL!2bf6MUPM6VN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1184:!!!,3,bhiK$"5)!K6J1@))%T8L$m`#!+TBdkj!!!#@$!58d!dJ'!!"03-3`!JCM4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1185-96bmYq)#TB$!I$%!!!@m!",`[,IL!2c`!!DPM2c`!!4mm!!&1Z3!!!Z"1Z3!!!Y"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1196-al`%dC`S[,`%dU4pJ!!+b)'m"0,(Yr1*Q!!$')'f0P#"35LJ!#@F!!,JlI!%Bq,B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1197:lI!#@q,4C6bm[!6J[,`%i5'hiY+NV)"mQ!%U$C`!#FLmYr1+SFb"Yr1*)D!!3U+0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1198:96bm$U'S`(cS!98m[!kKV-"mi!#mYr1)r"$m&(c`!!DNG)'hmiNKS!"#SHb"Yr1*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1199-)D!!3U5K1Z3!!!RK1Z3!!!S"1Z3!!!QK1Z3!!!Q"1Z3!!!PK+,BfPC`C1Z3!!!R"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1200:+,BfMC`!"qP92,bhiP#mYq*Jr2!!2U$d`(cB!B!!"iNSYMCTR!!(D)'m"0,(Yq-4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1201-Q!!(1,fhiY!%S,fhiZ!%X)'hia(!"d'J!&Mp!!5SJEIM%F!(3D!!@2d!",Mpm!*B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1202-"+&P2,bm"1#m[!6K)E`%dU5XJ(bB!5S0R!!'',bhia+Kc)'hia%KS!"#SSe92,`1
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1203:SDM!I1J"96bm$U'X`(cJ!,bhia$m%2`8I2!!"U4dJEIM%5'J!%+Kl)'hia%KS!"#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1204-T+%kj!!!"d#mYq,bTd%kj!!!"f%kj!!!"b#"Yq-!J8%KS!!LT+Nkj!!!"Z#mYq,b
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1207-EI!!"r1GJ!!#S5Lf0QQF!!+!JE`%dXHhia'B!!*3[,IM%U4B[,IL%U@eJ!!#%98m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1208:[,`%f,bm"0Mm$U$X3(fG`)'m"0,(Yr1*QCLmYr1+SFb"Yr1*)D!!3U+-[,IcL2`0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1209-C6kNN)&qalIcL9m"%!"m!U$SJEIcL5'J!%+Kl)'hmiNKS!"#T+%kj!!!#H%kj!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1211--9dP85%e2990&4%pA6P-!!!")ja!J6qrrl#"[!#"$l`!%)YJLf#,B)YJZV`!'GJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1212:@,`!$@8p`!$![!"B[!%Ki!3#S@#!I$)!!!!%!CK*C6cm$U6iJ(bm!6VVUL'!!!D*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1213-C6kNN)&qalIcLCJ!"8&92-%-[#%KYNE*)H!!J6VN!!!$3%"pR!!&k-!01Z3!!"J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1215-1Z3!!!PK1Z3!!!Q"J!!%b,bhiK&92,bhiK+PL-"mr!+PM6VN!!!*B6VN!!!*JB!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1216:"%!aY!!'6N!"[!!%'$'d!!C11E`!!r%SYMD9R$LmYq)!`,C118d!r!+PM-#f6MP0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1217-!2`!I2!!"6VN!!!,J6VN!!!,3B!!!c!aY!!'6N!"[!!$#-#f6MV"YNj!!E!!!YNS
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1221-U!"")DJ!56VN!!!(`%"pR%MmU!!ir+J!32bS!%Nkj!!!"U%r[!"4-h`3),Tp1GC!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1222:!4%9"6&G*9%K,49P%6eG18`!!!#m+6qrrl#"[!"j$l`!%)YJLf#,B)YK"l`!%,SJ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1223-J9b4S!!)[#UKc5Lm!('FJYHhmiQB'6VVRH'!b5Lf0QQFXYHhia'BQ6VN!!!(iB"k
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1229-e3B"rH(q+dXk9Y8&1I`+CP*j!8rAVpH*!CRqVSU"!Ed"*3%D'39rLbY$)3,rLdYr
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1230:Tb%,QI`"qQ%",NV+MXCU-390r!%%$I`""!hm!330r!%%*I`"!C)D$L8$6Xqq8ld"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1231-6hDEG3%6iq2L`Ll@3!)1RLJ!!!!0$dN8r3P8!N!B1MJ"3!"3!!!"3!!!1GL*I)&q
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1243-L)%!J8$!B-Li!#'F@XN"L%R!!8d&R"K!BdF"JpK!38N#J,NjH)&p3Mdl3)'m!#!*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1244:3IrmJE`!%5P"X##"[!!J!8)!!6R@+6AP$Eh"j8fPREJ!!!%r[rrBZV`!5,fm!&J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1245-%2fm!'J!)5&Fr2!!2UHXJE`!1)*FKE`!%!!3aE`!)!!K2l`!+6R@%CQ&LF`!!!%r
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1246-[rr)[E`!@!!3[E`!D!!JrE`!H!!a)E`!#2c`!!kRV2Va!!%KA2c`!!DRV5'm!"$m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1247:m!"5TkdK[!!)r2!!"UHXJE`!5)+m!"#&[!!J!"$&[!!`!#%r[!!j1GB9QE'p[FJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1248-!6qrrpLk[!")[E`!@!!3rE`!D!!K)9cmm!"5Tkb"[!!iJPb&[!!3!"$&[!!J!#%r
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1249:[!!T1GB4bD@jd!!!!6qrreN*[!#K)E`!S2c`!!DRV,bm!1#m[!$Jr,`!k5'm!+%k
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1250:j!!!$%%K[!$Br2!!$UHX),`!%!$C2l`!1Cfi[,`!i,bm!1$m[!$T)E`!86VN!!!*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1251-b,h`rrS!!!!j#V`!53Qm!&NK[!"K)E`!52c`!!+RV,fm!$J!L,fm!%J!Q2fm!&J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1252:U5'm!)NK[!%41Z3!!!NS[,`!`,bm!-$m[!$*)E`!q6VN!!!+Z6qm!*#"[!#iJV`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1253-H)@m!)J!%-@m!*J!)6qm!+NjeKA*[G@jN!!![!dr[rqa#Pd+[!!4#E`!)5&G)E`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1254-J2c`!#+RVE#JZV`!F,fm!)!!%2fm!*!!)5&Fr2!!@UHY)9dK[!!3r2#J3UHXQ&f"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1255:),bm!)Lm[!#)r,`!N5'm!&%kj!!!$6#p[!"J!$Lp[!"`!%Mp[!#!!&NK[!!ir2!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1256-@UHY)E`!15'm!%Mmm+"#TkbB[!!j2l`!1)!02l`!8*Kp1GBKbEh9ZC(4[E!!!!%j
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1260-R!!8i8d"R!!9d8d"R!!@ZB!!'#Lem)%PZG[pJ,AaKE'PNrf3YI#"`EfRrD#emER4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1261:PF[pX,A`JF'&crh!YI(0PC#$rG#emG'mJ8[pi,AaPE'9Krh`YI(0P)'rrJ#emFL"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1262-%DIq%,AacF'pcriJYI'8Z)#$rM"em!#rrB'!!"D3YI#"2GA6rB#em)'pQ)2pN,Aa
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1289-rH"em!"MrB'!!!+BYI#"'D@crB#emC5"ZErpN,Aad)'p`rfJYI'9Z)'ErE#emEh)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1290:JErp`,AaeG("erh3YI(3Z)#$rH"em!"RrB'"N,A`J5@jfrf!YI'&XD@6rC#em)'j
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1291-eEIpS,AaPFQPMrf`YI#"QEh,rF#emE@&d,[pd(A`!&rpJB#`YI#"'D@crB#emC5"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1294-"3P0IA`!!!%j@!!!["#m$*Li!%#J$jS4+Jfd+)#i!#1H)YS"Y"N)[!"aJ*L!Z!!K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1295:6J*!!K#"Z!!`3-!J!5)"b"m+$G!(MDX4!5N*@`N3#(d)!(#BI+"p1AL"I6qm!$%l
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1296-3LPpI8d98AdP1Aem!!!"19J!!51FI-#CZ!!iNEJ!+2Li!#(J!'"Yk!"SD5NGQ$,K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1297:&C`K#,`!ZB!!!k!a(!!&Q$VK&C`SII!!"!#jJ!!$8Z%9["$`&B!)m"$B'B!C5Le+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1298-+8d0+3fm'%"1`%QI`-!F-3!!&BJ!!R0"!-$X!"Nll!!)!$!!F!#J!3J"F!(C+3fB
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1306-I1#iZ!"!k,J!11#i!$#4Z!!JJ4hB!&K"R'NT%EaC+4@m5ZN0Z$VK$EJS`"G"%8d#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1307:`3fm%3K*J1$!&8d!m!ja![%4X!MJ'&)3Q4pE&+%T5M$"%)!JL6#",FL#`J@8%SLj
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1308-J$NU!C`SL#4,B8i"QqL*"60mFq%jH)&p2l`!-6Y#)Aep$6e"CAem!N!i)3EL@RiY
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1310-Y@%p1GBT649498&08380,!!!!51F!1%r[rmJQI!!!!K3SI!!!!jK&l`!%3US!$%+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1311:U!")`%d4!08!!&L98!$"96dK[!!BJAh!"SQ!qJ$!I2S!rDJ!@!!)rE`!#!%K2l`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1312-i60mF!%jeN8G&9%098P*&6P4@8N9'6P90!!![!e92UC3`(cY!NIK96dkkriJ`(cY
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1314-ZL#"I)QhiF#*4)dJ!#RB"B#"C6k&Q,SJJAc*$)!P6J1@))QhiF#*43qN!)#1)#!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1315:53`a$!$a[fLBI6R@,8d9899"048e28PN!!#"[!!J`V`!')'m!#$&[!!3!!L"I8%p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1316:1d)C6494%58d!!!")ja`J6qrrm$!Yq+U3!'hiTMp!!!)`,ILSN!"Yq+3qJ$p[!#J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1317-!$Mp[!#S!$(BU-#m!!Pe!X'm!$Ph!4!!D!$!A"%!!'h)5dQm!$,*!AX&%!4J"4GG
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1318:+"@F85'm!"$mm!!-`+J!#9d!r!%kkrhC+"'F35'm!#$m$-"*A3$m!6VVrBM![!#`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1319--3!!*BJ!$H0"!-$X!"Nll!!)$E!!8!%J!ZJ$d!@!##J*m!VJ$-%S&CK4)E`!%2c`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1324-59d#3!'m!%$m!-"*A3$m!6VVqA'!!!RT+"@C-5'm!"$!U!!*G3*!!E`!55-!L!1#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1325:*i)RJLHk*dS$LJ9D"2`%`+J!#A8#3!'m!&%M!)J$JLH#*i)RZLG+!iS&`!p"[!"4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1326:)`0#"2`"1Z[i)5J4Q!!)N5'm!#$m$-!23E`!52`"1Z[h`B!!#$NS&CNa)E`!%-#S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1327-!!Pe!N!"[!"*)`#)!i)RJLH#*lSR5J1+"9S%r!6!U!!*G3*!!E`!85-!L!1#*i)R
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1332-!6VVmmNS%CJ!"$NK[!!J`%PG!N!"[!"!r!$!59d!r!%kkr04J!!$b5J9Q(%K[!!3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1333:`+J!#9d#3!'m!%Mm!-#S!!PG!2`"1Z[b`5J4Q!!$-5'm!#$m$-!23E`!52`"1Z[b
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1334:BB!!!YNS&CKa)E`!%-#S!!PG!N!"[!")r!$!U!!*A3$m!6VVmG%S%CJ!!N!")E`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1335:)-")%3!!EN!"[!"")`#)!i)RJLH#*lSR5J1+"-%25L$m"-!0@3$)5NN#5E`!55-%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1336-J!H#)i)MJL1k)d)(LJ$)$dQm!%NM"dS!r!8kkr"jJ2%S&CKa)E`!%-#S!!PG!N!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1337-[!")r!$!U!!*A3$m!6VVlr%S%CKK)E`!)-"*A3*!!E`!32`!`%PG!2`"1Z[[J,bm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1338:!*$m[!!Jr,`!12bm!$Mm[!"5STdr[!""-h`3i)&p2l`!+6Y#,8d0"6%9A58j%6eF
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1339-!!&e298m[,`!-5'm!"L*I)"qKV5+)2S!`(fB)2fm!!J!%B!4#E`!%2fm!"!!1A%m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1340-ZRdjeN!"(494(490838a88N9698a8!!!!51F3)%r[rr4C6bmYr4Sr2!2SU"mJAb4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1341:),`SJAk!T,e)!"&925'm!"Nkj!!!$b$!I0J"`2-($0J![#L"IS#S[#UQM5Lm!''F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1342-Z98mr,C(i,bhp(Mmm!qK)EIdL3LG1Z3!!"!J3(fF32c`$k"mm!!&#*dkj!!!"H&9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1343:22bf4q#mYr53r2!2S5'hp+%)R6VN!!!3)%"pR6&P22c`$k%Ki!!")H2rrUA`JAbp
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1344:)!!K)E`!),c`!-J!%(c`!!8kj!!!$%#m[!!LSFbm[!!LTJ6"$,`K)E`!%)PmJAk!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1345-l)S![,`!)UB02l`!-60m%##"I9%p1d)Y%6e4)49036%&65!!!98mJE`!'2UMq`$3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1348-%UENJAbY)q(`JEIKm,a#S86mYNILTQ$pm!!%#+Q!898mr22rr5'm!'+Pa%"m@!&*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1349:[!LS-E`!$!LT[j%)YMDY96bmYr5T)E`!1)PmJ(k'Y)SJqJ$!IC`Jr2!!"UFLTp%*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1350-[!LS`,`)UC`C63'F)B!a#,BfQB!BEI!!"MDC&lBfJ98m[,IdZ6VVpc$!I08!!#&9
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1353-96dK[!!T)H!!IU&d3(a9!!!0#,BfN5Lf0S'Fd98mr,C(i,bhp3Mmm!)&)EC!!XN)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1354:R6VN!!!3)%"pR&PP22c`!JDSE)&mV52Kd'h`!!BfNB$*96cmYNIJ[,Ie'2c`!J8K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1355-YN!#b3LG1Z3!!"!J3(fF8@8mr2!#"UENJAbY)q(JEI!!"MD496cmYNIJ[,Ie+3QG
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1365-+5N"@`%3!&S![,`!N)&qJ+Lm[!#5TSdS6Cd*C6cmm!qLTZL"I*%JJ#QBN5'm"+#m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1366:m!!`!J%kj!!!$U%([!5aB6d2YME)J2!!!!3#L,Q!1)&*$lBfb)$`!!!%!SLj(lBf
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1367-B5LX!!@GD@8mr2!ZhUESJAb4))&*$l`)X)$`!!!%!SLj96dK[!5T)E`)b6VN!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1368:!@%p)E`%U5'hpE$mm!!&1Z3!!!0J3(aG!!!&++`!"Ca![,Icm2c`!!8K[!M+T4kN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1369-h1h`!!C11$'d!!C13!'mF@8mr2!!b5'hpGUNa)&mV52ci,bhmq$mmrrqT08K[!5J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1370:[2!!3!)"1Z3!!!kK"l`%X@%p$l`)X)$`!!!%!SLii,C13!(B"B!!!MJa$!'4[!UR
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1371:d@8m`!`C!"p&63$m!UESJAb4))!TQ6$"$)!K6J1')3Hf8F0(!5&")E`%X2`01Z3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1372-!![KB6dK[!5a)EIek5'm#1%K[!$Jr2!!$6VN!!!$J3Hm!2Nr[!")LAb!m!!!"!+)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1373:ZB"S`3b!)8i$KL%(YP($4`%23)&)J2!!!!3#L,Ja$IrpR#&*$YN4[!2p`5Lf0QQF
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1374-!!6KC6bmYrA`r2!#!U"mJAb4),`SJAk!T,e)!"&925'm!"Nkj!!!$b$!I1d$meP9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1375-25'm!"Nkj!!!$b$!I1d$mf&925'm!"Nkj!!!$b$!I1d$mfLm+)&qJ+Lm+UD0&lIL
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1376:m@8m[,If!2c`!J+JI)&mP5!!8,bS!&+Q5)'S!&#"309!!$&P22c`!!NKi!!")H2r
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1377-rUEdJAb9)!!K)DJ!),c`!!J!"3LG1Z3!!!a![+J!)U(-[+J!)5'm",#mm!"!!J8k
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1386-'N!"U!!*G3$p!!LTJ3$!U!!D3!'S!!Ja!!J"[&$!U!!D3!'S!!Pe!"%!!8$p!!LT
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1387:J(M!U!!D3!'S!!Pe!2d!#+Q!1-$`#!0"U!!*G3$p!!LS[,IcL,c`!+J!$3LHT'bm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1388-Yr1)r,`)Z-#S!"*!!8J4!!"3%3!!2Ad"A3$m!3LHT(@"5)'f0P#"32bJ!!L"YMC3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1398-m!"!!J8kj!!!$U%([!5aB6d2[!L`J2!!!!3#L,LmYr3K#CdK[!M+T4`aY!!'6N!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1399:["Nkj!!!"N!"+,BfDCK`[,Id)2c`!!DP5,bhp#$mm!!'T8MYm!!(mk'!`5'm"+#m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1400-m!"%!J8kj!!!$U%([!5aB6d2[!L`J2!!!!3#L,LmYr3Jr2!!"5'm#-UP(3Qm#+%K
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1401:[!5J[2!!*!)&1Z3!!!kK"l`%X@%p$l`)X)$`!!!%!SLi[,Id!5'm#-%*RU#C`!G"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1402-[!LJr3!)S,bhpc%K[!fa1Z[9f4Hf0Q%SU!!CR4%K[!5J[2!!)!)&1Z3!!!kK"l`%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1407-B5'm$E%kkp*!!5'm!+#mm!!B!J8kj!!!$U%([!#aB6d2[!L`J2!!!!3#L,LmYr3"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1408:)E`)`3QHS*R!"d'm#+$p!!LJ[,IhF5'm$E%kkp%a++`!%CJC++`!&CbiII!!Y!Li
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1409-rI!)S!L`[,Id!5'm#-%*RU#C`!G"[!LJr3!)S,bhpi%K[!fa1Z[353Hf3!,)L5L!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1411-23qm#,#!m!!!"!+)Z,bhp!%K[!M"#CkJQF!(3E`)S2d!#+#mYrH4)E`0X6VVcV%A
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1412:YMCK++J!%C`!!LNK[!5J[2!!%!)&1Z3!!!kK"l`%X@%p$l`)X)$`!!!%!SLi[,Id
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1413-!5'm#-%*RU#C`!G"[!LJr3!)S,bhpk%K[!fa1Z[0F5'm!+#mm!!-!J8kj!!!$U%(
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1415-kmaLT0dAYr1T#8N*U!!*#DJ!%3QS!"N*U!!K#DJ!+3QS!$%AYr1Si,`)SGJ&J!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1416:1-%-J#&1!jBK"l`-X$,"338G&#!"Q"M5$B!!!UM"$)!K6J1@)3Hm$,!b`8&*19!J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1417:!CJJe3`!#B!!!M$"$)!K6J1@)3Hm$,!b`6e988!J!CJBe3`!%B'i`3b!)8i$PL%(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1418-[!b`-X%C14%F)!'B'08-!#'"5-%-J#&1!jBK"l`-X$,"'58j%#!"Q"M9$!!CJ0M"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1419:$)!K6J1@)3Hm$,!b`9&*"6JJ!CJBe3`!+B"S`3b!)8i$PL%([!b`-X&&9593)!'B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1420-%08-!$!a$IrpR#&*$YN4[!2m`6VN!!!,398mr,C(i,bhpm%*R5'hpp"mm!!&1Z3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1431-)E`!B,`01Z3!!!l")E`-H5'm")+N!HJ"+E`%FCLj96dK[!5")E`-N6VN!!!-!@%p
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1432:)E`%J5'hq"$mm!!&1Z3!!!0J3(fF'2hcrr`%FI!!F,`!FGJ&JB%([!"ai!"J`-!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1433-96cm[!4ir"+N#%"pQ3(i"HJ&)E`%H2`41Z3!!![KB6dK[!4j)EIi-5'm$*NK[!LS
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1434-r2!!$6VN!!!$J3Hm#-%r[!"*$l`-H)$`!!!%!SLi-3hrrC`C53lC'Eja+"@G+5'h
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1435:q$NK[!b*)E`%Q2c`!!Nkj!!!!i%([!5a2l`!13qm$(L!m!!!"!+)ZGJ!@,`-H5-0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1436-96dK[!b%[#Lm$)"mLAb"IUHmqJ$!I1!!-Ehrr!"CR%&*[!"B`,`!@X'm!&'m!rSJ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1440-[,`!3UB-[#L"IS#02l`3H60m-q%jeMd4*8e"-39P'6dj86Np843!!,`02lri!GJ&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1441:J,PP22`1T[b"I-N-J#91!jBK$lIcm)iJ)!$"$)!K6J1@)3Hhmr#m`#!"#CkNe8N-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1442:-3`!$Em`[,Icm,bhq%+P05&F[2!!"!)&1Z3!!!kK"l`!%@%p$l`%!)$`!!!%!SLi
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1443-[,Icm2c`!!8K[!3DT4dKA,c`!!J#"6VN!!!1S3Hm!"&K23qm"!#!m!!!"!+)Z,bh
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1444:p!%*R5'm""UP(5&F[2!!+!)&1Z3!!!kK"l`!%@%p$l`%!)$`!!!%!SLi[,Id%3QG
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1445-)E`%'U8G)9bmm!!X!J8kj!!!$U%([!!4B6d2[!3!J2!!!!3#L,LmYr33r2!!"5'm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1446:""UP(5&F[2!!-!)&1Z3!!!kK"l`!%@%p$l`%!)$`!!!%!SLi[,Id%2c`!!dK[!3D
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1447:T4dKA,c`!$3#"6VN!!!1S3Hm!"&K23qm"!#!m!!!"!+)Z,bhp"$mm!!4)E`%'U8G
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1448-)9bmm!!i!J8kj!!!$U%([!!4B6d2[!3!J2!!!!3#L,LmYr33r2!!&5'm""UP(5&F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1449:[2!!2!)&1Z3!!!kK"l`!%@%p$l`%!)$`!!!%!SLi[,Id%2c`!"NK[!3DT4kNh6qm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1450-#!#BI6R@*68&,48e&6P96!*!&2d,kXHQ+T%GpIkGjpZIQZN9ChYKrX0jrY0RQdAi
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1451-KId4rS+Z+3&D13%Ihpd""3%G!4Te!Ui@9M%#(3Ip!@DP!IZVjid",LTkVid"JN!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1452:+N8$HkC!%kZVT!*!,'!!!"6!!!(4`!!!!#!!!!#!!!$mm!!'Tm!!!!!TB`!!3!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1453-!$8J!N!3"Q3!!!"B!!`!%!!8!"3!(!!J!!!%!!!!(e`!*!!!!$`j'EfpdCA)J5@j
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1473-&J!!5!!!B!*!'J2rr!!!C[`#3"@3!(`!!'qd!N!9P!#N!!"[f!*!&!3!c"!!Er`#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1474:3"3-!0`3!(#i!N!8#!$`%!"ak!*!&"!"""!!FNJ#3"B$rr`!!(-N!N!@!rrm!!"h
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1475-0!*!&J2rr!!!H83#3"!Zjrrm!!"k9!*!'rrmJ!"mC!*!&![rr)!!IR3#3"3(rrb!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1479-Xe`#3"B%!G#!!,9d!N!3,Z!"j)!!YL3#3"!%!!(m%!#rT!*!%!qJ!K!3!-!8!N!@
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1480:!rrm!!$!K!*!&J3#*)!!`33#3""1*rrm!!$"4!*!%%iVrr`!!-EN!N!36Lrrr!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1481:c0`#3""1-rrm!!$5K!*!%%ihrr`!!0J-!N!36M[rr!!!hK3#3""12rrm!!$M[!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1482-%%j!!rrm!!$R(!*!%%j(rr`!!1Td!N!36N[rr!!!lN`#3""1lrrm!!$b*!*!%%lc
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1483:rr`!!2Hm!N!36[Irr!!!rD3#3""1qrrm!!%$*!*!%%lrrr`!!3LN!N!36L2rr!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1484-$U3#3""16rrm!!&,p!*!%%m$rr`!!9)d!N!Err`!!9Kd!N!3,Z2rr!!"DV`#3"!Z
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1485-irrm!!&VM!*!(MJ!!@[X!N!3,Z2rr!!"E)J#3"3%!R4`!@l3!N!8#!+)X!(HD!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1486:&!`#X,!#-`!#3"33!Z#!!X!3!N!8(!--X!-Id!*!&#!$0)!$*D!#3"3`!dL!!dIB
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1487:!N!80!0FX!03-!*!&$`$H+!$Z+`#3"4!!l#J!r,d!N!ErrbJ"&fm!N!ErrbJ!FQ`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1488-!N!6rN!3!!4H,!*!&J2rr!!%AQ3#3"B$rr`!"&ji!N!3$k!$c!!%AZ!#3"!I4rrm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-4-!!"*m!!!!2!!!'SF!!!!N!!!5d`#3#J08!!!0`J!!%VJ!!!!A!*!G$`!!!%J!5!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:5:3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!"!!!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-6-#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!*!1'3%&S!@J"D!&S!%"!Y!$j`2
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:7:R!!!!!`!"!!!!!`!-!3%!$!#3"!(J!S!!*!!N!E`#A!#3#3%!!!%!!!%!!J!"!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-8-"!2q3"!!$!!%!!`#3"!%"!!%!N!8"!!(rN!EGD`M#"U,rrJ!#!!%!!!!"!!)!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-11-3"[q3$!#3"[q3"J#3"[q3$!#3F`%!N!8&!!Arr`!'!#N!!`(8!Jd!N!N8!!!"i!+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:12:!!!J!"!!p!$d!!!!"rj!%!D`##`#3$3%!!!!4!!!!%!!!!!%!!`!(##!!!!"dqZJ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-13-!G3J"!'S6'!!!#)3!#3!%!!!!G3"q,e3!G2VS!(5`U!!"3YB!!88%3)(A-!"U%[J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-14-!DK,B!"!!#!!)!!-&2!!$"6a$lRi!!!3!$`!!!!J!"!#3"bN!!3!!!3J!!!2r!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:15:!(`#3#3%cN!B!!P@3"J!$Ij!'!!5CN!B!"EZ3"J!'hC!'!!IrN!B!#2`!mhd&,`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-16-*mYF)9S6X!!VGD`M#"U)!#`*"Ue6Ur`!-!!#!!"'`!!d!N!68!!!1Irm!!(rr!!p
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-27-39&*19D*9+P@U95S#3DY8k[m#3DY8k[m!!J!!!"a#380,8&456P@r9Hj9qeAZ!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:28:!!"'`!!#!!"'`!!)!!!!F3N&$5e"88NjhrphrGrrGr`#3"03!N!A8!!!#!!!!(%*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-29-"3dY39&*19DT9UP@U9DS!N!ErN!B!!J!!!"a#380,8&456L+))SJLL#+)!*!'rj!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-37-!%!!!)"!!!#!3!!!J%!!!)"!!!#!#)L)J!*!,$`!!0#9'(2rr!!'$!)eQrrm!!J'
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:38:4#CfIr`!$!*!("!#3"`8!N!F'!*!("`#3"`J!N!F*!*!(#J#3"`X!N!F-!*!($3#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-39-3"`i!N!F2!*!(!J!!!2B!!3!!!"`!!!"1!*!%rrm!N!8#N!9q!*!&J!3!N!8)!!J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-41-L)L!!N!X2!!$[r`!"!!%!!HrrC(KYS3!#Rrm!!3!"!!-!N!F%!*!("3#3"`B!N!F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:42:(!*!(#!#3"`N!N!F+!*!(#`#3"``!N!F0!*!($J#3"`m!N!F#!!!!pJ!"!!!!(!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-43-!!%i!N!6rr`#3"3+3"Ai!N!@!"!#3"3J!#!#3#8J!!!")!*!&"!!"!!3!N!GZ!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-47-&#!!)!*!*5!!!!%J!N!8%!!%!"!#3"fi!N!34%4%!%!!!)"!!!#!3!!!J%!!!)"!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:48:!!#!#)L)J!*!,$`!!rrq!!)!!!!(rrlJTYEB!!VrrB!"J!!!$!*!("!#3"`8!N!F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:49:'!*!("`#3"`J!N!F*!*!(#J#3"`X!N!F-!*!($3#3"`i!N!F2!*!(!J!!!2B!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-50-!!"`!!!"1!*!%rrm!N!Vr!*!&J!3!N!8)!!J!N!P)!!!!5!#3"33!!3!%!*!(EJ#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:51:3""'3"!#3&#+3"!#3#`m!!$3P4Kcrr`!"J`#0C[rr!!)"N3QGRrm!!`#3"`3!N!F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:52:&!*!("J#3"`F!N!F)!*!(#3#3"`S!N!F,!*!($!#3"`d!N!F1!*!($`#3"`)!!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-53-f!!%!!!!F!!!!6J#3"2rr!*!+r`#3"B!%!*!&#!!)!*!*5!!!!%J!N!8%!!%!"!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-54-3"fi!N!34N!3!N"3LN!3!N!X2!!$rr`#3"3([rf4iED%!!Trr!!%!!3!$!*!("!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:55:3"`8!N!F'!*!("`#3"`J!N!F*!*!(#J#3"`X!N!F-!*!($3#3"`i!N!F2!*!(!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-56-!!2B!!3!!!"`!!!"1!*!%rrm!N!Vr!*!&J!3!N!8)!!J!N!P)!!!!5!#3"33!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-57-%!*!(EJ#3""'3"!#3&#+3"!#3#`m!!+!!S!#J!!!"hrrIrprr!!*3!&!!8!!!!`#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:58:3"`3!N!F&!*!("J#3"`F!N!F)!*!(#3#3"`S!N!F,!*!($!#3"`d!N!F1!*!($`#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:59:3"`)!!!$f!!%!!!!F!!!!6J#3"2rr!*!+r`#3"B!%!*!&#!!)!*!*5!!!!%J!N!8
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-60-%!!%!"!#3"fi!N!34N!3!N"3LN!3!N!X2!!$rri!!J!!!!IrrZ#QeYJ!#[rpJ!'!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-61-!!!-!N!F%!*!("3#3"`B!N!F(!*!(#!#3"`N!N!F+!*!(#`#3"``!N!F0!*!($J#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:62:3"`m!N!F#!!!!,N*"3dY6584&!J#3#3(d!I3!N!3$k!2S!!%!)!#3"`%!"Irr!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-63-!!!!Z3N&$5e0*4%8#!*!*!I3"p!#3"!2S!qJ!!3!J!*!'h@X)`JDL!!)!!!!Z3N&
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-87-!N!6$1!#3%3%$1+%"S3'J!D!"!*!&!J!&!!%!!3!#!*!%!@J"D"D!&S!!"J!!!(%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:88:!!!"+!'F!!!!&!!!#8J!-!"m-*`!!!qF$!B!#!*!&#J`K!!!$j`3#!"J!N!B-)J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-89-"!qF%!J!5!*!'$#F!!!2R$!m!N!J-)3!!!qF3"J!"!*!'$#)!!32R'3X!"3#3"J`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-90-K!!!$jaN,!*!)$#F!!!2R+43!N!8+!"`-)!!!!qFV&Irr!!!!*J!!$#F!!!2R,"B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:91:!!J#3"J`R!!!$jc-C!!%!!!!Q!"`-)!!!!qFd'J!'!*!'$#F!!!2R1"X!"3#3"J`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-92-R!!!$jcXF!!)!!!"#!"`-)!!!!qFm(3!"!!B!N!3-)!!!!qG!(`!#!*!'$#)!!!2
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:93:R3L!!!3#3"J`J!!!$jd3K!3#3"``J!!!$jdBL!!!!$`#3"!`J!!!$jdJN!3#3"``
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:94:J!!!$jdSP!3#3"``J!!!$jd`Q!3#3"``J!!!$jdiR!3#3"``J!!!$je!S!3#3"``
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-95-J!!!$je)T!*!)$#!!!!2R9#S"!*!($#F!!!2R9LX"D!&S!*!%$#F!!!2R@#b@J!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:96:3"J`R!!!$jeSYPS!!N!B-*`!!!qGF,J#3#!`R!!!$jei[!*!)#8KPE(CPG'PMB8*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-97-"3dY39&*1!*!)rj!-3N&$5e"88NlrN!J!N!a#380,8&456P@U9DT9UP@UIrprrhr
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-98-rIrprrhrr!!!!"94TG'aP!!!#E`!-!"m-%`!!!qF$!B!"!!!!"!!($"-!!!2R"!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:99:!$!#3"J`4!!!!!3B$!!%!N!B-%`!!!qF'!`#3#!`6!!!$j`J%!*!)$"-!!!2R#J8
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-100-3!*!($"-!!!2R$!m!N!J-%`!!!qF2"`#3"`3-%`!!!qF3"J#3#!a$!!!$ja!'!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:101:!N!B-%`!!!qF5#!#3#!`4!!!$ja3*!E!!N!B-%J!!!qF8#3#3#!`6!!!$jaB+!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:102:)$"%!!!2R'3X!!3#3"Ja$!!!$jf!`!*!)$%-!!!2RBM%!N!J-3`!!!qGP-[rf!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:103:!#`!F$%!!!!2RD66rr`!!!#F!!!a$!!!$jfSe!*!)$%-!!!2RE$B!!J#3"Ja$!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-104-$jfir!*!)$%-!!!2RF6IrpJ!!!#F!(!a$!!!$jh)i!!%!N!B-3`!!!qGd13!#!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-105-'$%-!!!2RGcVrpJ!!!%-!(!a$!!!$jhJl!!8!N!B-3`!!!qGl22rf!!!!A`!F$%-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:106:!N!4m23@J#(!!N!3-3`!"!qGm233i"`J!N!3-3`!!!qGq2J$F!0`!N!B#d!C(C@j
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-107-PGQ&#380,8&456J#3#2q3$%*"3dY39&*1rj!)!*!-3N&$5e"88NlrN!J!N!a#380
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-109-!!"PLBA0TBb!S)'*[E'3J1L"RC@jPGQ%J-6)T!!!!0!!-!!--%3#3"!B$!!)!N!B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:110:-%3#3"!B$!!%!N!B-%3#3"!B$!*!,"QPdB@aTB`!!!"3!$!!"$"%!N!3'!`#3#`C
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-111-ZEh*YB@`!!!!%!!!5c`!!!"J!!"S'!!!!(3!!'Zi!!!!4!!!G"hrri[J!!!!r)"Y
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-7-!V!!A"@)!Fq@L!!G!0+!BNi+J'*1#!9B#%"!Zr`#3"rm"!!!!!3"1(X3"##CY!%i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:8:Ha!"cjMi!!!!4eQ`!6K,%rrr)!!!9IEi!!pF+!!G`eJ!+!%i4N!!$-5i`!!!!%rq
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-9-3"!&@!K!3,[fEX#i!!3&@!K!!!3!6$R9Z)("PG'Pd)'9cFf&T'!!!!"!"9J,r!%p
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-26-1iQiR4rrrkkD'&')rX[q3"ZVre!qJ!!!!!rbUS!#31KmQRJQENYX2SL8m!!!(29E
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:27:m*QS"6!#3"N`!Kk!!!!!"rP93!*!k$S%`+RLT6$DfXP-5Z!!!&(r1f+`#)!#3"3+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-28-!&B8Irrrrqi!!Irq31NHX9S5ZKZ[r%UAAd!!!&hb'RNb!%J#3"JEJ$G#Mrj!%G8!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-65-&3K53!*9K1*(G54NeY58G'i&3SJ"$I4RQMGTI"Q!'&!"Q&eCe29Kra&eC'!'jV`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:66:6fA+QARmp'00@[&8@&GFk449E%`(j,d!&CC@IGAUGYkIQIeKE)b$@Aj`rarrm+Af
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-67-l8G53!(5PD4)BA6NN(4E5mk"6"%68XG,r9rrdYX-'(CS5F&T-3%Sa%rAmG,2aGE5
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-83-#Y[pUp[TQKqV)bE3,cF32j5@@X9CAk8N!&#d01&UAhcfcA-`D*b8qZ-[!"EdB+Ar
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:84:)[A!!!!!#c+UJ!!`Z`$hVG2rbclPE[-A%PbrcbQ2ESchIU0AAiXiQq!3`$`F('Lk
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-85-Ybb+*bZEC)eXLeYZPRE5XGHHhJ!b5YYJ"@&(rN!5LDU[rrLErTU+@pi[!Q-lKm4h
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-89-q0E1V+M6p@fQXYDreNBr2U&3S6VTd*i%Bj5(5"iq%LB'$J91b%X0$T"N'Ir)h6!6
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:90:mUld(rj!%`$99rrm+PrhC,LIl*F%(qD"TLYU0HH5@fk`VbAN@Y!rqT*drPrrHkqe
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:91:T%dUUHMQZh5HV--5`!1e'5&r`3X$!!!!!$k2r`!!VU!*$[VaKkr%Ch0$F3C,Zc`f
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-92-FcH(@,*HPqR'BK"ILaaSU+L"qrVDTUr#qG@Zq*C[mrNIrk1'[[2HLIj`U)!h`,!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx-1-(This file must be converted with BinHex 4.0)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx:2::#A4PFh3b,R*KC`"')bY%4L-V33%!!!!$3J!!!HBhq3!!!`X#3!!"!*!)D)pSMfL
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx-3-2rr-!N!CSMfL2D)m!N!EcMqq!!'8!!`!)`G!!N%-#!*!&!3!"!!%!!!,`!N!!4[[
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx-12-SD@0KCfmX)%0[GA*TCA)X)$%`F'pTER4c,#!b0#"`EfPZG(-X)!e`B4pRC3-J)'4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx:13:K(h4P!5!JG'PYC5!#$3!5!!!-!!!$!!!!,J`"!!-!!!!b$!!!!`!!!$--!J!$!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx:14:!13`!!!-!!!!k$!3!!`!!!%--!!!$!!!!4!b!!!-!!!"2M!!!!`!!!&J-!!!$!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx:15:!@3`!N!CJ$!!!!`!!!')-!!!@!!!!D3`!!!-!!!"V#J!!!`!!!(--!!!$!!!!G4J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx-16-!!!-!!!"q$!!!!`!!!!%!N!3"k!!"!*!&'3#3"2!hrrm!!%Ap!*!%i!@!!*!%"J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx-2-:#R4PH(3a,Q&MG'%!Eh4XEN&$9%%!N!3#V3!!!SZ@J`!$!!%!!3!!!"!!!!!-!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx:3:*%@%JFfeKE'`J3@0dB5"QD@aP!!!!&J!"!*!&$J!+!"!!!!!-!*!*"J#3"`%!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx-4-!!"!!!3!-!*!*&@*[E'3JDA4KE'PM)(9ZC'9bE'PZC3!!!'B!"3#3"3i!#J!3!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx:5:!$!#3#33!$J!+!"!!!!!-!*!*"3!1!!S!%!)!!!`!N!N,!!i!#J!3!!!!$!#3#3`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx-6-!$J!+!"!%!!!-!*!*"J#3"`%!!3!!!"!!!!!5!*!*%c%i)("[D@jdFb!a-L"`EfP
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/SimpleText_1.0.hqx-9-,!!N!"!!!!!N!N!NZ!"J!%J!%!!!!%J#3#6N!%!!-!!3!!!!-!*!*3`!3!!`!N!8
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/SimpleText_1.0.hqx:10:-!*!*6!!-!!S!&J!!!!`!N!J"!!!!!H)!!!$L!!!!-J"1)l!CYJ!!!"`!-J!!Fh4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/SimpleText_1.0.hqx-11-jE!!!!!S!J2rr!*!&6LCSD!3!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-12-!!3%[3IVqpJ&8%")5%J%!N!X2!3K6G'&ZC'&bC"!5%K)!!!%!N!N(!3C&ER4TCA)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:13:3&489!!)"!*!*"`N("`%!$&CTFQGeE'8JCQPiC4!E'aX!!J3!!!%!N!B'#JB'"`N
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-14-("`T'!3!(6@pZEQ&TC4!9&48!!3%!!J#3"`F*"`i"!!K3Eh9bBf9ZG"!@&KB!!!3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:15:!!!%!N!B'#JB'"`%&-5!b-c33'4NC!!)%!!!"!*!'"JS'"JF*"`F"!!Ja)$)c0#`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-16-e-"!B'"J!!J%#!!!"!*!&"`N("``("`%-8f0TC@jdD@CTFA9P!!!"B`!J!!B!#J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-20-J&3%,4QpbE@&d)'a[EQF!!!!9"`!!!!`[%#m9)#!+1JNk"`%!%6-[0#ma16Jj)#!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:21:j1M-`1M!d!!!!$JN!!!!+)'JJ#3%(15"S)$-`)!!!!!i(!!!!#MS*1JF""cNk-c!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:22:k-$3!!!!1$3!!!!d[%5m9!3S`-bm`0#ma16Jj!!!!$J`!!!!-)")J&!%)-b""GR)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-23-J1$N!!!!-%`!!!"-J&!%)3ACbD@`J1$N!!!!1$!!!!"![$#m9!3Y%BA4P)&8Z8bj
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-24-",J!!!(3!)!!3!!-!!J!#!!3!!!!8!!!!"[rr!*!,$3!!!'!!!`#3#3)!!!"Q!"B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:25:!N!N#!!!!E3#3#[mq!!!!G'F',`j1Z[cU60p(C@jPGQ&$Eh9bD@9b3fKTBf&RE`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-26-!$TB!*J)3!!B#!!!#!*!*"Irq!*!*!3!!!"F##!!&!!#J!*!*S!#J!+!!J!#J!+!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-42-!3!"!!$!!1!"!!$!!B!"!!%!!3!"!!$J!3!!i!%!!3!"J!%!!3!"!!$!!)!!`!%J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:43:!!!"3!&!!5!"!!%J!5!")!%!!3!"!!%!!3!"!!%!!3!"!!%!!3!!`!$!!-!!`!%!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-44-!3!"!!%!!3!"!!%!!3!"!!%!!-!!i!%!!5!")!%J!5!"3!&J!@!"J!#J!-!")!'J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-66-!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:67:!N!!!N!!!X!"`!(!!F!"`!(!!N!!!F!"`!(!!F!"`!'!!N!!!S!"`!$!!F!"`!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-68-!!(!!F!"`!(!!N!!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-86-`!%!!F!"!!%!!J!"!!(!!F!"`!(!!F!"J!(!!F!"3!'!!F!"3!,!!F!"`!(!!F!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:87:J!(!!B!"`!(!!X!"`!(!!F!"3!$!!8!#!!!!!N!!!N!!!J!"`!)!!J!#!!(!!F!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-88-`!(!!F!"`!(!!F!"`!(!!F!"3!&!!8!"3!(!!F!"`!(!!F!"`!(!!F!"`!(!!8!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-96-R!4K#CbmYqQ3r,J!)5'lrp%+R6UdM5K!ICfC`!E"Zrr4X"N)Z!!TJALmYqQ3r,J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:97:)6UdLSN+R,bhkC%kY)ASJAbC32@X!"2r`IJ*J,M!(`I`!$%Rc!"3`,!!+X'lrrQm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-98-'8f`!#Q!3-#`!#V"ZrrjQ"MPmrrd!#P*(D3DqE[r`Em`GI!!"!!T-haL!6PiJAe4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:99:26Y"19J!!3UF[,ITN6UdKHL"I)&!`,J!-`I`!$#*Z!!K"m!!B)0N`N8jH)&pF6dl
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-100-36PErp%*R,bhkC$mZ!!a)E[rd3UG1V50+%"pR+#"Z!!K#3"!328$rpN*R,bhkC$m
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-102-rrEm3,2frCb*#CkQE3UF[2&""3dXr2!!-UD"+ReE!4!!C32fr(c`!!DQE'A`!!Ih
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:103:!%#cp[fB1,c`!23I32ca998kY$5SGE2fr!!`SAdjH,Tp1G8j@r[T)j`!B+'i!#%+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-104-R2c`(q8+R6UdUSLCI5'lqqMmm"p!!!!(k!#`!+J!+!!J!"!#3#3Arr`#3#3)!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-108-!$!#3#3-!$!!!!!-!!!!"!*!'J!!!#`"CMTJ!!!!"!!%!$!!!!3#3"J%!$!!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:109:!!!!"!*!'J!!!#`"CMT3!!!!"!!%!$!!!!)!!N!8"!!`!!!!$!!!!!3#3"S!!!!X
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-110-!@Bm8!!!!!3!"!!`!!!!%!*!&!3!-!!!!!`!!!!%!N!D!!!!,!&Q1i!!!!!%!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:111:-!!!!!J#3"3%!$!!!!!-!!!!"!*!'J!!!#`"CMh!!!!!"!!%!$!!!!!%!N!8#!!`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-112-!!!!$!!!!!3#3"S!!!!S!@BlF!!!!S!!#!!)!!!!D!!!!!rrq!*!,!`#!!*!'rrm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:113:!!3!!!!3!!!!"!!!!QJ!J!!`!"`!'!!)!!J!!!"S!!!!$rrm!N!X$!)!!N!Err`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-114-"!)$m!20p"5m!!`!"!)6be`K@K1`!"!!#!)[GD`M#"U)!!!!"!)i#3DY8k[m!"3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-117-$k!!!!!-!!3#3"3%!"!2S!!!!!3!(!qKRQ!!!!$`!1J!!!*J!$`!!!%J!5!#3"!,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:118:`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!"!!!!!3!#!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-119-!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!#!!$`!5![m#8J#3#3%!!3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-125-PFQaTEQ8JFh9`CA*cBh*TF(4cG@*cBh*TF(303fKTBf&REb`J3fpeFQPPFL`J-6"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:126:`EfPZG(-X)$)d)("[D@jdFb`J$A*PC#!X)'*XG@80F'%ICf8")#"NB4pdC3%J)(4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:127:TE@8J!3d!!"8!!!!"!!!!!`!"!#i!#J!!!!-!!3!b!!%!!!!$!!%!-`!*!!!!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-128-"!$N!!3!!!!-!!3!k!!J!!!!$!!%!3`!"!!!!!`!"!%3!"`!!!!-!!3"2!!B!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:129:$!!%!@!!"!!!!!`!"!&N!"3!!!!-!!3"J!!%!!!!$!!%!BJ!%!!!!!`!"!'N!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-130-!!!-!!3"V!!-!!!!$!!%!F`!"!!!!!`!"!(8!!J!!!!-!!3"q!!%!!!!$!!%!J3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:131:"!!!!!`!$!)F!!3!!!!-!"!#,!!%!!!!$!!%!!3#3"!(S!!%!N!8C!*!%m$Irr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-132-!4Id!N!6J"3#3$)!!,J#3""!!"!%X!!B!C!!"!!B!C!!&Tc!!!!%!!!!"%!!!!"!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-133-!!!!b6Np"68&38%`"!*!A#A4PFh3c,R*KC`)!!J"5)bY%8L-V33#3#J)!8L-V4&)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:134:M+d%!N"M2cMji!*!'!8)!N!`"Q58"8(0[EN&38%`$!*!Hr#8"8LTMD%&38%`#!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-135-G!F%P!9*84d459&"'"J#3'!`,8Q&R9'PYC5!c,M)!!!%!!!!"%!!!!"!!!!!b!&C
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-2-:"@e[GA0P!%GQ6A4(66!a!3!!!!Y)!*!%a0m%4dd`0!#3")!!!!LS!!!"-!!!!(J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:3:!!!"D!*!(#3"p!-!!M`!+!!!!`!#P!!S"I3$!!+S!#J&p!!!!Y`!-!Ad!!!$!!!i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-4-"I3!!!-d!$J&p+YF!dJ!1!Ad!$J$D!!i#I3!1!1!!$J&p!!!!iJ!*!(d!`!L"!!i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-5-"I3!!#*%!$K&p!!!)TJ!1!Ad!!!LR!!S!!!$!#+J!N!F%!H!5!3!-!!%!qJ#3&!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:6:!N!B%!H!5!3!1!!!!qJ#3'Bm!"!(J$`%!$!!!!+B!N"3"!*!%`!!%!H!2!3!-!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-7-!TJ#3&!%!N!6L!!3"i")"!!d!!!#Q!*!8!3!!!!L"!"F"i!m(!!X!!!#Q!AF"UJ(
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-10-!!!%!!J!!!!%R$`!"!*!1%!#3#4!!rlArTJmY#jS!#!%!N!dC!3!5!"N"!3"Lhk3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:11:!BXk!!!!!#!!!!!ErN!J!iJ!*!(d!`!$!!!i"I3!!#)%"`J(B!!3!+`$1!-i!h3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-12-%!$J"!IrrrrIrrrrhD'9KC'9b)$*QEfpdCA)!K[q3"!"P!,S!%3,r$!$rN!B!!2r
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-19-)m!!(q!!""!6`!!Ii!!%B"2!!%[i!!JIrJ2i!!@!%q3!"$r$k!"2q!!)%!(cq!!'
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:20:!"2S!!Jr`)2S!&2i!"`3!!r`!!3!%q`!$!I!!32S!&2i!"`3!!!2r!J!#q`!$2J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-21-!J2S!%[i!!!6q!!!$qIm%mm!!!)$k!"(q!!!%rJ!!$rRr!r`!!!(j!"(q!!!%rJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-22-!(rRr!ri!!!,j!"$q!!!%rJ!!2rMr!J!!"2N!%2i!!!6q!!"rq2m#J!!Bq3!3rJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:23:!"2i!!(rir`+!!#$j!!lq!!!%rJ$hr`,!!%$j!!lq!!!%rJ$hr`,!!B$j!!hq!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:24:%rJ$hr`(!![J!$Ii!!!Mq!2Ir!F!%q!!0rJ!!#2i!prm"`!Mi!!hq!!!)rJ$hr`(
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-25-!%2J!$Ii!!!Mq!2Ir!IJJq!!1rJ!$#!!!!IIr!FI!q!!1rJ!$#!!!![Ir!F#qq!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-26-2rJ!$#!!!"2Ir!X%"m2N!%2i!!`J!!!Mhr`2"!!q!qJ!3rJ!$#!!!%2Ir!m)!!(M
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:27:k!"$q!!-)!!!Jprm$a!!!"rS!%Ii!!`J!!%$hr`$)rJ!!m2X!%[i!!`J!!)$hr`$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-28-3rJ!"$i$m!"(q!!-)!!%!prm!i2d!!(Mm!"(q!!-)!!)!prm!`2d!!'$m!"(q!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:29:)!!Ifr`$!rJ!"!i$m!"(q!!-)!!J!prm!`2i!!"cl!"(q!!-)!"J!prm!`2i!!'$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:30:l!"$q!!-)!"!!p[m$q!!$J2X!%2i!!`J!%!$hr`2!"r!-qJ!3rJ!$"!!J!2Ir!m!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:31:!$$$k!"$q!!-%!#!!prm$`!!$32S!%2i!!`3!B!$hr`2!!!$JqJ!3rJ!$"!"J!2I
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:32:r!m!!!aMk!"$q!!-%!'!!prm$`!!%"[S!%2i!!`)!3!$hr`2!!"J"qJ!3rJ!$!J"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-33-!!2Ir!m!!)!(k!"(q!!-#!%!!prm%`!"!!)$l!!lq!!-#!%!!p2m"J)$l!"(q!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:34:"!%!!prm%`!)!F%$l!"(q!!-"!%!!prm%`!3!$N$l!"$p!!+!3!$hr`6!'!!"i2X
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-35-!%2d!!S"!!2Ir"-!J!!!mq`!4r3!#3%!!prm&`-!!!"1!r!!4r3!#)%!!prm!`Ii
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-37-!prm!d2i!!4!%r!!4r3!##&!!prm!i2i!!4!$r!!4r3!#"%J!prm!`2i!!4!"r!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:38:3r3!"!Nrfr`$!rJ!"%!(m!"(p!!)"3!$hr`$!rJ!"%!(m!"$m!!(!!2Ir!-$q!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:39:3!I`!%2`!!8!!prm!`2i!!4!"r!!3r!!"B!$hr`$!rJ!"%!,m!"$m!!&3!2Ir!-$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:40:q!!%3(2`!%2`!!8J!prm!`2i!!4$Jr!!2r!!"4J$hr`$!rJ!!)rX!$r`!!8%!prm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:41:!`2i!!#cl!!rm!!&!J2Ir!-$q!!"`q`!2r!!"3'$hr`6!!!!"S2X!$r`!!8!Fprm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:42:%`!!!!L$l!!rm!!&!!rIr"-!!!!`Jq`!2r!!"3!$hr`6!!!!3)2X!$2`!!8!!p2m
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:43:"i%$l!!rm!!%J!2Ir"-!!!*a!q`!2r!!"%!$hr`6!!!-$`2X!$I`!!3J!prm#`!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:44:%q3!0r!!""!$hr`,!!!Mj!!hm!!%#!2Ir!X!!%2N!$I`!!3)!prm#`!!Jq3!0r!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:45:"!3$hr`,!!%$j!!cl!!#!prm#`!'!q3!-q`!"3(rir`'!![J!$2X!!8"rq2m"J!6
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:46:i!!cl!!%J2rMr!3!)q!!0q`!"%"rjr`,q!"$i!!hl!!%)$rRr![`!B2J!$IX!!33
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-47-$qIm#m!#!q!!2q`!!"2`!!3*!rJ!!!IF!$rX!!!,m!!%#J2i!!!,h!!ll!!!"r!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-48-!!rd!!!6h!!lk!!#!r3!!![d!!!Mh!!lk!!"!r3!!"[d!!"$h!!lk!!!Jr3!!#[d
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:49:!!#$h!!lk!!!3r3!!-[d!!#$h!!lk!!!-r3!!`[d!!%$h!!rk!!8$J!!!"`,p!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-50-!p`!1q3!%B!!!'!,q!!!"pJ!1q3!%(!!!B!,q!!!#pJ!1q3!%!q!$J!,q!!!%pJ!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-56-!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:57:!S!#$r`!Y!%F!fJ%8$3dG$GF0F'&RC5"LFQ9KD`eZCAFJFR9XC3eK$@)0e`e`B@G
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-58-P)$-0$F+Q!!!!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx-7--"J#3"L)(3J%!#`&"3dp84NT64`%!N!BL#%)"!!X"38029%C+8dF#!*!')JP#!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx:8:,!8&$6e4'5P0(!`#3"L),3J3!#`&"3dp84NT64`3!N!BL$d)!3!!!!0i!#`#3"3X
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx-9-!#3!%!!!!#3#3#4B!#`!*!!3"!!!*!*!*'J!,!!N!"!!!!!N!N!NE!!X!#3!%!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx-10-!#3#3#5%!#`!*!!3!!!!*!*!*)J!,!!N!"!3!!!N!N!NV!!X!#3!%!!!!#3#3#5`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx:11:!'!!5!!3!!!!5!*!*0`!3!!`!"!!!!!`!N!P"!"!!$!#3"3`!N!P+!!`!#J!@!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx-12-!$!#3#3J!JJ"%!5)"q3!!!3!!!!(Z!!!!lJ!!!&3!9QM-'*`!!!!F!%B!!A0dH@`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-2-:"(4PFh3!68*#9%e03N)"!!!!1)i!N!3drdD3"$#3"cB`-$!a-$!a4!%h0d&"!c#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:3:3#MK#-*!)!M%`-$&%!M%#,6G&4N)h488`!MJ`N!B#-!*&JJ)d1$!`0$J#,6)#16%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-4-#0c%a!6!"-6!"088"0M8#,6+#!N-a!N-c!N-a!N-c!MBb43)``J8#1$-#0$J#0c%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:5:a!M)`0J&'N!5"J3%`JS)#-3)d4$4%0$)d-J)a-$3#-!)b3J)`!N8c!63i!6!$-$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:6:`-6#3"M3e-*!(-3)`!M*%33&"-$Jd!M!"-N3#-!%b4!)`!MNa!M3i!MFa-3)b-$B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:7:"-N4"!6!"-`%i46!`!6)#0c!e!M3i!MFa-3)d1!)`!c!`-$)`N!8b46#3#3!b4%%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-8-X9@iJF'9dDA3JG'9cG!d0Bf9ZG'9b$A*TCfKd$@TeFh4TCRN0DR9cG'PQH5"KE'`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-25-"03)a-$3"0J)a-%%"0`)a-6)"-`)a-6N"1!)a-M!"13)a-MF"-`)a-c!"33)a-cB
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:26:"3J)a-d8"3`)a0$N"4!)a06N"43)a0N)"4J)a0d)"-`)a0d-"-6!#-6Je!6%a!M%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-27-i4!%a-J)a16F"-6-#-6P'!6%d!M&"3J%a03)a388"-8%#-8)f!6-#-8-d!6%f!M&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-28-$43%a0`)a4$3"-6J#-84'!6%j!M&&1!%c!M)d4J%a3J)b06%"-8-#-M8c!6-#-MC
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:29:#!6&%!M)f4!%c!M)h13%a43)b0d)"-`)b1$N"-8B#-MK#!6-#-N%a!6)`!M*"-`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:30:c!M*%3`%c!c!`-$8`N!Bh4$#3"M%h!M#"!NB"-3)a0J%b!M&$!6-#-M3"0!)c-3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-31-e!M-i!6B#0$)"0`)e-3%e!M8i!6J#0MB"13)h-J&"!MJb!6!#-88j!8)#-8Bd!8-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-32-#-8C&!83#-M!i!88#-M)h!8B#-M-i!6%`!M)d0!%a-3)b0%B"4J)b4%%"-!)b4%-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:33:"-!-`-$!f-*!&188b-*!'-M3"-`%`JB%"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-34-3"!)``JS#-`)``JI"))+#`31#J3%a!6!"13%c!6#"!M%`N!8#--%%!8D3")'"!6!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-35-#3`*$-*!%!M$##J)a!M##JJ)h06-c0$!#-))#-J)d46&%0N-"--%IJS,"!i+"!6%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:36:"-!%j!6-"-)%#-6#3"3)``33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-37-d-!)`!MB#0!)d46&%0M3"--%IJS,"!i,"!`%j!6-"-)'#JX%%!8D3")'"!6!#3`*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:38:$-*!%!M$##J)a3`)`JS)#0c8c-c3`!M$#!m%JJS,"!i)"-3%`J3&"!6)"-)'#JX%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-39-%!8D3")'"!6!#3J*$-*!%!M$##J)a!M##JJ)h06-c0$!#--)$`5##JX%$JJ%b!6#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-41-"))+#`31#!6-"-)%"3`%c!6#"JS,""!&'N!5"J3%`!N3#3c#3"!)``JS#-3)`JS)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:42:#0c8c-c3`!M$#!m%JJS,"!i)"0!%`J3&$!6-"-)'#JX%%!8D3")'"!6!#0`*$-*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:43:%!M$##J)a!M##JJ)h06-c0$!#--)$`5##JX%$JX%$!8-"-`%`JB+#`33"4T!%JB%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-44-"-!*&!N8`N!3#--)+!M%#-)+#!MFe-c-d-!)``J2"))+#`31#`3-"-8)"13%`JB+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:45:#`33"4T!%JB%"-!)b0!)b0$#3"!)``JS#-3)`JS)#0c8c-c3`!M$#!m%JJS,"!i,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:46:"!`%j!6-"-)'#JX%%!8D3")'"!6!#4!*$-*!%!M$#!`)Y-6#3"!)``J8#-3)`JS)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:47:#0c8c-c3`!M$#!`%Y-3%``4k#JX%$JX%$!6N"-`%`JB+#`33"4T!%JB%"-!*$!N-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:48:`N!3#-!)c!M$##!)a!M##JJ)h06-c0$!#--)$J3%Y-3%``4f#JX%$JX%$!6N"-`%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:49:`JB+#`33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-d-!)``J1"J3%Y-3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:50:``4b#JX%$JX%$!6N"-`%`JB+#`33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MF
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:51:e-c-d-!)``J2"#!%Y-3%``4D#JX%$JX%$!6N"-`%`JB+#`33"4T!%JB%"-!*$!N-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:52:`N!3#--)+!M%#-)+#!MFe-c-d-!)``J2"#3%Y-3%``4@#JX%$JX%$!6N"-`%b!6#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:53:#JX%%!8D3")'"!6!#3`*$-*!%!M$##J)a!M##JJ)h06-c0$!#--)$`3F",6%"--%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-54-AJS,"!i,"!`&"!63"-)'#JX%%!8D3")'"!6!#4!*$-*!%!M$##J)a!M##JJ)h06-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-55-c0$!#--)$`3-",6%"--%EJS,"!i,"!`&"!68"-)'#JX%%!8D3")'"!6!#4!*$-*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:56:%!M!#-3)``JJ#-3)`JS)#0c8c-c3`!M$#!m%%!5da!6$"'S+#`31#`3-"13%c!6#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-57-"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M$#!m%&!5da!6$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-58-"'B+#`31#`3-"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:59:c-c3`!M$#!m%'!5da!6$"')+#`31#`3-"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:60:3"!)``JS#-3)`JS)#0c8c-c3`!M$#!m%,!5da!6$"%i+#`31#`3-"13%c!6#"JS,
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-61-""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M$#!m%6!5da!6$"#i+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-62-#`31#`3-"13%c!6#"JS)"1*!%JB%"-!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:63:#0c8c-c3`!M$#!m%JJS,"!i,"!`%j!6-"-)'#JJ%fN!3"4T!%!813"!%`!8D3")'
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:64:"!6!#3`*$-*!%!M$##J)a!M##JJ)h06-c0$!#--)$`5##JX%$JX%$!8-"-`%`JB+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:65:#`33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-d-!)``J2"$!%c!6$"%S+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-66-#`31#`3-"13%f!6#"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:67:`!M$#!m%0!6-"--%4JS,"!i,"!`&"!6B"-)'#JX%%!8D3")'"!6!#3`*$-*!%!M!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:68:#03)`JJ)Y-6#3"!)``J8#-3)`JS)#0c8c-c3`!M$#!`%Y-B%"-!%Y-B%"-!%Y-3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:69:``3-",6%"--%'!5da!6$"#i+#`31#J3%a!6!"13%c!6#"!M%`N!8#--%%!8D3")'
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:70:"!6!#3`*$-*!%!M$##J)a!M##JJ)h06-c0$!#-!)a!NB`!M4&-83e1!%``4-"13%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:71:``3U#JX%$JS%"-3%`!6N"-`%`J3)a-*!&!M$""!&'N!5"J3%`!N-#3c#3"!)``JS
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-72-#-3)`JS)#0c8c-c3`!M!#-3*'0!)d46&%06!"--%6!6N"--%+JS,"!i+"!6%"-!%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-78-#-6!b-$!d!M$""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M!#-3*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:79:'3`)d46&%0$!"--%IJS,"!i+"!6%"-!%j!6-"-)%#-6#3"3)``33"4T!%JB%"-!*
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-80-$!N-`N!3#--)+!M%#-)+#!MFe-c-d-!)`JJ*'43)d46&%-cJ"--%IJS,"!i+"!6%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:81:"-!%j!6-"-)%#-6#3"3)``33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:82:d-!)`!M%#-6!b!M4&-83c-!%``4q#JX%$JS%"-3%`!6N"-`%`J3)a-*!&!M$""!&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-83-'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M!#-J)a-$3#0%8a4$)i!6$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:84:"(i+#`31#!c!`-$F`N!9"-6%`N!Ba-J%`JB(#$-%%JS'#!M3#--)'!M%b!6$"!`&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:85:'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"JB,"!i)"-3%`JF)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-86--`35#JB)#-3)``JB#-6)"--%$!8D3")'"!6$#"-%%!8D3")'"!6$"")+#J3)b0!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:87:d-#`!N%!"-)'"JX%$JJ%b!6#"`Jc"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:88:%`33"4T!%JB%"--%%JS+"!M)d!$3`,!#33!%`JB'#`31#!6-"-)(#$-%%JS'#!M%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-89-#--)'!M%b!6$"!`&'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-92-#--)'!M%b!6$"!`&'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:93:"!6%`-$!#--%$JX%$!M-f!M!#,6%b!M$##-%%JS'#!M%#--)'!M%b!6$"!`&'N!5
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:94:"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"!6%`-$!#--%$JX%$!M9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-95-"!M!#,6%b!M$##-%%JS'#!M%#--)'!M%b!6$"!`&'N!5"J3%``J6""!&'N!5"J3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:96:``35#JS%#-M3!0$!X!*"!!6#"!6%`-$!#--%$JX%$`J-#-6J`-$!#--)(`35#JB)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:97:#-3)``JB#-6)"--%$!8D3")'"!6$#"-%%!8D3")'"!6$"")+#J3)b0!!d-#`!N%!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:98:"-)'"JX%$JX%$`J-#-M#3"!)``JI"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:99:%`33"4T!%JB%"--%%JS+"!M)d!$3`,!#33!%`JB'#`31#`32#"3*$-*!%!M$#"F%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-100-%JS'#!M%#--)'!M%b!6$"!`&'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-101-X!*"!!6#"JB,"!i,"!i+#!M%b!M$##-%%JS'#!M%#--)'!M%b!6$"!`&'N!5"J3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:102:``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"JB,"!i,"!`)a-J)`!Lda-J)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:103:``JM"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)%`33"4T!%JB%"--%%JS+"!M)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:104:d!$3`,!#33!%`JB'#`31#`31#!M%b!M$##F%%JS'#!M%#--)'!M%b!6$"!`&'N!5
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:105:"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"JB,"!i,"!m)-`35#JB)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:106:#-3)``JB#-6)"--%$!8D3")'"!6$#"-%%!8D3")'"!6$"")+#!63#-3)a-J)`JJ)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:107:b!M)f!M##!M-#-dB#-))#0!)e-3)`JJ)b0!!d-#`!N%!"-)'"JX%$JX%$`Jc"")+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-108-"JJ)b!M$#"J)a-J%``3-"4T!%JB%"--)%`33"4T!%JB%"--%%JS)"0!)a!M%b!MB
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-109-a!M!#-J)b0J)`JJ)c!M0'!M##!M3#06%#0M)#-!)b0!!d-#`!N%!"-)'"JX%$JX%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:110:$`JF#-`)``J2"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)%`33"4T!%JB%"--%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-111-%JS)"0!)a!M%b!MBa!M!#-J)b0J)`JJ)c!M0'!M##!M3#06%#0M)#-!)b0!!d-#`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:112:!N%!"-)'"JX%$JX%$`JJ#-`)`JS,"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-113-%`33"4T!%JB%"--%%JS)"0!)a!M%b!MBa!M!#-J)b0J)`JJ)c!M0'!M##!M3#06%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:114:#0M)#-!)b0!!d-#`!N%!"-)'"JX%$JJ-`-$!i-*!&-NBf-*!(03!d-#`&9'PYCA-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:115:!N$Xd-#`'4f9ZCACK!*!j!63"-!%a0!%``JX#-3%`!$3`,!G$Eh9bD@9b!*!j0$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:116:X"NGPEQ9fB3#313%d!6!"-6B"--),!M%"-!!d-#`)4'9XF'KTB@i!N$Jd-#`'4f9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-117-ZCACK!*!j!63"-!%h4$F"--),!M%"-!!d-#`*4A0`H5"6B@jc!*!h0$!X"NGPEQ9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:118:fB3#313%d!6!"-MBh-!%``JX#-3%`!$3`,!C0EfjKBfm!N$Sd-#`'4f9ZCACK!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:119:j!63"-!%d!6$##`)a!6!$-$!`16#3"M&#-*!(-J)b3J)`!M%i-J)b0M8#-N)#-!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:120:a1$)#-MBe!c!`-%%`N!Ba4$#3"c)#1$-#0$J#-N4&!M)`0J)i-`)d1!)b4%8#-M!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:121:f!c!`-%)`N!Fe-*!(-J)``JF$-$!`3c#3"M%h-*!(-3)b4$L#JJ)c3d)#4MB"06J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-122-#08@#!6!$-$!`4M#3"M9$-*!)!M)e!6%#4%B#3cF#-!)d13)c0J)b363#-8Bd!M8
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-123-i!M3i!MBe!M9&!6-#0%8a4MBd!M$""-)'JB'#JB(#"-%&`J2"")+#JB%"-3)``KF
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:124:#,6-c-$Fc-d)e!M$#"!-`-$%c-*!'0d8`N!J"4!&"!6N"-8B"1!&$!88"-8-"-83
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-125-"-88"-8B"0dB"-8)"-!!d0#`",3!!!5i!!!'Q!!!"`J!!!FB!!!'Q!!!"T3!!!D)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-127-3")'"!6!$-$!a0$#3"M9"-*!)!M4&-83f3`)e!M%`-$%h!M&$!M$#"F%%!$*$,!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:128:3#$%d1M!i!*!J45`!N!i$-$!a0$#3"M9&-*!)!M4&-83f0!)e!M%`-$%i!M*#!M$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:129:#!`)f!M$""!!b3b`!N!F'-6)[-M![-6)!N"e&,!#3$J-`-$%d-*!'0MJ`N!J#0%8
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-130-a4$8i!M8#16!`-88#0J)`JJ)Y-8D3"6%c!M!#-3)``33!-N-X-3#3,%8X!*!1!c!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-131-`-63`N!Bf1$#3#!)d46&%06!#03)j-$!a43)f!M##!Lda4T!&-%B#-!)b!M$""!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:132:b3b`b!*!X45`!N!i$-$!a0$#3"M9'-*!)!M4&-83h0!)e!M%`-$)c!M&%0!)``J-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-133-#-3)``33!-N-X!!)!!J#3+88X!*!1!c!`-63`N!Be4M#3#!)d46)`-%-#03)a-$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:134:b-`)a4$3#--)$!M%#--%%!$*$,!!#!*!V45`!N!i$-$!a0$#3"M9'-*!)!M4&-89
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:135:'3`)e!M%`-$)c!M&$0J)``J-#-3)``33!-N-X!!F!N#Y&,!#3$J-`-$%d-*!'08B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:136:`N!J#0%8a4$3`!M8#-6!`-M-#-8-f!M$#!`)a!M$""!!b3b`!!3!'!*!T45`!N!i
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:137:$-$!a0$#3"M8j-*!)!M4&-83c1!)e!M%`-$%j!MF#--)&`33!-N-X-3#3,%8X!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:138:1!c!`-63`N!Be4$#3#!)d46&%-c!#03)a-$!a13)h!M$#!`)a!M$""!!b3b`c!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:139:X45`!N!i$-$!a0$#3"M9&-*!)!M4&-83b1!)e!M%`-$%j!M&%!M$#!`)b!M$""!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:140:b3b`a)'pQ)$-!N#G&,!#3$J-`-$&'-*!'0cJ`N!J!$`!!!%J!5!#3"!,`!N$rmIr
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-141-Z!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!"!!!!!3!#!!!!!5F2!!%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-143-!N!m"!*!-"c%Z-$!JD@i(-5ic-#"TEJFa,M)b)'PZ"c%Z0$!JD@i!N!m34T!%-*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:144:(0M!`-$%`-$&%!6Fh38%$-*!+0d3`N!8d-83#-6!`-83#-3)Y08Bh4MG&46!#1$#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:145:3"J)Y0$#3"`)`JJ)d1$!`0$J#,6)#1$-#1%B"-!%a-!%d1!%d-!)Y-B)#--)+!MJ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:146:c!M3i!MK'!M)`0J&'N!5"J3%`JS)#-3)d4$4%0$)d-J)`JJ)b3J)`!N8"0$J"-!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:147:`-$!a-*!'-cN`N!Fa!M!#43%i0!)`!6%#-!%a!M!#1$-#0$J#1%B#-M!f!6#"!6-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:148:"1%8`-!%`!MJc!M3i!MK'!MK#!M!$-$!`-M#3"M%b-*!)!%8XB5"cE@&XE#"SC@&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:149:NCA)$-$!`0$#3"cN`N!Fb!M#"!M%`!6!$-$!`06#3"cN`N!Fb!M#"!M%`!6!$-$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-150-`0M#3"M-b-*!(-3%``3-"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-J)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:151:``JI"))+#`31#!c!`-$F`N!Bi-c#3"c%"-)'"`Jc"")+"JJ)b!M$#"J)a-J%``3-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:152:"4T!%JB%"--)%`33"4T!%JB%"--%%JS+"!M)d!$3`,!#33!%`JB'#`31#!c!`-$J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-153-`N!Bj1$#3"c%!0$!X"94TE@9c!*!l0$!X"NGPEQ9fB3#313%d!6!"-63"--),!M%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:154:"-!-`-$!j-*!'-6N`N!Fb!M*#!M!#3c!#-MBe!M*#!M!#3c!#-MBe!c!`-%%`N!B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-155-a3M#3"c)#1$-#0$J#1%B#-M!f!MJc!M3i!MK'!M)`0J-`-$"#-*!(06#3"c)#--)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:156:(!c!`-%-`N!G&-*!(-3*&!M$#!i%#0$1#!6%$-$!`4M#3"M9"-*!)!M3`!6%#4%B
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-157-#3cF#-!)d13)c0J)b363#-8Bd!M8i!M3i!MBe!M9&!6%#-),""-)'JB'#JB(#"!%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-160-!!F)!!!('!!!"TJ!!!D8!!!'L!!!",J!!!5F!!!%L!!!"e!!!!G8!!!(5!!!"d`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:161:!!FN!!!(!!!!"4T!%JB%"-!&'N!5"J3%`!dD3"$#3"cB`-$!a-$!a4!%h0d&"!c#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:162:3#MG%-*!&0$&&!M%`-$&%!M%#,69'0dBh488`!MJ`N!B#,6-`N!F#-))#0$J`-$3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-163-i!Ldb!MJc!MK'!6!"-6!"0$J"0$!#,6'#!M$##J)i-`)d1!)i4J)b-$B"4T!%JB%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-164-"-)+#!M%#0%3d4$3b0$)#-))#-N)#-!)i!63i!6!$-$!`-6#3"M-j-*!(-3)`!MJ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:165:"1$3#-!%a!M!"-3)`!MJc!M3i!MK'!M)`0J%`J3%c!6K&-$!"-!)i-`)d1!)i4J)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:166:f3`)`!c!`-$)`N!G$-*!)!$JXB5"QEfpdCA)$-$!`0$#3"cJ`N!Fb!M#"!N%"-!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:167:`-$!e-*!(1$#3"c)#-)%#33%`!c!`-$B`N!Bc-M#3"c%"--%$!6N"-`%`JB+#`33
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:168:"4T!%JB%"-!*$!N-`N!3#--)+!M)#--)(`5##JX%$JJ-`-$!h-*!'1$-`N!Fa!6#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-169-"JF)-`35#JB)#-J)``JB#-6)"--%$!8D3")'"!6$#"-%%!8D3")'"!6$"")+#J3)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:170:b0!!d-#`!N%!"-)'"JX%$JJ-`-$!i-*!'16J`N!Fa!$3`,!98D@ePF`#31c3`,!C
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:171:(C@jPGQ%!N$N"0!%`!6%d!6$##`)a!6!$-$!`16#3"M%j-*!(-J)b3J)`!N-`!M)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:172:f03)b3J)`!N-`!M)f03-`-$""-*!'-8)`N!Fb!MJc!M3i!MK'!M)`0J)i-`)d1!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:173:i4J)b-$B$-$!`3M#3"c8`N!Fb!M$#"`-`-$"$-*!(46#3"c%#1!)``J1"!M)dJJ%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-174-a!c!`-%B`N!Be36#3#!)d-!%a!N4'!N-h!M!#0$N#-cB#-N%d!M&'0!)e1!)d1!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:175:f03)e43%a!M##`36#"S'"JS'"`J3"-J%``32#!m%%JS+"J3%a!M$#&`)Y-c-`0c-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-176-c3M8#--)%!c!`-6-`N!Bh46#3#!&%!8%"13%a4J%i!8-"43%a3`%a4!%a43%a4J%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-178-R!!!")J!!!G3!!!(9!!!"dJ!!!G-!!!(*!!!"`!!!!8D3")'"!6!"4T!%JB%"-!0
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:179:'N!3`N!Ff-$!`-6!`-83"0cG"33-`N!Sh46#3"63a4J)a-$!a4!)a!Lde4MG'0d9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-180-&-!)i-*!'!Lda4T!&-6-#-))#0$J`-$3i!Ldb!MK'!MP#!6!"-6!"0$J"0$!#,6'
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-181-#!M$##J)i4J)d1!)j3J)b-$B"4T!%JB%"-)+#!M%#0%3d4$3b0$)#-`)`!M*#!M!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:182:#3`%d1!%`!c!`-$%`N!Bc36#3"c%#-!*$!6Jd!M!"-3)`!6%#-!)i4J)d1!)j3J)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:183:b-$B"-J%`!6-"1$J`-!%`!MK'!M4&!MP#!MG%!M!$-$!`-M#3"M%`N!N!3baEA@%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:184:JCQp[G'j[G'8$-$!`0$#3"d-`N!Fc!M!"-3)bJ3*&!6)$-$!`06#3"cJ`N!Fb!M#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:185:"!N8"-!-`-$!f-*!'3c)`N!Fc!6)"-)'"!6N"-`%`JB+#`33"4T!%JB%"-!*$!N-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:186:`N!3#--)+!M%#--)(`5##JX%$JS%"-3%`!6N"-`%`J3)a-*!&!M$""!&'N!5"J3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:187:`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M##!M-#0%8b0d%i!6$"%`%j!6$"#S+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-188-#`31#`3-"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:189:`!M$#!m%JJS,"!i)$-$!`0c#3"MJc-*!(-3%`JB(#$-%%JS'#!M)#--)'!M%b!6$
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-190-"!`&'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"JB,"!i)$-$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:191:`1$#3"MNi-*!(-3!d-#`&9'PYCA-!N$Xd-#`'4f9ZCACK!*!j!63"-!%a0!%``JX
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:192:#-3%`!c!`-$N`N!Ba16#3"c)#-N)#-!*$-!)b0M8#-N)#-!*$-!)b0M8$-$!`36#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-193-3"M&#-*!(-J)i4J)d1!)j3J)b-$B#1%B#0$J#18)#-M!f!c!`-%)`N!Fe-*!(-J)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:194:``JF$-$!`3c#3"dB`N!Fa!N-#--)$!6%#-ND#!6%$-$!`4M#3"M8c-*!)!M3`!6%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-195-#3M)#18%#-!)c13)c0J)b3c%#-M""!M3i`J-"-3)`JX%%`JD"JB+"JF)%!6%"--%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:196:$`J2"")+#JB%"-3)``KF#,6-c-%4&18-d!M$#"!-`-$%c-*!'0d8`N!J"4!&"!6N
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-197-"-8B"1!&$!88"-8-"-83"-88"-8B"0dB"-8)"-!!d0#`",3!!!5i!!!'Q!!!"`J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-198-!!FB!!!'Q!!!"T3!!!D)!!!%Z!!!"*`!!!5)!!!(8!!!"e3!!!G)!!!(6!!!"b3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:199:!!F!!!!&'N!5"J3%`!8D3")'"!6!$-$!a0$#3"M8j-*!)!M4&-MG"1!)e!M%`-$&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:200:'!MB#--)&`33!-N-X-3#3,%8X!*!1!dD3"$#3"cB`-$!a-$!a4!%h0d&"!c#3#MG
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:201:'-*!&0$&'!M%`-$&%!M%#,69'0dBh488`!MJ`N!B#,6&'N!8`4J)`JJ)d1$!`0$J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-202-#,6)#1%B#18)"-!%a-!%d1!%d-!)Y-B)#--)+!MK'!M3i!MP#!M)`0J&'N!5"J3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:203:`JS)#-3)d4$4%0$)d-J)c!M!#-N)#-!)a-3%d1!%`!c!`-$%`N!Bc3M#3"c%#-!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-204-a-3%i0!)`!6%#-!%a!M!#1%B#0$J#18)#-M!f!6)"-!%c!6Ji-$!"-!)i4J)d43)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:205:j3J)j13)`!c!`-$)`N!Ba0M#3#!!a-5aEAA0PBfpZC#"QEfpdEQpdC3-`-$!d-*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:206:(4$#3"c-#-!%a!M+"!M%c!6)$-$!`06#3"cN`N!Fb!M#"!M%c!6!$-$!`0M#3"N-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-207-b-*!(-`%b!6#"J3%j!6-"-)'#JX%%!8D3")'"!6!#3`*$-*!%!M$##J)a!M$#"m%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:208:JJS,"!i+"!6%"-!%j!6-"-)%#-6#3"3)``33"4T!%JB%"-!*$!N-`N!3#--)+!M%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:209:#-)+#!MFe-c-d-!)`JJ)c!M4&-MFb-!%``4-"13%``3U#JX%$JX%$!6N"-`%`JB+
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:210:#`33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-d-!)``J2"))+#`31#!c!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:211:`-$F`N!Bi-c#3"c%"-)'"`Jc"")+"JJ)b!M$#"J)a-J%``3-"4T!%JB%"--)%`33
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:212:"4T!%JB%"--%%JS+"!M)d!$3`,!#33!%`JB'#`31#!c!`-$J`N!Bj1$#3"c%!0$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-213-X"94TE@9c!*!l0$!X"NGPEQ9fB3#313%d!6!"-63"--),!M%"-!-`-$!j-*!'-6N
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-214-`N!Fb!M*#!M!#3c!#-MBe!M*#!M!#3c!#-MBe!c!`-%%`N!Ba3M#3"c)#1%B#0$J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:215:#18)#-M!f!MK'!M3i!MP#!M)`0J-`-$"#-*!(06#3"c)#--)(!c!`-%-`N!Ba-*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:216:)-3)a-3)``J-"-3)d3S)"-3-`-$"'-*!'06-`N!J#0$!"-3*#-J)j33)`!M-j!M-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-217-f!M*$-3)b-%%#0$M#!`%a!M##`36#"S'"JS'"`J3"-3%``32#!m%%JS+"J3%a!M$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-220-"SJ!!!5i!!!%R!!!")J!!!G3!!!(9!!!"dJ!!!G-!!!(*!!!"`!!!!8D3")'"!6!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:221:"4T!%JB%"-!-`-$%d-*!'06N`N!J#0%8b0c)`!M8#-6!`-8B#0J)``JA""!!b3b`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:222:b!*!X45`!N!i$4NC'46#3"cB`-$!a-$!a4!%h0d&"!d!D!!!!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx-11-!N!N`!"J!%J!%!!!!%J#3#6X!%!!-!!3!!!!-!*!*43!3!!`!N!8-!*!*6J!-!!S
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx:12:!&J!!!!`!N!P@!!`!#J!$!!!!#GeV#-)'SJ!!!%J!$%GPEQ9fB3#3'`3!"!!q!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx-13-"h!*m!$i!!`(F!N(2Y6K0!!!!'3!!!"N!N!NS!*!'!3%!!3-B!Q3!)J!L![B#3J#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx:14:3"!-B!Q3!!3!!!!-!!`$5!!!"!!!!!Qi!!!&Z!!!!@J!Hr83D&!!!!"`!@J!#Fh4
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx:15:jE!!!!"T08&05!!!!*NaA8e)!!!!b!)$rr`#3#!2Yrrm!!!$f!*!%!qMrr`!!!8)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx-16-!N!65SJ:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-26-H!!d![!#D!B-!%3,r$!$rN!3![!!!!!d!!!'$!!!!QJ#3"k!!JJ#K!'3!#%j*8dN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:27:!"3!+!!%!#J!0!,`!QJ'$!!X!(J!H!%)!$3#m!*S"J`")!+!!J`$r!!!!9J"@!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-28-!3!#2!2J!%3,r$!$rN!3!3!!!!!)!!!$i!!!!M`#3"k!!JJ#K!'3!#%j*8dN!"3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:29:+!!%!#J!#!%!!M`$i!#!!!J"!!)i!p`#J!)-!r`!!#Q`+E!#3"E3"@`!4![m-!2q
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-30-3"!#3#!&E!!!!Y!#3"k%"mJ!@9(PME`#3"l3"@dGbLA"SVf*U!+%!C!FN!*!%9(P
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-36-!!3%!"!!!!3%!"!!$!!!!$!!"!3#3#!%!!!!$!!-!!`!$!3C(C@jPGQ%!N$m$!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:37:!$!!#!3#3"!%!!!!"!!!!!`!$!!-!!`%'4f9ZCACK!*!r!`!!!!`!!J%!N!3"!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:38:!!3!!!!-!!`!$!!-""NGPEQ9fB3#32`-!!!!-!!)"!*!%!3!!!!%!!!!$!!-!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-39-$!3C(C@jPGQ%!N$d%!!-!!!!+!!%"!*!%!3!"!!%!!!!$!!-!!`!$!3C(C@jPGQ%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-40-!N$d%!!-!!!!-!!)"!*!%!J!!!!%!!!!$!!-!!`!$!!C(C@jPGQ%!N$m$!!!!$!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:41:#!3#3"!)!!!!"!!!!!`!$!!-!!`!'4f9ZCACK!*!r!3!"!!%!!3!"!!%!!3!"!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-42-!"!!%!!3!"!!%rj!%8P)`-J!!!"J!N!8@!*!&&J#3"4B!N!8@3e)`-J!!!"J!N!9
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-43-#!*!&3J#3"8)!N!9#8NJ`-3!!!#S!"!!!!!%!!3"(Sm!!!!!#!!)!N!F$!!-!N!F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:44:%!!3!N!FU!!%"!J!3!*!(!`!$!!-!!`#3#dHMa!!&!!%!!!!#3M%SD#N!N!4$5$!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-45-a!!!!+J!%!!!!!3!"!%HMc!!!!!)!!J#3"`-!!`#3"`3!"!#3"bS!!3%#!"!!N!F
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:46:$!!-!!`!$!*!,4k23!!8!!3!!!!&"-LKS+3#3"&4--$%!!!!U!!%"!J!3!*!(!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:47:$!!-!!`#3#dHMh!!)!!%!!!!$E@%JG'&LE'934$%`!!!!!J!"8%3a-3!!!!)!$&"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-48-%-6)!!!!"!&"%-6-!!!!#!!*&4$!a!!!!!3!%!!3!!!!U!!%"!3!3!*!(!`!$!!-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-65-!1!%43`!!!3!+!*!&Y!&E!#)!)3!&!"F!)J!K!!9$!!!L!$J!"8-!!#)!)3!&3aF
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:66:!!3!+!$J!5!#d!9X!)`"F!#)!1!&8!&`!)J!i!)X!A!!L!$J!cJ"F!#)!1!%4!&`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-67-!)!!i!%J!1!&8!#!!P!")!*3"9!!J!%m!5!"2!93!)!"Q!%J!CJ&8!#!!I3")!(d
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-91-'!*!&(!!!!!B!!!!*!*!&"J!#!!!!(3!!!!B!!J!(!*!&"J!$!!!!(J!!!!B!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:92:+!*!&&3!$!!!!(`!!!"8!!`!"!*!&&`!$!!!!)!!!!"F!#`!#!*!&'`#3"5%!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-93-E!!!!!3#3"4`!!!!8!!d![!#D!B-,Z3!!!"B!!J"!!)m!q!Zk!!!!c!!"!"!!!!$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-98-bDc)!N!91!!%!%!!!!%jrrrlI!!!!%!!#!"!!!!!q!!!!"J!!!!%!!`!-!!!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:99:!!!)!!`!$!!`!!!!%!!!!!rrrJ"3!!`!$!!`!!!!"!!!!"!!,!!!0"!!!!!-!$!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:100:332q3"!#3'`-!$!!"!*!qrj!%!*!E!`!-!!)!N$lrN!3!N"X$!!`!"!#32[q3"!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:101:3'`-!$!!!!!J!N$crN!3!N"X$!!`!!!!3!*!mrj!%!*!E!`!-!!J!N$lrN!3!N"X
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:102:$!!`!%!#32[q3"!#3'`-!$!!J!*!qrj!%!*!E!`!-!%!!N$lrN!3!N"X$!!`!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:103:"!*!mrj!%!*!E!`!-!!3!!J#322q3"!#3'`-!$!!%!!3!N$crN!3!N"X$!!`!!"!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:104:)!*!mrj!%!*!E!`!-!!!J%!#322q3"!#3'`-!$!!!!#!!N$crN!3!N"X$!!`!!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-105-!!*!mrj!%!*!E!`!-!!"!!*!prj!%!*!E!`!-!!!"!*!prj!%!*!E!`!-!!!!J!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:106:322q3"!#3'`-!$!!!!J#32Iq3"!#3'`-!$!#3#3%!N$ErN!3!N"X$!!`!N!N#!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:107:frj!%!*!E!`!-!*!*!`#30[q3"!#3'`-!$!#3#33!N$ErN!3!N"X$!!`!N!N&!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:108:frj!%!*!E!`!-!*!*"J#30[q3"!#3'`-!$!#3#3F!N$ErN!3!N"X$!!`!!!3!N$h
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-109-rN!3!N"X$!!`!N!B)!*!jrj!%!*!E!`!-!*!'!3#31Iq3"!#3'`-!$!#3"b!!N!d
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-110-"!*!Y&J#3'`-!$!#3&3%!!3#3+2q3"!!!J!N!N"3$krm"!9X!N%$rN!3!N!9B5IV
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:111:r6!#3"!&Erd`!N!3"@`!!!-S$k`!#!3!!!3!#!*#E%!#3*c`!!3!3!!!!2(rrrYm
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-112-!!!!3!!)!%!!!!#arrrrr!!!!!J!$!!`!!!!1!!!!!94jBfm!N!Hd!9X"@`!!!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:113:!N!3#C(m0"9C8-6!`#!3%@Q9KE!!!$3eDBA"Q)%4TEQGLBA4c!")0@Q&`CL"$D'&
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-114-ZBf9bH40@"e48@8C[ER3!&!98D@ePF`3"#&4PE'9dCAKd!!!A"P0jE@*[E!`(rJ9
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-119-B!!3'6@pZB@0[+3IS"deKBfKTEQ8(!!e-G@0TC'%J3R*TCfKd"q%06(9LB@aTEL"
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:120:(FQ&`D#TB#%YXB@jR)%e8!$RE&%KPE(CPG'PMB5"$Efe`FQ9cFf9N!MTq$dKPE(C
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-121-PG'PMB5"#E'&MD`!9#8KPE(CPG'PMB6UM'%GTE'`J8f&ZFb"$EfjNC@jcC@3J3Qp
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-128-!!$Ji!!-!$!!!!!)!!!!'!!%d,J!$!!`!!!!#!!!!"`!"B@F!!`!-!!!!"!!!!!J
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:129:!N!3Z)!!$!!`!!!!%!!!!#3!!!!%JC!!$!!`!!!!#!!!!#J%"EQm!!`!-!!!!"!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-130-!!!X!!!!"GA-!!J!3!!!!Y!!!!!%!!!!"!!-!$!!!!!%!!!!#!'`!!`!-!!!!"!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:131:!!!-!!!!G)&3!!`!-!!!!!3!!!!3!H3!$!!`!!!!#!!!!"3!!G'%!!`!-!!!!!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-132-!!!B!!@&b!!-!$!!!!!)!!!!(!!%j+3!$!!`!!!!%!!!!#!#3"`-!$!!!!!3!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-133-*!!!!!J!!!!-!$!!!!!)!!!!+!3*H!!!$!!`!!!!%!!!!#`!!!!(rr`!#!"!!!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:134:d!!!!!3!!!!%!!`!-!!!!!3!!!!)!!!!$!!`!!!!%!!!!!`!!!"fm!!!$!!`!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-135-"!!!!"!!!!!-!$!!!!!)!!!!&!*!&!`!-!!!!!J!!!!B!!Im-!!-!$!!!!!)!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-137-!!!!+!31J!!!$!!`!!!!%!!!!#`!!!!&E!!!#!"!!!!#d!!!!!3!!!!%!!`!-!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:138:!!3!!!!)!!!!$!!`!!!!%!!!!!`!!!"fd!3!$!!`!!!!"!!!!"!!(!!-!$!!!!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:139:!!!!&!*!&!`!-!!!!!J!!!!B!!3!!!!-!$!!!!!)!!!!(!!%!!!!$!!`!!!!%!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-140-!#!#3"%$r!!-!$!!!!!3!!!!*!!!!"!!"!!-!$!!!!!)!!!!+!33!!!!$!!`!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-141-%!!!!#`!!!!%"!!!#!"!!!!#k!!!!!3!!!!%!!`!-!!!!"`!!!!)'9'&LE'8J!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:142:$!!`!!!!%!!!!!`!!!"e5-!!$!!`!!!!"!!!!"!$!!!-!$!!!!!)!!!!&!!!"!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:143:$!!`!!!!#!!!!"J!"4k-!!`!-!!!!!J!!!!F!!8HM!!-!$!!!!!3!!!!)!*!(!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-144--!!!!"!!!!!N!!!!&8c!!!`!-!!!!!J!!!!S""3!"!!-!$!!!!!3!!!!,!!!!!3%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:145:"!!)!%!!!!,i!!!!"!!!!!3!$!!`!!!!+!!!!!JP&FA9KG'P[EL!!!!!$!!`!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:146:%!!!!!`!!!"d!!!!$!!`!!!!"!!!!"!!!!!-!$!!!!!)!!!!&!*!&!`!-!!!!!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:147:!!!B!!3%!!!-!$!!!!!)!!!!(!!%'4`!$!!`!!!!%!!!!#!#3"`-!$!!!!!3!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-148-*!!!!"J!!!!-!$!!!!!)!!!!+!3B!!!!$!!`!!!!%!!!!#`!!!!%$!!!#!"!!!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-149-m!!!!!3!!!!%!!`!-!!!!#!!!!!)(4QPRGA*P)!!!!!-!$!!!!!3!!!!$!!!!(3!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:150:!!!-!$!!!!!%!!!!%!!!!!`!-!!!!!J!!!!8!N!8$!!`!!!!#!!!!"J!"$!!!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-151--!!!!!J!!!!F!!3-!!!-!$!!!!!3!!!!)!*!(!`!-!!!!"!!!!!N!!!!(!!!!!`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-153-$!!`!!!!'!!!!!J9dCAKdC3C(!!-!$!!!!!3!!!!$!!!!(3!!!!-!$!!!!!%!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:154:%!!!!!`!-!!!!!J!!!!8!!`!!!!-!$!!!!!)!!!!'!!-!!!!$!!`!!!!#!!!!"`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:155:%!!!!!`!-!!!!"!!!!!J!N!3'4`!$!!`!!!!%!!!!#3!!!!J!!!!$!!`!!!!(!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-156-!#JB)BA"bCA-!!!-!$!!!!!3!!!!,!!!!!J!!!!)!%!!!!,3!!!!"!!!!!3!$!!`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-160-!!!3!!!!,!!!!!3!!!!)!%!!!!,3!!!!"!!!!!3!$!!`!!!!"!!!!!J!!!!-!$!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:161:!!!3!!!!$!!!!(3!!!!-!$!!!!!%!!!!%!!!!!`!-!!!!!J!!!!8!N!8$!!`!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:162:#!!!!"J!"!`!!!`!-!!!!!J!!!!F!!3!!!!-!$!!!!!3!!!!)!*!(!`!-!!!!"!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-163-!!!N!!!!+!!%!!`!-!!!!!J!!!!S"#J!!!!-!$!!!!!3!!!!,!!!!!3!!!!)!%!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-164-!!,3!!!!"!!!!!3!$!!`!!!!"!!!!!J!!!!-!$!!!!!3!!!!$!!!!(8%b!!-!$!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:165:!!!%!!!!%!!!!!`!-!!!!!J!!!!8!!!-!!!-!$!!!!!)!!!!'!!%!!!!$!!`!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:166:#!!!!"`!"G'%!!`!-!!!!"!!!!!J!N!3a!!!$!!`!!!!%!!!!#3!!!!Xa-`!$!!`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-167-!!!!#!!!!#J%,!!3!!`!-!!!!"!!!!!X!!!!"!!!!!J!3!!!!Y!!!!!%!!!!"!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:168:!$!!!!!%!!!!#!!!!!`!-!!!!"!!!!!-!!!!G!!!!!`!-!!!!!3!!!!3!4`!$!!`
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-169-!!!!#!!!!"3#3"3-!$!!!!!)!!!!'!!%!!!!$!!`!!!!#!!!!"`!"!!3!!`!-!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:170:!"!!!!!J!N!3"!!!$!!`!!!!%!!!!#3!!!!`!!!!$!!`!!!!#!!!!#J%-!!!!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-171--!!!!"!!!!!X!!!!"%!!!!J!3!!!!Y!!!!!%!!!!"!!-!$!!!!!%!!!!#!!!!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:172:-!!!!"!!!!!-!!!!G%!!!!`!-!!!!!3!!!!3!!!!$!!`!!!!#!!!!"3!!-$)!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:173:-!!!!!J!!!!B!!8B`!!-!$!!!!!)!!!!(!!&RBJ!$!!`!!!!%!!!!#!#3"!d0!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-174-!$!!!!!3!!!!*!!!!$3!!!!-!$!!!!!)!!!!+!3d!!!!$!!`!!!!%!!!!#`!!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:175:!!!!#!"!!!!#d!!!!!3!!!!%!!`!-!!!!!3!!!!)!!!!$!!`!!!!%!!!!!`!!!"d
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:176:!!!!$!!`!!!!"!!!!"!!!!!-!$!!!!!)!!!!&!*!&!`!-!!!!!J!!!!B!!EB!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-177-!$!!!!!)!!!!(!!&D!!!$!!`!!!!%!!!!#!#3"!%!!!-!$!!!!!3!!!!*!!!!$PN
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-178-!!!-!$!!!!!)!!!!+!3iJ!!!$!!`!!!!%!!!!#`!!!!%L!!!#!"!!!!#d!!!!!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:179:!!!%!!`!-!!!!!3!!!!)!!!!$!!`!!!!%!!!!!`!!!"d&!!!$!!`!!!!"!!!!"!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-180-!!!-!$!!!!!)!!!!&!!!i!!!$!!`!!!!#!!!!"J!"1!!!!`!-!!!!!J!!!!F!!8m
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-183-QIrrrrJ!!!!%!!`!-!!!!A!!!!5b!!*"+!3#3%`-!$!!!!#3!!!"N!!!!!3#3"bJ
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:184:!N"X$!!`!!!!3!!!!H!p%Ef0eE@9ZG#"6Eh9ZC(-!!!!$!!`!N!GZ!!!!!`!-!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-185-!!3!!!-J!N!9i!!m!!!")!%J!N!3#m!*!rr(rlJ-*!P*M!J8S!r`"!!!!!@J"D!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-192-@PNJ!!!!k!!!!1J#3"6S!1J"@PP`!!!!"!*!,!3#3@2m!N#`"!!%!!3!"lYflGql
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:193:GZhIrN!J!r`J)!!!!-3#3"6%!N!8"!3#3"!8!*!"X!!!!#J!!!3#3$#J!!`&6!Id
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-194-!N'ia!*!&-3#3"3%"!*!)!L)!!3#3"4)!%J#3"*QCrrm!N!ErN!B!N!ErN!B!N&E
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-201-rr`!!!88!N!3,Z[rr!!!"T`#3"!2Vrrm!!!)"!*!%!q[rr`!!$(%!N!3$krrr!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:202:59`#3"!2Vrrm!!"6E!*!%!q[rr`!!&2X!N!3$krrr!!!9b`#3"!2Vrrm!!"BG!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:203:%!q[rr`!!)b8!N!3$krrr!!!Mm`#3"%iJrrm!!#3c!*!%!q[rr`!!*$N!N!3$krr
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-204-r!!!QS3#3"!2Vrrm!!$&V!*!&J2rr!!!bC3#3"B$rr`!!-Z%!N!@!rrm!!$,c!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:205:%!q[rr`!!-jN!N!3$krrr!!!d%3#3"!2Vrrm!!$3V!*!%!q[rr`!!0$-!N!3$krr
libreoffice-7.0.3/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-206-r!!!d1`#3"!2Vrrm!!$Cj!*!%(5B!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-13-!!!!H!*!*!LC3FQBe!!J!!!$f!*!&+3)S!*!&+3)S"5J$r!")!%J!!`!"!!!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:14:!!!%!!$)X!*!'`F(rN!CJ"J#3"NcIrj!'9%m!!Iq3#!!$!*!*!3%P5J"R!!%b%L`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:15:"Z'B+JL`"ZF!"C`!")N(ZrmT$l!$m)0NJf8KZrmT)E[rF6Ud@JNKZ!!")E[r+,c`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-16-!!3!"6VVqE%kY!!%!!3!"!!!!#`!&!!irrDqJeAZd0H&(3!,YffVR(5&eZJ'Z!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-26-[,(4eG(8XG'PdD5XJG'KPFf8JCQPfC5"MEfeYC@jdFbFJE'PZCA-TIrp!-J#3"Rr
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:27:r3$)!N!Crrd!b!*!*r`!!!$)6+'PZ)'CTC@aN)$)k)$-X0#`e+Arr3$)!N!Crrd!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-28-b!*!'Irp!-J#3"R"bC@B%!*!%$!!!!!J!!!%"!!i!CJ#3$Hm!N!81!!!!#!!#!!)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-35-TG'PdEh4[G(9dG3!jBhDBYVUq!!!!"3!!!!3!!!!'!!!!"`!!!!J!!!!$!!!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:36:!!!)!N+d%(UJ!N&K"I`!)!*!4!3#3"`)!N!F$!*!("!#3"`8!N!F'!*!("`#3"`J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-37-!N2m!N,0%!!!)!*!,!3!!!!)!!!!$!!!!"!!!!!8!!!!'!!!!"`!!!!J!N2m!N0B
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-55-*!J#3"J)"!"8!!3!-!*!'rj!+!!!!!J!@!!!!,3!!!#3!!!"%!!!%G'9iG$!-J+)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:56:`@!#M-+3!T$$`!!N!!!6-!&Za)!!$#%0[E(9YEQ&b!*!(J!!!$!!#LN!!!!!#K3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-57-!E!!"!#%!!3!#!!-!N"!#*`!!!"8!!!!8!!!!#J!!!!S!!!!I!!!!(J!!!"m!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-74-"!!!!%J!!!"J!!!4dCAKd!*!2r`!!!#3%G(9dG3"!!B!!N!G!,3!!!!%GPJ!!`#d
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:75:!!!!916ZUUf9b!*!9r`!!!%)L+'PZ)'CTC@aN)$-k)$%[-5md,$%[-c%[0#`a-Lm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-76-a,cJj+3"rrd!b!*!'Irp!-J#3"Rrr3$)!N"rr!!!!2KiSD@iJCQPPE'3J0$SJ-cS
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:77:`-#`J0$S`-#`J06S`-#N!Irp!-J#3"Rrr3$)!N!Crrd!b!*!M#!!!!)`!N!8T!LJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-78-!N!8T!LJ&+!2m!%J!5!!$!!%!!!!"!!%!!3!$!*!'rj!'!*!'rj!'!"8!!!!-!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-79-*!3!!"JB!!3!"!!!!$!!&!!mrrD5mI4Ndp`NN3!,mqh*-Kj%jY!!"!")!!!"D!#!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:80:!"J%!N!3*!!!!!3#3%`J!!!#-!*!&+3)S!*!&+3)S"5J$r!")!%J!!`!"!!!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:81:"!!%!!`#3"[q3"J#3"[q3"J!9!!!!$!#3#3%!!!B'!!%!!3!!!!`!"3!22rfN[(d
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-82-C02F**%!#r2Yb6)H41E3!!3!5!!!!@J!J!!B"!*!%#3!!!!%!N"*"I`!)!*!0"hr
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-87-!N!N"`#d!!!!916[!!*!%!X!Y!!!!&6NlUUX!!!!$`#d!!!!916Z993#3r`#3K!J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:88:!!!$f!*!&+3)S!*!&+3)S"5J$r!")!%J!!`!"!!!!!3!!!!%!!$)X!*!'`F(rN!C
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-89-J"J#3"NcIrj!'9%m!!Iq3#!!$!*!*!3%P5J"R!!%b%L`"Z'B+JL`"ZF!"C`!")N(
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-126-6Z(!%X'`!(QBL,b`!N!!["dkY$NSQPbm(6Ud13L!X!*!!N!#I)'i!$##!8T0J$(!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:127:"*S!JEJ!-)+`!N!"-haL!6PiJAe"26Y"19[rm51F$'#CZ!!`X,J!3+'h6Z(!%X'`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-128-!(QF))%BJV!#!B!a`!5P!!)!J4L#X!)"`!l"X!"jA`()%XQ`!(PI"J!&R(L"')#`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-130-!,`a#Tdkkq'iSAc!Z!!K63'F18d"R%P0!CaC63'FDB"iGE!"R!!TJ&Kem!!%!#Q!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:131:1(@`!D!!+B!BGE!"T!!SSAdjH)&p86dl36PErr#m-+'h6Z$!X!#53!'`!)%M!d+`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:132:!L#m!,c`!!(rr6Ud15L!I8S!j3!#FEJBjI!!"!*`jE!#@!*S[,!#3!$!X!*a)`#m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-133-!6Ud15L!I18!!Q#KI6Pj1G8j@+&p1ANje6PBSAdjH6R919N&r!!%!N!`S!%!!!J$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-148-"8&0*-P084%)"!*!'!Na!!3!,!9"656*69%4$!3#3"J*13!%!N!3D!!%"V`)m!#J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:149:!-J!S!$)"e`*Z!#X!"3(D!RS!!!"i!!-!!!")!%J!N!3#fJ)Srq(riJ,j!NB$4`8
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-150-S!r`!!J!!!%J!5!#3"!,D!LJ!!3!!!'3!!!!"!!%"!3!!!!%R$`!"!!%!N!d#!"N
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-156-U!#)!L!!L!)J!)J#)!#!!L!!#!)J!!!#)!!!!J!!)!)!!#!#!!!!!#!!!!)K%)K'
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:157:)4#)4%5*%L"%L4)L!3#!3#!3#!3%#"!J3)%#!i(!i(!i(Jm'$"`iF1($J`BK%)J#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-158-)4#)!%5*%!"%L4!##4#J3+%5#!CR-CM1Cc'BcGl[GlRHlhHlZhEYhlYflGhqrhqr
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-160-AZhhq-fE-Q60Qc*QUN!M-N!L)N!Mr!!!!r`!!!)#3#2m!N!F)J)!)#)#!#'B!!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:161:C!!!!riL)L2q)L)MrJ*!(r`$r!2m!r`$rr`!!rrm!!(H3#!$rrrm!rrrrIj!)!2q
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-162-3"rGrIrIhIhrhQIrrrfErrrm!GhGh!(GhG`"rN!I`N!32N!5CCQDCQ@CQQ3!)($j
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-208-!")!!!!N!!!!%J!!!!3!!!!5!!*!&i#,rr`!$#Td!N!6J"2rr!!-+V3!#!!%!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:209:%J!!+``#3"1!$rrm!!`V6!*!%m!Err`!$#bF!N!6`"rrr!!-,T!#3"!'!!!%!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-210-,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di!!J!!!!X!"3!12rf[S09lY$AK4d!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-9-dF`)a-!)a-J)a0!)a1!)b0!)c0J)d1!!!!3!!!!Qq!!!)[J!!!Ui!9S+-'2S!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:10:F!Ui!'d4TEQB!!!$L8e4C53!!!1j69&)M!!)!qP934%`!!`%H4&"$E`!+!!!!&!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-11-!#!!!!!J!!!!)!*!*!CC%8%CK!!S!!!!8!!!D!!!!'J!!!"S!N!N"aP"cCA3!#J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-25-QD@9XC#!a1L"dEh4[,(4eG(8XG'PdD5XJG'KPFf8JCQPfC5"MEfeYC@jdFbFJE'P
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:26:ZCA-TIrp!-J#3"Rrr3$)!N!Crrd!b!*!*r`!!!$)6+'PZ)'CTC@aN)$)k)$-X0#`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-27-e+Arr3$)!N!Crrd!b!*!'Irp!-J#3"R"bC@B%!*!%$!!!!!B!!!%"!'F!N!r[!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-32-dCAKd,fjeE@*PFLpNBA4P,h4TE@8T+'PZ)'CTC@aN)$)k)$-X0#`e+5KTEL"QD@9
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:33:XC#!c1L!a,c%[0#`a,c-a,c3X-6)[-5mi15NSD@iJCQPPE'3J0$SJ-cS`-#`J0$S
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-34-`-#`J06S`-#PdDA4TG'pdEh4eG(8!1@0fQ,Dk[J!!!!8!!!!%!!!!"J!!!!F!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-35-)!!!!!`!!!!%!!!!#!*#Y""kS!*"B3Am!#!#3%3%!N!F#!*!(!`#3"`3!N!F&!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:36:("J#3"`F!N!F)!*$r!*#c4!!!#!#3#`%!!!!#!!!!!`!!!!3!!!!&!!!!"J!!!!F
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-37-!!!!)!*$r!*$@#3!!"-`!@l%B!!%+4'&dB5"&ER4bHDd!!rc8!!`jI!!*!(JjI!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-50-!N!89!!!!$!#3#"3#!*!'!J%!&3!"!!`!N!ErN!S!!!!#!'F!!!!T!!!!G3!!!%3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:51:!!!4dD@eP!!-!!`!!!!%!N!89!!!!$!#3#!S#!*!'!J%!&3!"!!`!N!ErN!S!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:52:#!%`!!!!S!!!!@J!!!%3!!!4NBA4P!!)!!J!!!!%!N!89!!!!$!#3"`)!!J#3"J)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-53-"!"8!!3!-!*!'rj!+!!!!!J!a!!!!&!!!!$m!!!"%!!!'ER9YBQ9b!!%!!3!!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-54-!N!89!!!!$!#3#3)!N!B#!3!9!!%!$!#3"[q3#J!!!!)!&J!!!#d!!!!N!!!!4!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:55:!"(4PH(3`$)#L-&J!Sc#N!+3`m!!*!!!%c!"EX5!!!`K$EfaeE@jKFJ#3"i!!!!`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:56:!!ST!!!!!!S8!!'`!!3!K!!%!!J!$!*!3!LF!!!!9!!!!&!!!!!S!!!!+!!!!(`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-57-!!"i!!!!I!!!!(J!!!!%"!3#3#!8S!r`!5!")!!-!!3!!!&ZaM!!)!*!%!3!!!`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-86-!-J#3#34rrd!b!*!*!F!Y!!!!&6Nl`!#3"!,!,3!!!"8j1kUV!!!!!m!Y!!!!&6N
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:87:lP98!N2m!N)0"I`!"!*!-"H"!!!!J!*$r!*$X#!!!!)`!N!8T!LJ!N!8T!LJ&+!2
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-88-m!%J!5!!$!!%!!!!"!!%!!3!$!*!'rj!'!*!'rj!'!"8!!!!-!*!*!3!!"J!!!3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-102-)!#)!L!!L!)J!)!#)!!)!L!!!!)J!!!#!!!J!J!!)!)!!!!!)!!!!L%3L%BK%)K%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:103:4)N5)%5*%L)"!)"!)"!)"!3)%#"!J3)$JF$JF$JH$`B-($K`iF1$"L%3L!)K%)J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-104-4)N3!%5*%!)*%+"!S4))"QFaQ-jR-CM0hZphZGl[GlZlGZhIZhEYhIlrIlrIlrIl
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-106-cCXbC-fE-QDU3#-b3#)L3#2m!!!$r!!!!J*!)r`#3"`L!J!J)J)!)CJ!!!*N!!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:107:rL)L)riL)L2q!N!Ir!2m!r`$r!2rr!!$rr`!!Gj!)!2rrr`$rrrprN!J!rj!(php
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-108-rprGrIrHCrrrrC[rrr`"hGhF!GhGh!(q3"r#3"!q3"*PQCTQCCQDC!!JF2Rmq(!J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-114-!!#T38Nj8!!!!0P""9#-!!!"#GQ9bF`!!!%j69&)J!!!!@J!"rrm!N!9EXIJ!!Ir
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:115:r!!!!(J"EXI3!!Irr!!!!QJ"EXI`!![rr!!!$S!"EXLLrp2rr!!!$c!"EXHccC`:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-3-!!J!$!!!'4f9ZCACKD3!@!!!(3fpeFQPPFJ!#!!!!SJ!!!!%!!`!!!!S!N!F0!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:4:!!3!$!!%!#J#3"`d!!!!"!!-!!J!+!*!($3!!!!%!!`!%!!S!N!F0!!!!!3!$!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-5-!#[rr!!"QCJ!0!!!!!3!$!!!!#QCQrrqCQ3!0!!!!!3!$!!!!#J!!CQErr`!0!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-11-("Qj[FQeKE!#3""-!!!!B!!)!!3!"!!)!!!"C!!!!"`4LEfaN!*!%%`!!!"S!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:12:"!!)!!J!!!&N!!!!("QPdB@aTB`#3""-!!!!F!!3!!3!$!!)!!!"Z!!!!"`PeEQ4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-13-PFQaTEQ8!!!!6!!!!(J!(!!%!!!!#!!!!@3!!!!F+BQPR)'0[E(9YEJ#3""-!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-18-"!!"C!!!!"`4XC@Cd!*!%%`!!!"S!!`!$!!!!!J)!!&N!!!!("Q0PER4PFJ#3""-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:19:!!!!B!!3!!`!!!!)$!!#B!!!!"`9bD@GSG!!!!"-!!!!D!!8!!`!!!!)%!!#B!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-20-!"`CbCA"PBA3!N!36!!!!+!!"!!8!!!!#!!!!ZJ!!!!F8C'PQCQ9bC@jd)'jeE@*
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-36-lq`#3"I[XN!B!!2X!q`!!!!YcD'9PG#jRGbjf-3)!!J"D3d&-@N9#8J#3#!)!@N0
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:37:"6&T&3P)!N"M2XJ2E!!!'mJ!!"@Ir!!$l!*!)r`$Xr`!!!2X!!-$!`!!!r`$Xrrm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:38:!!!$l!0MB`2m!+rrrr`$r!!!!qpMBf2rr!2rm+`!!r`!!!2[Bf0Mr"Im!TD@P!2m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:39:!!!$l!2rr"38&!*!&r`!!!2X!N![r!!!!rj!0!*!&'J!"!CX#$J!V!!8!+`!&!FB
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:40:#%`!V!!8"fJ*k!!!!H!!2!!!!5!")!*!%![!#32rarqi$#3*5B`)&+!2m!3!!!!&
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-41-S!@J!N!31X!Y!!!%"!!"N!!%!!!!"!!)!!!!"*`m!!3#3$K!!N!N3!2qerkB2,3Z
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-47-!UJ!L!)J!)J#)!#)!L!!J!)J!!J#)!!!!L!!!!)!!#!#!!!J!J!!!!!J!!!#)4#)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:48:4L%3L%4%L4)J4)N5)J%!J%!J%!J%"!J3)%#"!J1"`1"`1"i2"J`F1($K`i-')4#)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-49-!L%3L!"%L4!!4)N3!JN3S%#K%JJ'Cc'BcQFaQ-hHlhHjhZphZlYflGqlGZhGr[pr
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-52-!Q3!!!2q)L)MrL)L)ri#3"rm!r`$r!2m!rrm!!2rr!!"hN!J!rrrr!2rrrhq3#!$
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:53:rN!IhIhrhphprpjRrrrpQrrrr!(GhG`"hGhF!Ij!(m*!%$j!%Q@CQQCPQCTN!#"`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-54-qIciF#!!)&#T9+K3)X6!$'pM!$)f!%!)J!3K!"!J8)N'!!3)%J-!K%J`%!J(rJ)#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-3-!!J!$!!!'4f9ZCACKG3!@!!!(3fpeFQPPFJ!#!!!"D!!!!!%!!`!!!!S!N!F0!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:4:'rj!'!*!0!3!$!!%!#J#3"`d!N!ErN!B!N!PT!!!!!3!$!!)!#J#3"`d!N!ErN!B
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-5-!!!(a!3X#2!!1!!!!!3!$!!3!#J#3"`d!N!ErN!B!!$mm!!%[$Nkk!!!!!3!$!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-18-!6Ud!N!C#Crq3"J"b!*!(N[q3"Qd%!!(rN!J!!`#3#3(rjY"ZrpSr!%kY,J)[$Nk
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:19:kr3BJE[qfF!5`D!#+CKK#Cb"ZrlC)D!#-2blrjNkY,Y)[$J!!r1)JE[qfF!1`D!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-20-+CR)JEJ!"!!%!!3!!!!X!"3!12rf[S09lY$AK4d!#lGYUjadKGES"VJ%!!"8!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-27-!!J!'!!)!!!"C!!!!"`4LE(9P!*!%%`!!!"`!"!!#!!F!!J!!!&N!!!!(#6%i)("
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:28:[D@jdF`!!!"-!!!!D!!8!!J!)!!)!!!"C!!!!"`G$Eh9bD@9b!!!!%`!!!"J!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-29-$!!!!!J!!!&N!!!!("@&XD@GZ!!!!%`!!!"J!!J!$!!!!!J%!!&N!!!!("'aPCR3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-38-!!!!F!!)!"`!!#J)!N!F&3#d!!!!#%T)!N!86!!!!(!!$!!F!!!X#!!!!@3!!!!9
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:39:!,3!!!!)5NJ#3"4-!!!!F!!3!"`!!$!)!!!"C!!!!"8!Y!!!!!K+5!*!&%`!!!"`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-40-!"3!(!!!0!J#3"`9!,3!!!!)5NJ#3"4-!!!!F!!B!"`!!$J)!!!"C!!!!"8!Y!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-49-3'-qb#NS!!!R!!!!3Zrrrrr!!!!$r!*!1rc(rN!J!N!Ar-6%arr@3"Irr!*!&rc(
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:50:rqI@3"Irhr`#3"2rrqI@3"[q3"!!!!2rep3$eN!AhprRr!!!!rrArN!Rjr`!!!2r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-51-erm,m`[c#r-,mq3!!!"S!!3'E!Ji!+`!&!#X!"3('!K-!+`!&!GS#HJ!!!(J!$`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:52:!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-53-"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!!!$!J"Jrj!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-59-)!!)!L!!!!)J!!!#!!!J!J!!)!)!!!!!)!!!!L%3L%BK%)K%4)N5)%5*%L)"!)"!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:60:)"!)"!3)%#"!J3)$JF$JF$JH$`B-($K`iF1$"L%3L!)K%)J!4)N3!%5*%!)*%+"!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-61-S4))"QFaQ-jR-CM0hZphZGl[GlZlGZhIZhEYhIlrIlrIlrIlqrI[hlpqrIaq2aq2
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-63-3#)L3#2m!!!$r!!!!J*!)r`#3"`L!J!J)J)!)CJ!!!*N!!!$rL)L)riL)L2q!N!I
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:64:r!2m!r`$r!2rr!!$rr`!!Gj!)!2rrr`$rrrprN!J!rj!(phprprGrIrHCrrrrC[r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-65-rr`"hGhF!GhGh!(q3"r#3"!q3"*PQCTQCCQDC!!JF2Rmq(!J!#"3U95S8#,%`!a[
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-67-#"!J!JN3j4))"!3(iG#*(MaFLFEqJ[lfpr3Ap9D"!3&8+"!5)4#)4%5*%L)&#*"L
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:68:"3L3BUJ#!!)J!J!!$K%J`$!)"!B#!36i)#"6M!*!+"Q3!!J!)rj!'r2ccm`8&rrp
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-69-NC!)#hGd)#!B'm[))#)5%4NB!!+@P!*!%e03#!UZVkZSI(lHh&"3!!'4N%4&@9L`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-99-!!Iq3"J#3"eS!!Iq3"J#3"iF!!Iq3"J#3"l3!!Iq3"J#3"q%!!Iq3"J#3"J%1!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:100:rN!B!N!B"1`!$rj!'!*!*!`#3"[q3"J!!!!,rN!B!N!N#rj!'!*!(Y!!"lZi!N!5
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-101-)L!#3"`%!!1lZ!*!%998!N!8"!*!%rrm!N!5)L!!!!!(rN!6-c2q3"!#3"J(d!!)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-109-J"[rr)!-!"J!*!!!!")!!!!N!!!!%J!!!!3!!!!5!!*!&i#,rr`!$#Td!N!6J"2r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:110:r!!-+V3!#!!%!!!!%J!!+``#3"1!$rrm!!`V6!*!%m!Err`!$#bF!N!6`"rrr!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-111-,T!#3"!'!!!%!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di!!J!!!!X!"3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-119-)Bme$j3"@!!!!+!)!J!!!!`Cf-Li`,M%D8hPYB@jdC@-J4h*PBA4AEh*VFb"f-Li
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:120:`,M%!!!!9&&0jE@&ZG'9M)%GbC@&d9fpbDh1U!!!"!!!!$p8!!!l9!!!!jJ"HC1`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-121-BqJ!!!"`!jJ!*9e"66J!!!&*38Nj8!!!!AP""9#-!!!"U8'a89!!!!(C1H%9N!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-123-&AQ+i!!(rr`!!!"i!AQ+m!!(rr`!!!*S!AQ*!!!(rr`!!!k!!AQ)m!!(rr`!!#JJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:124:!AQ+S!!(rr`!!#K!!AQ+N!!(rr`!!#a3!AQ+J!!(rr`!!$3`!AQ+8!!,rr`!!$T!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-125-!!&jLQ,rdrrm!!!km!&jLN!"hAJ:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-11-851F2'#CZ!"!SEJ!)!8F!A4cJrrm!#!!m!!!%C'&dC3)!!)qi!!!!$J#3&%j@!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:12:[$#KZ!!J[$#"X!!)#D!"G(1$rr`$m!$`!!!4dD@eP!NS!@%pR"M!Z!!jJAL"X!#J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-13-J8#"S!")Y52rm)&!QD!")5'i!$Lm,6Ud,1Mi!!dF!A4cJrrm!EJ!!!#N!!J!#EJ!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-20-Q)&3K3!"))&4#+!"-F!![!%kk#$3J9#&!!#CBMbm!6Ud*SR!!*N"f!5),CKB[!h!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:21:1,`"1V36D@)mQ(bC!)!YQ!RB!5J0R4RB")!YQ&#m$F!`[!2rr!!"BMbBI5S"Q!RB
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-22-!5J0R%Lm,6Ud,+L"6)#hN6L#!@%pJ!R!!*NXJ8b#Ym,JJ8c&m!(8!$("eB!*`!#"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-43-J9#*Z!"!5U!!'61i8!2ri6Pj1G8j@!!![$#KZ!!JJ$'B35(J#G%kY"0SS3#!-@%p
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:44:R3LmZ!!`[$%kkq[`S3#"8)+hai#"8F!!K3!*S)&4#+!*X)&34I!!"!R!J9"&m!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-45-#F5"8%A`!!3*b)&34I!!"!R036b!-+'lrr%jH6R919J!!51F!'#KZ!!JJ$'B35(J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:46:#D%kY"0SS3#!-@%pR,#mZ!!`[$%kkqT!!+%!J9##YmH4`!#m!6UdZ`LC!,`Y1V3Q
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:47:L)&3K5`"16qm#N!B!N!K19J!!,``SE[rr)!crrh"#rrp1VIrr+%$rreK2rrm`,[r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-48-r5-$rrbmZrrm[$%kY+cSS3!"8)+hb+#"8)@i!&!!k)&4`!"!S!$J-3!!&6qm!$#!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:49:-+'lrr%jH6R919J!!,``SEJ!))!aQ%(!-,`"1V36U+%!J$&K2C`j`rbm!,`a1V5C
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-50-b!!"36b!-+'lrr%jH6R919[r151FI1#KZ!!JJ$'B5F$![!%kY"0SS3#!-@%m!!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-51-3GJ%J$'B8,`0`"Lm!6Ud%fPL2*Kp+J'B#GJ"+!fFD,`a1V3!k)&3JVI!k)&3aI!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:52:C!!4`@9K2B!*`!#K-)&3JVI)J)&4)D!!+6VVrAJ!!)@i!$!!'2A`!#[rd2A`!#[r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-53-bI!jq3AS$)&4(k!!+2Acrrrrf3J4`!"!%!)!hE[rf!!*+VJ!3@%pR!!$S)&4"k!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-54-+,8Mrr#"Z!"!J8#"S!)`Y52ri3HJ!+#C))'lrr#*,4HJ!"#6C*0NJEJ!3)&!JD!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:55:d,8MrjL"3*QJ!!#!,C`!!SL"6)'J!*Le)rpSJ8$JS!!B[,J!36UdR+LC!@%mJ8c`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-56-S!#j54J!*cqJ!,#"61LJ!-%T%Cc)`"&0!5-![!#mZrpT1V8@5,8$rcLm!5'lrdNk
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-69-J9!"(!$T+V[riC`!"L#mZrrK1V4`U)'lrq#m))&!J8#*S!&a1N9"2B!!"DJa(rrj
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:70:X"(lqB!J-4`!$E`*q!b"8[QJ!1QG',@J!*2ri)&3a4`!k!!$rq'FD,blrq%kY(#S
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-71-JE[ri,`JJ8#"3)QJ!A%k48%mJ9#"S!'BJ8%TS!!KR$#"8,bJ!CNkY$h*B6dT(Ea!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:72:J"ZqS,`![$%kk!6*36f!85-FJ"d5!)JEJS5m",`a1ZJ%F8%mJ9(!$X'J!1QBQF2m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-73-[!%Ki"")[,[rm6UdF8R!!,`")H!34,blrr%kY(&*2l`!BB&3J9($qX'J!1QBQF!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-75-!V4a5F!![!%Ki""%[,[rm6UdF8Nr[!"K9Mb"6,bJ!"+P32KpJ'J#3"2rr,`F[#b"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:76:6)&!LD!")6T&2l`!-8dG+4flL)&4`rV"S!$TZ*R!$X'J!N!9D!!3!!!",!!S!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:77:!!(-!#J!$#!!!F`!+!!S!'!!Q!!S!*3!B!'8!!3",!!S!!`!!!(-!#J!$#!!!F`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:78:F!!S!+J!l!"`!1J!U!(S!!J",!!S!!`#J!(-!#J!$#!!!F`!Z!!S!2!!Q!#i!*3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:79:m!'8!!`",!!S!!`$%!(-!#J!$#!!!F`"!!!S!6J!T!%!!+!"1!'J!%!"e!!J!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-80-"!!)!!`!%!!8!"J!(!3*L!!!""daKH@peG$*3)QJ!5%k46qm!$%cZ'-Mrj%jH6R8
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-91-2+'i!##"8[LJ!@QFD*QJ!*"&(!&SJ#fF1,`XJ8b"3)QJ!A%k4@%p-lKL!rr41ANj
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:92:e6PB!!%MR!"JSEJ!)*QhNEL"6)#J!)!5!3e0dH@FF")!`$qccCK`J8c!S!#C)`#m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:93:!!!%!N!3J#fFX,`XJ8b"3)QJ!,%k4,8$rr%KZrrLSG#mZrrbSFbmZrrLSFh!",`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-94-[$%kY&j*-lKJ!rr"1ANje6PEr!%MR!aK(l[m!2#i!$LKZ!!K)aLm')&3[+!"Z6Ud
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-103-3!0rp!$$rr`!!!!KTM0rm!%B`!PFp!*!%hrX!96!#X`F!N!6IqJ"Pm!+h)3!)D9c
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:104:Iq3"b-!,VU`#3"0ri!(``![iP!*!%hrF!J6!$!EN!N!6IpJ#0-!-+``#3"0re!*I
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-105-`!`c4!!KTG0rd!*c`!c*&!!KTf0rc!+-`!d1K!*!%hr)!Uc!$E5N!N!6Im3#k-!0
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:106:`m3#3"0r`!-F`!i2M!*!%hqm!dM!$L,-!N!6IlJ$J-!14E3#3"0rY!1d`!j`(!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:107:%hq`!qc!$U)d!N!6Ik`%0-!1U8`#3"0rU!4S`!pY[!*!%hqN"*6!$flRrr`!!hqJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-108-"-6!$h#%!N!6Ij`&!-!2FN`#3"0rQ!8X`!r(A!*!%hq8"9M!$mcN!N!6Ij!&K-!2
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:109:hJ`#3"0rM!@m`!rIT!*!%hq)"Ic!$q$8!N!6Ii3',-!3B!`#3"0rJ!CN`""k6!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-110-%hpm"S6!%Aa-!N!6IhJ'X-!4MI`#3"0rG!Ed`"'5I!*!%hp`"d6!%CP%!N!6If`(
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:111:R-!4Rl`#3"0rD!I3`"'LR!*!%hpN#!$!%D88!N!6If!)2-!4UI`#3"0rA!L!`"'i
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-112-E!*!%hpB#+$!%Em%!N!6Ie3)a-!4aR`#3"2rr!!!`"('h!*!%hp-#4c!%RI%!N!6
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-115-!N!6Ib3+Z-!8@4`#3"0r)!VN`"4KM!*!%hmF#ac!&'4N!N!6IaJ,D-!8Dc3#3"0r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:116:&!Z``"4Y[!*!%hm3#q$!&(id!N!6I``-*-!8Sf3#3"0r#!aR`"5[K!!KTi0r"!b!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-117-`"85h!*!%hm!$+rrr!*!'hlm$06!&C58!N!6I[J0(m!9PP3!)DBMI[303m!9QP3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-118-)DB6I[!0Dm!@')`!)DGcIZ`0Im!@)J`!)DAMIZJ0P-!@*f3#3"0qj!h3`"BUA!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:119:%hlJ$JM!&Q!F!N!6IY`13!$!&Q-m!N!6IYJ1M-!@PT`#3"0qe!l8`"DaA!*!%hl3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:120:$[$!&V+8!N!6IX`2--!@bV`#3"0qb!pi`"Ehr!*!%hl%$m$!&`F-!N!6IX!2q-!A
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-121-*B`#3"0q["!2`"GKC!!KTJ0qZ"!h`"GXh!!KTI0qY""R`"Ga"!!KTD0qX"#%`"Gf
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:122:c!T!'!*!-'FJ!!2rr!!$rr`!!rrm!!2rr!!$rr`!!rrm!!2rr!!$rrdj@rrp)j`%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-123-B,Li!&!"Z!!`SEJ!))!aQ%(!@,`"1V36D+%!J$&K2CeB[$%kk$5JS3#"8)+hNT#"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-130-!,`Y1V3j+)&3`+!!)5-![!#mZrq"1V4R#F!![!#m!5'lrr%KZrrJJ9!!S!!K)`5m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:131:",`Y1V3l5)&3JD!!5)&!YD!!mrq3`,[rZ5-![!$!Zrqa)`#m!,blrr#mZrrJJE[r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:132:F-#J!%NM!,`!`,[rZ5-![!$!Zrqa)`#m!!!$rp#mZrr!`+!!)5-![!#"Zrq3[##"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-133-3)&!LD!#X6T%J9#"S!!UJ+Nr[!)3!!!$f)&3`+!!)5-![!#mS!")[+!!16Ud2DLi
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-134-!,`Y1V3hL)&3`+!!)5-![!#m,6Ud28R)!-J"+J5"8)8%!#L"8F!5`U!!+6qm!''B
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:135:BF!J[!*!%#%M",`%[#dkY$eT2l`!-B"K`"Lm!)&3b+!!)5-%[!5m,6Ud2@Nr[!!`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-136-!#dkY$dT+3&E!4!")J%M!@)m[!(!(,`"bC5m",bhYi%kY&p)J9#mS!")JD!!5)&!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-137-J8#*S!%41N5e!rqJV314Q)&3[+!!5)'J!%L"3)&!LD!!!6T&BMbm!)&3[+!!56Ud
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:138:JqPL2,`"1V5*k)&3[+!!5,`F[#dkY$GT2l`!S!1iBJ2r36Pj1G8j@rm4)j`%B+'i
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-139-!##"8,@J!$[rmF!%[!#"8)'J!%L"3,bJ!2%kY&j)J9"!S!!46!&"2C3!#CJ`!!!4
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-142-)E[rU5'lrk%KZrr")E[rX)&3`+!!)5-![!#mZrra1V3l5,bX!"#m6!!!!#%M!,`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:143:J9$!S!!K)`#m!,blrr%kY$NSJ9$!S!!K)`#m!,blra%kY'F)!!#m!,`")E[ri5'l
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-144-rp#"8-LJ!#%M",`%[,[rm6Ud1dL"8)'J!%L"3,@J!22rJ-#lrkNM!,`!`,[rS5-!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:145:[!#mZrrJ[,[rd-#X!%NM!,`!`,J!!5-![!$!ZrqK)`#m!,blrm#mZrq``+`!)5-!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-146-[!#"Zrq![##"3)&!LD!#X6T%J9#"S!!UJ+LmZrmLSf8r[!)4J!!%D,`a1ZJ,`@%p
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:147:J!!%1)&3QD!!5,@J!$[r-)&3`+!!)5-![!#m,,bJ!$NkY$fSZ!%KZrpT)E[rB,`X
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-148-J8b"3)QJ!i%k4,8$rh#"8F!!`+!!-,`!`+!!)5-![!#mZrma1V3pD5'i!d#"8,bJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-149-!%L"S!")J8#"3)QJ!-%k4,`XJ8b"3)QJ!4%k4,8$rj#Y!!'B[#b"6)&!LD!"%6T&
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:150:BMbm!,`Y1V5$k@)m[!%kY)RS[#bm(,bi!N!6rreQ2,blrh%kY!5T`",#ICK)[,[r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-151-F6Ud(#R)!%J"+J9K2B!*b!8KZ!*!&@J!%!!$rr`!+!!-!!!"c!!S!!`J!!(-!(!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-154-c!!S!!`J!!(-!8J!+!'!!53"5!%J!B!#)!"!!G3!)!!!!!3!#!!-!"!!&!!B!"`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:155:3"3F!"`#3"e`!!2rr!*!*!`!$!&`-)!!!!5q!!!!!G'pdEa)3!&1hQ!"6Y`"!!-!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-156-!N!F5%+T9UP@U9B!!3#d!!!!"(9S!!")3!!`!!J*FG!"!,3!!!!%l%%!X!!%!!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:157:F!!$rr`#3"`N!!`!$!&`-)!"RkBS!8lN!G(9dG4)3!*!)3!'!!*!(%K!!N!K!,3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-158-!!!%GPJ!!%K!!$!!"r03!!%!Y!!!!!6X39CF!!J!!!&`!!2rr!'ITLJ"6Z8`!!`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-162-8!!$rrfCTC@aN)$%U!!-!!!"82b"dG5adDA4T!#KTEL"QD@9XC#!a1L"dEh4[,(4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:163:eG(8XG'PdD5YdD'9cC5"QDACP)'0[E@ePER4c*b"XD@jPFbN!!!8!!!!`!!$rr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-164-S!"B!BJ!!!!-!!!!`'b!!#J!-!#J!!#KTEL"QD@9XC#!b1L!c,$3X05N@!!B!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-166-[-c%[0#`a-Lma,cJj+3!(!!!!1!!!rrpQD@9XC#!d+J!$!!!!1#3J-$!X03#3"#K
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:167:TEL"QD@9XC#!d1L!c1M!`,$3k-$!X06S`-#N!!!!$!!!!$J!"!%X!#J!$!!!!F`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:168:!!!%!5`!+!!-!!!"c!!%!!3",!!S!!`#J!(-!!J!"!%X!#J!$!-3!F`!$!*!&!J#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-169-3"HX!!!!(!!%!#!!#!!F!!B!Q!!!"!!!!!4`!!!!F!!!!4L39!@El,K%"&`(I[2J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-170-m@`8!-iF2D38R"(N2SAU"!@Cl#bTNBA4K,RG`Gc%`!J!!!%*AC'*#9fYc!*!+3PG
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:171:NBN*ADh-!N"M2Xq&p!*!'!@,$Lc`l'$Y,41&VSQXBf`,"L$X38`0$$S%!Fa9V+YX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:172:0!`-H#J"E@eT)#!SXH`!-SK`SKBci$d+i+5`P&!bSSZYMUe)2%R#E'%8l&Lcc9F-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-173--Ue)qibI3%PX#a6964kJm9QX#9`8X22Ll"@DV8LN1J3`2!4)A!E5V8Q`2!#YT"%M
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-2-:#90SC@9d,RGRHJ"A@P069dj(@J%!!!!&f!#3"(JV9dj(@PGD8e-`-6%`!!#!FJ%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:3:!N!SFah%Fah&X2`!!!"6rrrm%!!!!!Iq3"!!!!!(rrrm""3!8!"3!!!$qr`#3"J)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-4-%!!!!&2rrr`3!!!!"rj!%!!!!!Irrr`%&!"3!&!!!!2lr!*!'!J3!!!!8rrrr"!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-6-%rrrr!38!N!3(rrrr!38!N!8+!3C(C@jPGQ%!N!JG!!!!"!#3#`a"99428d&@45j
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:7:A5eS!N!6`)`!b!*!-$!!$!!3*!*!%C!!!!2pr!!$rI`#3)2lr!*!'r[m!N!Eqr`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-8-3"[lr!*!'r[m!N!Ba!!%!!!!%!!F!N!Iqrrlr!*!)"!!#!*!*!3!!!!%!N!d&!!X
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-17-r!2m!"NGPEQ9fB3a!9`#3"38!!`!5!!!!rrm-G'9iG#KZEh*YB@`T!J!5!!%!rrm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:18:%BQpXC!)!%J!#!2rr"QPdB@aTB`-!%J!$!2rr#A9ZC'9bE'PZC3!$!")!!!$rr`T
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-19-LD@FJBfpXG@eZ$%!U!!%!!!!#!!)!%J!%!2rr!h*PC!)!%J!&!2rr"@GbC@9Z!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:20:5!!B!rrm(E@&RC@jdB3a!1!!#!!!!!`!#!")!!!$rr`9KE'PREJ)!%K!!!2rr"'a
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:21:PCR3#!")J!!$rr`CMC@jdCA)#!")`!!$rr`9bD@GSG!a!+!!%!*!&!`!5!!!!rrm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-22-IG'9cG#"[CL"ND@CQCA*PER3JER9YBQ9b)'C[FQeKG!a!8!!&!!!!"!!&!")!!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:23:rr`#3"d!&!#)!!!$rr`#3"d!&!$)!!!$rr`#3"d!&!%)!!!$rr`#3"d!&!!)!!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-24-rr`#3"d!-3"X!"`#3"3-!%J!!!2rr%R0[E@8JC'&dC5"KEQ3JG'PYC3a!8!!)!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-25-!"!!&!&)!!!$rr`#3"D#E3!8!BJ!!!2rr!*!&'*a!"3#5!!!!rrm!N!6!#H"!"3#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:26:L!!!!rrmTA)r#p5M-2`8!dJ!!!2rrQTQ3"HNr$%!9!!S!N!8$!")!!!$rr`acEfe
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-27-P)'C[FQeeE'%-3$m!#`!!!!-!*3!5!*!,m$mL!")!!!!"!!CK)(4PH(3P!")!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-7-3"!%V!*!&C22Q!&2+E!"6bU3!!!!"!*!1$e0dH@aP9h*TG'9b)%a[C`#3ZJG3B@G
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:8:P)#C`!*$j,J!+F(*PCJ#3"e1jA!"6[#!!%`%%!`)#!3%"!!%!#J!!!#%!!`!(!!d
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-9-!!`#3"5`!"!!m!!!%G'9iG!4'Efjd!"YR!!46DATP!"YS!!96G(PXC3!ED3!&3fp
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-11-)j`mB*Qi!%#KZ!!J"4`"6Z0Mrr`!)!$`!!!4NBA4P!J!!MlJ!!!!1!*!86PB!!#m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:12:-+'i!##m-)'`!!J*S!&1if2rr!2`!2!!!"(4TE@8#5J"B6fF'-#i!$Q"H)'`!+#"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:13:3)'J!%Le)rr`J8#CS!%K)EJ!1,`Y1V3Xk2J!$4`"6Z0Mrr`"Z!!!!+3!#!!*Z!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-14-!"daKH@peG$%!N"K6Z3!!8lL`!&1iV!!)!3#3#Irrcl2JG!"6Z9`!8lLi!3#3#%J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-20-Q)&3K3!"))&4#+!"-F!![!%kk#$3J9#&!!#CBMbm!6Ud*SR!!*N"f!5),CKB[!h!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:21:1,`"1V36D@)mQ(bC!)!YQ!RB!5J0R4RB")!YQ&#m$F!`[!2rr!!"BMbBI5S"Q!RB
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-22-!5J0R%Lm,6Ud,+L"6)#hN6L#!@%pJ!R!!*NXJ8b#Ym,JJ8c&m!(8!$("eB!*`!#"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-43-J9#*Z!"!5U!!'61i8!2ri6Pj1G8j@!!![$#KZ!!JJ$'B35(J#G%kY"0SS3#!-@%p
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:44:R3LmZ!!`[$%kkq[`S3#"8)+hai#"8F!!K3!*S)&4#+!*X)&34I!!"!R!J9"&m!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-45-#F5"8%A`!!3*b)&34I!!"!R036b!-+'lrr%jH6R919J!!51F!'#KZ!!JJ$'B35(J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:46:#D%kY"0SS3#!-@%pR,#mZ!!`[$%kkqT!!+%!J9##YmH4`!#m!6UdZ`LC!,`Y1V3Q
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:47:L)&3K5`"16qm#N!B!N!K19J!!,``SE[rr)!crrh"#rrp1VIrr+%$rreK2rrm`,[r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-48-r5-$rrbmZrrm[$%kY+cSS3!"8)+hb+#"8)@i!&!!k)&4`!"!S!$J-3!!&6qm!$#!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:49:-+'lrr%jH6R919J!!,``SEJ!))!aQ%(!-,`"1V36U+%!J$&K2C`j`rbm!,`a1V5C
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-50-b!!"36b!-+'lrr%jH6R919[r151FI1#KZ!!JJ$'B5F$![!%kY"0SS3#!-@%m!!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-51-3GJ%J$'B8,`0`"Lm!6Ud%fPL2*Kp+J'B#GJ"+!fFD,`a1V3!k)&3JVI!k)&3aI!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:52:C!!4`@9K2B!*`!#K-)&3JVI)J)&4)D!!+6VVrAJ!!)@i!$!!'2A`!#[rd2A`!#[r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-53-bI!jq3AS$)&4(k!!+2Acrrrrf3J4`!"!%!)!hE[rf!!*+VJ!3@%pR!!$S)&4"k!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-54-+,8Mrr#"Z!"!J8#"S!)`Y52ri3HJ!+#C))'lrr#*,4HJ!"#6C*0NJEJ!3)&!JD!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:55:d,8MrjL"3*QJ!!#!,C`!!SL"6)'J!*Le)rpSJ8$JS!!B[,J!36UdR+LC!@%mJ8c`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-56-S!#j54J!*cqJ!,#"61LJ!-%T%Cc)`"&0!5-![!#mZrpT1V8@5,8$rcLm!5'lrdNk
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-69-J9!"(!$T+V[riC`!"L#mZrrK1V4`U)'lrq#m))&!J8#*S!&a1N9"2B!!"DJa(rrj
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:70:X"(lqB!J-4`!$E`*q!b"8[QJ!1QG',@J!*2ri)&3a4`!k!!$rq'FD,blrq%kY(#S
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-71-JE[ri,`JJ8#"3)QJ!A%k48%mJ9#"S!'BJ8%TS!!KR$#"8,bJ!CNkY$h*B6dT(Ea!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:72:J"ZqS,`![$%kk!6*36f!85-FJ"d5!)JEJS5m",`a1ZJ%F8%mJ9(!$X'J!1QBQF2m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-73-[!%Ki"")[,[rm6UdF8R!!,`")H!34,blrr%kY(&*2l`!BB&3J9($qX'J!1QBQF!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-75-!V4a5F!![!%Ki""%[,[rm6UdF8Nr[!"K9Mb"6,bJ!"+P32KpJ'J#3"2rr,`F[#b"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:76:6)&!LD!")6T&2l`!-8dG+4flL)&4`rV"S!$TZ*R!$X'J!N!9D!!3!!!",!!S!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:77:!!(-!#J!$#!!!F`!+!!S!'!!Q!!S!*3!B!'8!!3",!!S!!`!!!(-!#J!$#!!!F`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:78:F!!S!+J!l!"`!1J!U!(S!!J",!!S!!`#J!(-!#J!$#!!!F`!Z!!S!2!!Q!#i!*3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:79:m!'8!!`",!!S!!`$%!(-!#J!$#!!!F`"!!!S!6J!T!%!!+!"1!'J!%!"e!!J!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-80-"!!)!!`!%!!8!"J!(!3*L!!!""daKH@peG$*3)QJ!5%k46qm!$%cZ'-Mrj%jH6R8
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-82-!5!!!!%J!!!")!!!!5!#3"3%#*QB-!$BJ$&K2C`a)H!36,`a1V4ND8%mSE[rm6Pj
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:83:1G8j@!!")j`%B(Li!$bKZ!!JJ9,iS!&&R'LCS!#344`"4)!YR$Lm,)&-J8#*S!&a
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-84-1N9K261iBJ2rd6Pj1G8j@!!!JEJ!))&!4EJ!2!&*1ANje6PB!!%MR!4JH,J!2+'i
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-87-+"QF'%8F!@'!')&344`"C)!YR&#m,6UdF+Lm,)&-J8#*S"e"KCf8J*R!B`2r`6Pj
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:88:1G8j@!!")j`%B(Li!$bKZ!!JJ9,iS!&9R)#CS!#344`"9)!YR&#m,6UdF+Lm,)&-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-89-J8#*S!&a1N9"261iBJ2rd6Pj1G8j@!!")j`%B(Li!$bKZ!!JJ9,iS!&CR)#CS!#3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-96-52J!-4rrr6qm!&'B%F!"J!K!(61iB`2l`6Pj1G8j@!!"`!"!Z!!m[!#"Z!!JJ8#m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:97:S!'j1V3Z#6Pj1G8j@!!")j`!B+'i!##"8*QJ!2L"65P"[$#*Z!!`cD!!#!!CJ#L"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:98:Z!!`aI!!$rrm!!#CS!%)J8dT3E`SLEJ!--UJ!!Q!))'i!$$#m!!`J9#CS!%BJ8dT
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-99-3E``LEJ!--fJ!!J!%B!SJEJ!--A`!)3!%9BmJ9#mS!%USDb"Z!!`aA`!#61iB!2r
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-104-FhrN!FM!#kkX!N!6Iq!"m-!,q*3#3"0rh!)%`!`'j!*!%hrB!M6!$#X-!N!6Ip3#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:105:Am!--d3!)DA6Ip!#Fm!-b43!)DGMIm`#M-!0$S3#3"0rb!+X`!fdT!*!%hr%!ZM!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:106:$F2%!N!6Im!$(-!1$i`#3"0r[!0)`!iLc!*!%hqi!i$!$N@d!N!6Il3$Y-!1F"`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:107:3"0rX!2X`!kL0!*!%hqX"$6!$UP-!N!6IkJ%D-!2EE`#3"0rT!58`!pZjrrm!!0r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:108:S!6%`!p`K!*!%hqF"3$!$h*-!N!6IjJ&,-!2ae`#3"0rP!9B`!r-j!*!%hq3"B6!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-109-$pi-!N!6Ii`&[-!2hk3#3"0rL!Am`!rJe!*!%hq%"Lc!%'!-!N!6Ii!'C-!3HN`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:110:3"0rI!D%`"&m6!*!%hpi"V$!%Bhm!N!6Ih3'p-!4NR`#3"0rF!G%`"'C4!*!%hpX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:111:"jc!%Cqm!N!6IfJ(d-!4ST`#3"0rC!J!`"'P&!*!%hpJ#$c!%DRm!N!6Ie`)J-!4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-112-Z'`#3"0r@!LJ`"'r"!*!%hp8#-6!%FCm!N!6rr`!!-!4aY`#3"0r6!NF`"*ha!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-115-9!*!%hmN#VM!&&NF!N!6Ib!+j-!8BB`#3"0r(!XF`"4NC!*!%hmB#fM!&'Xd!N!6
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:116:Ia3,X-!8EE`#3"0r%![J`"4q0!*!%hm-$#6!&+0N!N!6I`J-Cm!8Vi3!)DH$I`3-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-117-J-!9%Y`#3"0r!!b[rr`#3"Yqr!c8`"@8P!*!%hli$4r!&CC8!#'Q)hld$82!&CT8
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:118:!#'Q%hl`$@[!&KL-!#'RFhlX$Ar!&L)-!#'PihlS$C6!&LGN!N!6IZ30d-!@+P`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:119:3"0qi!i)`"CJ(!*!%hlF$N!!`"CM2!*!%hlB$Sc!&TDF!N!6IY31e-!@X9`#3"0q
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:120:d!l``"DbP!*!%hl-$c$!&XUm!N!6IXJ2H-!@pr`#3"0qa!r!`"F($!*!%hl!$rM!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:121:&b@-!N!6IV`3$m!AB@3!)DB$IVJ30m!AE0`!)DAcIV33Cm!AF33!)D@MIV!3K-!A
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:122:GX`+3"J#3$"R)!!$rr`!!rrm!!2rr!!$rr`!!rrm!!2rr!!$rr`!!rrp19[rr51F
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-123-"'#iZ!"3!EJ!-+'i!##!-CK"`&Lm!6Ud%fLK!)!aB6fG@,`a1ZJdS+%!J9##Yj+3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-127-5!0*"-MX3"Nll%!!!'!!-!L3!!!%`,`a1ZJD8@%pJ!!)1)&3[+!!56UdJqLe!rq!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:128:J9#"S!!UJ+5"8)'J!#J"3rp`J9$!S!!K)`#m!,blri%kY'F*)E[rZ5'lrl%KZrr4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-129-)E[r`)&3`+!!)5-![!#m,6Ud1dL"Zrp`[+!!1,bJ!#M!S!"*)`#m!)&3`+!!)!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-134-Z!#m,6Ud0iL"8-#J!#%M!,`![#dkY$e*b!$)!5S%J9#&"!!SJ9(!%X+J!#Nr[!"K
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:135:Q'(!),`#3"!K)`5m",`Y1V3pD6qm!$'!BF!B[!#"8-LJ!#%M",`%[#dkY$eT2l`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-136--!!Y1V3p+5N"@`%3!5)")`&L2,`"`"bm!FQ8[!5mYlH"1V4I5)&3[+!!5)'J!%L"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-138-Y)2TBMbm!6UdLHL"8,bJ!%Lm(,`Y1V3hD6qm!+!$Z')$rd%jH6R919[r%51F"'#K
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:139:Z!!JJ9#eS!!lrr(!",`!J9#"S!")J8#mS!$a1V4H5)&33+!!%8`"36f8!!QB-!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-140-%BJ!#AR)!%J$536)l!!"1qa!!!"J!$!*3!6J"4#m-6VS&@PK2B!!#1PQ2U0JYArr
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-143-!)&3`+!!)5-![!#mZrra1V3j+)&3`+!!)5-![!#mZrm41V4R#!!![!#m!5'lrq%K
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:144:Zrr3J9$)S!!K)`5m",blrr%kY$Y)J9#"S!")J8#eS!$cri$!ZrqT)`#m!-#lrk%M
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:145:!,`![,[ri,blrp$!V!"*)`#m!-#i!!%M!,`!`,[rS5-![!#mZrr![,[rX-#X!#%M
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-146-!,`!JE[rJ,`JJ8#"3)QJ!V%k4)&3JD!!+S#S[,[r)U0P2l`#%B!!"'Lm-6VS#m&K
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-147-2B!!"$L"8*QJ!%LeS!!lrc#"8-#J!#%M!,`![#bmS!!j1V3pU,J")E[rD5'lrf#m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:148:,)&-J8#*S!1"1N5e!rp`J9(!!-#J!$#m!-#J!#%M!,`![,[r-6Ud2@NKZ!0!J9#m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-149-S!")JD!!5)&!J8#*S!$"1N5m,)&-J8#*S!%41N5e!rq3V3!"Q,`XJ8b"3)QJ!4%k
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-150-4@)m[!#m,6UdJqPL2,`"1V5*k,`X["bmZ!*!%rrpCMbmZrpa1V3%UF!5`RfB5,bl
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:151:rh%kY"`Tb!")!5S&B6f!#FJ&)EJ#3"9S!"!!!rrm!#J!$!!!!F`!+!!-)!!"c!"`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-152-!#J!U!%N!(!")!#S!L!!"rrm!#J!$!!!!F`!+!!-)!!"c!#i!#J!m!%N!,J")!$`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-157-!A!!!rrm!N!F*!!-!!`"F$#!!CqQ+!&1j!(4eG(85%!#3#%!"J!#3"a)3!*!)3#d
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:158:!!!!"(CB!!")3!!`!!Ic8!!"!,3!!!!%l%&@A!!)!!!"F!!$rr`"RkBS!8lP-!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-159-!!`"F$#!!N!KdDA4T%K#k#!#3"N!"S!#3"a)3!'J!!!!-!!"!,3#3"28U!!!5%2h
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-164-!+!!@!')!!!!$!!!!-"XJ!!S!$!!S!!!SD@iJCQPPE'3J-MSJ-b`d,$8T&J!'!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:165:!2J!!rrmJCQPPE'3J)`!$!!!!2LSJ-5mc-3#3"#KTEL"QD@9XC#!c1L!a,c%[0#`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:166:a,c-a,c3X-6)[-5mi15N!"`!!!$J!!2rrCQPPE'3J0#S!!`!!!$JN)$!`,$8!N!3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:167:SD@iJCQPPE'3J0$SJ-cS`-#`d1M!`,$8k-$!T!!!!!`!!!!i!!3",!!S!!`!!!(-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:168:!!!!"!%X!#J!$!!!!F`!"!!%!5`!+!!-!S!"c!!)!!3",!!S!!`$%!(-!!`#3"3)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-169-!N!AV!!!!"`!"!!J!!J!(!!&J%`!!!3!!!!%F!!!!(!!!!%BN&3&Qqbi4!4F"hlc
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:170:i2&X&!$1($fN&*`4j$k&kJ3&QH`SUC'&dB5jLGc%`!!)!!!"#9f4L3PGVF`#3#N*
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:171:AC'*#9fYc!*!Bcl2K3!#3"J&L`iXm1aJl5d6KDk*V'0X#`BJl%&-$3`k"!(-9DbV
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-172-E$3-$(JS!@eYD5!J+,(X!$+)F+)@-q!p#Z#NX*43-U+,VBkY5$a*`QaK&1aBXmeA
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:173:$$+Y52Z-Rd"*E!X8e8dHS2&CV!PF&,$ciZ`9QUe)T$S%-$`%5&`'dUe*X$`!VD34
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-174-)i3"P"J!!!!J!6J!#!G`#GJ!!!!`,3Q9KCfaP9fpbDh-!!!%!!!!"(!!!!"`!!!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-8-qr`#3"[lr!*!%13!"!!!!"!!-!!N!N!Aqrrlr!3#3"`3!!J#3#3%!!!!"!*!0"3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:9:(!'X!D3#3*3%!!3#3"Jrrrrm"!!!!!Irrr`%&!*!%$rrrr`3!!!!"rrrr!38!N!3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-10-2rrrr*!!!!!(rrrm"&!!"!!%N!*!+!3!3!2rr0!-%!0`&"3#X$Iprh!8#!!J!rrm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-18-"!)J!!!C(C@jPGQ%*3#!!"`!"!!!!%J#3"`rrrrm"h3!!!3#3"!C(C@jPGQ%*3#%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:19:!#!!"!!!!#J#3"`rrrrm"h3!!!3#3"!G$Eh9bD@9b#8!J!!N!!`!!!!S!N!F2rrr
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-20-r!Gd!N!F'4f9ZCACK#8!Z!!S!!3!!!!S!!!!"!!!!$rrrr`(G!!!"!*!%"NGPEQ9
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:21:fB3d"SaXE'aiE'a`G("`F#8!Z!!X!!3!!!!S!!!!"!!!!$rrrr`(G!!!"!*!%"NG
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-22-PEQ9fB3dE'aXH'aXFN!F-3&8!N!8&!!)!!J!!!2rr"Qj[FQeKE!)!!J!"!2rr"'*
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:23:[E'3#!!)!!J$rr`CTG'&XD@-$!!)!!`$rr`PeEQ4PFQaTEQ8!!`!#!!!!rrm+BQP
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:24:R)'0[E(9YEJa!63!"!!!!"!!#!!)!"!$rr`0bC@3#!!)!"3$rr`4LE(9P!J!#!!B
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:25:!rrm&Ch*PC@i$!!)!"`$rr`Na1#"`EfPZG(-#!!)!#!$rr`GMEh9bD@9b$%"-!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-26-!!!!$!!-!!J!!!2rr,@0SEfpcD@jR)'&XD@GZ)'PZ)'0PE'`JC'pPFb"ZEh3JFf9
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:27:PE5"`Eh0cD@*XC3%!!J!!!!%!!J!!!!%!!J!!!!a!)!!$!*!&!`!#!!!!rrm6Ffp
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:28:YC5"ZG@eLCA)JCQpbE@&dF`a!C!!%!!!!"3!&!!)!!!$rrjUCN!A*2`8!%J!*!2r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-29-rQTQ3"FNr"3!L!JN!rrqDQC!&b6m&!$!!#3$rrjUCN!A*2`8!iJ!+!2rrQTQ3"FN
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-33-!!!!,+"XE'aiE'a`G("`43!N!!3!)+"XE'aiE'a`43!N!!J!)+"XE("dF!8X43!d
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:34:!!`!-!D-E'aXH'aXF(4`F%8!3!!3!$aXE'aiE'a`G("`8)%40)K&!$J!&!!dE'aX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-35-H'aXF(4`F*J&'%8!,!!B!#J'd*KXE'aiE'a`43!i!"`!0!D-E'aXH'aXF(4`F("&
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:36:!$J!)!!dE'aXH'aXFN!F5!!!!%`!!!'8!#J$rI`!!!J!#!!!!CJ!+!2pr!!!#!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-37-!!!"R!#!!N!BS+"N!N!`)!!-!"%N!N!4N!2m2!!"DT3!!!3!!!!%8!!!!&!!!!$)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-11-!!3!!!3#3"!%!!!%!N!aB1p!!N!9T*e),!*!1!3!)!*!(@"-S!!!I*!#3$2q3#!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:12:S!!-"h3*p!!0%8d98!!!"e!!"rrm!!!!`!CJ!!J)!!!%"p!!S!&J6$!#3$`)!@"A
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-13-8!&J9b!!)!!!!5!!1!*!*@"2!**!'1#53q3#3#3J!!!!)!!!!#!!!!!N!!J!*!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-17-'!!N!@"-)!&J9Z!"B&D`!@"@N!&J61!"B%V`!@",!!*$r!*$r!*$r!*$U$%026%d
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:18:!N!9B&D!!!!+-3dK15`!*!J!"AJ%&!)`!QJ#N!!!!X!$+!9F"D3%%!5F!N'd-!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-19-!#3CZEh*YB@aI!!J$!!!+!h*PC!!+!`!!#39KE'PREJ!B!`!!#40ND@CQCA*PER3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-29-*68986e4&@&3EFf9bD@&XAfjeE@*P!!!!$%026%d!N!9B&E3!!!+-3dK15`!)!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:30:"P!&M!)`!Q!#N!!!!X!#f!4-")`!!!2F!N'd+!`!!$!4LEfaN!!!+!`!!$39RFQ9
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-31-PEJ!+!`!!$J4XC@Cd!!!%#!!!#3!1!J!!$crmc*!)!!3(k!!*!!i$D!!9#$%b,c)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-35-"8JecCA*TB@aIER9YBQ9b@!`pE3!!#S!pEJ!-rriJEHjX-#lrr%M!jBJJ8#"`#!`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:36:S8%T8CJ4`!'!`)'hZE$!Zrra)`1@))&!JF!J--$`"MX(ZrriJ8#*Z!!K"m!K-F')
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-37-Lf&()rr`bf(!"+&p1ANje6PErq%MR!4JSEJ!)I[r1,!!&2c`!!dkY$Y)J3#CS!!J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-42-!!!$[!*"Y$!-!!"%'DA4KE'PM!3!+!`!!%J4LE(9P!!!-!`!!%`CMC@jdCA)!!!i
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:43:#!!!82rc-N!J!$!-&!!X'-Lma,c!dHM)!!"N%!!!*!!%2"`i(%!!"%!!$%`!*!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-44-I!*!%'J3!!!N!!!m($JF3!!%3!!-6!!N!!"m!!!B!!!i$D!!3#$%b,c)h,cBh$J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-55-f0c)!!"F%!!!*!!%0&NN"&)!!rrf!!2rr(`#3""J%!!!*!!!0&NN"&)!!rrf!!2r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:56:r(`!!#J!!$!-&!!X'-Lma,c!dHJ!1!J!!'MrpQC!)"!`S!!%!"'C+)'fl!#*YZ`3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:57:`+!!FX'N"%'miF"M3VEX!+%!JEEX!)Qfl"$iT!4#HD!!FhP3-4`!%E!*q"$"()!L
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-58-"r!!#-K553$"")Qfl"#0)!'C-ha#!6R919[ri51F"'#CZ!!SSEJ!1$'i!"3!)CJC
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:59:`!'!!!,SJD`$d)&!SU!!3+@J!&!!%-#i!#'F1DdKA3'F`DN*53'SHB"3[$$mV!"!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-60-r+`!1U+N'E!!b!!CJ+!CX!#m!"'!J++h*+#PYb5`!"'!8,``r+`!32bX!$ULT-#f
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-63--lKL!rqa1ANje6PEr!#m-5'lr!#"YXVJJD!#',a"1V4E53KG1V3$U5J"3MfB'F!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:64:J!!#i!!!!$%026%d!N!9B%c`!!!+-3dK15`!$!J!"e!(%!!!!M!#3"jS!ZJ#3F``
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-65-$!!!E"f0[GA*TCA)!$J)!!"`rr-b3#!!1!J!!!6rpQC!)!!`$5!!9"c8[-M-[0MF
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-70-"'#CZ!!SSEJ!1$'i!"3!)CJC`!'!!!,SJD`$d)&!SU!!3+@J!&!!%-#i!#'F1DdK
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:71:A3'F`DN*53'SHB"3[$$mV!"!r+`!1U+N'E!!b!!CJ+!CX!#m!"'!J++h*+#PYb5`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:72:!"'!8,``r+`!32bX!$ULT-#frq0&X!!Cq"GjYZ4,IE!!'hf`!"%KZrrK1V39D2Lf
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-73-bl0jYXXT)air!5%FZM(!$N!"X!!)b"qG*d%%r!(!$N!"8FJc$ap"i#kS'3!!4d%%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-78-#-JIR5G""2`"`!j!!9()-`mI3H!ZU"N!!%G""2`#SU%)R,`a)E[ri,`bSUR!"61i
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:79:BJ2rX6Pj1G8j@r`![$%KZr`!JEE+i)'J!KLm36Ud@dN)A6Ud!kNS!8)pQ"R!!B!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:80:!Z!!,1f``+!!b!N!-!!a!$!"Q#NKi!#"1V8E+@)p1V3`D2bi!%#mZ!!`[,J!),bf
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:81:l!%KZr`"1Z[P%+%!J$%r[!"*Q"(!!B(!JEEX%!QMcr`!b+dbc1Lm-6Ud&%L"YZ`"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-82-#+!"25Ui!$&L2C`T#*dkY!`T8Mf!%6Ud*kL"YZ`!4I!!"!%p1V3BU,`a1V3B+(V`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-83-!!8kY!i*+,EN3@)pR'%)R,bfbZ%kY"1SH[!!",`a1V36U6qm!#L!-+&p1ANje6PE
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:84:qANMR(aKm!(B!3QhZFMmm!qK1V3lD2J"+4e52C`!$&M!(8N!-3!!)BJ!#mN2k!`l
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:85:5m3)!6Y%r2!!%6Ud$`Lmm!!%!"$mm!qj1V3lb+%!`EFLm)!MTL$Zm!!3*)-Kd,Sa
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-86-1ZJEb6VS&M#C!,SY1ZJAX3UhZG%KY2GSr2!!'6Ud2DKYm!!!!$%026%d!N!9B&DJ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-88-rr-b3#"YZrQAZF(!!%#hZF&"!2`"1V3Hb3KG`!"!YlR!r!%kklfaBMf!!!2*+!eI
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:89:$4!0+!fF`2c`!"%kY$`)l3-Lq)'hZE#"3$&!!!952Bbi[,E,F2c`!"+JS,bfbh$m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-90-m!!@S+'!B3Qh)[LmYXY`r2!!%U#F[,E,F2c`!"DJR$'d!!FLqCJBlI!!#b,i-E3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-93-H(c`!!5mZrPi[#cmm!&bTjf!!rKC#V[jH)&-I+!"02c`!!8kY%+TBMf!!r0a-haM
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:94:i6Pj1GIckrq$q-2imrDcr@[rJrq$r#%j@rr`[$!aY!!,ZFQmN)'hZE$!YlR*)`1@
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:95:))&!JF!J--#i!$%M!jBJJ8#e`#%crr'!-2@hZF[rm2@i!$2rq)'hZE$!Zrra)`1@
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-96-))&!JF!J-+&"+9'B%F!"J-#"YlQ``,[rm5-$PL#"3)(!)$$!m!Bl"l[rq)&!LEJ!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-125-$!!`"#bJ$!"!"#bN$!"3###B'!!d$##B'!"%%##B'!"8&##B'!"F&$#B%!"J&&LB
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:126:%!"N'##B(!"S)##B(!"X+##B(!"`-##B(!"d1##B(!"i!!!&@!"$rr`!!!"3!#J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-127-#3dK"8J"B%[3!F2rr!!!!!3!"rrm!N!J-!3#3"3)!N!8"rrm!N!3-!Irr!!!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:128:!!!8!!Irk!!%!!!`"rrm!!!!"!!!!&J!"rqX!!!!"$J(rr`!!!!%!!!!L!!(rh`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-129-!!!)-!Irr!!!!!3!!!!%!!Irq!!)!!!`"rrm!!!!"!!!!"!!"rrX!!3!!#3%!"J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-140-3#2rr!!!!!3!"(ri%!J#3#2rr!!!!!3!"(rm0!J#3#2rr!!!!!3!$(r`%"!#3#2q
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:141:3"J!"(ri0!J#3#2rr!!!!!3!$(r`%$J#3#h!!%2rr!!!!"J!%!!&)390)!!)Ir`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:142:"!!BJq`!$!!BKq`!'!!BLq`!*!3-IrJ!%!J-IrJ!(!`-IrJ!+"!-IrJ!-"!FIr!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:143:1""%Ir!!3"3-Ir`!#"`-Ir`!)#3-Ir`!,#`-Ir`!&$3-Ir`!0)!%!N!GH!!2rr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-144-!!"J!#J!#4e*35!"B%l3!!2rr!!!!!3(r!!!"!!%!!!)!!J#3"[rr!!!!(3!!!Im
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-145-"!!%!!!)!!J#3"[rr!!!!!3!4!@i!!!%!!!)!!3#3#5)!!rrr!!!!"J!%!!&)390
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:146:)!"-#E`!#!3)$!3!"!`%"!J#3"!&D!!2rr`!!!'`!#J!#8P9-8J"B%l`!#[rr!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-147-!!3(r!*"Nrrm!!!!F!!!"r`#3B[rr!!!!!J!#!Id!N!4!!*"J)J!$rrm!!!!'!!3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-157-!"2rr!!!!4!!%!!*'6P40!!!!!JG$D'PMB@G[!*!I$P"PFQC[FQeK)&9cCA)!N!3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:158:Lcl(NU`!!!&JFI!2S!!(2XH5V3A9dD&4&@&3$kJ!d!*!($!Y$E'&bDA0AEh*VF`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-159-!!3!!!!&)!!!!5!!!!&S!@"53!"E'!!!!(!"D!!*849K8!!!!'R"ZEh3!!!!Q8e4
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-2-:#@4KG'%ZGf4L-J""9d4#8&0*-J#3"!Dc!*!%4H!!!!!)!$d!&!(6!Ni!!!@-!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx:3:!N!F"!*!(!`!(!!!!!J$)!*!&#!!"!'J!!J$-!!-"-!!#!-J!!`(S!!B#5!!(!UJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-4-!#!-)!!N$D!!+!mJ!#`3S!!`%L!!0"1J!$J9)!!m&U!!3"JJ!%3CS!")'b!!6"bJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-5-!&!H)!"8(k!!@#%J!&`LS!"J*#!!C#@J!'JR)!"X++!!F#SJ!(3VS!"i,5!!I#kJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx:6:!)!`)!#%-D!!L$-J!)`dS!#30L!!P$HJ!*Jj)!#F1U!!S$`J!+3pS!#S2b!!V%#J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-7-!,"#)!#d3k!!Z%8J!,a'S!$!5#!!a%QJ!-K,)!$-6+!!d%iJ!042S!$B85!!h&+J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-13-!!Q-!J!*M!)!#B`#!!Q-!J!*M!)!#B`#!!Q-!J!*M!)!#B`#!!Q-!J!*M!)!#B`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx:14:!!Q-!J!*M!)!!N!N)!!!!!3!"!*$a!`!*!!!!)3!$!!N!!!!K!!)!$J#3G`(r!")
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-15-%EQ&YC3CZG@eLCA)%C'&dCIm!(!4dEh4[#N!!`!#3"`S!N!Vr!"`%G(9dG3T!!B!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-8-1V36D+%!J$&K2Cd3[$%kY!$SS3#"8)+hNU#"-S#NJ9%*S!!3J9%*S!!BJ9%*S!!J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:9:J9(!!)8!!#L"85'J!$Mmm!qP`$cm!6Ud$FL"-S#TB6b!-+'lrr%jH6R919J!!,``
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:10:SEJ!))!aR-#"8)+hNU#"82bJ!"+QD)!aR(R!!,`![$%kY!%)J,J!-#!!!!&"2C`J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-11-[$%kY"1*B6bKZrra1ANje6PErqNMR!4JSEJ!))%bJ+9@22cb!!#mmF(*PCR!"(`"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-12-)E[rk5'lrr%kY!c)q(fCQ9Bmr,[rk,blrr#"85'J!$Lmm3PGVFbmm8h4KGdkY!ZS
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:13:q(`G3B@GP)#C`)&4)D!!16Ud$+P@22blrqLmZrr`J9%KS!!j`!am!6Ud$)L"8-9m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-14-!"#"8-@lrqJ!))&3KE[rm!!TJ!!#LF(UM(LC),`Y1V3QL)&4"k!!1*dJ!%L"8*fJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-15-!#J!`)&3hD!!)!"C9Mbm,F!!I!%kY!Q*1V3QbF!(!+`!HFJ!5!%U"CbC9Mb"82bJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:16:!##mS!!T)D!!16Ud$#R!,,`")H!2V6Ud8dNr[!!TJ&%TV!"KR$R!,,`")H!2V6Ud
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-17-8dP"2)%ZJ(e@2)&3r+!!),bJ!#NKS!!j`!am!6Ud$)L"8-9m!"#"-S#T-lKL!rqj
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-20-dB@aTBa%J!!S!!b!!!(0eEQ4PFQaTEQ9S!!!5)2#U)&!aI2m!BQPR)'0[E(9YEJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:21:"!!!!C!!!!"Fr2)!!,ca`BJ!&!!3!C!XJ!!S!!`)!!(0bC@3I$5!!#J!$!`!!FfG
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:22:bC@9ZD!`J!!S!!`3!!(0LE(9P%5!!%J!$!!!!Fc%i)("[D@jdF`i2)!!+!"B!!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:23:cBfpeFQPPFQJ!!J!!!&!!!2rr!&1jF!"c!!8!!`!$!&!0)!#3#'&XD@GZ!!`J!!S
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:24:!!`!!!"0XC@Cd$L!!#J!$!!!!8f0PER4PFJdJ!!S!!`!!!$0bD@GSG"!!!`!!!$)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-25-!!2rr!&1jF!#!!!8!!`!!!$)H)!#3#(0[E@8JER9YBQ9bD@jR)'C[FQeKG(-!"!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-27-5%!!+!!-!3!"c2rc-N!J5%!!+!!-!B!"c2rc-N!J5%!!+!!-!JJ"c2rc-N!J5%!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:28:+!!-!LJ"c2rc-N!J!"3!!!$B!!2rr!*!'!33!!`!!!$BK)!#3"(rrI`"cEfeP)'4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-29-KG'8JEh)JG'PYC5"QEh*YBA4c!!!'!!!!E!!!rrm!N!Em4!!$!!3!E")3!!S!!`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-30-J!(0!$Ca!!*!'%K!!#J!$!-!!Fd!0kQ!!N!B5%!!+!!-!`3"c3!kF3!#3"K)3!!S
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:31:!!`$%!(-rrS!!N!F))J!+!!-!a`"c!!F!!!!S!!$rr`!!!!`!!I`N!!-!!!!S&#!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-32-!!Ia-FfpY!(0[E@8JCQpbEA9XB3!)!!!!CJ!!rrm!!!!-!Q8!!!!$!!-!CJqJ!$3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-38-!!%!!!3%!!3%!N!N*!!-!#J!%!!N!!f)F!!!"!!!!!4`!!!!F!!!!4J!Y32qS28E
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:39:rV%(Zria`"k*J2J!JEJ!-)+lr[$!(61i3#bTcD'9PG#jhF(F`!J!!!%*AFh0#9fY
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-40-c!*!+3PGcFd*ADh-!N"M2XLAS!*!'!@)&,J"5Kf!F)!B#J!!!!!p)J"Qc!!"i!#!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-41-'FK"1V32b,!"6Kh!"X)GYhNcZ'1MreNjH6R8`-6)c0$8f0cJj38*$4%9'!!"19[r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:42:m51F$'#CZ!!`m,J!5)'i!#%)3+&086(i"B!a`!"!88N$B`#!(8SG)aVb(EZjCMbm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-43--6Ud$HR!!%"63!!!!$!Y#C@&RE'9AEh*VF`!!!!J!6J!#!G`#GJ!!!3!!!!%F!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-3-!!`#3"`%!N!B)r`!'!!N!A@Ni!(i!N!FY!G3!N!8*!!!*!J#3"`-!N!FX!!%!K!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx:4:#!0`!!`%d!!3"M!!&!H5!"J+S!!F$!!!)!eJ!#31`J!S%#!!,"'!!$!5i!!d&%!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-5-1"@L!$`A!!"!''!!4"R!!%JE)!"-())!8"hJ!&3I3!"B)+!!A#)!!'!MBJ"N*-!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx:6:D#BJ!'`RJ!"`+1!!G#T!!J"i+k!!I#d!!)!ZB!#%,m!!L$%L!)`bJ!#3-q!!P$9!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-7-!*JfS!#F1!)!S$PJ!+3k`!#S2#!!V$f!!,!qiJ#d3%!!Z%'J!,a$!!$!4'!!a%A#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-20-#Q!$"3[!!`N0)J-0$S!$%3rJ!a843!-C%U!$(43#!b%9B!-P&X!$+4JJ!bdCJ!-a
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx:21:'Z)$04a!!cNGS!-p(`!$35"J!d8K`J0*)b!$655!!e%Pi!09*d!$@5LL!edU!!0K
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-22-+f!$C5c!!fNZ)!0Y,i)$F6$J!h8b3!!$H61J!hde!!1"0Q)$K6I!!iNj)!101S!$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-32-b2rc-N!J!!)"+B2m!!!!M)A0[E@8JC'&dC5"KEQ3JG'PYC5Gc)'C[FQeKG(-!!)!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx:33:#Brm!!!"I'$%b,c-[-M!`0%!Y!!!!!4rm!*!%J%*P'$%b,c-[-M!`0%!Y!!!!!4r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-34-m!*!%i%*Q'$%b,c-[-M!`0%!Y!!!!!4rm!*!%`%*Q%M!Z16rqjQD3"`!!J%*Rr`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-8-Y"0SS3#!-@%pR4#m-6Ud!1LK!)&3JVH5S)%bJ+5"83QJ!"#"83QJ!"L"83QJ!##"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:9:8F!!K3!!+)&4)D!!12c`$kA!22`"1V30b)%bJ+PK2)!`SE[rm6Pj1G8j@!!![$#K
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:10:Z!!JJ$'F`)&3JVH5S)&3r+!!%UCSJ$'FHF!![!#m-6Ud!3L!Z!!`)!!!!8%pR##m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-11--6Ud%iPK2+'lrr%jH6R919[rk51F"'#KZ!!JJ6+!T9Bmr2)!!,ca`FQ9QF!%I!%K
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-24-$!!!!%faPCR31)!!+!!-!!!"6Bf9ZG'9b$5!!#J!$!!!!-h*TCfKd%!!$!!!!-J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:25:!rrm!8lP`!)!!"3!$!!!!-KiJ!*!)FfpYC5"ZG@eLCA*TEQFJCQpbE@&dF`!%!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-26-!LJ!!rrm!N!B"#J!$!!8!LK)3!'ITLJ"6Z3!rr-b3#")3!!S!!`!L!(-rr-b3#")
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-30-!Fd!0R%!!N!B5%!!+!!-!`!"c3!hUB!#3"K)3!!S!!`$"!(0!$Ta!!*!'%K!!#J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:31:$!-3!FcrqJ!#3"`JL!!S!!`$(!(-!"`!!!#J!!2rr!!!!$!!"r#3!!`!!!#J8)!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-32-"r%acEfd!FfpYC5"QEh*YG@aK!!J!!!"Q!!$rr`!!!!`#C3!!!!-!!`"Q$k!!0!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-33-3"!%!!!"KBQ0NC3!8N!!!!!!U!Q9r!!!"2rq!!*!(&*!!Irm"I`#3"3)rrUU3"kX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:34:8N!!!F`!!!$`!!!!$2rr99C!'9J!"!#m#!!8!!!!1!!!!5`"'!!!!!J!X!*!&5`"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:35:'!!!!!J!X!!%!!3"I!%B!!!!#!#`!!J!!!%X!4J!!!!)!,!!$!!!!5`"'!!!!!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:36:X!!3!!3#6!%B!!!!#!#`!"3!"!!8#!!J!!!!+"JCKBQ0NC3!$!!!)!!%!"`8!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-37-"!f8!#!!#!"-&!!!!!J8!!!!$$J(rri!!$3-!!!J!!`!0![rqJ!$rri!!@3%$rd!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:38:!3!!"!3!"!3#3#3N!!`!+!!3!#3!$kV-!!!%!!!!"(!!!!"`!!!"'!#e!rkJp4[q
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-39-X3HlrM(!(SQ!q!#"Z!!`JV[qm-!G-lK!++R0SC@9d,Q*h-!!#!!!!3PGcFd*ADh-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-41-b%%kY!r)X!&1(F!'`KfhH61iBk2r@6Pj1G6!a-M-d06Bh1$P"3N0%48B!!%j@rra
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:42:)j`-B*Qi!$$`Z!")JEJ!)3K!S8e4-IJ&J$(!!%"4530M!)!G5KdM'[)GZlPQ2,`a
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-43-1V30kF!!3&0!!!!!)!%i!!J(F!RB!!!!-#d*PB@GXC9G[FQYc!!!"!!!!!4`!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-9-a,c-a,c!d,#!a-Lma,cJj+Im!!!!0mJ!)!!-!#3)!!2m!%J!!!!J!!`!*!P-!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:10:54!!M#3!$!!N#8`$r!"*%!%!*!!-!#3*6!2m!%N3!!!J!!`!*!P-!r`!54!!!#!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-11-$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-14-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:15:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:16:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-17-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-21-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:22:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:23:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-24-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-28-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:29:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:30:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-31-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-35-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:36:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:37:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-38-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-42-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:43:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:44:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-45-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-49-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:50:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:51:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-52-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-56-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:57:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:58:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-59-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-63-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:64:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:65:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-66-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-70-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:71:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:72:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-73-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-77-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:78:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:79:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-80-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-82-r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:83:)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!N!3#!J#3r`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-84-3r`#3"`,r!*!%![m!N!3)!*!0#!!"!'J!!J$)!!-"+!!"!'J!!J(S!!B#5!!(!UJ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-86-!&!H)!"8(k!!@#%J!&`LS!"J*#!!C#@J!'JR)!"X++!!F#SJ!(3VS!"i,5!!I#kJ
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:87:!)!`)!#%-D!!L$-J!)`dS!#30L!!P$HJ!*Jj)!#F1U!!S$`J!+3pS!#S2b!!V%#J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-88-!,"#)!#d3k!!Z%8J!,a'S!$!5#!!a%QJ!-K,)!$-6+!!d%iJ!042S!$B85!!h&+J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-107-J4QpbE5!a!*!48m'J!&2$1!"6`DJ!8m'B!!F!"`,h!NF!N!F"!*!SF!!!!`!*r`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:108:3"!X!@J!G!1F!#`!,!"d!@`!!F!!!!`!*r`#3"#%!@J!c!1F!)3!,!$-!@`!!F!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:109:!!`!*r`#3"$F!@J"*!1F!0`!,!%N!@`!!3!!!!`!*r`#3"%d!@J"I!1F!63!,!&m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-110-!@`!!3!!!!`!*r`#3"'-!@J"e!1F!B`!,!(8!@`!!3!!!!`!*r`#3"(N!@J#,!1F
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-111-!H3!,!)X!@`!!3!!!!`!*r`#3")m!@J#K!1F!M`!,!+%!@`!!3!!!!`!*r`#3"+8
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:112:!@J#h!1F!T3!,!,F!@`!!3!!!!`!*r`#3",X!@J$0!1F!Z`!,!-d!@`!!3!!!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:113:*r`#3"0%!@J$M!1F!d3!,!1-!@`!!3!!!!`!*r`#3"1F!@J$j!1F!j`!,!2N!@`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-114-!3!!!!`!*r`#3"2d!@J%2!1F!r3!,!3m!@`!!3!!!!`!*r`!!!!%6!&S"*3$R!4-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-115-!#`%P!&X!!%!!!!-!#Im!!!!"+3"D!6X!j`%T!!X"1`"E!!"!!!!$!!Rr!!!!!6m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:116:!@J&4!1F"2`!,!9%!@`!!3!!!!`!*r`!!!!&9!&S"C`$R!98!#`&R!&X!!%!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-117-!#Im!!!!"D`"D!Ad!j`&V!!X"I3"E!!"!!!!$!!Rr!!!!!B%!@J'6!1F"J3!,!C-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:118:!@`!!3!!!!`!*r`!!!!'A!&S"U3$R!CF!#`'T!&X!!%!!!!-!#Im!!!!"V3"D!Em
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:119:!j`'Y!!X"[`"E!!"!!!!$!!Rr!!!!!F-!@J(9!1F"``!,!G8!@`!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:120:!!!(C!&S"k`$R!GN!#`(V!&X!!%!!!!-!#Im!!!!"l`"D!J%!j`([!!X#!3"E!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-121-!!!!$!!Rr!!!!!J8!@J)A!1F#"3!,!KF!@`!!3!!!!`!*r`!!!!)E!&S#,3$R!KX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-122-!#`)Y!&X!!%!!!!-!#Im!!!!#-3"D!N-!j`)a!!X#3`"E!!"!!!!$!!Rr!!!!!NF
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:123:!@J*C!1F#4`!,!PN!@`!!3!!!!`!*r`!!!!*G!&S#E`$R!Pd!#`*[!&X!!%!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-124-!#Im!!!!#F`"D!S8!j`*c!!X#K3"E!!"!!!!$!!Rr!!!!!SN!@J+E!1F#L3!,!TX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:125:!@`!!3!!!!`!*r`!!!!+I!&S#X3$R!Tm!#`+a!&X!!%!!!!-!#Im!!!!#Y3"D!XF
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:126:!j`+e!!X#a`"E!!"!!!!$!!Rr!!!!!XX!@J,G!1F#b`!,!Yd!@`!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:127:!!!,K!&S#m`$R!Z%!#`,c!&X!!%!!!!-!#Im!N!3,!6S!(3((!!X!k`!G!6X!!%!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:128:!!!-!#Im!N!3K!6S!-`((!#%!k`!c!6X!!%!!!!-!#Im!N!3h!6S!53((!$F!k`"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-129-*!6X!!%!!!!-!#Im!N!40!6S!A`((!%d!k`"I!6X!!%!!!!-!#Im!N!4M!6S!G3(
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-131-2!6S!S3((!)m!k`#K!6X!!%!!!!-!#Im!N!5P!6S!Y`((!+8!k`#h!6X!!%!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:132:!#Im!N!5l!6S!c3((!,X!k`$0!6X!!%!!!!-!#Im!N!64!6S!i`((!0%!k`$M!6X
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:133:!!%!!!!-!#Im!N!6R!6S!q3((!1F!k`$j!6X!!%!!!!-!#Im!N!6p!6S"$`((!2d
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-134-!k`%2!6X!!%!!!!-!#Im!!!!"%`%k!58"a`%6!1X"*3%l!!"!!!!$!!Rr!!!!!5N
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-135-"1J%l!FF"+3$V!6X"1`!!3!!!!`!*r`!!!!%r!6S"83((!6m!k`&4!6X!!%!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:136:!#Im!!!!"93%k!@F"a`&9!1X"C`%l!!"!!!!$!!Rr!!!!!@X"1J&p!FF"D`$V!Ad
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-137-"1`!!3!!!!`!*r`!!!!'"!6S"N`((!B%!k`'6!6X!!%!!!!-!#Im!!!!"P`%k!DN
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:138:"a`'A!1X"U3%l!!"!!!!$!!Rr!!!!!Dd"1J'r!FF"V3$V!Em"1`!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-139-!!!($!6S"e3((!F-!k`(9!6X!!%!!!!-!#Im!!!!"f3%k!HX"a`(C!1X"k`%l!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:140:!!!!$!!Rr!!!!!Hm"1J)"!FF"l`$V!J%"1`!!3!!!!`!*r`!!!!)&!6S#&`((!J8
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-141-!k`)A!6X!!%!!!!-!#Im!!!!#'`%k!Ld"a`)E!1X#,3%l!!"!!!!$!!Rr!!!!!M%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-142-"1J*$!FF#-3$V!N-"1`!!3!!!!`!*r`!!!!*(!6S#@3((!NF!k`*C!6X!!%!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:143:!#Im!!!!#A3%k!Qm"a`*G!1X#E`%l!!"!!!!$!!Rr!!!!!R-"1J+&!FF#F`$V!S8
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-144-"1`!!3!!!!`!*r`!!!!+*!6S#Q`((!SN!k`+E!6X!!%!!!!-!#Im!!!!#R`%k!V%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:145:"a`+I!1X#X3%l!!"!!!!$!!Rr!!!!!V8"1J,(!FF#Y3$V!XF"1`!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-146-!!!,,!6S#h3((!XX!k`,G!6X!!%!!!!-!#Im!!!!#i3%k![-"a`,K!1X#m`%l!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:147:!!!!$!!Rr!*!%#`)D!"d#T`!,!FX!(3)E!!"!!!!$!!Rr!*!%)3)D!$-#T`!K!FX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:148:!-`)E!!"!!!!$!!Rr!*!%0`)D!%N#T`!h!FX!53)E!!"!!!!$!!Rr!*!%63)D!&m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:149:#T`"0!FX!A`)E!!"!!!!$!!Rr!*!%B`)D!(8#T`"M!FX!G3)E!!"!!!!$!!Rr!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:150:%H3)D!)X#T`"j!FX!L`)E!!"!!!!$!!Rr!*!%M`)D!+%#T`#2!FX!S3)E!!"!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:151:$!!Rr!*!%T3)D!,F#T`#P!FX!Y`)E!!"!!!!$!!Rr!*!%Z`)D!-d#T`#l!FX!c3)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:152:E!!"!!!!$!!Rr!*!%d3)D!1-#T`$4!FX!i`)E!!"!!!!$!!Rr!*!%j`)D!2N#T`$
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:153:R!FX!q3)E!!"!!!!$!!Rr!*!%r3)D!3m#T`$p!FX"$`)E!!"!!!!$!!Rr!!!!!4-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-154-#'J%P!UF"%`(,!58#'`!!3!!!!`!*r`!!!!%T!KS"1`+R!5N"b`%l!KX!!%!!!!-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-156-#'`!!3!!!!`!*r`!!!!&V!KS"I3+R!@X"b`&p!KX!!%!!!!-!#Im!!!!"J3)D!C-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:157:#T`'"!FX"N`)E!!"!!!!$!!Rr!!!!!CF#'J'T!UF"P`(,!DN#'`!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-158-!!!'Y!KS"[`+R!Dd"b`'r!KX!!%!!!!-!#Im!!!!"``)D!G8#T`($!FX"e3)E!!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-163-#'`!!3!!!!`!*r`!!!!*c!KS#K3+R!R-"b`+&!KX!!%!!!!-!#Im!!!!#L3)D!TX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:164:#T`+*!FX#Q`)E!!"!!!!$!!Rr!!!!!Tm#'J+a!UF#R`(,!V%#'`!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-165-!!!+e!KS#a`+R!V8"b`,(!KX!!%!!!!-!#Im!!!!#b`)D!Yd#T`,,!FX#h3)E!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-166-!!!!$!!Rr!!!!!Z%#'J,c!UF#i3(,![-#'`!!3!!!!`!*r`#3"!d!A!!I!1N!$3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:167:0!"m!A3!!3!!!!`!*r`#3"#-!A!!e!1N!)`!0!$8!A3!!3!!!!`!*r`#3"$N!A!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-168-,!1N!13!0!%X!A3!!3!!!!`!*r`#3"%m!A!"K!1N!6`!0!'%!A3!!3!!!!`!*r`#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-170-!!`!*r`#3"*%!A!#M!1N!N3!0!+-!A3!!3!!!!`!*r`#3"+F!A!#j!1N!T`!0!,N
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:171:!A3!!3!!!!`!*r`#3",d!A!$2!1N![3!0!-m!A3!!3!!!!`!*r`#3"0-!A!$P!1N
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:172:!d`!0!18!A3!!3!!!!`!*r`#3"1N!A!$l!1N!k3!0!2X!A3!!3!!!!`!*r`#3"2m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-173-!A!%4!1N!r`!0!4%!A3!!3!!!!`!*r`!!!!%9!&`"*`$T!48!$3%R!&d!!%!!!!-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-175-!A3!!3!!!!`!*r`!!!!&A!&`"D3$T!9F!$3&T!&d!!%!!!!-!#Im!!!!"E3"F!Am
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:176:!k3&Y!!d"I`"G!!"!!!!$!!Rr!!!!!B-!A!'9!1N"J`!0!C8!A3!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:177:!!!'C!&`"U`$T!CN!$3'V!&d!!%!!!!-!#Im!!!!"V`"F!F%!k3'[!!d"`3"G!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-178-!!!!$!!Rr!!!!!F8!A!(A!1N"a3!0!GF!A3!!3!!!!`!*r`!!!!(E!&`"l3$T!GX
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-182-!A3!!3!!!!`!*r`!!!!*I!&`#F3$T!Pm!$3*a!&d!!%!!!!-!#Im!!!!#G3"F!SF
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:183:!k3*e!!d#K`"G!!"!!!!$!!Rr!!!!!SX!A!+G!1N#L`!0!Td!A3!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:184:!!!+K!&`#X`$T!U%!$3+c!&d!!%!!!!-!#Im!!!!#Y`"F!XN!k3+h!!d#b3"G!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-185-!!!!$!!Rr!!!!!Xd!A!,I!1N#c3!0!Ym!A3!!3!!!!`!*r`!!!!,M!&`#p3$T!Z-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-191-*!,d!l3$2!6d!!%!!!!-!#Im!N!66!6`!j3(*!0-!l3$P!6d!!%!!!!-!#Im!N!6
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:192:T!6`!q`(*!1N!l3$l!6d!!%!!!!-!#Im!N!6r!6`"%3(*!2m!l3%4!6d!!%!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:193:!#Im!!!!"&3%m!5F"b3%9!1d"*`%p!!"!!!!$!!Rr!!!!!5X"2!%p!FN"+`$Y!6d
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-194-"23!!3!!!!`!*r`!!!!&"!6`"8`(*!8%!l3&6!6d!!%!!!!-!#Im!!!!"9`%m!@N
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-196-!!!'$!6`"P3(*!B-!l3'9!6d!!%!!!!-!#Im!!!!"Q3%m!DX"b3'C!1d"U`%p!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:197:!!!!$!!Rr!!!!!Dm"2!("!FN"V`$Y!F%"23!!3!!!!`!*r`!!!!(&!6`"e`(*!F8
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-198-!l3(A!6d!!%!!!!-!#Im!!!!"f`%m!Hd"b3(E!1d"l3%p!!"!!!!$!!Rr!!!!!I%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-199-"2!)$!FN"m3$Y!J-"23!!3!!!!`!*r`!!!!)(!6`#'3(*!JF!l3)C!6d!!%!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:200:!#Im!!!!#(3%m!Lm"b3)G!1d#,`%p!!"!!!!$!!Rr!!!!!M-"2!*&!FN#-`$Y!N8
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-201-"23!!3!!!!`!*r`!!!!**!6`#@`(*!NN!l3*E!6d!!%!!!!-!#Im!!!!#A`%m!R%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-203-!!!+,!6`#R3(*!SX!l3+G!6d!!%!!!!-!#Im!!!!#S3%m!V-"b3+K!1d#X`%p!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:204:!!!!$!!Rr!!!!!VF"2!,*!FN#Y`$Y!XN"23!!3!!!!`!*r`!!!!,0!6`#h`(*!Xd
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-205-!l3,I!6d!!%!!!!-!#Im!!!!#i`%m![8"b3,M!1d#p3%p!!"!!!!$!!Rr!*!%$3)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:206:F!"m#U3!0!Fd!(`)G!!"!!!!$!!Rr!*!%)`)F!$8#U3!M!Fd!03)G!!"!!!!$!!R
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:207:r!*!%13)F!%X#U3!j!Fd!5`)G!!"!!!!$!!Rr!*!%6`)F!'%#U3"2!Fd!B3)G!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:208:!!!!$!!Rr!*!%C3)F!(F#U3"P!Fd!G`)G!!"!!!!$!!Rr!*!%H`)F!)d#U3"l!Fd
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:209:!M3)G!!"!!!!$!!Rr!*!%N3)F!+-#U3#4!Fd!S`)G!!"!!!!$!!Rr!*!%T`)F!,N
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-210-#U3#R!Fd!Z3)G!!"!!!!$!!Rr!*!%[3)F!-m#U3#p!Fd!c`)G!!"!!!!$!!Rr!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:211:%d`)F!18#U3$6!Fd!j3)G!!"!!!!$!!Rr!*!%k3)F!2X#U3$T!Fd!q`)G!!"!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-212-$!!Rr!*!%r`)F!4%#U3$r!Fd"%3)G!!"!!!!$!!Rr!!!!!48#(!%R!UN"&3(0!5F
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-213-#(3!!3!!!!`!*r`!!!!%V!K`"23+T!5X"c3%p!Kd!!%!!!!-!#Im!!!!"33)F!9-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:214:#U3&"!Fd"8`)G!!"!!!!$!!Rr!!!!!9F#(!&T!UN"9`(0!@N#(3!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-215-!!!&Y!K`"I`+T!@d"c3&r!Kd!!%!!!!-!#Im!!!!"J`)F!C8#U3'$!Fd"P3)G!!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-220-#(3!!3!!!!`!*r`!!!!)c!K`#43+T!M-"c3*&!Kd!!%!!!!-!#Im!!!!#53)F!PX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:221:#U3**!Fd#@`)G!!"!!!!$!!Rr!!!!!Pm#(!*a!UN#A`(0!R%#(3!!3!!!!`!*r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-222-!!!*e!K`#K`+T!R8"c3+(!Kd!!%!!!!-!#Im!!!!#L`)F!Td#U3+,!Fd#R3)G!!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-225-#(!,e!UN#i`(0![8#(3!!3!!!!`!*r`#3"!m!AJ!K!1X!$`!2!#%!A`!!3!!!!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:226:*r`#3"#8!AJ!h!1X!*3!2!$F!A`!!3!!!!`!*r`#3"$X!AJ"0!1X!1`!2!%d!A`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-227-!3!!!!`!*r`#3"&%!AJ"M!1X!83!2!'-!A`!!3!!!!`!*r`#3"'F!AJ"j!1X!C`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-229-P!1X!N`!2!+8!A`!!3!!!!`!*r`#3"+N!AJ#l!1X!U3!2!,X!A`!!3!!!!`!*r`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:230:3",m!AJ$4!1X![`!2!0%!A`!!3!!!!`!*r`#3"08!AJ$R!1X!e3!2!1F!A`!!3!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:231:!!`!*r`#3"1X!AJ$p!1X!k`!2!2d!A`!!3!!!!`!*r`!!!!%"!&i"%`$V!3%!$`%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-232-6!&m!!%!!!!-!#Im!!!!"&`"H!5N!k`%A!!m"+3"I!!"!!!!$!!Rr!!!!!5d!AJ%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:233:r!1X",3!2!6m!A`!!3!!!!`!*r`!!!!&$!&i"93$V!8-!$`&9!&m!!%!!!!-!#Im
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:234:!!!!"@3"H!@X!k`&C!!m"D`"I!!"!!!!$!!Rr!!!!!@m!AJ'"!1X"E`!2!B%!A`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:235:!3!!!!`!*r`!!!!'&!&i"P`$V!B8!$`'A!&m!!%!!!!-!#Im!!!!"Q`"H!Dd!k`'
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-236-E!!m"V3"I!!"!!!!$!!Rr!!!!!E%!AJ($!1X"X3!2!F-!A`!!3!!!!`!*r`!!!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-237-(!&i"f3$V!FF!$`(C!&m!!%!!!!-!#Im!!!!"h3"H!Hm!k`(G!!m"l`"I!!"!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:238:$!!Rr!!!!!I-!AJ)&!1X"m`!2!J8!A`!!3!!!!`!*r`!!!!)*!&i#'`$V!JN!$`)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-239-E!&m!!%!!!!-!#Im!!!!#(`"H!M%!k`)I!!m#-3"I!!"!!!!$!!Rr!!!!!M8!AJ*
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:240:(!1X#03!2!NF!A`!!3!!!!`!*r`!!!!*,!&i#A3$V!NX!$`*G!&m!!%!!!!-!#Im
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:241:!!!!#B3"H!R-!k`*K!!m#F`"I!!"!!!!$!!Rr!!!!!RF!AJ+*!1X#G`!2!SN!A`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:242:!3!!!!`!*r`!!!!+0!&i#R`$V!Sd!$`+I!&m!!%!!!!-!#Im!!!!#S`"H!V8!k`+
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-243-M!!m#Y3"I!!"!!!!$!!Rr!!!!!VN!AJ,,!1X#Z3!2!XX!A`!!3!!!!`!*r`!!!!,
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-244-2!&i#i3$V!Xm!$`,K!&m!!%!!!!-!#Im!N!32!6i!)3(,!!m!l`!K!6m!!%!!!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:245:!#Im!N!3P!6i!0`(,!#8!l`!h!6m!!%!!!!-!#Im!N!3l!6i!63(,!$X!l`"0!6m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-246-!!%!!!!-!#Im!N!44!6i!B`(,!&%!l`"M!6m!!%!!!!-!#Im!N!4R!6i!H3(,!'F
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-248-!T3(,!*-!l`#P!6m!!%!!!!-!#Im!N!5T!6i!Z`(,!+N!l`#l!6m!!%!!!!-!#Im
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:249:!N!5r!6i!d3(,!,m!l`$4!6m!!%!!!!-!#Im!N!69!6i!j`(,!08!l`$R!6m!!%!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:250:!!!-!#Im!N!6V!6i!r3(,!1X!l`$p!6m!!%!!!!-!#Im!!!!"!3%q!4-"b`%"!1m
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:251:"%`%r!!"!!!!$!!Rr!!!!!4F"2J%T!FX"&`$[!5N"2`!!3!!!!`!*r`!!!!%Y!6i
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-252-"2`(,!5d!l`%r!6m!!%!!!!-!#Im!!!!"3`%q!98"b`&$!1m"93%r!!"!!!!$!!R
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-255-!!!%"!!"N!!%!!!!"!!)!!!!"*`m!!3#3$K!!N!N3!2qerkB2,3ZD!!J"!*!0'3%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:256:!(J!C!"i!+J#3"`%!!3#3`3-!#3!!!Q3$'!!!!#%!N"!"C!!!!!8!N"%-!!!!r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-257-!$k-!&3"N$k-!N!8"!!%!#!#3(!4R!!!!$!!8!!!!!`!-!!-!N!8"!!!!63#3%3`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:258:!D+P%!'LP@!!!!%-!!"Qf3)#9E%#!UZ`!N!84!!$rr`!#!!S#!*!%%!)i!"B!&J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-259-8!'LTG!!6D5J!!%K8!'LP4!"6rq`!!!%!!!3J"!!+-8`!N!8&!JK!J+Nb!*!(D+2
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-5-9!!!-!3!!!!%#!J!!!3#3"3%!!!%!!3!Y!!!!a!!#rrm!!!"F!!!!!J!$!*"E"!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:6:3AAJ!$`!!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-7-"!3!!C!!"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!"f
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-9-[2!!4!)Y1V3fU!!!#3!!!!SJ!N!8"!!%!8J*V,S&)EJ!!!DB0JNKZ!*!%r[a1V3U
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:10:+(V`!!!$Lr[`r2!!)6Ud!(8*B!*!*(8*3!*!)B!!!T%KZr[`r2!!)6Ud'bNSZr[a
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-11-FMfF!!)i-,J!Ir[aM"Kem!"rqr%kY"NT#Td*R6Ud'#RVpfNB`"9b2Cb*V)&9!C`4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-12-U'Q!)!*!%5J"RCMmm!!*1ZJ#3"#!-9)pR9Lm-5'i!N!NG3542l`!+!!!!-J'Q!QX
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:13:!!3!!!3#3"!%!!!%!N!3D!,"J*%kY!"e(`!#3"5K$kJJ(!*!%,c`I4NkY"N)q!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-14-)!*!%60m!(8*F!!!I*!!S!!-"h3*p!!K%8d98!!!!L!!"rrm!!!!N!&J!!J-!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-15-!(82!!"e$k!!!!"e#e!#3"4e#R!!G3Y!!#3!G3TJ!"`!G3ZJ!N!8"!*!($!)j!DB
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:16:!N!8G3Q!!N!8"!!)!!`#3"d$JRJ!!!!`!N!NG3Q!!N!8"!!!!!3#3#-#H!!!"j!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-17-%rrm!!!"f!!!!!34ZB@eP1`!S(k`!+#,)J"8!"NPH!3!"!!%!!3!!+#-I!!J!!@q
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-30-TEL"QD@9XC#!c1L!a,c%[0#`J-5mc-5m`0#`J-6)[-5mi15N!(bJJD@iJCQPPE'3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:31:J0$SJ-cS`-#`J0$S`-#`J06S`-#QSTP%!(6Ym!)rrr`3)Tc8!(6Yi!*!!rrm%#+I
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-32-%!"dlG!#4rrm%#+Lh!"dlF!#5rrm%#+Np!"dlE!#6rrm%#+RE!"dlD!#9rrm%#+V
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-36-!'i3!#deKD@`J6@9bCfA*!%d!J!%Y!*!%#e"KCf8J8f9dGA$*!*!%"P"bD@jdb3"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:37:3!!!",3#3"!44G@Pd!&%!N!3-3dp-63#3"4e"N!!!!!+-3dK15`!$!J!"h!(F!)`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-38-!!!#B!+3!N(L#J%!!`!#3"i!33!'!!*!(J""!!D!!N!G1ZJ'k3TFr2!!%6Ud'`NK
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-40-R2A`!rrrq5'lqmdKZrri[,[rb,``r2!!iUHFGE[rrr[*)E[lb6UdBmMJ!GJ"FMf!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:41:b)'hMl(!'`--J8"S`#%T)K3a&!!0R"Ja&!!9Q&#"Yiqa`"X$$)&"b!")`#%Zi3@G
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:42:D8N-JEH2X)&#f8'A%,c`"p3!"6Ud'FMi!98"BMfF!!,)-4`!$CJ4`"f!#F!Nm!%k
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-43-Y"NT#Td*R6Ud'#Mk%F2c34Mm!3UG1V4P#)'hMj#"32UJ!3%kY&q*J!!#k,c`!P3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:44:86Ud+UPL2B'K1V3C+B!!!T,a(Ce`-4`!*CLJ[2!!$!3"1ZJ#D(V`!!5m-3QHTjd+
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:45:R2c`!"%kY"X*)E[rfU5K3Mf!X$%B!#@BQ,c`!!`!!6VS!E%)A,`a#CkRR5'd'XMm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-46-m!!41V3E#5'lrpUNS8)mm"d+Zrr)-4J!*CKT#*amm!!&)E[rb,``r2!!mUHG+(fB
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-54-!N!G)!!!!5!#3"3*YY!!)!*!'(a!!N!8`!!(3T!!#ECa#4Q"!5-B["Lm-6VS!B$S
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:55:!8%pR"!!#EB4`!#m!,`X[$%kk!33B!(!!%!4+J!!#E@aQ"(!!B#a`!"!%$%!!!@F
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-56-+-!C54J!#E94YZVaZrrjQ$L"8)NJ`+3!`5-$4U!!#E6cr3%cZ'2$rj%jH6R919J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-58-L,J!J9#&(!$BJ9,kS!#"Q%L*)-#N!-%M!X+J!*'B%F!"J*#"8-#J!-%M!,`!["bm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:59:-6VS!e$`!6qm!$'F))&4`rb&!!$B`"NcZ!!!!$%026%d!N!8G3A3!!!+-3dK15`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-60-$!J!"h!(F!)`!!!#B!+3!N(L",%!Y!*!'3!#!"N!Y!*!'99@#J%!Y!*!'DUXq(dL
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-69-!,``SEJ!)F!!S`#L!+'lrr%jH6R919[ri51F!'%KZrrK1Z[rD+(J"'#(i!UB"'#C
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:70:-@Bm[,J!)5'lrq%KYpGT`!"m!FJ!r!6m"2`&`%$m!F!![!+P8+&mJ5`!!!"!!!Ir
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-71-r!!!!"!!!!!%!(8-i!!!!8!!"rrm!!!!'!$i!!3!!!!)!!3!!!3!!!3K-BAP[GA3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-90-!#J#3"48!!3S"!*!(#J#3"38!(8))!!!!"@4KG'8!4&0&9!!!!%J!!3#3#))!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:91:!"J!!!!)!!!!%!!%!!3!"!!!!(8(B!"e"T!!G3K3!N!P)!!`!(8'F!!%!$!#3"`B
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-92-!!!!'!*!&!3!!!!S!N!89!!%+!3#3"`S!N!8&!"e"h!!!!!9dD@eP!%46493!!!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-21-)i!!!!!%!!3#3"(rr!%F!$!(R!3S!N"i"!*"83!#!!-!"!!&!!B!"`!)!!N!#J!,
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:22:!!`!$3!1!!m!%!!4!")!%`!8!"8!&J!A!"J!'3!D!"X!(!!G!"i!(`!J!#%!)J!M
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:23:!#3!*3!Q!#F!+!!T!#S!+`!X!#d!,J![!$!!-3!b!$-!0!!e!$B!0`!i!$N!1J!l
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:24:!$`!23!q!$m"rr`!!!Pd&03!!!"8!@J!#!!!CC!!#T-i!b`!+"&)a3c%$Lei!!iY
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-25-H!!#,AJ!$M+B!!U6@!!1,AJ!#TH`#r!!')MS!!QZ)!3,rr`3!)S)!!QZ%!32rr`3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-35-d!3Irrb!"L2S!N!3"!2rr)!'*3J#3"!%"rrmJ!BSB!!!!$!!B!&N!$!!C!!+PEJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:36:#T@3!"`!'!!`!'!(C!!`"Q3!#!!!!"J!+J!B!!!!$M+Erp2rR!!+*j!!#!*!(!`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-37-#TD!!!U@S!!)!!U@U!!+PY!!#TE)!!!!#L0`!$J!#L1!!N!ErN!3!N!X#!!%!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:38:m!$`!2J!q!$i!!J"!!%!!3J#3"IX"f!!-!"N!q`(B!*!&&!!(rqIrp-!!N!C9!&8
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-39-!$!!C!&8!93#3"3F!!IrRrr6!!!!!)!'Q+N'8!!!"!!!!!5m!!!![!!!!4J!#TDJ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-1-(This file must be converted with BinHex 4.0)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:2::#A0SC@9d,Q0hD`"$9e063Np#6`%!!!!H4J!!!8)+9J)!2!0#6d*2!!%!A9`d!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-3-%!aJ#C!!N!#3!*!!N!#3!*!,d!N!"!!!"!*!5!3!!!J!#!!!!A9UX!*!(!3!"!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:4:!(&La!!S!!!!"!!!!!3"G@U`!N!3$!`#3$9eF,!#3FeeCm!!!!&eF3!)#!*!&&3!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-5-!$!%!!!!"!J)!!!%!N!8"!!!"!!%!,3!!!3!"!*!%@J!!!")!N!8'!3#3"!%!C!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-24-)!)!)#!#!#!J!J!J)!)!)#!#!#!!!2%"Ea!#3"BMrr`!)A0i!N!@*rrm!#&hi!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:25:&J2rr!!`@&J#3"B(rr`!-&MB!N!@#rrm!$"C@!*!&Jrrr!!`@G3#3"B6rr`!-&TB
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-26-!N!@'rrm!$"Df!*!%!I6rr`!)AV)!N!9lrrmJ#'l'!*!&J2rr!!K[@J"Ckp`!J2r
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-28-J!&RVk!#!!!!!$%026%d!N!9G@UJ!!!+-3dK15`!)!J!"T!&q!*3!UJ$!!!!!cJ$
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:29:3!3!"!J!!!1S!N'a`)3!$#3%"!$!K!!-*!3%!"'*[E'3!F#%!!`N!kJ!`)3!$#3$
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-30-U!!9RFQ9PEM!J"'aPCR3!-#(rr`!!!33%E'9QG!#!)#%J2rc-N!L!)$BJ#$%b,c)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-32-8!!0Z$!!+!*!%!H!#J!#3"43!!fi-!!S!N!3"i!+!!!J!!!!8!!0Z$!!+!*!%!H!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:33:#J!##!!!!&!!$EJ`!#J#3"!(J!S!!N!88!!0Z$!!+!*!%!H!#J!!)!!!!&!!$EJ`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-34-!#J#3"!(J!S!!K`!!!"3!!fi-!!S!!J!2!")!(`#3"$NXrrm!#)-(!*!&L[rr!!L
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:35:$%J#3"B[rr`!)Jad!N!@-rrm!#)-S!*!&MIrr!!L$-`#3"Blrr`!)Jci!N!@2rrm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:36:!#)0*!*!&N!$rr`!)Je3!N!@4rrm!#)0I!*!&N[rr!!L$DJ#3"C2rr`!)Jh8!N!@
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-37-8rrm!#)1!!*!&PIrr!!L$L`#3"CErr`!)JjB!N!@Arrm!#)1K!*!&Q2rr!!L$V!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:38:3"CRrr`!)JlF!N!@Drrm!#)2#!*!&Qrrr!!L$c3#3"C`!!!!-3dp-63#3"9eD5!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-39-!!Sa$5%j,!!F#!!'L!A`!P!#X!-3!N!A8!3)""!!!!1`!N'a`)3!$#3)"!$!K!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-40-*!J%!"QPdB@aTB`&`)3!$#3$%!$!K!!-*!-3!"'*XG@8!-#!'Bf9ZG'9b!$!Krrm
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:41:!!!%)"Q0PER4PFJ!L)$rmc*!)0b!)-6)[-MF[16)!3#!2"`i(%!!"%!!$%`!*!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:42:I!!!!"B!J,5!rrCQ3#"Ia!!`!!$F)l(J$l4Ih!!`EqJ#3"!2Z!!!fp!!!0[!!!!2
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:43:d'")!$"`p!*!%0Z!B)!!-(*B!N!3$laJQ!!`!!$E-!!!(e2rr!!`G0J#3"DFB-J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-44--(AJ!N!3bb"Jh!!`H&J#3"CNB4!!-(RN!@H`X!*JB8!!-(T%!@H`S!*FB@J!-(UN
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-48-!@Ha`!*mBeJ!-)p3!@H`i!+-Bj3!-*-m!@Ha)!+8Bm!!-*9d!N!@V'2i!$#BL!&R
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:49:X6!2V'3-!$#Bl!*!%!q`C#3!-*V%!N!3$m4NB!!`Qj3#3"!2k'4i!$#F,!*!&$%0
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-50-26%d!N!9G@X!!!!+-3dK15`!'!J!"V!'+!*3!VJ$)!*!&eJ!!!1)!!!$Z!*"XF#%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:51:!!`N%!3!`)3!$#33"!!PeEQ4PFQaTEQ9`)3!$%J!"!$!K!!-5!!%!#$%iF'pTER4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-52-c!$!J"A*TCfKd-#(rr`!!!3`&FQPRD(3M)$rmc*!)H5!)-6)[-MF[16)!3#!0&NN
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-54-&K3!!0$c*l!#3"BErrb!)bR!!N!3(d[rr)!M+p!#3"!I6rrmJ#-Yi!*!%0"$rrb!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:55:)br`!N!3(eIrr)!J!!$2m!!!(e[rr)!M0"!#3"!IA!!!ck-f)!*!%"pMrr`!)cJ`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-56-!N!3ce2rr)!M1N!!!N!3$k[rr)!J!!$2!!!!$krrr)!M2Q!#3"!2XrrmJ#0!F!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-65-+!*!&(!!$EQ`!'!#3"#ad!!S!N!3"i!+!)!`!!!!8!!!XB!!"!*%!%`$5!&eCh!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:66:!!$`!!fj%!#`@V)"%!!$rr`!5!%%!!3#3"dJ!!!")!*!&#!!"!!J!N!BI%!#3"!4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:67:C!!!!$!!$ERJ!F`%a!!!!$!!$EPJ!!!!m!!!!&!!$EQ`!!2rr!!!!"!!!!!%!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-68-8!!0Z4!!+!*!%!H!#J!!"!!!!&!!$EN3!#J#3"!(J!S!##!!!!"3!!fji!!U!!B!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-70-ZH!!+J!'!!ArrIrm!N!88!!0ZH!!+!!)!$`!5!"m!N!3VA!#3)`a$6da0!*!&A9V
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:71:)!!!#M%0)6NX!!3)!!I3"k!#3#i`!N(3N3$rmc*!),5!rrCQ3#!#3%a3!!fh`4'&
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-72-bFh4PE'aeEQF!N!3-!!0YY!!AG!!!!!)S!!0YK!"`!*3!F!(X!(%!P!"a!H`!M!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:73:D!)`!iJ#-!5d!M!(Q!*`!iJ#F!1i!V!$U!+`!lJ#m!1S![!%4!-`!kJ$-!4%!h!#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-74-D!0`!kJ$F!5d!h!(Q!13!QJ$N!3N!p!%*!23"$3$p!5d!r3'!!2d"K!$p!HN""!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-79-G@M3!!!+-3dK15`!#!J!"jJ(Q!)`!N!QD!*"d-#!+BQPR)'0[E(9YEJ!Ni$rmc*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:80:)"!`'M#!-9K-!N!3%$3DB)!a@P`#3"!31"U-J$&FE!*!%"!m'X#!-9jm!N!3%%!D
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:81:m)!aB)`#3"!34"XSJ$&LR!*!%"")'eL!-@5X!N!3%%`EJ)!aCV`#3"!38"ZFJ$&S
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-82-c!*!%""8'mb!-@VF!N!3%&JF")!aE1`#3"!3A"`XJ$&Zr!*!%""J(&L!-A%-!N!3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:83:%'3FM)!aFa`#3"!3D"bmJ$&e,!*!%""X(2b!-AFm!N!3%(!G2)!aH8`#3"!3G"e`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-84-J$&lA!*!%""i(D5!-AeX!N!3%(`Gc)!aIh`#3"!3J"i!J$'"M!*!%"#%(ML!-B1F
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:85:!N!3%)JHF)!aKD`#3"!3M"kNJ$'([!*!%"#3(Vb!-BR-!N!3%*3Hh)!aLp`#3"!3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-86-Q"m%J$'0l!*!%"#F(cb!-Brm!N!3%+!IC)!aNJ`#3"!3T"q!J$'8(!*!%"#S(k5!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:87:-CBX!N!3%+`Ia)!aQ$`#3"!3X"rXJ$'D6!*!%"#d)#L!-CaF!N!3%,JJC)!aRQ`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-88-3"!3[##-J$'JI!*!%"$!),b!-D+-!N!3%-3Jk)!aT*`#3"!3b#%3J$'QV!*!%"$-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-10-K!!!'ZNKZr[`[2!!4!)Y1V3fU!!!#3!!!!SJ!N!8"!!%!8J*V,S&)EJ!!!DB0JNK
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:11:Z!*!%r[a1V3U+(V`!N!6qr$mm!!K1V3"B%X`!N!PB%J3!N!KJ!!#N5'lqr$mm!!K
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-12-1V3E+5Llqr&b2C`!!MJ`Z!"rqr'-'(A`!(rlm6Ud'5N+R3QG1V3B+H[hD4M!&A)p
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-20-rr`&@!!rR9!!S)ai!N!J"0`#3"#!GBB3J#%#!!#F!N#!#!*!%@"0B!*!Z"QjeE@*
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:21:PFLJIV!!S)XL!&3!'59i"!!%!!3!"!!!S)am!#!!"Ej)!+#+H!!!#1`!G3p$rr`&
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-22-@!!rR9!!S)ai!!!%!N!8"0`#3"#!GBB3J#%#!!#F!N#!#!!!!Irm!N$!%C'&dC@9
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-35-1G8j@rrK)j`%B+'i!#(lrcL`!"6mm!!01V3l5)%!QD!!)##`!!!!19)pRI!`(!$&
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:36:PGJ`(!$PLF%+ZrrK`!"!("N$rcce!rrJJ8c!ZrrL`D!"-E&*#V[rm3LFI2!!"5'l
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-37-rr#m,2c`!2+RR3KF[,[rm,`Xr2!"FUHFI2!!",blrq#m,2c`!A+RR,`Xr2!!3UHF
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:38:JEJ!--,`!!h$r1d#l)$Y!Zaj`!@!%3P4`!%cI')"1ANje6PErmLmZ!!Sr,J!)5'l
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-39-rpNKZrr*)E[riUBe)E[riU+0)E[ri,c`!!3!"U+N[,J!+U(01V3Pb5UhZG'F@)'h
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-45-$6Ud2-LK!)!`SE[r`6Pj1G8j@rrT)j`-B+'i!#%+R,``r2!!NUHFJ6+!T,a5SSb"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:46:-S#SGI!!'rrT#E[rm3QlrrL"YlQ`Q8$!YlR+`8f4)-#hZFL"c"!`J8$i3I!"J0%*
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:47:R2c`!!6mZrr`[$$mm!!LTjaeZrrhrqdKZrrSr2!!#,blrr#m-2c`!@+RR8Qlrr&5
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-48-28NDq4Q,)60mB`%jH6R919[rm,``SEJ!)5'`!MLmZ!!a)E!"15'`!#%kY2[T+,!"
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:49:16qm!%'B15'`!6NKX!!j1V4E58)mJEJ!-5K"Q$LmZ!!`[2!!D!+*1V4,L5L`!MQB
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-50-85'`!MMmm!+*`(0"X!!)r!%kY%Z)SAdjH6R919[X!51FI'(i"3Qlq"NKZrF"1V41
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-53-%!!"53&#2Ca*)E[ab,bhZE%kY&fT53&#2CJC`!'!!"+T)H!"X5'lrP%kY#2T)E[f
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:54:!,c`!#c,06Ud5iNKZrAT1V42#,#lpI$eZrAVrUN(Zr(SY52qQHJ"2l`!-B!!"5K!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-55-e85$ZCNR!28$q#%KZr(Sr2$,0F"h3E[i)2`"1V4,L3QFr,[qU,`C)E[ak5'lpHM!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-56-m!!'U8NKZrAT1V3K55J"FMfBD3QFr,[h!,blp`NKZr(T)E[ek-$`!!DT59)p)E[e
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:57:k6Ud)8NS!@)pR!!#D2A`!![i'5'lqP$mm!+*`%p"&2`"1V4,L3Hlq$N2ZrAT`%#$
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-58-C8FMrr$$C5'lq9$mm!+*`!G"&2`"1V4,L2`9)E[i',blmENkY&hT53%r[!!TQ"R!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-71-!!!3!!!!"!!!!!`!!!#`!"2rr!!!!"J!)!!(rN!J!!!")!!J!!3")!!J!!J")!!J
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:72:!!`")!!J!!!!3!!$rr`!!!#3!"!!"8dp59!!!!"!!!2rr!!!!KJ!%!!&58&*8!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-73-!%J!!rrm!!!!Q!!B!!9053dMrrd46493!!!(%!!Mrr`!!!#i!5!!"!!!!!J!!!3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-75-!K`!!!!)!!!)!!J#3"3-!N!4KK!!*!*!%#J!!"J!!"!!!!*!!!!!!%J!!!B`!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:76:"!!!#!!)!N!F9!!!-!3!+!*!%!3!!"`!!'!!!!$m!!!!N!!!!K`!!!!)!!!)!!J#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-77-3"33!N!F*!*!%#J!!"J!!&J!!!*!!!!!!*!!!!0J!!!!"!!!#!!)!!!!"!!%!&3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-98-)5%4153!!!!B!!&08@8`!!!(8!!lrr`!!!"`!3!!"8e4C6!"B&EJ#!3"B&E3!N!9
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:99:B&E`!@"@N!&J9c!"B&D!!@"2%!&J6d!#3#!%!!!$rN!3!!!!'!!,rr`!!!"m!N!3
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-100-%#J!"rj!%!*!+rrm!!!!#!!%!!J3#!!$rr`!!!!)!!3!"!!%!!Irr!!!!!3!#!!-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-106-!"!!,!!m!!3!!rrm!#`!(!!%!!3!%rrm!"`!!!!)!$!!3!!N!!Irr!!!!!3!"!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:107:!!Irr!!`!!!!"!!d!%3!"!!$rr`!3!!%!!3!"!!(rr`!!!&J!$2rr!!!!"J!%!!&
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-108-)390)N!"&Fj8!!DA)XFS!!,E5Xmi!"-$5Xm-!!XM9rFi!!`!**BN!#3!**SF!#!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-118-!!3!$!A`!!!)!!!)!!J#3"[rr!!!!!3!"!Ai!!!%!!!)!!J#3#5i!"Irr!!!!"J!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:119:%!!&)390)!!-#J!!%!!8$IJ!$!"-#E`!#!3)$!3!"!`%"!J#3"!)b!!Arr`!!!'`
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-120-!#J!#8P9-8J"B&#!!-rrr!!!!!3(r!*"Nrrm!!!!*!!!"r`#3B[rr!!!!!J!#!Id
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-122-65!!!!Im!!3!!!rm!"!(r!*!%!J!"r`!$3!)"r3!#!!!!0!!5!!%!"!!#!!3!!Na
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:123:,99!!!!!-!!%!!J!$!!3!"3!'!!F!#!!*!!S!$3!1rrm!#`!-!!d!!!$%!!Arr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-124-!!#3!"!!#6N&043!!"-LabU%!N"i##XLabU(+e-[MXHd!N"J$"0+c`l`!N"i%"0A
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-2-:#R0SC@9d,RGVFc-!39G68de69dX"!!!!#UX!!!&''FJ!!!!*!$i!"!'L!Mi!!!9
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:3:X!!-!N!B)!*!)$`!!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-4-%$V!,3!!"!3!!C!!"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-5-3$4N"!(J!H!"i!(J!N!F"!!%!N"!)r`!'!!N!8lfi!(i!N!FL!G3!N!8*!!!*!J#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:6:3"`0!!*!',!!"!*!!!!)!p!!$!9J!"!'mJ!8#)!!'!X3!"`-S!!J$M)!*!r!!#J4
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-7-8!!X%Z!!-"4b!$3@!!!i&j!!2"NJ!%!DXJ"%(%!!5"h3!%`IB!"3)2)!9#+!!&JN
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:8:%!"F*D!!B#Fb!'3S`!"S+P!!E#[J!(!YFJ"d,`!!H$#3!(`b)!#!-l)!K$9!!)Jf
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-9-d!#-1'!!N$Rb!*3lJ!#B24!!R$kJ!+"!-J#N3F!!U%03!+a%i!#`4R)!Y%J!!,K*
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:10:N!#m5b!!`%bb!-413!!!b%r3!-a4B!$38[)!e&5!!0K@%!$F9k!!i&Nb!14D`!$S
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-11-A&!!l&hJ!2"IFJ$dB3!!q'+3!2aN)!%!CE)""'G!!3KSd!%-DQ!"%'[b!44YJ!%B
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-21-!!,*&p!#c4PJ!Y%DmJ,9()!#f4i3!YdIS!,K)6)#j5,!!ZNN8!,Y*H!#m5Gb![8T
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:22:!!,j+T!#r5`J!`%YXJ-&,d!$#6$3!`dbB!-4-r)$&6@!!aNh%!-G1+!$)6Sb!b8l
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-23-`!-T29!$,6lJ!c&!FJ-e3J!$1813!ce&)!0"4V)$48K!!dP*d!005f!$88cb!e91
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-35-rr-b3#2m!%%V!r`!!!#-KFfpYC5"NBA4P)'&ZC#"dD@eP*h-JCQpbE@&dFrm!!!,
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:36:!r`!!!'BB-6)[-bmb-$!d3#d!!!!"(r`!!2m!3&,!'$%b,c-[-M!`0%!Y!!!!!4r
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-37-m!!$r!*!!8X!A-5mc,c%j-$4!,3#3"33!!2m!d&,!'M%b1M!i1M!`)%&03#d!N!B
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-40-!#3#3"#JrrUU3"k[r!!$#`#8-!K!1!!N!!!N"%KB!N!3*!3!!!$`rrp99N!C@r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:41:!`X$r!(!!BJ#3#a%!!!JX!&dRQ+8ZB`B!!!!1!&dRQ2q!3Li!!!!3!"`RQ!"GD@!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-42-!!!Im!!!!+J"G*jJ!N!Ni!*!04J#3$93!!`!(!!-#Bi!!N!3"!!)!!3!#!Z!!r`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:43:3"J&N!!!!"3#3%3`!!!$r!!!2S`!9!'32S`#3"3%!!3!*!*!F"'8!!!"5!"3!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-44-%!!S!!`#3"3%!!2rrrr`!D2Qh!'MkdJ"A3)$ZV!!!K&S!D+Ni!'LrT!#3"@LaJ!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-48-4,X`!9alS!&2"Q!"Trrrrr%#!lUa!J1kX!!#%@J"SULB!2AGr!!!!!3#3"@MVRL!
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:49:!!'B!CZ%-!!!!r`!!!2m!!!!(!!"%Q`!!!3!!!!%8!!!!&!!!!$)!N!8H!$F!*`#
libreoffice-7.0.3/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-50-1!AJ!!3%!N!L1#80XEh0P#R0SC@9d,RGVFc-!!J#30Fqb-`8!N!B"4T3"9!(S!!8
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-31-!#!#!!!!!#!!!!)K%)K')4#)4%5*%L"%L4)L!3#!3#!3#!3%#"!J3)%#!i(!i(!i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx:32:(Jm'$"`iF1($J`BK%)J#)4#)!%5*%!"%L4!##4#J3+%5#!CR-CM1Cc'BcGl[GlRH
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-33-lhHlZhEYhlYflGhqrhqrhqrhqr[hlpqrI[hmIMmIMmIKm2[MaimH2(cjmGl[GrhH
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-34-lhIrZhE[rlYflrhfleqrAZhhq-fE-Q60Qc*QUN!M-N!L)N!Mr!!!!r`!!!)#3#2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx:35:!N!F)J)!)#)#!#'B!!!#C!!!!riL)L2q)L)MrJ*!(r`$r!2m!r`$rr`!!rrm!!(H
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-36-3#!$rrrm!rrrrIj!)!2q3"rGrIrIhIhrhQIrrrfErrrm!GhGh!(GhG`"rN!I`N!3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-37-2N!5CCQDCQ@CQQ3!)($jr2K`)!!J8+P8U&!La-!-Ef-!-MB!3!L!"#%!%#"3L3B!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx:38:"!J5!`#%5$!3#!Iq!J)$r#!J)!(prI`$hprH!3#!!!J3)!)*%185#!3%"q(3L4im
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-39-A)R'rS,qp[Id&r9@J3%"9#J3%L%3L%4%L4)L"3L3BJ8)N'+S!J!#)!)!!!i4)-!`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-5-!!J!!!CbCN!6rr`&Zrj!'!@IrrfCQ-c-"E[rrCQB!!!(V!!(rN!J!!`#3#3%J(d5
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:6:!28$rb%+R,`a)E[qU2c`J$URV5'lriNKZrkSr2!!%UHY)E!!#5'lrR$mm)!kTk`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-7-!rqa)E[qF2c`!"+RV5'lrR!!#!!%!!3!!!!X!"3!12rf[S09lY$AK4d!#lGYUjad
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-19-%rrm"!2q3"J%!rrpQCM-c!6crN!3c-`'m!!(rN!J!(iJ!)J#)!#)!!!%!'%+R5'`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:20:!"NKZrl`r2#!1UHY)E[rX5'lr[$mm!!5TkdKX!!K)E[qZ2c`J$URV5'lrpJ!!rki
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-21-r2!!%UHY)E[qZ5'lr[!!"UHY)E[rB5'lr[$mm!!3"k`#3#2q3#J!!!!)!!!!#!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-30--!3#3(3&1*3&6594P8dP86!8!N"d"db8"BA4MEdGkDA$r!*!B'J!"!Dm#93!V!!8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:31:!+`!&!GS#@J!V!!8"fJ*k!!!!H!!2!!!!5!")!*!%![!#32rarqi$#3*5B`)&+!2
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-32-m!3!!!!&S!@J!N!31X!Y!!!%"!!"N!!%!!!!"!!)!!!!"*`m!!3#3$K!!N!N3!2q
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-44-rrhq3#!$rN!IhIhrhphprpjRrrrpQrrrr!(GhG`"hGhF!Ij!(m*!%$j!%Q@CQQCP
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:45:QCTN!#"`qIciF#!!)&#T9+K3)X6!$'pM!$)f!%!)J!3K!"!J8)N'!!3)%J-!K%J`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-46-%!J(rJ)#!r`J)#!"rIhm!prIhJ%!J!!)%#!##4$P%JJ%"!IKd)NH2&b*a[k#r[Eh
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-69-!!$13"2rr-j!%c-`cN!5CQ613"'CQ-j!+!!!c-`!!rrmc-`!!c-`c-`!!QCNc-`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:70:!CQBc-`!!-j!%!*!'rj!%!!$rrmc-!!$rrjQC!!$rrfCQ!!$rrc-c!!$rr`#3"-c
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-71--rrm!!-b3"!!!c-bCQ3!!c-aQCJ!!c-`c-`!!c-`!N!5CQIrr!!#CQFc-!!#CN!3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-72-!!*QCCQB!!*QC-c-!!*QC!*!%CQErr`!!CQE-c!!!CQDCQ3!!CT!%!!"QCM-c!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:73:QCJ#3"$-crrm!!$-cc-`!!$-cQCN!!$-cCQB!!$13"!!!-c-!N!Err`#3"-c-!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-74-%QCN!N!4QCJ#3"$-clZi!N!6Gh3#3",Zl!*!%UUS!N!5)L!#3"(Gh!*!%998!N!4
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-87-"!!!!")!!!!*6T`#3"2!!rrm!!`Nb!*!%m!(rr`!%!!N!!!!%J!!!!3!!!!5!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:88:!m!Arr`!$#@-!N!6J(rrr)!-*I3#3"1!'rrmJ!`!'!!N!!!!%J!!!#3!!!!5!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:89:"!!!!")!!N!AJ)[rr!!-+R3#3"1!%rrm!!`UY!!)!!3!!!!5!!!V$!*!%i!2rr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-90-$#Y-!N!6`"[rr!!-,*`#3"2!(rrm!!`ZN!*!%!B!!!3!!!!X!"3!12rf[S09lY$A
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-103-'AhJ!!Irr!!!$S!"'Ah3!!Irr!!!+#!"'B#3!!Irr!!!+%!"'ArJ!!Irr!!!,&!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:104:'Ap3!!Irr!!!0$!"'Am!!![rr!!!1N!!!4PrN[r6rr`!!$V`!4Pr3BkB!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-9-!k!!!!Y-!k!!!!Y-!Z3#j!,N!Z3#j!2%!!3(!lJ!"!F$J!2%!!!AY!!%"81!!m3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:10:"Hi$Y!!$li!$b!!%"9H`!!99!i3$b!!%Irq`!!Armi3$b!!&991`!!499i3$c!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:11:(k,m!X1)!m`!!"HK9!&$L!2-!!!(Sr`$!iJ$b!!%99H`!!998i3$b!!)$qi$Y!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:12:lm1%!m3!!9Hd!!3&9i!$a!!%I`1i!!3(mi!$a!!%"31i!!3&!i!$`!!!JlJ!!"pm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-13-!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-21-!9rKh!%$p!!!AmRF!G18!p3$hG`"!r3!!2r*h!(cP!1B!!"$b!!!8j3$f!!!"phF
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:22:!F2d!!$rbG`"mj3$f!!!"phF!F2d!!"IbG`"dj3$f!!!$phF!H2d!!$rbG`"mj3$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:23:f!!!%p`!!"2d!!"$b!!!8j3$f!!!,phF!F[d!!$rbG`"ij3$f!!!(phF!G2d!!"I
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-24-bG`"dj3$f!!!ApRIp!!!rmRF!I18!pJ!!%2F!!!(p!!!3mJ!!&18!pJ!!0rCh!)$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-28-P!2F!!!(eG`"`rJ!!&r*h!(6P!2F!!!(eG`"`rJ!!2r*h!(cP!1B!!"$b!!!8j3$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:29:h!!!$pAF!H2i!!$rbG`"ij3$h!!!"pAF!F2i!!"IbG`"dj3$h!!!$pAF!H2i!!$r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:30:bG`"mj3$Q!!!3mJ!!&18!p`!!"r9h!(6q!!!rmRF!I18!p`!!"r9h!(6q!!!AmRF
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-31-!G18!p`!!"r9h!(6q!!!rmRF!I18!p`!!"28!!!6q!!!3mJ!!&18!p`!!!r9h!($
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-36-!%2)!!"6P!2F!!!2eG`"irJ!!2r*h!(cP!2F!!!(eG`"`rJ!!&r*h!(6P!2F!!!2
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:37:eG`"irJ!!2r*h!(cP!1B!!"$b!!!8j3$h!!!"pAF!F2i!!$rbG`"ij3$h!!!"pAF
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:38:!F2i!!"IbG`"dj3$h!!!"pAF!F2i!!$rbG`"mj3$h!!!"p3!!%2i!!"$b!!!8j3$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:39:f!!$hpRF!B2i!!$rbG`"mj3$f!29h!%$q!!!AmRF!G18!pJ$eG`"!rJ!!2r*h!(c
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-40-P!2B!!%$f!!"!rJ!!%2)!!"6P!2B!pAF!32i!!$rbG`"ij3$f!!!ApRIp!!!AmRF
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-48-kGrX!!"IbG`"dj3$d!!!IqRIl!!!rmRF!I18!p!!!"2X!!!6l!!!3mJ!!&18!p!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:49:!!rYh!(Ml!!!rmRF!H18!m`$lG`"!q`!!&r*h!(6P!2-!!$ImG`#!q`!!2r*h!(c
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-50-P!2-!!!6p!!!%qJ!!%2)!!"6P!2-!!3'hrRF!-2S!!$rbG`"mj3$b!!4AGhGe32S
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:51:!!"IbG`"dj3$b!!-(phGmq3!!2r*h!(cP!2%!!499q!!!%2)!!"6P!1B!!$rbG`"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-52-ij3$Q!!!AmRF!G18!jJ!!2r,r!2cP!1B!!"Ab93"8j3$Q!!!rmVm![18!Z3#j!,N
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-85-!!!!!#!!!!)K%)K')4#)4%5*%L"%L4)L!3#!3#!3#!3%#"!J3)%#!i(!i(!i(Jm'
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:86:$"`iF1($J`BK%)J#)4#)!%5*%!"%L4!##4#J3+%5#!CR-CM1Cc'BcGl[GlRHlhHl
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-87-ZhEYhlYflGhqrhqrhqrhqr[hlpqrI[hmIMmIMmIKm2[MaimH2(cjmGl[GrhHlhIr
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-88-ZhE[rlYflrhfleqrAZhhq-fE-Q60Qc*QUN!M-N!L)N!Mr!!!!r`!!!)#3#2m!N!F
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:89:)J)!)#)#!#'B!!!#C!!!!riL)L2q)L)MrJ*!(r`$r!2m!r`$rr`!!rrm!!(H3#!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-90-rrrm!rrrrIj!)!2q3"rGrIrIhIhrhQIrrrfErrrm!GhGh!(GhG`"rN!I`N!32N!5
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-91-CCQDCQ@CQQ3!)($jr2K`)!!J8+P8U&!La-!-Ef-!-MB!3!L!"#%!%#"3L3B!"!J5
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:92:!`#%5$!3#!Iq!J)$r#!J)!(prI`$hprH!3#!!!J3)!)*%185#!3%"q(3L4imA)R'
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-93-rS,qp[Id&r9@J3%"9#J3%L%3L%4%L4)L"3L3BJ8)N'+S!J!#)!)!!!i4)-!`#!3'
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-11-p!!!")!!!!&S!!!$m!!!!@J!!!38!!!"q!!!"F3!!!+X!!!&@!!!"!!!!!J-#!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:12:L!(`"!3-"!3!!%3$D!&B!k!#UD@`JMR4KDA3JG@jP)'C[DA-)!!!!!J-"!*!%*!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:13:&!3%!!!!f!!!""`!!!$X!!!%)!38!!!!f!!!&!2[m!!8"!3F!!!!#!`%!!-B!!2r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-14-6!!!"$J!!!'-!!!"D!&S(!!!!!J-"!!$U!!!!@J!!!5!!!!%J!!!!@J"D!`!!!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:15:$!3!![3!!!!N!!!!5!!!#0`!!#3!!!!)$!3#3"$`!"3!5!!!!#3!!!EN!!!)6!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-16-!#3!5!!!!#3!!!EN!!!&k!!!![3!!!K-!!!"e!!!"X!!!!*N!!!'9!!!$!!!!!J-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-21-$!J-!Q3!!!+X!!!%1!!!"F3#3"J)$!J!)!!!!!J-"!!!!!JS!q!#3#!'e!!!#2!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:22:!!!J!SJ!!!"X!!!2kq2hkr[Vpq[lmp!$R!2)"k`,j![S(rJJ#$`34"Ji$$`%3!"$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:23:j$r8)q3Rk#Im*!!N!"3!&q`(l!2N,!a)'&3B1"!S%$J-(!!J!"r`)rJRr#`!,!")
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-24-#%J)-!!m!$2`(qJ2k#r8+pJVi#I`)!!8!"3!)#J-(!JF$"J-("!8&"JB&#JJ+"JB
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-26-1!!Rr"`!&rJEl#288pa$f&[d(r!F!qr[qq3$f!2-$m3A["rF(q3Al"2S%qJ$h!28
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:27:!m`$X!26rp[Rkqr[mqrhkrrIrmI[Zp2Abmqclq2[kq[ck!2J!q`6k"IN&qJ2k!rN
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-28-'qJEl"IJ(qJIl"ri'r3Elq[X!rIRrqJ$k!2F!qJ$jq2lir[6klrAcpI6eqIRkq[c
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:29:l!rB*l`Vb#I-*q!Rm$3!4!#!*)3`P#LX1*!8S!K`!&2S2p!c[$1`-l!l[#23+p3A
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-30-h!rJ"p[Eam2$XpqAiirhS!1d)m!hc$282m"Mh%rS4qad!&J-8%"N1$!N'"`3'!Jh
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:31:l'[)CpK,m#[i(r`3*q`cf$r%4m!lZ$1N*j`AQ!q8!jrlSqZMfm[Raq2(dq2Elm2V
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-32-K!,`3`JEP#1-&l`(j!38"#!B&"J!%"Ilr!*!%!J-#!!X!!!!#!`%!!')!f!!M!(B
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-49-!!*!3!J!!!!(rN"6!!*!3!J!!!!(rN"6!!*!3!J!!!!(rN"6!!*!3!J!!!!(rN"6
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:50:!!*!3!J2rm!(rN"6!!*!3![`!$m(rN"6!!*!3$`!!!$hrN"6!!*!31J!!!!IrN"6
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-51-!!*!2!F3!!!!"rj!8`!#3$`B%!!!!!Iq3&-!!N!mB"!!!!!(rN"6!!*!2B!3!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:52:"rj!8`!#3$J'!"!!!!!(rN"6!!*!1!`!%!!!!!Iq3&-!!N!i-!!3!!!!"rj!8`!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-53-3$KJ!"!!!!!(rN"6!!*!1)!!%!!!!!Iq3&-!!N!j!!!J!!!!"rj!8`!#3$3'!!!J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:54:!!!!"rj!8`!#3$3-!!!J!!!!"rj!8`!#3$3B!!!J!!!!"rj!8`!#3$3`!!!J!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:55:"rj!8`!#3$3J!!!J!!!!"rj!8`!#3$4!!!!J!!!!"rj!8`!#3$5!!!!J!!!!"rj!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:56:8`!#3$8!!!!J!!!!"rj!8`!#3$F!!!!J!!!!"rj!8`!#3$B!!!!J!!!!"rj!8`!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-57-3$!%!!!!)!!!!!Iq3&-!!N!`#!!!!#!!!!!(rN"6!!*!-!J!!!!J!!!!"rj!8`!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-83-J!*!&!B!!N#)B!*!&"J#3)`B!N!8B!*!M!F!!N!6J!*!N1!!!!!F!N#82!!!!2!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:84:3*[`!$m!!N#B$rr!!N2m!N2m!N2m!N2m!N2m!N,B+!!!!!J-"!3#d!!!!,3!!!8`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-85-!!!%d!!!!!3!"!!!8J!"L!"J!BJ!B#`!!!!)$!3!!BJ!N!*!&Q!%(!,3!!!!Y!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-101-!!*!2"rq3%F!!N!m(rj!4`!#3$`IrN"(!!*!2!rq3%B!!N![r!!!!!rq3%B!!N!S
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:102:"r`!!!!(rN"%!N"(rN"$q!*!4Irq3$r`!N"%Irj!2m!#3r`#32J(r!*$r!*$r!*$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-103-r!*$r!*"U!J-#!*!&!J-#!,%'!!!!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-5-LF9@J3%"9#J3%)&#)N!3&!Vm![lq`N!3!N!L!!!J!J!!)!)J!)J#)!#)!L#+))SJ
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:6:LL#+U!+S!UJ#U!2m!r`$r!2m!%5*%L"%L4)Mr!!!!r`!!!!%#"!J3)%#!UJ#!!)J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-7-!J!$rJ*!(#"`L`B!"!J5)&#*"L!#U!%#J!!!%#J!!!i4)-!`#!3'!J%%q#!J8ia!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-10-4V[4q5QhriQF33QFr,IrL,`j1Z[A529rrrP5Zr+48V[bS8QldS!aZ!Y$dS'q#-#h
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:11:Q1P0!3HhQ2-(m!Pj"k!)F-M!!!,*ZrlT@`$)YjMT638(YjMc$r!*H3HJ#(M3`%!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-12-dE[qm9X'!!5m!3QFb,HBk8d&"lHBm`r`#AN(S!Ga)F"!!5'fj!,N!Z3#j!,N!Z3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-18-j!,N!Z3#j!,N!Z3#j!1X!#XB##!!(`!3!3!a'fJ$V!!T#!aJ!"#!!!%!3!YS!m!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:19:3"`$Lc$K#!UMKa#1-@1!i`KcE!2!!%!L"%c*%3J**%L3N4'4!%%)Lf`$`!"!(J3)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-20-L2%)##2)(`m4%3""#)YX!m!!3#)$L)N4#!JN5"!4%4%!33MlE!2!!%!L!%L*%3J)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-23-j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!mJ$fr`$Je!$b!2EG!1$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:24:8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:25:b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2I
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:26:hG`"Je!$b!2EG!1$8!2)!!2IhG`"Jr!!!"rEr!2cQ!2)!pYd!i2`!!"hfh3$IjJ$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:27:b!!$hphF!B2`!!$IeG`#!j`$b!2EG!1$m!!"GpGd!`1F!mJ!!prGh!'$m!!$hpAF
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:28:!B1F!mJ$fh3$Jr!$dh3$Jj`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-29-!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:30:!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-31-p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2I
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:32:hG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-33-b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:34:R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-35-dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:36:!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-37-!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:38:fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-39-b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-40-!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:41:dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-42-p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!p[m!i2d!!!(dG`"`j`$L!!!"p0d
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-43-!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!!!I6G!0$R!1)!!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:44:dG`"`j`$L!!!"p0d!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:45:!!I6G!0$R!1)!!!(dG`"`j`$L!!!"p0d!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-46-L!!!"p(F!F1F!iJ!!!I6G!0$R!1)!!!(dG`"`j`$L!!!"p0d!d1F!i3!!pr9h!'$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-48-j!,N!Z3#j!,N!Z3#j!,N!Z3#j!1i!!"hph3$FdJ$[!!(`IrcrdJ$`!!%"FIYhl3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:49:!F1F!m!!!!r[r!2lY!!$qj`$`!!)"hGrpr`$`r!!"!F$e!!)"hG$S!2!!!J2r`2k
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-50-!qJ!"!q$e!!)$rrMS!2!!!30hrB$k!!%$F28!!J0(GqJ!m!!%!I`!J)$j!!%$r28
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:51:!!`I$rm$T!1m!!"cf!!%"h28!!`f!(G$T!1m!!(cf!!)$ri$f!!-2!!rmk3$[!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:52:`pJ!#!dG!pJ!$"`!"GqN!l`!!H2B!!J2(m2B!"!m!!(q!kJ$[!!"BpJ!#!F(Br!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:53:!%2`!"%d!!"h!kJ$[!!"ipJ!#!m$qr!!!H2`!"2m!!!IJkJ$[!!"`pJ!#!d"hr!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:54:!F2`!"(F!!!&`kJ$[!!"ipJ!$!m!I`2d!!(Mm!!$rrJ!!r1S!l`!!@2B!!`(!$F$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:55:p!!"Br!!!hIi!!&cU!1m!!2Mf!!-$`!2`r3!!H2`!!2rq!!!rkJ$[!!"`pJ!$!d!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-56-"G2d!!($m!!"frJ!!"qS!l`!!m2B!!`2!!(lp!!"ir!!!m2i!!3q!k`$[!!$3pJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:57:%!F!!(B$q!!"Br!!!d2i!!3@!k`$[!!$`pJ!%!m!!(m$q!!"ir!!!m2i!!3H!k`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:58:[!!"`pJ!%!d!!"f$q!!"`r!!!F2i!!3G!k`$[!!$`pJ!%!m!!!rMq!!"ir!!!m2i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:59:!!32!k`$`!!%"d2B!"!(!!!$FrJ!!@2`!!0$q!!%"`1X!m!!"!H$f!!3$`!!!Iri
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:60:!!(Mm!!$`rJ!"!H$V!2!!!3&JpJ!%!d!!!$Iq!!"`r!!!F2i!!3&`k`$`!!%"i2B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:61:!#!2!!!!2`!!!H2`!!2$p!!$`k`$`!!%"`2B!#!(!!!!&d!!!@2`!!0$p!!$Bk`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:62:`!!%$i2B!#!2!!!!"q!!!H2`!!2$p!!"ik`$`!!%$32B!!30!rJ!$G!!!F2`!!($
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:63:p!!"dk`$`!!%$`2B!!32!rJ!$I`!!q2`!!2$p!!!mk`$`!!%"`2B!!3(!rJ!$(B!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:64:!d2`!!0$p!!!Gk`$`!!%$`2B!!32!rJ!$$m!!m2`!!2$p!!%IJ1`!m!!"!d$f!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:65:$32i!!`G`!($m!!"`r3!""d$X!2!!!32!pJ!"!m$q!!-"q!$`r!!!m2d!!3IJl!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:66:`!!%"`2B!!3(!r3!#h!$3r!!!d2d!!3(Bl!$`!!-(rrrJq!!"!m$p!!*r!2$m!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:67:`r!!!r1`!m!!!"rjh!($j!!%$32d!!KF!F2`!!($m!!"hl!$`!!!(r2m!r[X!!32
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-68-!r3!#$m$`r!!!m2`!!6r!l3$`!!%&RIcGq`!"!F$p!!)&d0$m!!$3r!!"$G$Y!2!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:69:!!`H!!$rqrrX!!32!r3!#!IM`r!!!m2`!!3Iml3$`!!!(rJ!#"hGfq`!"!d$m!!&
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:70:eF2`!!($m!!%"GZd!m!!""i$f!!%$`2`!!ArJr!!!m2X!!(rY!2!!!3@!pJ!"!F$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:71:m!!%G`2`!!0$l!!!Gl3$`!!%(J2B!!32!r!!"$q$m!!$`q`!!$qd!m!!!"r8!!30
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:72:!r!!""f$m!!"`q`!!&qd!m!!!$r8!!32!r!!"!r$m!!$`q`!!(Zd!m!!!$I8!!3(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:73:!r!!"!GMm!!$3q`!!(1d!m!!!$r8!!32!r!!"!Icm!!$`q`!!21d!m!!!"r8!!30
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:74:!r!!"!AEm!!"`q`!!G1d!m!!!$r8!!32!r!!"!Irm!!$`q`!!H1d!m!!!(I8!!3(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-75-!r!!"!Fhm!!$3q`!!@1d!m!!!([8!!32!r!!"!qrm!!$`q`!!q1d!m!!!&[8!!30
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:76:!r!!"!dEm!!"`q`!!F1d!m!!!([8!!32!r!!"!m$m!!$`r!!"!I$Y!2!!!"ce!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:77:"`2`!!3(!r!!!d2`!!3(!l3$`!!!Hp3!"!m$m!!%$`2`!!2$m!!%$i1d!m!!!0[8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:78:!!30!r!!"!d$m!!"`r!!"!d$Y!2!!!$ce!!%$`2`!!32!r!!!m2`!!3I!l3$`!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:79:Fp3!"!F$m!!%"`2`!!0$m!!%&J1d!m!!!228!!32!r!!"!m$m!!$`r!!"$i$Y!2!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:80:!!$6e!!%$32`!!30!r!!!F2`!!!IX!2!!!$ce!!%$`2`!!32!r!!!m2`!!!rX!2!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:81:!!"ce!!%"`2`!!3(!r!!!d2`!!"hX!2!!!$ce!!%$`2`!!3I!r!!!m2`!!"lX!2!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:82:!!$6e!!%$32`!!!Il!!"`r!!!&Z`!m!!!2r8!!32!r!!""i$m!!$`r!!!2Z`!m!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:83:"(B$f!!%"`2`!!3@!r!!!d2`!!"cX!2!!!3r!pJ!"!m$m!!%(J2`!!2$m!!!ml!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:84:`!!%(32B!!30!r!!!"rX!!($m!!"dl!$`!!%$`2B!!32!r!!""i$m!!$`r!!!H1`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:85:!m!!"!F$q!!-&hGh!r3!"!F$m!!%&J2`!!0$m!!$Bl!$`!!3$`!!!(rlr!1$p!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:86:$`2`!!3H!r!!!m2`!!2$X!2!!!!2kG`"Jr3!"!d$m!!!(q`!!F2d!!3&`l!$`!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:87:$q[m!`2d!!32!r!!""i$m!!$`r3!"!H$X!2!!!!(ph3$FqJ!"!F$m!!%&J2`!!0$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:88:p!!%"`1`!l`$qr`$`q3!"!m$m!!%(J2`!!2$p!!%$i1`!l`!!B2B!!30!r!!!"rX
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:89:!!($p!!%$31`!i`!"!m$m!!%(J2`!!2$p!!%$`1`!i`!"!F$m!!%&J2`!!0$p!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:90:"`1`!i`!""m$m!!%(J2`!!2$p!!%(`1`!i`!!"rX!!!Il!!"`r3!!"qX!i`!"$i$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:91:m!!%(J2`!!2$p!!%(J1`!i`!"$B$m!!%&J2`!!0$p!!%&J1`!i`!"$i$m!!%(J2`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-92-!!2$p!!%2J1`!i`!!"rX!!!Il!!"`r3!!"qX!i`!!"[X!!3H!r!$lrqX!h!!""B$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:93:m!2[Gk`$F!!%(J2`!qrrV!0`!!!Il!2ah!(EV!0`!!3H!r!!!m1B!h!!""B$m!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-94-!jJ$F!!%(J1!!h!!!"pm!h!!""i$J!0`!!3@!i!$F!!%(J1!!h!!!!pm!Z3#j!,N
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-5-!"3!'!*!&F!qL!*!0%!!(!!J!#3!+!!X!$!!0!!i!$`!3!"%!%J!6!"3!&3!@!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:6:!*!!#!!!!%!!&!*!&&`!B!"N!'J!E!!!!(!!#!!!!%!!$!*!&(!!G!"i!!!!`!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-7-!!!!3!!J!N!8I!#!!)3!L!#-!*!!P!#B!!!!i!!)!!!!3!!S!N!8R!#J!+3!U!#X
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-10-2ja!6!!!!#4%2$k!4&3qG%3m2S!!!!$34-3#3"@3!N!Xb#S`Dp"21&F)!N![#%!B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:11:!N!9N!*!,,!!-!!!!"rb!!!`!!!!-!!!!"J!!!!eAJ!!09i!!$9H!!!`!!!!-!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-12-!$!#3"4B!N"N,C'CRC!eLEQ*fGQ)2S!Z)%TJ*U!3*!!%!N!X"!*!6!3!!!!%!!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:13:!!!3!-`!I!"J!!2rrrri!N!8"!$-!(`!B!!$rrrrq!!8!!3!"!$-!)!!B!!$rrrr
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:14:q!!N!!!!"!*!&!QTi!$`!+3!,!*!(-"%b!*!&C!#3#c3$K!V`#*J'`J#3"c34-3#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-15-3"@3!N!Xe#S`+#Jmm"IS!N!@-!)`!!!%N%63!N!9N!*!,0J!!!"!!!!!*"#X%E33
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:16:V"'d$X39L!!)!#3+E#JF"M!L&!kF,J`!#!!N(d!eT"L8-X`Ip$A`!!J!*#h80c3U
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-17-c$Sm0f3YN!!!!#3dR!PJ+933i$5F#@!!!!!N88!i3&&!1%!bc$`#3"!Rpk``F"&8
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-19-h#eB4Y3j6!!!!#3H[#H8(V`RP#3)(NJ!#!!N5A!GX$a!&V"BM#@d!!!!*'T!!$VF
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:20:A)``N'T!!$VF!!!!*!5crR!%Xrj`#3`&!!!!!#33V!PJ#X`(#""N#KJ!!!!N$k!0
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-21-"!qJ#c32S!d%!!!!d%6%!!!!("Q%JEQpdC3"N!!%!N!NG%IJG,K8f'B)!N!Xd%6%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-27-`!!%!N!X"!!!!#J#3#!8%%63!N!9P!*!,(3!!!%i!!!!*!TX4P!+E%C3#Qa8d!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:28:!#3S(&6N(!KFk#iX80J!#!!N0L`bK#S8,V4$c$E3!!!!*&,3CC"+9&D`3QKPN!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-29-!#3Lj'(X-+KNd#$dBB3!#!!N&H"H4"EFArJ6Z&U3!!J!*"685'35E%d`&GK'9!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:30:!#3V`%)N*63qJ$2!4TJ!!!!N1%"Hc$B38Y!i3&l-!!!!*"%`6!`4-%`-%[a+2!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-31-!#3ER%3m''a$p#+d413!#!!N0LaF-$3d@P!mS'*3!!!!*%GFDda"$'6m1MaPY!!)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-35-!!!NCK4-N&a)2$"BM%eN!!J!*$Hm6!a&2%e3+"4+Q!!)!#3F)$8J'a"%f"aX-,3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:36:#!!N18`Y8$%`+%K'k$A!!!!!*&(%AN40P%P83B"IT!!!!#3GX%Tm)M"D-#QJ4E3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-37-!!!N0V"CP$4i6QJXl&jm!!!!*"X8AF!R4&ld'BK86!!)!#3Mm%E8'"K&+#r-5)!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-41-!!!N+m"9m#fN9l!NE%68!!J!*#,N*a!MJ$[i)S`Dq!!)!#3Zi!TX)aJ(R$R!$3!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:42:#!!N4e`RP%'X)$4)M#NJ!!J!*&082S"Bl$8S6Za&i!!)!#3ia$P-1-`j8$*X0IJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-43-#!!N)G`FT"Si+Y!LT"XX!!J!*$$d&Q3VF"-X1qJFa!!)!#4-N$Hm4CJY,%hi1H3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-46-!!!N+ca$Y#884cJa@%Z8!!!!*$M%B[3ia&3),`KLp!!)!#3Mm&#m*LKB+#+J6&3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:47:#!!N)f`pr"li36JSG$T3!!J!*$--4-!bG%3`1j40"!!!!#4'e',d4'48,$r!AS`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-48-#!!N1-45d$h3@A!a)%M-!!!!*#e30*`Y8%,%2KJdR!!!!#4(i&!d4q!rE$488$3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-49-!!!N+m!cN#[!4aa!5$%)!!!!*%Z%9R41J%(d3A"@G!!)!#3ia%fF2cK5F#bN4)J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:50:!!!N)%`[C#1B3#!UH#pN!!J!*$T82I`cV$KB1Q3q#!!)!#4'8&&!5dK,E$ii@V`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-51-#!!N-Aa0&$@X8D`R"%'8!!!!*"dX+V3Ic$`))1`TH!!)!#3Y8#S`+(JRQ$5%,J3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:52:#!!N18`lB$B)-qJq6%EB!!!!*%3m@C4"r%e%,qKCP!!)!#3H0%KN*`K@$"c`4R!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:53:#!!N&h!k9"C`28JAc$N`!!!!*"N!1f!C$$ZF'3!lB!!!!%K$0!*!&2J!J!*!%%K$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:54:0!*!&2`!K!*!%'"$3!!!!#2q3"!!8!!!!3!!J!#!)V!)!N!38%0%!N!9"!!!!(`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-55-!!")3c`#3"8)%F'pcG!!!!"`3cJ!!!!J!!3!@!!J!!!"$!#!!+J!"!&N!#J)"!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-62-!&!!8!"3!&!!!!"34P3#3"`3!&!!8!"3!2!!!!"!4P3#3"`)!qJ"Z!!!!("$1!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:63:((`!!!!2G'`!+!*!&("$1!*!((`!!!!2G'`!+!*!&#J!$"94TE@9c!!!!("$1!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:64:((`!!!!2G'`!+!*!&("$1!*!((`!!!!2G'`!+!*!&("$1!*!((`!!!!2G'`!+!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-65-&("$1!*!((`!!!!2G'`!+!*!&%K$0!!!!#!!#rrm!&!#3"4m!N!3F%-i!N!FI!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-69-TE'`!!!!+!!-&E'PZC6%!!!!+!!-&E'PZC6)!!!!*!!-%F(*[B`!!!!S!!`9#E'&
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:70:MD`!!!!J!!`0bC@3!!!!,!!-'Ch*KH6)e!!!!#J!$"9*PC$N`!!!!$`!$#NKeC6*
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-71---M"6-c!!!!!2!!-+Bc)`E6-`H6%`-!!!!"!!!`YbC@3j-&4TER3b-!!!!!i!!`P
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-74-d%6%!N!9N!*!,9!'Z(3B(*KKq!*!,0"%a!*!&C!#3#e8)0"ZH$Bi@lJ#3"B`!M!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:75:!!"`3cJ#3"bB!!!!$h4X!#J#3"4`3cJ#3"bB!!!!$h4X!#J!!rj!%$kS!!!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-8-3#8J!!!")!*!&#!!"!!J!N!9Uc@3!N!6qpJ!!!#!!!*6-!*!E%!!!P-J!N!X-!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:9:8a!!!rri!!!,X!!#8`!!+reIrb3(k!JRqpJ!!!YK`3#$C8d"ZqN(Zr[BJ#&+!,`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-10-3,[lf!N!!rdM!,`![,IQ)UGj54`a(!'4[!2p3$'hrrrQ1Ea![,IQ)UGJ!DXh8!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-17-!!%KS!!J[$+R63UG#Tbm-!!X!!2rZJ!!!#`!!!"'!!2re!!!!%B!!rr8!!2rZJ!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:18:!DXhN!'V0e!#3"`B!!2rcJ!$rp`!!!!b!!!!*!!!!!3!!!@3!)3#3"2!U!!i!)4Z
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-19-j!*!&C"P,!*!*)3#3"f3!N!dK!*!+!F5!!!%f!*!2,3")!*!2)!!!rkB!!!!5!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-38-!rqJ!!!!'!!!!'!!!!!%!!!&N!#%!N!6`+J!1!#%EZ3#3"@3C5`#3#5%")!$q!5!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:39:!C!!J!*!,)3%D!5%"'`#3"8!!!!&`!*!,)`!!!#d!5!#3$a!"*!%H!58!p`%P!2J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:40:"*3%H!58"(`%Q!2B"*J$h!5B"(`%Q!5!!"J!!rqJ!!2rk!!!!'!!!!'V1Q!"UcG!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-41-!N!F#!!$rpi!!rpi!!!!)J!!!)J!!!!%!!!&N!#%!N!6`+J!1!#%EZ3#3"@3C5`#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-44-!,3!!!!%!!!&N!#%!N!6`+J!1!#%EZ3#3"@3C5`#3#5%!B`"VIrm!C!!k!*!,)3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:45:k!(!!F`)!!!!"9)!!!E)!N!Yc!!!!,3")!*!2U!"V!("rr`&@!$m!4`"M!'Yrr`&
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-46-A!%F!BhrrIrm!!!!J!6)"&J!6J!$re3!!!"D!!2r9!!!!(i!!rp8!!!!UJ!$reJ!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-69-!rq'!!2ri!!!!(S!!!!J!!!!HJ!!!#!!!rq'!!!"Ucf!!DXk!!*!($J!!rpi!!2r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:70:G!!!!)J!!!#-!!!!"!!!"C!!K!3S"1`%0!$X!)3%l!3X"1`"N'8X!N!NK!!%"L3)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-71-*!'3!N!dK!BN##3&+!*!%!6+!!!#aJ!#3$Ld!5!#3%`)!#J!"!!%"L3)*!D8!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-105-!)3!!!!%!!!&N!#%!N!6`+J!1!#%EZ3#3"@3C5`#3#5%!N!GN!*!0)3#3#bL!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:106:B!*!2,3")!*!2)!#3*2rY!!$rh`!!rqd!!!!K!!!!%`!!!#%!!!!6!!$rh`!!!'V
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-107-2)!"UcZ`"!!!"!!!!!`!!rqb!!2rB!!!!%i!!!#J!!!!"!!!"C!!K!*!%m#S!$J!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-125-*)3!!!"3!!!"N!!S!N!XK!"3!!*Dm!*!&V!!!!-3!N!X+!!!!,3")!*!2)!!!!#B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:126:!!!!H!!!!&!!!PV`!#J#3"!(J!S!!N!88!!#@[2rH!!$r`J!!rpi!!!!q!!!!)J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-127-!!$i!!!!L!!$r`J!!!"aTE##1G'&TG#"eEQ8JCQpTFh0eF'9bFf0bDA"d!!B!N!8
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-12-IDB8H!!!!*dF$K4i!!!!S,TU&(J!!!#N@-i8H!!!!+J!!K4i#1!!V!!#&(KUH!#`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:13:!!)8H-`F!,3!!K4j,E3!Z!!#&(Q2A!#qpF$+"!!!!-,e`)VN!!!!a[A"&FJ!!!$+
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:14:pF'J[!!!!-le`LZF!!!!d[A#YT3!!!$@UK,e`!!!!0SI([A!!!!!hC3kpF!!!!$K
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:15:#8Ee`!!!!14qB[A!!!!!k!!#pF!-S!$X!!,e`*H%!2!!![A")RJ!p!!#pF'YA!$i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:16:!!,e`MK3!2rA#3B8!!!"!pF)Y#`!!!%(e`PSA!!!!3[A#KbJ!!!"$pF+d-`!!!%6
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:17:e`Z&&!!!!4GdfpF)!!!"'X#Ae`J!!!%H$'IA#!!!!5&B)pF)!!!"*+2he`J!!!%S
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:18:!!2A#""J!5`!!pF)a*!"-!!$e`Pie!%d!!2A#Ld!!6J!!pF+i8J"2rrpQ#bi8!&$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-19-rre51,K3!8IrrH`JZ&!"5rrqKKbi8!&2rrmJ",K3!92rrlRmZ&!"9k`Mrrbi8!&E
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-28-dC[rre`S!KqcNrrrA#J#)j@(rrpF+!)RGhrrre`S!LYF+rrrAZ3#,e`Vrrpml!)c
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:29:A#[rrjVi!MGF+rrrZ3!#1e`VrrrA$!)rA#[q3"!#3!0F+q(lrr`#4e`V`r2rr!*,
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-30-A#ZPjrrm!NpF+iIIrr`#8e`VDG2rr!*AE)GF+rrm!PZ+Ne`Vrr`#AkLEA#[rr!*M
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-37-rrfCQa4m![IrrCQDSp`#qrrpQCSc0!,mZ&2rrrrd!`#i8fBErr`$",K5c$2rr!-)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:38:Z&)b0rrm!`bi8CK2rr`$%,K3rPIrr!-9$$#i8rrm!aQQ,,K6rr`$(N!!&,K6rr`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-39-)YS-Z&2rr!-RFr5i8rrm!b[rr,K6mJ3$,rrmZ&0B(!-crrbi8ViJ!cIrr,K5*$J$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:40:1rrmZ&'+2!-m!!2A#pEi!d!!!b,Ie`J$4!!#EUrA#!0)!!'kDpF)!d`!!3Bre`J$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:41:8!!!8IIA#!08BM!!!pF)!eN@G!!$e`J$AFUN!!2A#!0LIZJ!!pF)!fFc&!!$e`J$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:42:DpF)!!2'U!0[e`J!!a*i!h2A#!!#AM3$GpF)!!'U#!0le`J!!2A%!h`!![A#pE3$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:43:J!!#DYle`!1%!!(Iq[A!!iJ!!98'pF!$M!!!bLEe`!13!!!r,[A!!j4,X!!#pF!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:44:Q0DN!!,e`!1GBBJ!![A!!k(XI!!#pF!$TRGJ!!,e`!1UpF!!!ZNJ!kle`!!#AM`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-45-X[A!!!(65!1fpF!!!8KN!lVe`!!![A!$[!!#&(S8F!2!!!'biK4i!m3!!9&+&(J$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-62-#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!1q3!!$q[r!-$e!2k
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:63:!k!!5q3!!$q[r!-$h!!!"r8%!31N!$[N!!!rVr`$!p`$l2ZN!$[N!!!rVr`$!q!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:64:k#1N!$[N!!!rVr`$!q!$j#1S!%2N!!!rVr`$!q3!!"2N8kJ!5q3!!$q[r!-$j!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:65:MqH-!i1X!$[N!!!rVr`$!q3$hJ1X!$[N!!!rVr`$!q3$fJ1`!%[N!!!rVr`$!qJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:66:!!IG"!%$X!"$j!!!2krm!`2S!pMi!21`!$[N!!!rVr`$!qJ$e#1`!$[N!!!rVr`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:67:!qJ$e#1`!%2N!!!rVr`$!q`!!"288l!!5q3!!$q[r!-$l!!!$pH-!i1d!$[N!!!r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:68:Vr`$!qJ$dJ1d!$[N!!!rVr`$!q`$cJ1d!%2N!!!rVr`$!r!!!!I0"l3!3q3!!$q[
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-69-r!-$m!!!#mclY!!lj!!!2krm!`2X!m`MY!!lj!!!2krm!`2`!mJMY!"$j!!!2krm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:70:!`2`!mK3!%1i!%[N!!!rVr`$!r!!!)r2M!1$Z!!lj!!!2krm!`2X!mS$Z!!lj!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:71:2krm!`2X!mS$Z!"$j!!!2krm!`2`!mN%!31i!$[N!!!rVr`$!r!$a2Zi!$[N!!!r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:72:Vr`$!r!$a#1i!$[N!!!rVr`$!r!$a#1i!$[N!!!rVr`$!r!$a&1i!%[N!!!rVr`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:73:!r3!!!r(M!)$[!!lj!!!2krm!`2`!m)$[!!lj!!!2krm!`2`!m)$[!",j!!!2krm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:74:!`2d!!!(a33"!l`!5q3!!$q[r!-$p!!!1m6i!)1m!$[N!!!rVr`$!r3$`#1i!$[N
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:75:!!!rVr`$!r3$`#1i!%2N!!!rVr`$!r3!!"2%8lJ!5q3!!$q[r!-$p!!!$mH-!i1m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:76:!$[N!!!rVr`$!r!$`J1m!$[N!!!rVr`$!r!$`J1m!%[N!!!rVr`$!r3!!!I&"!%$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-77-[!",j!!!2krm!`2d!!!la2J!Jl`!1q3!!$q[r!-$p!2!)lJ!1q3!!$q[r!-$m!2%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:78:)lJ!3q3!!$q[r!-$p!!!%m46Z!",j!!!2krm!`2d!!!2ai`$!l`!1q3!!$q[r!-$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:79:m!2#!l`!1q3!!$q[r!-$m!2#!l`!3q3!!$q[r!-$p!!!"m8(Z!!lj!!!2krm!`2`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-80-!m6lZ!!lj!!!2krm!`2`!m3MZ!!lj!!!2krm!`2`!m3MZ!!lj!!!2krm!`2`!m46
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-83-l!2-)l3!1q3!!$q[r!-$l!2-)l3!1q3!!$q[r!-$l!2-8l3!5q3!!$q[r!-$l!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:84:MpH-!i1d!$[N!!!rVr`$!qJ$dJ1d!$[N!!!rVr`$!qJ$dJ1d!%2N!!!rVr`$!q`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-85-!!I9"l!!1q3!!$q[r!-$k!28ql!!1q3!!$q[r!-$k!28)l!!1q3!!$q[r!-$k!2B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:86:)k`!3q3!!$q[r!-$k!!!%pa6V!"$j!!!2krm!`2N!q1-!iZX!$[N!!!rVr`$!q!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:87:iJ1X!$[N!!!rVr`$!q!$iJ1X!%2N!!!rVr`$!q!$k33"!kJ!5q3!!$q[r!-$i!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:88:1qci!)1S!$[N!!!rVr`$!p`$l#1N!$[N!!!rVr`$!pJ$p#1J!%2N!!!rVr`$!pJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:89:#""38j`!+q3!!$q[r!-$C!!Vj!!!2krm!`0N!#[N!!!rVr`$!f3!+q3!!$q[r!-$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:90:C!!Vj!!!2krm!`0N!#[N!!!rVr`$!f3!+q3!!$q[r!-$C!!Vj!!!2krm!`0N!#[N
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:91:!!!rVr`$!f3!+q3!!$q[r!-$C!!Vj!!!2krm!`0N!#[N!!!rVr`$!f3!+q3!!$q[
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-92-r!-$C!!+j!!+j!!EG!!!%hJ!(h3!"!q$I!!IF!!'!J1!!"p`!!B#!i!!+hJ!!!Ij
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-93-"!%$K!!MH!!!'r6lK!!EH!2X)iJ!'hJ$l#1)!"Yi!qK6M!!VI!!!"qZ-!iZ3!"Yi
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:94:!q)$P!!EH!2H!jJ!+h`!!!IG"!%$R!!MI!28q!$$S!!EI!23)k!!'h`$c#1N!#1!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:95:!!!6b&1S!#Z!!!!2bi`$Jk`!'h`$aJ1X!"Z!!m)$V!!MK!!!"m8(U!!VK!!!'mMi
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-96-!21S!"Z%!m!MU!!EK!2%)k3!'i3$a&1N!#1)!!!2aiqN!"Z%!mB$T!!EK!2'!k3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-97-+iJ!!!I*"!%$T!!EL!2%qk!!'iJ$a#1J!"Z)!m3MS!!VM!!!%mK3!%1J!#Z-!!#2
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:98:bi`$Jk!!'iJ$aJ1J!"Z-!m)$S!!VN!!!"mN%!31F!#Z3!!!lb2J!mj`!'j!$a#1B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-99-!"Z3!m3MQ!!EN!2%8jJ!)j3!!!r(MjJ!'j!$aJ1B!"Z3!mB$Q!!MP!2&"!%$Q!!E
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-100-P!2%qj3!'j3$a#18!"ZB!m!MP!!MQ!2%8!"$P!!VQ!!"MmZ-!i18!"ZB!m)$P!!E
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:101:Q!2#!j3!+j`!!!I*"!%$N!!VR!!!HmMi!213!"ZF!m3MM!!ER!2%)i`!'j`$a&1-
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:102:!#ZJ!!!2bi`$Li`!'j`$aJ1-!"ZF!mB$M!!MS!2&"!%$M!!ES!2%qiJ!'k!$a#1)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-103-!"ZN!m!ML!!MT!2%8!"$L!!MT!2(M!1$L!!ET!2#!iJ!#Z3!#Z3!#Z3!#Z3!#Z3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-134-3X'`!&Qi1)'`!"L"3-A`!%!!HB!SJE!!')&"#D!!H-#`!&P0!CaK63'F898"R%&P
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:135:!C`a43'FL"%!!%'FfB%`JE!!')&!aI!!"!*!%$!Y#C@&RE'9AEh*VF`!!!!J!6J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-136-#!G`#GJ!!!3!!!!%F!!!!(!!!!%B!,@Lm&i)!!!!F!%B!!9088L!!!!!5Ge"[F`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-5-9S%"!93S%"#"3L*!%"3+r!,qrX*!%!*!)J!!)!)!!#!#)!#)!L!!L!)JLL#+))SJ
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:6:LUJ#U!+S!UJ$r!2m!r`$r!"%L4)J4)N5)r`!!!2m!!!!"!J3)%#"!J+S!J!#)!)!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-7-!ri#3"`JF)X'!!3)%L"3L3BJ!UJ"!S!!!"!S!!!1%5$!-!J%"J)""2JJ)&1-3)&5
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-13-j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:14:j!1X!#XB##!!(`!3!3!a'fJ$V!!T#!aJ!"#!!!%!3!YS!m!!3"`$Lc$K#!UMKa#1
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-15--@1!i`KcE!2!!%!L"%c*%3J**%L3N4'4!%%)Lf`$`!"!(J3)L2%)##2)(`m4%3""
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-18-j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:19:j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!mJ$fr`$Je!$b!2EG!1$8!2)!!2IhG`"Je!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:20:b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2I
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:21:hG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:22:8!2)!!2IhG`"Jr!!!"rEr!2cQ!2)!pYd!i2`!!"hfh3$IjJ$b!!$hphF!B2`!!$I
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:23:eG`#!j`$b!2EG!1$m!!"GpGd!`1F!mJ!!prGh!'$m!!$hpAF!B1F!mJ$fh3$Jr!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:24:dh3$Jj`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-25-p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:26:!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-27-!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:28:R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-29-!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:30:!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-31-p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2I
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:32:hG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-33-b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:34:R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-35-dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:36:!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-37-!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-38-fh3$Jr3!!!I6G!0$R!2)!p[m!i2d!!!(dG`"`j`$L!!!"p0d!d1F!iJ!!!I4h!($
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:39:R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!!!I6G!0$R!1)!!!(dG`"`j`$L!!!"p0d
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-40-!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!!!I6G!0$R!1)!!!(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:41:dG`"`j`$L!!!"p0d!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-42-!!I6G!0$R!1)!!!(dG`"`j`$L!!!"p0d!d1F!i3!!pr9h!'$R!1%!p0d!i1F!i3$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-6-!!!!m!!8!#`#3"5!!)3!L!#-!*!!P!#B!*`!S!#N!+J!!!"J!"3!#!*!&+`!X!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx:7:!%!!&!*!*+!!&!!B!N!8Y!#i!,`!`!$%!-J!!!"`!"3!$!*!&-`!d!$8!!!!i!!8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx:8:!#J#3"6B!0`!i!$N!1J!l!$`!23!q!$m!!!!`&4d!N!9N!!!i!!B!N!3J!#X!N!3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-9-%ZK,+$l38(J!!!$!9(3"!!!!!C!!!B!!)!*!%)3!V!*!&2!e)"[i2-J!!!$`9'3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-21-!&J!A!)8!!!!$!!!!!J!!!!%!!2rr!!!!%3!!rrB!LUl!!!NQh!!#f53!$3!!!"J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx:22:!!2rf!$#U`!!**Y`!!YNN!!d!!!!I!!$rpJ!`UX!!#5EF!!,C*!!0!!"TE##1G'&
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-23-TG#"eEQ8JCQpTF`eXD@jP)$)0E'PZC5!c$3!!!"i88J"*!*!(!3(#!!%!!!!H&&)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-36-!N!F%!"3!&!!8!$`!!!!8&Ad!N!F#!2S!EJ!!!!`6L`!!!!F'B5"ZEh4P!!!!("5
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx:37:h!*!('`!!#Fi!!3!!!#)8YJ#3"a`!!!!$h4X!#J#3"a`8d`#3"adcCXbC-fE-Q3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-38-!!#)8YJ#3"ad!!!!$h4X!#J#3"a`8Y`#3"am!!![J!!)!!!!L&,B!N!FI!!!!!pd
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-20-!!3J!!!!S!!!!"!!!!'!!!!#B!!!!p!!!!5`!!!')!!!"`!!!!K`!N1)#M!!!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:21:!!!"F!!!!#!!!!"`!!!!"!!!!!J!"!*!%J!#3"Khrr`!!!!%!$3!!!!N!N!HD#`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-22-3"!%!!!!F!!%!$3!!!!N!N!d1!*!&!3!!!$J!!J!"!!'K+`#3#@"J`J!&UeF!$NK
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-24-3")!!N!B1rrm!!!!"!!d!!!!*!*!(5,L!!!!!!3!!!!d!!3!0!!!!#3#3$3i!N!8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:25:"!!!!1!!#!!%!!D%V!*!*B'$#!!@V9`!15&3!#&`a!!i693!%ee`!$Gj@!!&5K`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-26-!!!%!!!"F!!!!%!!!!"%!!!!"!!!!!J!"!*!%J!#3"K,rr`!!!!%!$3!!!!N!N!G
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-36-!J3#@[(N"2IVf!!3!!3)!`!E!"J!"aBX!!)!"!&GI[`&U9DX!LfA-!F"I[`!&!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:37:#!-!'`!B!N!D!!J#TP#J!A3X@!3VdkJ"QCdG!)J!"!J$!"J#3"3`!N!3"%REZ!$A
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-38-EY`%JGZi!IT3h3!%!N!X3!!"!!!#ECp!!pKdk!2c)NJ$rH@Y!)J!"!J$!"J#3"43
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-44-c!!!!03#3"32992rr-c-!!!!f!*!&!q10rrmc-`!!!$F!N!8$lMMrrc-c!!!!1!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:45:3"3-!!2rp6-d!!!!j!*!&!`UVrre-c3!!!$S!N!8$&9Arr8c0!!!!1`#3"3-J!2r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-46-p6-d!!!!m!*!&!b99rre-c3!!!$d!N!8$+UVrr8c0!!!!2J#3"30!!2rp6-d!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-63-r@!"4re`!N!dm!!!!!3#3"31GU2rqCQB!!!"F!!!!!3#3"30992rqCQB!!!"8!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:64:!!3#3"3-!!2rqJ!#3"')!!!"3!*!13fp&6!!3!*!08Ip`!*!-4&"$E`!8!!-!N!4
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-65-$EdjK!!X!$J"4rhJ!N!X3!!%06@pdD@Cc)%0XBA*TF`!!!#i!!3"!!&(r,!!)!!J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:66:!!!"N!*!&C!#3"e(r0!"4rcJ!N!d+!*!08!!"!*!,!9"K48`!$J#3"`%!!!!"!&(
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-67-r9!#3$%438'%!%J#3"3&3B8jK!!i!)!"4rd`!N!X5!!%24)jRFQ&NMR-J3faKFQP
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-69-#8Q&&6!!d!*!(!J!!!!)!8ImS!*!-4&"5B3!i!*!&!P*K6Q%!$J!J!&(r-!#3#bi
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:70:!!3!I!&(rG!!"!"m!!!"N!*!&#`#3"e(rI!"4ri!!N!d+!*!08!!$!*!,!dCK48`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-71-!@J#3"`-!!!!$!&(rN!!!N!a%8%CK!$B!N!8$4Q&1B3!3!#!!8IqN!*!,E!#3Ea,
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-76-f!!!!%J#3%`5!5!!!!!N!!!!*!!!!#3#3#`@!5!!!!!N!!!!*!!!!#3!!!!N!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:77:*!!!!"J!!!$`!$!!!!!3!!!!"!!`!!!!$!!!!!J!'!!!!"J!!!!-!$!!!!!8!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-78-%!!8!!!!&!!!!"3!$!!!!!`!!!!B!!!!D!!8!!!`!!"aBX3!H!*!%`!#3$#i!!3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-93-dCAKd"94TE@9c"e48@8C[ER30@Q&`CL"$D'&ZBf9bH3eDBA"Q)%4TEQGLBA4c"&T
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:94:PB@`&9P3a-$!!!!!)!"X!#!"14"!!!!!E"6NJF(4c!M%`!M%b!M%d!M%i!M)d!M-
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-95-f!M3i!!!"!!!!#JS!!!N+!!!#eJ"*k-`BqJ!!!"`#eJ!G4'PZCJ!!!2*69&P*!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-99-#0P"bCM8!!!*#8(*Q0J!!!Nj3FQBi!!!#@P"bCMN!!!*Q4QedH!!!!R*'EQec!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:100:#IQCZG%`!!!++CQjd4!!!!TCcDAT-!!!#SR0THN3!!!+Z!3$rr`#3"8j%E!!!rrm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-101-!!!"f!%j%D!!!rrm!!!#!!*!&!Irr!!!"A!#3"3,rr`!!!J3!N!Err`!!!*B!N!8
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-104-3"32rr`!!!Z!!N!3"!2rr!!!$3J"14&J"!2rr!!!$XJ"14&3"!2rr!!!$b!"14&!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:105:"!2rr!!!%A!"14%`"!2rr!!!%N!!!6N4)!3$rr`!!"6!!6N4%!3$rr`!!"A!!6N4
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:106:!!3$rr`!!"Bi!6N3m!3$rr`!!"F!!6N3i!3$rr`!!"FS!6N3d!3$rr`!!"G!!6N3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:107:`!3$rr`!!"GJ!6N3X!3$rr`!!"H)!6N3S!3$rr`!!"RJ!6N3N!3$rr`!!"U3!6N3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:108:J!3$rr`!!"V`!8Ir!!3$rr`!!"XJ!8Iqm!J$rr`!!"YB!6N3F!J$rr`!!"Z)!6N3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:109:B!J$rr`!!#0m!6N38!J$rr`!!#1X!6N33imS!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-21-ArrpQCJ!!!"Mrrc-crrm!'Irr-c2-c!!Drrmc-jQC!"[rrc-cCQB!(2rr-j!%!"h
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:22:rrc-c!!!!([rr!!$rr`!Irrm!!-c-!#$rr`!!QCN!)Irr!!"QCJ!Lrrm!!$-c!#2
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-23-rr`#3"56-c2q3"!!Pc-crrmc-!#E-c2rrQCN!*mc-rrpQCJ!Sc-crrc-c!#R-c2r
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-25-Crrm!-Fc-QCR-c!!bc-bCN!3!-mc-QCPQCJ!dc-bCQ6-c!$A-c*QC!!!!0Xc-CQE
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:26:rr`!hc-aQCXc-!$M-c'CQQCN!1Fc-CT!%!$V-c'CQ-c-!1mc-CQB!!!!mc-`c-rr
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:27:r!$h-c$-cc-`!2Xc--c1CQ3!rc-`c-fCQ!%$-c$13"!""c-`c-`!!!%,-c!!!rrm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-28-!3mc-!!$-c!"%c-`!!*QC!%A-c!!!CQB!4Xc-!!!c-`"(c-`!N!9)QCRrN!3!5CQ
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-42-c!*Xc-mc-!!!!R$-cQCRrr`#G-c1CQFc-!*ic-jQ3"!#I-c1CQ@CQ!+!c-jQC-c-
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:43:!S6-cQCN!!!#L-c0QC[rr!+-c-fCQc-`!T$-cCQDCQ3#P-c0QN!3!TM-cCQBc-`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-44-R-c0QCJ!!!+JcN!6rr`#T-j!%c-`!UM13"*QC!+XcN!4QCJ#X-j!'!+dcN!3!!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:45:Z-c-!!2rr!+mc-`!!c-`!X$-c!!#CQ3#a-c-!!'CQ!,)c-`!!-c-!Xc-c!*!&Y!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-46-!rj!%!,8!!2rrc-`!YJ!!rrqCQ3#h!!$rrfCQ!,J!!2rr-c-!Z3!!rrm!!!#k!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-47--c2rr!,X!!-b3"!#m!!$-c*QC!,d!!-c-CQB![J!!c-`c-`#r!!$-c!!!!-!!!*Q
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:48:Crrm!`3!!QCR-c!$#!!#CN!3!``!!QCPQCJ$%!!#CQ6-c!-8!!*QC!!!!aJ!!CQE
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:49:rr`$(!!"QCXc-!-J!!'CQQCN!b3!!CT!%!-S!!'CQ!!!!b`!!CQBc-`$-!!!c-rr
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:50:r!-d!!$-cc-`!cJ!!-c1CQ3$2!!!c-fCQ!0!!!$13"!$4!!!c-`!!!0)!N!6rr`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-51-6!*!%c-`!e!#3"*QC!08!N!4QCJ$@!*!%-c-!eqlZ!*!&f0hG!*!&fEZl!*!&fUU
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-63-r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*#jr`!!!2m!!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:64:r!!!!r`!!!2m!!!$r!!!!r`!!!2m!!!$r!!!!r`!!!2m!N2m!N)`MN#X!N2m!N($
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:65:r!2m!r`$r!2m!)j",!2m!r`$r!2m!r`#3r`#39L13A`#3r`#352m!!!$r)j"a!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:66:r!!!!r`#3r`#30L13I`#3r`#3+[m!r`$r!#13L`$r!2m!r`#3r`#3(L13P`#3r`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-67-3&2m!!!$r)j#K!!$r!*$r!*!-)j#V!*$r!!$r!2mMN,Ar!2m!N2JMN,d!N2$r!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:68:MN-Ar!*$V)j$,!*$Mr`!MN0-!r`#3h#13f3#3e[m!)j$I!*$5)j$P!*$+r`!MN1X
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:69:!r`#3a#13m3#3`513pIm!N,XMN2X!N,Ar!#13r`$r!*#a)j$r)j!%!*#Yr`!MN2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-70-MN!J!N+XMN2mMN!`!N+Ar!#13rb13%!$r!*#K)j$r)j!8!*#I)j$r)j!B!*#F)j$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-73-")j$r)j!d!*#!)j$r)j!fr`#3IL13rb130J#3IL13rb131!#3I#13rb131J#3H[m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:74:MN2mMN$S!N(SMN2mMN$`!N(Ir)j$r)j!qr`#3GL13@2mM)rmMN"2r)j!)rb13"[r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-75-r)rmM)rmMN,F!N(BMN&Rr)b2r)j!Frb13"ImMN!Er)j#i!*"e)j!irrrr)j!(rrr
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-92-r)j!`!*#')j$r)j!Z!*#)rb13rb13+J#3M#13rb13+!#3MImMN2mMN#Er!*#2)j$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:93:r)j!N!*#4r`!MN2mMN#!!N*BMN2mMN"i!N*Mr)j$r)j!Dr`#3Qb13rb13'!#3Rb1
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-94-3rb13&!$r!*#K)j$r)j!3!*#Pr`!MN2mMN!`!r`#3U513rb13#!#3Vb13rb13"!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-95-r!*#a)j$r!*#er`!MN2X!r`#3ZL13p3#3`2mMN2%!N-BMN1X!N-Rr!2mMN1Ar!2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:96:!N-mMN0m!N0Ir)j$C!!$r!*$E)j$6!*$Kr`$r!#13b`$r!2m!N1JMN-8!N2$r!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:97:MN,hr!*$k)j#e!*$r!2m!r`!MN+X!r`$r!*$r!*!,)j#K!*$r!*!Ar`!MN*F!!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:98:r!*$r!*!J)j#,!*$r!*!Ur`$r!2m!)j"r!2m!r`$r!*$r!*!h)j"a!*$r!*"(r`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:99:!!2m!)j"I!!!!r`!!!2m!N2m!N&JMN%X!N2m!N'Vr!2m!r`$r!2m!r`$r!2m!)j!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:100:V!2m!r`$r!2m!r`$r!2m!r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-101-3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-110-!!(B!!!"f!!!!GJ!!!(B!!!"f!!!!GJ!!!(B!!!"f!*#P)j!S!*!39C"2!*!B6*"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:111:`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b3F!#3T(BMN#J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-112-!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-115-9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!39C"2!*!B6*"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:116:`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b3F!#3T(BMN#J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-117-!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-120-9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!39C"2!*!B6*"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:121:`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b3F!#3T(BMN#J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-122-!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-148-3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:149:3r`#3A846493!!!"8!!$rr`!!!#i!5!!"!!!!!J!!!%X!!!$%m`"rrrrrIrrrr`"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-150-65'J!!!!"!*!4!3!"!*!&!5qL!*!-!9S!!!"J!!,rr`!!!#S!!!!#!*!4!3!"!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-159-%`0+c``!#b0ApcJ!$!"FPH!!'!3kQA!!&!!!!MJ!'rrm!!!!8!!S!!N0)39)!@"A
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:160:)!($rr`!!!!%!!Irr!*!)$!%!N!8#!*!&!Irr!*!%$!(rr`!!!!%!!!!&!!(rqJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-161-"!!!-!Irr!!!!!3!!!"B!!IrV!!!!!3i"rrm!!!!"!!!!)J!"rpm!!!!#$!(rr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-162-!!!%!!!!"!!(rrJ!#!!!-!3!!!#i!"Irr!!!!"J!%!!&)390)!!)"#`!"!!)"$`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:163:%!!)"%!!$!!-"#`!#!!3"#`!&!!!!2J!#rrm!!!!8!!S!!N0&6%`!@"A-!!$rr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-164-!!!%Ir`!!!!)!N!Mrr`!!!!B!!"rr!!)!N!XF!!,rr`!!!!B!"!!"5%&65!!#(rm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-8-!!3!!B3#3$!J!!!!"!!!!!3!!B!!$!*!+#J!"!!"!!!!"!!"K!J%!N!S-!!)!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:9:!!$)!!'!!!`#3#J%!!`!#!!!!!3!!B3#3$"3!"!!"!!!!!3!!B3#3#`%X!!8!3NA
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-10-m!!!!%!!#!*$r!!"#5f3!N!3"!*!13NNm!%**5!#3"!%!N!4#563!N(9#56!!N2m
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-30-*%L4)N6rriFFFFFFFFFF!!@!$!!!!!8!"jQD3"crmMMMMMMMMMMN!&'%!N!3"2rc
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:31:e`SpF+2A#Md!"K9@3"`%XB3#3#`(b!!Rrr`!!!$B!!!!"!+-!!!!"!!!!#`#3"!M
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-32-(J+-53faKFQPc)&K86N3J3R*TC'GP-3#3$3&38`"339GA8!!!%deTBh*[FfpQG#"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-116-3&2rr!*!(B!!#rrm!!!!U!!!!!J#3%3%!!3#3"QRS!*!-!@!!N!S#4J!!!C-!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:117:"!*!'3))!N!`"r!#3%%46493!!!$Z!!(rr`!!!$J!UJ!"!!!!"`#3#`%!!+4-Irr
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-118-rrhrrrrm!3NMi!*!9!3!"!*!&"J#3$J&J!*!%rj!%!(m!N&)"!*!1"!!!&i)!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-119-!!!)!!J#3#3J!N!3G"N#!!*!%rrm!N!Ff!!(rr`!!!#S!!!!#!*!4!3!"!*!'D0B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:120:!N!`"B!#3#%46493!!!#f!!$rr`!!!$J!UJ!"!!!!#!#3$8eTB`!#m!!!!N!!!%*
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-121-*$!#3&3%!!3#3"3F!N!i"B!#3"2q3"!#384aZG!!!!$B!!Irr!!!!+J!!!!)!N"%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-124-3$!3!!"H#!!!"!!!#!!)!N!N+!*!%(3C!J!#3"2rr!*!%!5!!!`!!2J!!!'`!!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:125:-!!!!NJ!!!!%!!!)!!J#3#3`!N!Q!!!$rr`#3"!)J!`i!!&#!!!"VJ!!!8B!!!@L
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-126-!!3!"!!!#!!)!N"Err`#3"!8J!)i!!)q!!!"pJ!!!r)!!!6Z!!3!"%3!#!!)!N"E
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-133-"!*!'D0`!N!`"B!#3#%46493!!!"8!!%!!!!(!*!%JJ!"!!!-!!!!#3!!!!F!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:134:"!!%!!!"#4J`!3NB)!%*'B!#3#!3!N!JQ!!i!3NC8!!%!$J#3"`%!N!F)!*!,$!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-135-3"48!!!!-!!%!N!F+!*!&#!"#4K3!!!!)8faTC'8J-3#3#846493!!!$Z!!(rr`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-6-'!!!44!!!!(!!!!@S!!!2c!!'!!!4[!!!%``!!!!#!*!%!YS#+)!"!!%!#3!!!!N
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:7:!!!!"!*!&#!!"!!!!!3!!!!)!!3!"!!!!!3#3"4N!'3!"!!`!N!8K!!$rr`#3#B!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-8-!J!#%!!B!J!!+!!!&+!#3&[q3#!!!)&#)N!3&!J#3""`L)L)F!!!!9D"!3&8+"!3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-15---m`c!!#!%!)J!3K!"!!!J8)N')&#*"J!!!1%5$!-!J%"!!#)&#*"L!#U!!!!JN3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:16:j4))"!3%!!"!J9+Vr!J3)!!#!`#%5$!3#!3!!!(prI`$hprF!!2"i*%+($a)K!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-17-rS,qp[Id&r3!!Q@CQQCPQCTN!!!!)&#T9+K3)!!#!!!!!#!#3"B!!#!#!!!J!!!#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-23-9lPAl9Hi!!&@r9Ip9qeAr!!"9reAr9Ip9r`!!9IrGreArhIm!!(Irrrphrrrr!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:24:rrrrrprrrr`!!UT!)!!$-N!J!!)L3#!!!J*!)!!$r!!!!r`#3"Im!N!RrL)L)riL
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:25:)L!!!ri#3"`!!%5*%L"%L4)J!!)K%)K')4#)4!!#$"`iF1($J`3!!i(!i(!i(Jm%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-26-!!!%#"!J3)%#!!!#!3#!3#!3#!3!!JN3S%#K%JJ%!!)&#*"JB*%+"!!!!r`$r!2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:27:!r`!!rrm!!2rr!*!%Gj!)!!"rN!J!!!$rrrm!rrrr!!!!rj!(!!!!GhGh!(GhG`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-28-!!(q3"`!!lYflGqlGZhF!!(HlhHjhZphZ!!!cCXbC-fE-Q3!!QFaQ-jR-CM-!!2l
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-38-94`1&(J#3"!&9,TU&(J#3"!&9&M1&(J#3"!&9!!#&(J)i!!!"93!!K4iDRJ!!!98
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:39:!!)8H-`F!!!&9!!#&(NYY!!!"93!!K4jMe`!!!-fpF$+"!*!&cEe`)VN!N!A0[A"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-40-&FJ#3"FfpF'J[!*!&4Ee`LZF!N!9&[A#YT3#3"8@UK,e`!*!&4BI([A!!N!3"9@8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-41-1[A!!N!3"98*4[A!!N!3"94qB[A!!N!3"93!![A!$+!!!!98!!,e`*H%!!!&9!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:42:pF%LH!!!"93!![A"V9`!!!4%!!,e`MK3!!!$0pF*"K3#3"Fhe`Ld,!*!&cIA#@KF
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-43-!N!9&pF+(+!#3"8Ae`V3c!*!&4IA#i88!N!9&h6Ee`J#3"8@`*IA#!*!&4B-CpF)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-58-He`Vrrpml!!!!(YF+rrrQ[J!!!"lA#[rrlN!!!!!He`VrrrA$!!!!(YF+rj!%!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:59:!(YF+q(lrr`!!!"lA#[$mrrm!!!!He`VTHIrr!!!!(YF+iIIrr`!!!"lA#YTdrrm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-60-!!!!Hfb(A#[rr!!!!(Z+Ne`Vrr`!!!"lU*YF+rrm!!!!HmDRA#[rr!!!!([NVe`V
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-69-"%5i8fBErr`!!!4%Z&,--rrm!!!%4,K5-MIrr!!!"%5i8CK2rr`!!!CNZ&$q9rrm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:70:!!!'C3``Z&2rr!!!"Q@Q,,K6rr`!!!)Q3!!8Z&2rr!!!!LED$,K6rr`!!!)RFr5i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-71-8rrm!!!#*rrmZ&2b"!!!!LIrr,K6@"`!!!)Rrrbi8ViJ!!!#*rrmZ&)N1!!!!LIr
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:72:r,K4LM`!!!4%!!2A#pEi!!!%4!!$)YrA#!!!"%3!!Qk[e`J!!!4%!!'kDpF)!!!'
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:73:C!!""MrA#!!!"Q3!!&(he`J!!!CNBM!!!pF)!!!'C4Cd!!2A#!!!"QA+T!!$e`J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-74-!!)QIZJ!!pF)!!!#*c-8!!2A#!!!!LIA#!!$aUJ!!!)Re`J!!a*i!!!#*pF)!!*H
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-84-!!#d!N!F#!*!Drre-c#Sm!!!!%dc-1&!!!!!86-a'C3!!!"9&)%c-!!!!&MF,6-`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:85:!!!!A+2K-c!!!!"JDiNc-!!!!'3c2rr`!!!!D!!"-c!&)!"X!!%c-$eX!(!!!6-`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-86-GF!!G!!"-c#Z%!"i!!%c-1CN!(i8H)hd!!!!JK4iBCJ!!rrZ&(M$-!!!!)S8H568
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-92-"!%N!!!!h!%S!!!!C!"N!!!!-!*!)rrm!N!N(!*!&#!!"!!!!!3!!!!)!!!"*!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:93:!#3#3"4N!'3!!!!`!N!8K!!$rr`!!!!`!N!8"!*!&#!!"!!!!!3!!!!)!&`"*!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-94-!3J$C!!!!'3!C!!!!$!#3#2rr!*!*!J#3"3J!!3!!!!%!!!!#!$X!53!!!#3!C3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-97-*!3!C!"!!83!!!"P")%*PB@GXC9G[FQYc*h-JC(*KGb"QD@aP#8`!!!%!!!!"(!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:98:!!"`!!!"'UY$T!!J[##"Zrr`JD!#U)QJ!$%k4F!"36f!#F!"`!#m,+Q4bBAFa,RG
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-99-`Gc!#!!!!3PGNFN*ADh-!N!T#9f4b3PGVF`#3'-qdeM3!N!B"BJ!!M+-H+%JJ$'F
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-2-:!Q0N!%0,4&4$8N4A!3!!!"-B!*!%lA`!"!Fh,c)b,cJi!*!%rp6rr!'X!M`!$`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:3:!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-4-"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!)N!33)!!!%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-9-%)!#3"#!!N!3J!*!%)!#3"#!!)!#3"#!!!!"Q#d3!N!6ri)!!rmi!!!!IJ!!!-J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:10:!!3J!!!%6!!!"4`!!!AF!N!m$!!!!%!!"!!!"C!!K!*!(!3!K!*!'!@3C5`!+!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-11-!#!!!!#%!N!GN!)F!N!XK!*!+!5H!!!&&!*!,L3!!!#d!2!#3"b!!LJ'C!)X"M3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-18-!!Ai!N!S#!*!%,3!m!*!()!#3')!!!43!!!#3!!!5!!$rkJ!!rrd!!2rP!!$rl3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:19:!!!3!!!!6!!!!'`!!!'B,i!"Q$#$rmB!!rr-!!!!1J!!!$3!!!,B!!!%Z!!!!d`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-20-!!8J!N!m,!*!&!3!!!@3!)3#3"`%!)3#3"f3C5`#3#5%!N!GN!*!0)3#3#m5!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:21:l!*!2,3!m!*!()!!!!@J!#J!m!!#(!!!X!"N!!`(D!N)!'3!$!N&rr`!Drr'!!2r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-22-c!!$rmB!!!!d!!!!1J!!!$3!!!!k!!2rc!!!!CJ[B!'B,k2ra!!$rkS!!!!m!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-23-9J!!!Y3!!!1S!!!$6!!!"&3#3$`S!!!!3!!%!!!&N!#%!N!F"!#%!N!GN'8X!N!N
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:24:K!*!(C!!i!*!,)3#3#m3!!!$rJ!#3#L!!!!!Y!$`!N!FJ!!8!!+!U-$J#)'B5,b`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:25:!(UQU-$J+B'B'2b`!#+QCB4$rm3!!rqU!!2ra!!!!&B!!!!m!!!!9J!!!$`!!rqU
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-26-!!!"Q#L`!CJ[Jrq8!!2rB!!!!'`!!!#J!!!#p!!!!M!!!!2-!!!$F!*!2#3#3"3%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-30-!!!!Q!!!!&J!!!#B!!!!-!!!!*`!!rq`!!!!8!!$rj3!!!!8!!2rq!!!!#!!!!!N
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:31:!!!!*!!!!#`!!!!J!!!!1!!$rq!!!!"!!!2re!!!!&`!!rr8!!!!D!!$rp3!!!"X
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-32-!!2rf!!!!'J!!rrB!!!!A!!$rp3!!!'B,d!"Q#pMrjS!!rq!!!!!CJ!!!)!!!!-`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-37-!!!&N!#%!N!F"!#%!N!GN'8X!N!NK!*!(C!"r!*!,)3#3#pf!!!",!*!,JJ!!!#d
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:38:!2!#3"bJ!J`'+!)-"L`#$!CS!J`'E!)3"L3#%!BS!K!'E!)3"R2r`J!$rl!!!!"Q
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-39-!!2rJ!!!!%)!!!!S!!2rQJ!!!)!!!rqH!!!!+!!!!CJ[)!'B,d2re!!$rpJ!!!!X
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-42-Z!*)"&3#5!4J!NJ%V!*)",3#6!4Mrp3#3#`S!!!!,!*!+rrB!!!"Q#JJ!CJcNrr-
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:43:!!2r`J!!!$3!!!!q!!!"l!!!"63!!!*8!!!&X!*!2"J!!!!J!!3!!!@3!)3#3"`%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-44-!)3#3"f3C5`#3#5%!N!GN!(d!N!XK!*!,L!!!!9b!!*!+J!!!!#d!2!#3"b!!L!"
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-47-%!68!N!m1!*!&!3!!!@3!)3#3#5%!N!GN'8X!N!NK!*!(C!"f!*!,)3#3#iL!!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:48:QZ[3!N!Pj!!!!,3!m!*!,!`"k!0-!I!$k!(`!q`"p!0%!CJbB!'B-G!#3!!$5!'B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-49--T!#3"2r`J!$rki!!!!q!!!!8J!$rl)!!!#9&$!!,J!!!6N8-!*!0"3!!!")!!3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-56-2J!!!$3!!rq[B[2qaZ[-!&#G%rpM2*3#3$3-!!!!5!!%!!!&N!#%!N!CF!3"&!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:57:(C"P,!*!*)3#3"f3!N!dK!*!1rm9&$2rG!*!,,3!m!*!()!#3)2r`J!$rm`!!rr#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-58-!!!!0!!!!$i!!!!d!!!!2J!$rm`#31`)!!3!!!@3!)3#3"m`!)3#3"f3C5`#3#5%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-68-"!#%!N!GN'8X!N!NK!*!(C!"r!*!,)3#3#qf!!!"E!*!,JJ!!!#d!2!#3"bJ!J`'
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:69:+!)-"L`#$!CS!J`'E!)3"L3#%!BS!K!'E!)3"R2r`J!$rl!!!!"Q!!2rJ!!!!%)!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-70-!!!S!!2rQJ!!!)!!!rqH!!!!+!*!l!J!"!!!"C!!K!*!(c!!K!*!(C"P,!*!*)3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-13-!!3)%!!!)&#*"J!%#"!!!ri#!J2m)#!J!!2Kd)NH2&b*a!!#U[k#rU[X+q`!!m*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:14:%$j!%!!!!#"`qIciF#!!!3+!!!!3+!*!%c!!!!$-!N!9%)J#)4#)!L!!!c$2--m`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-15-cc$-!!)!3!L!"#%!%!!#"3L3BJ8)N'!!!!i4)-!`#!3%!!)J8)N')!+S!!!##4$P
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-24-rrrrhrrrr!!#UN!J!!-b3#!!!L*!)!!#!N!J!!2m!!!$r!*!&r`#3#Iq)L)MrL)L
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:25:)!!$rJ*!(!!!4)N5)%5*%L!!!L%3L%BK%)K%!!)-($K`iF1$"!!$JF$JF$JH$`3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-26-!!3)%#"!J3)!!!)"!)"!)"!)"!!##4#J3+%5#!3!!J8)N'"JN3S%!!!$r!2m!r`$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-27-r!!$rr`!!rrm!N!4hN!J!!(q3#!!!!2rrr`$rrrm!!!$rN!F!!!"hGhF!GhGh!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:28:!Ij!(!!$ZhEYhlYflG`!!Gl[GlRHlhHi!!$0Qc*NcCXbC!!#Cc'BcQFaQ-`!!r[h
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-29-lpqrI[hm!!(qrhqrhqrhq!!"pZpI[elYprJ!!IVhEjqIE[Ai!N+$rIb"S!!JJ8#)
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-42-`5*i!!!&9!!#pF'YA!!!"%3!![A#1&!!!!-he`N'&!*!&cIA#,3X!N!A0pF*D&`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:43:3"8Ae`SFS!*!&4IA#Y$-!N!9&pF,K43#3"8AG0[A#!*!&4E!PpF)!N!9&JaRe`J#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:44:3"!&99JMe`J#3"!&9+2he`J#3"!&9!!$e`J3B!!!"93!!pF)a*!!!!98!!2A#AM8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:45:!!!%4!!$e`SY!!!!"%3!!pF+i8J!!!-hrrfB,,K3!!!$0rrp8MLi8!!!!cIrrH`J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-46-Z&!!!!%Arrk'(,K3!!!"&rrr)!5i8!!!!4IrrlRmZ&!!!!%AV#2rr,K3!!!"&a)R
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-73-!!%'2pF)!!!'C!!!8IIA#!!!"Q4L-!!$e`J!!!CP&R3!!pF)!!!'CFUN!!2A#!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:74:!LCqk!!$e`J!!!)R-a3!!pF)!!!#*pF)!!2'U!!!!LIA#!!$%RJ!!!)Re`J!!Pid
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-75-!!!#*pF)!!'U#!!!!cIA#!!!pF3!!!4%!!,e`[@d!!!%4!!#DYle`!!!"%3!!Grk
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-82-!!#&)r[rrr#"3)8X!"J!!'-Mrk%jH6R8!!J!#!!B!"J!#!$`!!!&S!*!)rrd!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:83:-!!!!"!#3#``!!!!%!!!!$!#3"``!!2rp!*!0!3#3"2rb!!!!$J!!!!i!!!#GJ!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-84-!,3#3"`)!N"Vrr8c-+M`!!!!66-`i8!!!!"4-c%CP!!!!&88J6-`!!!!@0`Y-c!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:85:!!"FSq%c-!!!!'"VL6-`!!!!C$-rrr!!!!"S!!%c-!8J!'`!!6-`2@`!F!!"-c"e
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:86:`!"d!!%c-+i3!(J!!6-`jQ3!IK4iMI3!!!##&(KKQ!!$rqi8H--`!!!!LK4j*03!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-87-!!#1&(Q'F!!!!*)8HHJ8!!!!PGp+&(J!!!#CIDB8H!!!!*dF$K4i!!!!S,TS!N!8
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-99-`!!)!!!"#9f4b3PGVF`#3#N*AC(*#9fYc!*!Bcl69jJ#3"J&L!!#-SaiS5#!-CaJ
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:100:[$%kkq`JS3#Pm!!!!dJ"q'A`!!3#'@%mJ$#KZrra1ANje!!!5GJr`!#C19J!!51F
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-101-!'#CZ!"`SEJ!),`X[,J!B-#i!&NM!,`!`,J!55-![!#mZ!!`[$%kY$QSJ5b*V!!V
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:102:3k3#B,`JJ55*S!*a1N6P!!$"-lKJ!r`!!!!J!6J!#!G`#GJ!!!!`,3Q9KCfaP9fp
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-103-bDh-!!!%!!!!"(!!!!"`!!!"'!$Zja"XZ!!!!(!"'!!&h8'pc!!!!%P088L!!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx-5-X!!%$!3%!!!%"!!(j!Y!#3!,3!N!#d!*!!*!&!3%""J!"!*$r!*"#"!!!!!)$!J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx:6:!'`!!!#d!!!"M!!!!K`!!"`!!!!)$!3!!B`!!!%J!!!#p!!!"RJ!!!3i!@JJ!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx-7-#!`%!N!4Z!#S!*3!!!%J!!!$'!!!!fJ!!!!J!aJ!!!&S!!!(lr[MlpI[jq[Vrq3$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx:8:f#HJ8k4$`$rB2p`[q"`!&"J8'"`J%#!-(!Jd"$3!1r42m$rm*!!Elr[hjr[)&p!h
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx-9-i#[d)rJAr!rS!j2RIrI2pmrllr!d!N!3#!`)!HJ8!!!:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-13-!K4ic"`!Y!!#&(NYY!#i!!)8HBpF!,le`-S%!!!!`[A!LZ3!!!$'pF%9b!!!!-Ve
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:14:`D#m!!!!c[A#+j`!!!$5pF+fP!!!!0DU%[A!!!!!fKmHpF!!!!$GP$Ve`!!!!1%*
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:15:4[A!!!!!j(jLpF!!!!$S!!,e`!bJ!1`!![A!Pi3!m!!#pF%LH!$d!!,e`DeF!2J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-16-![A#1&!!rpF*"K3!!!%$e`Ld,!!!!3IA#@KF!!!"#pF+(+!!!!%2e`V3c!!!!42A
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-17-#i88!!!"&h6Ee`J!!!%D`*IA#!!!!4i-CpF)!!!")9JMe`J!!!%NSrIA#!!!!5J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:18:!pF)%'!",!!$e`M%N!%`!!2A#AM8!63!!pF+,3!"1!!$e`VK5!%rrrfB,,K3!82r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-19-r9)iZ&!"4rrpl##i8!&,rrk'(,K3!8rrrb!%Z&!"8rrrZIbi8!&AV#2rr,K3!9X5
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-36-TCQErr`#hVK"QC[rr!,M+1fCQrrm!ZHCLCQErr`#krrpQC[ea!,[rrfCQi8S![2r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:37:rCQE&(`#prrpQCUMh!,lrrfCQM-d![bi8rrrrr3$!,K6CK[rr!-%Z&,--rrm!`Li
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:38:8M)hrr`$$,K4Q%rrr!-3Z&$q9rrm!a8--,K6rr`$'DBXZ&2rr!-H3!!8Z&2rr!-L
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-39-fJbi8rrm!bGcp,K6rr`$+rrmZ&2b"!-[rrbi8eJF!c2rr,K5[L!$0rrmZ&)N1!-l
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:40:rrbi8BSm!c`!!pF,e[J$3!!$)YrA#!0%!!*ZVpF)!dJ!!ETVe`J$6!!""MrA#!03
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:41:!!"4ppF)!e4L-!!$e`J$@4Cd!!2A#!0GbU3!!pF)!f*qk!!$e`J$Cc-8!!2A#!0V
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:42:e`J!!mDS!frA#!!$%RJ$FpF)!!*H0!0he`J!!DS)!h[A#!!!pF3$I!!#pF,eY!1!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:43:!!*Uh[A!!i3!!GrkpF!$L!!"93Ee`!1-!!$+*[A!!j!!!$mZpF!$P%Z`!!,e`!1B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-44-eU3!![A!!jeKL!!#pF!$SHam!!,e`!1QGf!!![A!!kVe`!!#k5!$V[A!!!*H2!1b
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:45:pF!!!G0)!lEe`!!"5'3$Z[A!!!#pF!1m!!)8HK4`!m!!!E,L&(J$a!!"88S8H!2)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-46-!!$[TK4i!m`!!)i+&(J$d!!!,'B8H!2806!!!K4i!pL@e!!#&(J$h2KX!!)8H!2K
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-53-!!"Bh#dc-!!!!&bMi6-`!!!!B'Z*-c!!!!"N-cdc-!!!!'J!!6-`"5!!E!!"-c!p
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:54:E!"`!!%c-(A!!(3!!6-`VK!!H!!"-c$QC!"q&(L0p!!!!))8H''B!!!!KK4i`c!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-55-!!#+&(NNe!!!!)i8HBC`!!!!NK4jk"3!!!#9hdS8H!!!!*PpTK4i!!!!R4`1&(J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-56-!!#JZQS8H!!!!+4BcK4i!!!!U!!#&(J)i!#X!!)8H'Ti!,!!!K4ic"`!Y!!#&(NY
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:57:Y!#i!!)8HBpF!,le`-S%!!!!`[A!LZ3!!!$'pF%9b!!!!-Ve`D#m!!!!c[A#+j`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-58-!!$5pF+fP!!!!0DU%[A!!!!!fKmHpF!!!!$GP$Ve`!!!!1%*4[A!!!!!j(jLpF!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:59:!!$S!!,e`!bJ!1`!![A!Pi3!m!!#pF%LH!$d!!,e`DeF!2J!![A#1&!!rpF*"K3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-60-!!%$e`Ld,!!!!3IA#@KF!!!"#pF+(+!!!!%2e`V3c!!!!42A#i88!!!"&h6Ee`J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:61:!!%D`*IA#!!!!4i-CpF)!!!")9JMe`J!!!%NSrIA#!!!!5J!!pF)%'!",!!$e`M%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:62:N!%`!!2A#AM8!63!!pF+,3!"1!!$e`VK5!%rrrfB,,K3!82rr9)iZ&!"4rrpl##i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-63-8!&,rrk'(,K3!8rrrb!%Z&!"8rrrZIbi8!&AV#2rr,K3!9X5*rrmZ&!"ARJrrrbi
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-72-+!)MPBIrre`S!LGhIrrrA#J#+e`VrrpHj!)[A#[rrhcX!M0F+rrrQ[J#0e`Vrrqj
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:73:!!)lA#[rrpF-!MpF+rj!%!*!!e`ViI[rr!*(A#[$mrrm!NYF+kARrr`#6e`VKprr
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-74-r!*6A#YTdrrm!PGXKe`Vrr`#@iU6A#[rr!*IU*YF+rrm!Q2'Te`Vrr`#Cq5[A#[r
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-82-r!-3Z&$q9rrm!a8--,K6rr`$'DBXZ&2rr!-H3!!8Z&2rr!-LfJbi8rrm!bGcp,K6
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:83:rr`$+rrmZ&2b"!-[rrbi8eJF!c2rr,K5[L!$0rrmZ&)N1!-lrrbi8BSm!c`!!pF,
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-84-e[J$3!!$)YrA#!0%!!*ZVpF)!dJ!!ETVe`J$6!!""MrA#!03!!"4ppF)!e4L-!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:85:e`J$@4Cd!!2A#!0GbU3!!pF)!f*qk!!$e`J$Cc-8!!2A#!0Ve`J!!mDS!frA#!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-86-%RJ$FpF)!!*H0!0he`J!!DS)!h[A#!!!pF3$I!!#pF,eY!1!!!*Uh[A!!i3!!Grk
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:87:pF!$L!!"93Ee`!1-!!$+*[A!!j!!!$mZpF!$P%Z`!!,e`!1BeU3!![A!!jeKL!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:88:pF!$SHam!!,e`!1QGf!!![A!!kVe`!!#k5!$V[A!!!*H2!1bpF!!!G0)!lEe`!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:89:5'3$Z[A!!!#pF!1m!!)8HK4`!m!!!E,L&(J$a!!"88S8H!2)!!$[TK4i!m`!!)i+
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-90-&(J$d!!!,'B8H!2806!!!K4i!pL@e!!#&(J$h2KX!!)8H!2K@K!!!K4i!q@lV!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:91:&(J$kK4i!!),Q!2Z&(J!!DS!!r)8H!!"5&`$pK4i!!$Qa!2k&(J!!)8J!r`#3#J&
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-92-S!N!!N!3"D!*!!!!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-97-!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:98:!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:99:"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!b
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:100:a!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:101:$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:102:!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:103:"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:104:2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:105:"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-106-"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!lX3$E03$rq$AmrqNe!Ir
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-113-e0Irrr68$rc8errie!2rq03$rr$8!rrie!2rl03$rrM8$rc8errie!2rq03$rrM8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:114:%rrme0Irq03$rq$8!rr`e!2rp03$rrM8!rrie!2q*0B%!c`!!LV%!h68!rrie!2r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-115-k03$rr68$rc8errie!2rq0Ihr!M8errie!2rq03$rrM8!rrie!2rq03Er0ImercA
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-129-eJ3$2!!!@X3#l03$rrM8!rlme!2q"0G%eJ3$2!!!1X3#k0IlrJ6@00B%!c`!!$,%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:130:!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:131:eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:132:-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:133:e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:134:!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:135:eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:136:!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:137:!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-138-eJ3$2!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-145-!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:146:!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!1[`#"NmH6S!$XNi%!X`!!$Vm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-147-!JC2(NkJ!h*1"!,X!!#1r!!'6Ni&!bd!"Nj1Y!256rJ!!32S!!%$k!!&!!256J3$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:148:!!!!d[`!"Nj1"3-Y!!C16XJ$hN`3!!%!!32`!!N!!32`!!N!!32`!!N!!32`!!N!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:149:!32H6J3$&!!![[`!"Nj1"3-Y!!C16Y3$jN`%!!2a!rJ$m32i!r%$q!2a!rJ$m32i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-150-!r%$jNi%!b!!!-Vm!!C16J8$,3!'6NlJ!qT-!32S!!%$k!!"!qJ!!32S!!%$k!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-151-!qJ!!32X!qT1"!-X!!$Lr!!'6Ni&!bd!"Nj1l!2Z6r3!!32S!!%$k!!"!qJ!!32S
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:152:!!%$k!!"!qJ!!32S!!N!!!2Z6J3$1!!"+[`!"Nj1"3-Y!!C16[J$lN`"!r!!#3!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-153-!r!!#3!"!r!!#3!"!r!!#3!"!r!!#3!"!r!!#3!"!r!!#3!"!r!!#3!"!r3$lNi%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-154-!d3!!2lm!!C16J8$,3!'6Nm!!r*-!32i!r%$q!2a!rJ$m32i!r%$q!2a!rJ$m32i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:155:!r%$q!2a!rJ$m3!%!!2b6J3$6!!!q[`!"Nj1"3-Y!!C16`J$mN`"!qJ!!32S!!%$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-156-k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!q`$mNi%!e3!!3lm!!C16J8$,3!'
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-159-!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!4!!%!!!2f
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:160:6J3$C!!"'[`!"Nj1"3-Y!!C16a`$qN`!!r%$q!2a!rJ$m32i!r%$q!2a!rJ$m32i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-161-!r%$q!2a!rJ$m32i!r%$q!2a!rJ$p32k6J3$D!!")[`!"Nj1"3-Y!!C16b3$pNrd
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-169-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$p!2k6J3$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:170:K!!"1[`!"Nj1"3-Y!!C16d!$qN`"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-171-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32X!rT1"!1-!!'br!!'6Ni&!bd!"Nj2
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-176-"Nj26!2k6qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:177:!!%$k!!"!qJ!!32S!!%$m!2k6J3$Q!!"5[`!"Nj1"3-Y!!C16e!$qN`"!qJ!!32S
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-178-!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-196-!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:197:!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32i!!C16J3$X!!"D[`!"Nj1
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-198-"3-Y!!C16f3!"Nj2m32i!r%$q!2a!rJ$m32i!r%$q!2a!rJ$m32i!r%$q!2a!rJ$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-211-!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32X
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:212:!!C16J3$Z!!"m[`!"Nj1"3-Y!!C16f`!$Nj-!32`!!N!!32`!!N!!32`!!N!!32`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-213-!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:214:!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!C16J3$Z!!"F[`!"Nj1"3-Y
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-215-!!C16f`!$Nj-!!2a!rJ$m32i!r%$q!2a!rJ$m32i!r%$q!2a!rJ$m32i!r%$q!2a
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-280-q!2Z6rJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!&!!2Z6J3$4!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:281:&[`!"Nj1"3-Y!!C16Z`$lN`%!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-282-!32`!!N!!32`!!N!!32`!qj1"!-i!!$5r!!'6Ni&!bd!"Nj1i!2U6rN$q!2a!rJ$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-286-!32`!!N!!32d!p*1"!-!!!"5r!!'6Ni&!bd!"Nj1S!0b6J3#l!!!8[`!"Nj1"3-Y
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:287:!!C16S!$XNi%!X`!!%Vm!!C16J8$,3!'6Ni%!J3#p!!!5[`!"Nj1"3-Y!!C16J3#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-288-"!,d!!"+r!!'6Ni&!bd!"Nj1"!)%![3!!%Vm!!C16J8$,3!'6Ni%!J3#p!!!5[`!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-293-!!"H"!)%!i3$pN`%!!2a!!!$eNi%!J3$j!!!BJ3#"!1-!rC2l!!"!qJ!!32@6J3#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:294:"!2i!!"L"!)%!j3$mNrS!!%$k!!"!q`$eNi%!K!!!*S%!J3$Q!2f6!N!!32`!!N!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:295:!32`!!N!!32`!"%!!3!!!pC1"!)N!!#1"!)%!k!$pN`&!32i!r%$q!2a!rJ$m32i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-296-!r%$q!2D6J3#1!!!QJ3#"!1N!rC-!32S!!%$k!!"!qJ!!32S!!%$k!!*!!!$eNi%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-322-!!%k"!)3!r*-#!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:323:!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!q`$pNi%!b!!!ES%!K3$pNri!!N!!32`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-324-!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-328-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:329:!32S!!%$k!!"!q`$pNi%!a!!!6S%!LJ$pNr`!!%$k!!"!qJ!!32S!!%$k!!"!qJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-330-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$p!2f6J3$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-372-!V3$pN`"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:373:!!%$k!!"!qJ!!32S!!%$k!!"!qJ!"3!$pNi%!R`!!8)%!V`$pN`)!!%$k!!"!qJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-374-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-396-k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:397:k!!"!qJ!!32S!!%$k!!&!!2f6J3#,!!"`J3$$!2f6!`"!!%$m!!*!!%$m!!*!!%$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-398-m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-420-!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:421:!`3!!!+!!J`$rij%!!!%!!!!"(!!!!"`!!!"'!3!+@BqU!bPI!!C)H!-",b`!"Nk
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-422-Y!F)[,!!'F!-[!#!,+R"KD@jd-5jLGc!#!!!!3PG`G%*ADh-!N!T#9h"d3PGVF`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-423-3'-qde8)!N!B"BPm!&PQ2-#i!%NM!,`#S2b"X!!BJ8#&I!"SSE[rm6Pj1G8j@!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:424:[$#KZ!!JJE!!')&!aE!!@!#"`%,"X!"CZ$L"X!!BJ8$&m!"!!(Q!+)'`!"L"33QJ
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-425-!(M!X!"C63'FB8d"R&&9!Ca"C3'F-88"R)J4!!""R0Q"-)'`!"L"3-A`!!3#3"!J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-3-r!*"d-J"9!AB!f`)N!*!*(!%"!3!!,!!"!!(rN!M`N!32N!3%!3%1!&S!-J"E!+8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:4:!QJ%i!*!*(3%"!!!!@`!"!!(rN!M`N!32N!3%!3"5$c3!!!!Q!#B!@`#P!*N"0`"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:5:H!-)!GJ#P!*N!h`"e!6F!@`%$!'`!hJ"H!-)!-J"B!$X!N!!!H`#3#4S"!3!!!,3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-6-!!3!"rj!)m*!%$j!%"!%!N!8b!$m!8`!r!6B!N!NB!*!&"`!$!!2rN"!%!3#3"8S
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-20-U!+S!UJ!4!+S!4!#U!#)!UJ!L!)J!)J#)!#)!L!!J!)J!!J#!!!J!J!!)!)J!!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:21:)!!!!J!!!!!J!N!8"!J!J!*$r!!!!!3)!)+U3#!$r!2m!r`$rL*!)Gj!)r`!!!2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:22:!N!6rrrm!rrrrJ*!)Ij!)r`#3#2q3"mb3#2rr!!$rr`!!riL)L2q)L)J!GhGh!(G
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-23-hGrq!N!F!Ij!(L%3L%BK%)K&hZphZGl[GlK%L4)J4)N5)lYflGqlGZhH!3#!3#!3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:24:#!Aqrhqrhqrhq!3)%#"!J3)$qrI[hlpqrIq"`1"`1"i2"QFaQ-jR-CM1$"`iF1($
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-25-J`60Qc*NcCXbCJ8)N'"JN3S&q[G[RjpZpIS*%+"!S4))"IE[AlpHlIIi!!!%!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-26-&'!!!""J!!!"@!&&Rr"Qf!!!!(!"@!!"3393M!!-!#J$krrm!N!95$U3""2rr!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:27:""J"5$d3"'2rr!!!#$!"5$`3"$[rr!!!$%J"5$`JQ#`:
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-4-"!!)!!!!"*`m!!3#3$K!!N!N3!2qerkB2,3ZD!!J!N!iC!3!#!(J!5!!!!%J!N!J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:5:"!3#3E`-!"J!'!!%!"J!'!$8!1`!)!*!*!`!$!!!!!3!!!!B!N!PdJ!!!2S!!!3H
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-6-!!!'MJ!!!G)!!!$k!!!%(J!!"Si!!N!3'!!!!!`!!J!!!!)!!!BQ!!!)PJ!!!G)!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-14-3&3%!5!!!!!N!!!!*!!!!#3#3$3%!5!!!!!N!!!!*!!!!#3!!!!N!!!!*!*!&!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:15:"!!`!!!!%!*!&!3!#!!`!!!!$!*!&!3!$!!B!!!!'!*!&!3!%!!`!!!!&!*!&!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-16-&!!8!!!!&!*!&!3!'!!-!!!!$!!!!!`!3!!`!!`!!!!`!N!N#!*!(!J#3#`,rN!3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:17:!N!d*!!!!C`!!!"N!!!#X!*!%J!!!!)!!!BQ!!!)PJ!#3$JN!!!"R!!!!'3!!!+`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-18-!N!5!!!!!J!!"LB!!!L@!!!"I1Z!!!!"!!!!!$)!!!!3!!!!(!!!!!3#3#`(rN!3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-53-A8&"656)"!!!!!3#3"L8!N!3$S`!!#!#3#meEl!V0@qc3!*!@!bB!!3#3'!i!N!4
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:54:B4!d!#3!U!!-"f`*J!!!!!3!"!!%!!3!#!!)!!3!"!!%!"J!+!!-!$!#3"`)!N!B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-55-#3!!!!['CQJ!!!,i!!!$a!*!+!['CQJ*!!*!&5!#35a,rN")!!!#3!!!"!!!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-56-!)3#3$!J!!3!"!!!!!3!!)!!$!*!+#J!#!!"!!!!"!!!K!J%!N!S-!!-!!3!!!$)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:57:!!#!!!`#3#J%!"!!#!!!!!3!!)3#3$"3!"3!"!!!!!3!!)3#3#`%X!!B!!!#3!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-58-"!!!!!3!!)!#3$!J!!3!"!!!!!3!!)3!$!*!+#J!#!!"!!!!"!!!J!J%!N!S-!!-
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:59:!!3!!!$)!!#%!!`#3#J%!"!!#!!!!!3!!)!#3$"3!"3!"!!!!!3!!)!#3#`%X!!B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-60-!!!#3!!!!!!9!)J#3"MqmFFFFFFFF!!JK!*!%!8!'V9UeDY@V2pD6k6k6k6m!#L!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-65-!!!N!N!X&!%J!!!!*!!!!#3!!!!N!!!!*!!!!#3!!!!B!!!!m!!`!!!!%!!!!!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:66:-!!!!!`!!!!)!"J!!!!B!!!!$!!`!!!!&!!!!"!!&!!!!"3!!!!8!!`!!!!-!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-67-'!!!!'J!!-!!#"!!E!!!!(J#3"-!!N!`)!!!!!3!!!!-!!!!1!!%!!!%!!!)!N!Q
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-78-N'!!!!!'!3#!3#!3#!3!!!!(JF$JF$JH$`3!!!!&hZphZGl[GlJ!!!!')4#)4L%3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:79:L%3!!!!'Cc'BcQFaQ-`!!!!%J3)!!#!3#!*!%!Im!r`$r!2m!N!3"r`!!!2m!N!B
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-80-"c!!!!$-!N!B"m*!%$j!%!!!!!Iq)L)MrL)L)!!!!!DT%UK'U4+S4!!!!!3%#"!J
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-87-!!!!"q(3L4imA)R%!!!!"GiQ2MhHBq2J!!!#!!!!!!3!&rj!'!!!!(J!!!!%!"J#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:88:3#5%!!!!"!!cGD`M#"U)!!!$0!!!!!3!+!!#!!"'`!!!"93!!!!%!#`#3"03!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-89-"Q3!!!!%!$r`!mhd&,`!!!%8!!!!"!!d#3DY8k[m!!!%4!!!!!3!1mYF)9S6X!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-9-%L4)%%2i4&!#%L3)N4)%4!)"%#)K#)N5)%5*!!ZS!*!J!!""!K*N5*"$q%43!L)N
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:10:5C%5*%3"!4!L)3L*%L"%L4!6U!#3J!!!33(KTiF33$a%3`2"`iD4%F4$!3$`2#$)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-11-L22!1)MJ%kJ!5r!!!!I)!!#$l!!#!rJ!!#1S!#[`!!!(V!!#!jJ!#b3!#b3!#b3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-14-!"!IRKi!!&J!"lci!12i!!%re$`!)m`!%I`m2#!!9!!,Z(2i!!&,e%J!Bp!!&"j)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:15:5%K!!&`!#l`J!$2i!!'(e)3!Sp!!!1IiK!5!!&J!#l`!!"2i!!($em!$ip3!!!Ic
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-16-`!!!5!!,[#!!-rJ$cH28!!!lmH!!!&3!#lKcq!!"Np53!+28!!$cp*!%J!"8!!Zm
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-20-h!!!-qRJ!!"8!!ZiFrJ!!C28N!#Mh!!!Fqb3")!!9!!,[2J!mrJ$d3J")p`!!B[Y
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:21:#!8!!&`!$lhm!I2i!!%IeK`#)p`!!arZ(!B!!&`!#lci!22i!!%re$`!)q!!!!rS
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-22-2!3J!&3!#lKcq!!"5p4)!'2J!!!Ek%J%3!"F!!Zm)!!cq!!"Kp5%!+2J!!!Rk)3%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:23:J!"B!!Zm!!!6q!!"`pI!!q2J!!"$jm!!!%!!#l`J!$2i!mhMi!2Ki!!!9!!,Z(2i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-24-!!'6e*!!Sq!!!j2SN!5!!&J!#lci!22i!p%)!52N!!3(#qN)"3!!A!!2[I`"mrJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-25-!4r@(!)Mj!!!$qBF"J!!A!!,[2J!mrJ!!6r82!!Mj!!!(q3m"#!!9!!,Z(2i!!&,
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:26:e%J!Bq3!!#[N5!4!!Q!!i!%m!1!#$!I!!6`!q!)-"l3"2!$i!J`(Y!!%A!!,[#!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-27--rJ!!BI8K!#Mj!!!4q5%")!!@!!,[!!!%rJ!!F2A`!2Mj!!!`q2!!!"!!!Zm)!!c
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-30-$q!m"#!!9!!,Z(2i!!&,e%J!BqJ!!"[J5!4!!&`!#l`J!$2i!!'(e)3!SqJ!!$IJ
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:31:K!5!!&J!#l`!!"2i!!($em!$iqJ!!#2I`!!!5!!,[#!!-rJ$cH2S!!"MhH!!!&3!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-32-#lKcq!!"Np53!+2S!!$6i*!%J!"8!!Zmq!$cq!24#!%Mk!!!Lq%)"3!!A!!2[I`"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-33-mrJ!!4r@(!)Mk!!"(q)F"J!!A!!,[2J!mrJ!!6r82!!Mk!!"2q!m"#!!9!!,Z(2i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:34:!!&,e%J!BqJ!!N[J5!4!!'!!#l`J!$2i!!'(e)3!Sq`!"!D(i)3%J!"B!!Zm!!!6
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-35-q!!"`pI!!q2X!!!(fm!!!%J!#l`J!$2i!mhMl!!!$pRJ!!"8!!ZiFrJ!!C28N!#M
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:36:l!!!#pb3")!!9!!,[2J!mrJ$d3J")q`!!![G#!8!!&`!$lhm!I2i!!%IeK`#)q`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-37-!"rH(!B!!&`!#lci!22i!!%re$`!)q`!!"rF2!3J!&3!#lKcq!!"5p4)!'2X!!!V
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-39-fm!!!%J!#l`J!$2i!mhMl!!!BpRJ!!"8!!ZiFrJ!!C28N!#Ml!!!8pb3")!!9!!,
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:40:[2J!mrJ$d3J")q`!!%[G#!8!!&`!$lhm!I2i!!%IeK`#)q`!!*rH(!B!!&`!#lci
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-41-!22i!!%re$`!)q`!!,rF2!3J!&3!#lKcq!!"5p4)!'2X!!$,h%J%3!"8!!Zm)!!c
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-43-iq`$eH!!!&3!#lKcq!!"Np53!+2X!!'6h*!%J!"-!!Zmq!$cq!24#!%Ml!2C#!8!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:44:!&`!$lhm!I2i!!%IeK`#)q`!!4rH(!B!!&`!#lci!22i!!%re$`!)q`!!MrF2!3J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-45-!&3!#lKcq!!"5p4)!'2X!!*,h%J%3!"F!!Zm)!!cq!!"Kp5%!+2X!!+(h)3%J!"3
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-49-"!$M`#!$!h3!(!3!2m2rF!+!!Mrm!!$TX!!!"!!!!"4J!!!3B!!!!9P*cE(C"8&"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:50:-!3#3"JC0!J%!#`&5Ffaf8R0$8`%!#A"KD@jd-5jcF!)!!!"68&4(8e"19!#3$&0
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-51-39%G68%j8!*!Bcl5SF`!!#U`!!!9Z8R0XGP*c9h-"!*!'"Ni#!3!,!9*cE(C5FeG
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-64-J!)J!!J#!!!J!J!!)!)J!!!#)!!!!J!!!!!J!N!8"!J!J!*$r!!!!!3)!)+U3#!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:65:r!2m!r`$rL*!)Gj!)r`!!!2m!N!6rrrm!rrrrJ*!)Ij!)r`#3#2q3"mb3#2rr!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-66-rr`!!riL)L2q)L)J!GhGh!(GhGrq!N!F!Ij!(L%3L%BK%)K&hZphZGl[GlK%L4)J
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-67-4)N5)lYflGqlGZhH!3#!3#!3#!Aqrhqrhqrhq!3)%#"!J3)$qrI[hlpqrIq"`1"`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:68:1"i2"QFaQ-jR-CM1$"`iF1($J`60Qc*NcCXbCJ8)N'"JN3S&q[G[RjpZpIS*%+"!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-69-S4))"IE[AlpHlIIi!!!%!!!!&'!!!""J!!!"@!&&Rr"PB!!!!(!"@!!"3393M!!-
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-1-(This file must be converted with BinHex 4.0)
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:2::#R"KD@jd-LjMGfX!3eG39%*23Nm"!!!#mb`!!!'L!53#!$`$3Np#6`!"!%m)E!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-3-3"!-B!Q3!13!j!$N!13!j!$N#h`)V!3!!!3#3%J%!!!)!!J!!!%m*U!!"!*!&!3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-21-!'Irr-c2-c!!Drrmc-jQC!"[rrc-cCQB!(2rr-j!%!"hrrc-c!!!!([rr!!$rr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:22:Irrm!!-c-!#$rr`!!QCN!)Irr!!"QCJ!Lrrm!!$-c!#2rr`#3"56-c2q3"!!Pc-c
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-23-rrmc-!#E-c2rrQCN!*mc-rrpQCJ!Sc-crrc-c!#R-c2rr!!!!+Xb3"2rr!#[-N!B
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-25-CN!3!-mc-QCPQCJ!dc-bCQ6-c!$A-c*QC!!!!0Xc-CQErr`!hc-aQCXc-!$M-c'C
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:26:QQCN!1Fc-CT!%!$V-c'CQ-c-!1mc-CQB!!!!mc-`c-rrr!$h-c$-cc-`!2Xc--c1
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:27:CQ3!rc-`c-fCQ!%$-c$13"!""c-`c-`!!!%,-c!!!rrm!3mc-!!$-c!"%c-`!!*Q
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-28-C!%A-c!!!CQB!4Xc-!!!c-`"(c-`!N!9)QCRrN!3!5CQCrrr-c!"+QCRrrjQC!%Z
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-42-rr`#G-c1CQFc-!*ic-jQ3"!#I-c1CQ@CQ!+!c-jQC-c-!S6-cQCN!!!#L-c0QC[r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:43:r!+-c-fCQc-`!T$-cCQDCQ3#P-c0QN!3!TM-cCQBc-`#R-c0QCJ!!!+JcN!6rr`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-44-T-j!%c-`!UM13"*QC!+XcN!4QCJ#X-j!'!+dcN!3!!!#Z-c-!!2rr!+mc-`!!c-`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-46-!rrqCQ3#h!!$rrfCQ!,J!!2rr-c-!Z3!!rrm!!!#k!!$-c2rr!,X!!-b3"!#m!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:47:-c*QC!,d!!-c-CQB![J!!c-`c-`#r!!$-c!!!!-!!!*QCrrm!`3!!QCR-c!$#!!#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:48:CN!3!``!!QCPQCJ$%!!#CQ6-c!-8!!*QC!!!!aJ!!CQErr`$(!!"QCXc-!-J!!'C
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:49:QQCN!b3!!CT!%!-S!!'CQ!!!!b`!!CQBc-`$-!!!c-rrr!-d!!$-cc-`!cJ!!-c1
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:50:CQ3$2!!!c-fCQ!0!!!$13"!$4!!!c-`!!!0)!N!6rr`$6!*!%c-`!e!#3"*QC!08
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-51-!N!4QCJ$@!*!%-c-!eqlZ!*!&f0hG!*!&fEZl!*!&fUUU!*!&fiL)!*!&h(Gh!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-53-!j!!!UUS!!!$P!!#)L!!!!1B!!(Gh!!!!j`!!998!!!$S!!"%4!!!!1N!!#)L!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:54:!kJ!!%4%!!!$V!*!%lZi!l!#3"0hG!1d!N!5lZ`$Z!*!%UUS!l`#3")L)!2!!N!4
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-55-hG`$a!*!%998!mJ#3"%4%!2-!N!3L)J$d!*!%%4%!pHk3"J$fhC!'!2HlN!B!q+U
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-62-r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:63:r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*#jr`!!!2m!!!$r!!!!r`!!!2m!!!$r!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:64:!r`!!!2m!!!$r!!!!r`!!!2m!N2m!N)`MN#X!N2m!N($r!2m!r`$r!2m!)j",!2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:65:!r`$r!2m!r`#3r`#39L13A`#3r`#352m!!!$r)j"a!!$r!!!!r`#3r`#30L13I`#
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:66:3r`#3+[m!r`$r!#13L`$r!2m!r`#3r`#3(L13P`#3r`#3&2m!!!$r)j#K!!$r!*$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-67-r!*!-)j#V!*$r!!$r!2mMN,Ar!2m!N2JMN,d!N2$r!!!MN-Ar!*$V)j$,!*$Mr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:68:MN0-!r`#3h#13f3#3e[m!)j$I!*$5)j$P!*$+r`!MN1X!r`#3a#13m3#3`513pIm
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:69:!N,XMN2X!N,Ar!#13r`$r!*#a)j$r)j!%!*#Yr`!MN2mMN!J!N+XMN2mMN!`!N+A
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-70-r!#13rb13%!$r!*#K)j$r)j!8!*#I)j$r)j!B!*#F)j$r)j!D!*#Brb13rb13([m
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-72-U!*#*)j$r)j!Zr`#3K513rb13-!#3JrmMN2mMN$,r!*#")j$r)j!d!*#!)j$r)j!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:73:fr`#3IL13rb130J#3IL13rb131!#3I#13rb131J#3H[mMN2mMN$S!N(SMN2mMN$`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-74-!N(Ir)j$r)j!qr`#3GL13@2mM)rmMN"2r)j!)rb13"[rr)rmM)rmMN,F!N(BMN&R
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-93-!N*BMN2mMN"i!N*Mr)j$r)j!Dr`#3Qb13rb13'!#3Rb13rb13&!$r!*#K)j$r)j!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:94:3!*#Pr`!MN2mMN!`!r`#3U513rb13#!#3Vb13rb13"!$r!*#a)j$r!*#er`!MN2X
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-95-!r`#3ZL13p3#3`2mMN2%!N-BMN1X!N-Rr!2mMN1Ar!2m!N-mMN0m!N0Ir)j$C!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:96:r!*$E)j$6!*$Kr`$r!#13b`$r!2m!N1JMN-8!N2$r!!!MN,hr!*$k)j#e!*$r!2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:97:!r`!MN+X!r`$r!*$r!*!,)j#K!*$r!*!Ar`!MN*F!!!$r!*$r!*!J)j#,!*$r!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:98:Ur`$r!2m!)j"r!2m!r`$r!*$r!*!h)j"a!*$r!*"(r`!!!2m!)j"I!!!!r`!!!2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:99:!N2m!N&JMN%X!N2m!N'Vr!2m!r`$r!2m!r`$r!2m!)j!V!2m!r`$r!2m!r`$r!2m
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-100-!r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-112-!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:113:39C"2!*!B6*"`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-114-3F!#3T(BMN#J!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-117-!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:118:39C"2!*!B6*"`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-119-3F!#3T(BMN#J!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-122-!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:123:39C"2!*!B6*"`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-124-3F!#3T(BMN#J!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f!(B
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-148-3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3A846493!!!"8!!$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:149:rr`!!!#J!5!!"!!!!!J!!!%X!!!$%m`"rrrrrIrrrr`"2#$`!!!!"!*!4!3!"!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-150-&!5qL!*!-!9S!!!"J!!,rr`!!!#S!!!!#!*!4!3!"!!!!6`QS,k)!N!`"@J#3%3%
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx-2-:#@4bBAFc,QecG`""9d45690A5`%!!!!%`!!!!8C')3!!!!N!+`!%!Gi#2J#3"3`
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx:3:!N!B)!*!)$`!!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx-4-,3!!"!3!!C!!"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx-20-3"!%!@`!1$k-!&3qK'eJ!![rr!!%!"J!)rrrrf2rrrr!"B!!!!+i!!!%K!!!!MJ!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx:21:!!!%!!!4X!!!&!!%!@`!1$k-!&3qK'eJ!![rr!!%!"J!)rrrrf2rrrr!!S`!!!5X
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx-22-!!!%e!!!"IJ#3"J4d!*!%"3"6[-!!h!!!!@d!!!%#!!!"IJ!!!68!!!&9!!!!jJ!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-10-!"43SC-L3"#L3##+3"&@3"!!!!!%!!3*!!I`!&!!"#J!&&#KNb*!%+*!))T!%9C!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:11:%!3%!!`"N!3!"!!!"!!)!!3!)!!B!"`$J!"!"!*!&!3#3#!%!!3,`!N!!9!fd!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-12-!!`#3"Z*k!!!!9!j`!*!&!`!#!!!!!J!#!"i!9!kJ!2!!9"(N!!8!"Iq3#!#3#4i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-13-!9"(`!2!!9!kJ!!8!"Iq3#!#3#4i!9"))!2!!9"(`!!8!"Iq3#!#3#4i!N!A`!&3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:14:5#!!&!!ArN!J!N!X`!&34q!#3"!4!(!!,#8!!"X!$B!YN#I`!N!J&p!,k#JX)cJ"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-15-8%@J%)!AJ!$!!9"(J!&342)4!(!!*#8!!#0`$B!V8"4!!N!J(i!-!#D!%J!"8%2!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-22-3"8)!9"&J!*!%$%!L!!N*!!!!b!%2!9m#J!%(!2%!N!6rU`!!!$%"5!#3"4!$$!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:23:#!!!!!3!'!!&ZEh*YB@`J8!"#!&32Z!#3"!a!)J!*#3!!!0!$4!&R"*`"$J1!!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-24-%rk[rC`!a!*N!N!9I!``"!J!!!!%!"J!"Bf9ZG'9b!!!!33"8%I`!N!3-3#)!#3P
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-31-!!)!!!3#!!*!%!3!!-J"8%d`!N!3i3#)!#3N!!!1%")!%J!8d!b!%!*!+F!"3!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:32:!!!#J!1!!!!!b!&32'!#3"$K!)K!*#8!!!f!&S!4F"J`$!!8!N!T`!$!!!3#3"H!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-33-!B!!b!&32(!#3"$K!)J!*#3!!!i3'9!4F"X!$)!@J!*!*B!!`!!%!`!"J!*!&-J"
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-34-8$``!N!3i3#)J#3NK-306"Nm%4!LI!`!'B!&8$a!!N!9J!%!!!3$!!*!&J!!D!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:35:+!``"!3!!!iF'6`3A#*m$"!!b!&32#!#3"$K!)J!*#3!!!m`)"!2`#,J$B!FJ!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-36-*%!"3!!%!)!#J!*!&-J"8$`3!N!3i3#)!#3N!!!2-#8J%&!SJ!f!)3!#3#5!!B!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-53-[!(B!Q!"Y!)!!B`#b!&31c!#3"%"!'J!*#8+d#(i+JJR($()(JJP!!*!*R!$c!#%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:54:!J!"M!*`!K!#d!+8!b3$(!1d!l3$V!3X![`%P!*%"63"p!AJ!K3'L!))"b3"V!G!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-55-!3J'd!#-"I`!1!8i!#J%R!%F"'J#*!4F!a!%A!2%!r`%A!+%",J!A!38!(!$N!$d
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-57-%'%!D!!N*!!!,V!-m$$`&%!TJ!Z!!N!Q!!D!!3!"!!$!!9!l%!*!%+%!D!!N*!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:58:,3`@4$+8'm`TJ"3#3"IqMrr-!h3%Y!*!&J!%J!$J!9!l`!*!%-%!D!!N*!!!,L!H
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-59-B$+3*"!T!"X!!N!6qV2kX!93"9!#+rq)!N!3"!!$J!)!"J!!S!&31`!#3""a!'J!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:60:*#3!!#iJ*f!aJ#f3+3!M!!*!*`!&J!$d!9!kB!*!%$%!L!!N*3!!+a`Zq#ei-$`R
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-61-U#VJ!N!6rUrqi!$%!N!J$$2m#!!!!!3!"!!&KL'%!6J"8$V3!N!3-3#3!#3Y"$JR
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-64-#!3!!S!!!!$%"!!#J!$)!9!ki!*!%1%!F3!N*!!!**!%J#C!!![3))!%!N!S`!0!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:65:!!3"J!*!%!D!!-!"8$N3!N!3%3"`!#`Y!!!5*#$m*,3lErJ`%6!#3"!Ad![S+#`M
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-66-1!&31V!3J"H!!-!"8$U3!N!5%3"`!#3P!!!DP#$m)R3R[!*!)"q!$!!QJ")!!9!k
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-68-J!+!"J2qJ!@$rJ!#!!!!!)!!!!$!!9"(F!*!%K%!F!!N*3!!(S3YA#5d0F`#3#!M
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:69:!"F!+)!HJ!&31U!&J!H!!+!#3#*a!'J!*#8!!"k%,9`NY$A-)`!A!!*!)!@!"i!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-70-!!$!!N!L%3"`!#3P!!!5*#`m'&3lE!*!)"J!&J!GJ#1!!9"$8!@!$B!!S!&35!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-73-)3!!!#`X!N!B@J"(r!!!!pJ#3"[m+%pJ1k3"8$N!6f!rI!$i!9!ii!&314-a!!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:74:,#`#3"J&3%Im!!2m+!*!)!5J2h`"8$M`!!3#3"5S#3!#3"5S#3!!q!&31-!"8$N$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-75--3!!!#`X!!!&3!!!#S"(r!5Mr#J#3#!%S$pm!9!id!!%!+J!!!&3#3!!U!!!!9!*
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:76:!!$i!9!iS!&311-a!!!!,#`!!!Tm!!!2`%Im#82m+!*!)!5N2h`"8$L`!!3"8!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:77:!IJ*!!&3!!!"q!N!!2J"8$L!!9!i`c%!!!!X,!!!$m!!!"8!4r`0jr`S!N!J"+!r
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-78-I!&31*!!"!(i!!!#S!N!!IJ!!!+J#3!!q!&31'!"8$LM-3!!!#`X!!!9!!!!'N!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-79-4r`5Kr`S!N!J"+!rI!&31(!!"!+J!!!$5!N!!U!!!!0)#3!!q!&31%!"8$L$-3!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:80:!#`X!!!D2!!!(i"(r"FRr#J#3#!%T$pm!9!i8!!%!dJ!!!2`#3!$5!!!!r!*!!$i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:81:!9!i)!&31'-a!!!!,#`!!"q!!!!N`%Im'm[m+!*!)!5J2h`"8$J`!!3$m!!!"*J*
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:82:!!2`!!!%Q!N!!2J"8$J!!9!i3c%!!!!X,!!!*-!!!#S!4r`JDr`S!N!J"+!rI!&3
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-83-1"!!"!5B!!!&3!N!"*J!!!9!#3!!q!&30q!"8$JM-3!!!#`X!!!Tr!!!,d"(r#8,
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-88-"cJ!!!IJ#3!(1!!!"q!*!!$i!9!hB!&30k-a!!!!,#`!!$m!!!"%3%Im0j2m+!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:89:)!5J2h`"8$G`!!3(i!!!#)J*!!IJ!!!)L!N!!2J"8$G!!9!hJc%!!!!X,!!!4%!!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-90-!%Q!4r`m-r`S!N!J"+!rI!&30e!!"!L)!!!*-!N!#)J!!!N`#3!!q!&30b!"8$GM
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-94-I!&30[!!"!U!!!!,+!N!#S!!!!XS#3!!q!*!&9!h!c%!!!!X,!!!@6`!!&S!4ra1
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:95:Yr`S!N!NV$pm!9!fd!!%#bJ!!!Y!#3!,+!!!#d!*!!*!)!F`!9!fm!!!!9!fd!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-96-!!)"9ccJ!5!,+!!!#d!*!!*$r!*#a#q`!9!h%!!!!9!fm!!%!!)"9`[`!5!+J!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-118-#(J!!!"rJ!*"#(J!!!$q!!*"#(J!!!(m!N%-H!!!!r!#33ai!!!(`!*"$(J!!"q!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:119:!N%-H!!!2`!#33ai!!"q!!*"$(J!!2`#34"i!!2`!N%3H!!2i!*"%(J!2m!#34"i
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-120-!2q!!N%3H!(q!!*"%(J(q!*"&(JIi!*"&(KrJ!*"&(Rr!!*"&(rm!N%BIr!#34Kr
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:121:`!*"'$m!!N2m!N2m!N2m!N&X,l!"8$Ma#E`"8$M3!!3!!J&8,H!")!#S!!!"8!N!
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-122-!N!BH!*"((J#34ai!N%FH!*"((J#34ai!N%FH!*"((J#34ai!N%FH!*"((J#34ai
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-124-r(rrrm!!!!$ri!*!r(Mr!!*!%"ri!N$mH"q!!N!3"r`#32ai"m!#3"6q!!*!q(J$
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:125:`!*!&$i!!N$iH"r!!N!8(`!#32Ki2m!#3"32!!*!q(Jr`!*!&!m!!N$iH"q!!N!8
libreoffice-7.0.3/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-126-$`!#32Ki!N!F$`!#32Ki!N!F$`!#32Ki!N!F(`!#32Ki!N!F2J!#32Ki!N!FI!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-7-!#&!!!!"i!!!)LJ!!!+!!!!N#rf6reIq#!#S$!*!%!3-"!*Mrr`!"!"N!E&E-rk$
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:8:r4J!'!!B#!*!%!3%"!"6rr`!"!!8!E&GS!#ArC!!mrjF$!*!%!3%"!!$rr`!!!")
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-9-!E&GF!%MrA3"Yrj3$!!%!!!%%"3!!rrm!!!!5!'aAB!"irhB!VIrF!J#3"!%"!3!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-15-"!"8#!3!-#C!%B@%*#@'3"!!'!!!5!3!9rjMqZ3"Trp!"!*!&!3%!r`#3#[q3"!#
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:16:3"!%"!*!,!3#3"`B"!!!"9K3!'J!!!!-!N!8#!!'3"$3!m!%drf6re2q#!#`$!*!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-17-%!3%"!*Mrr`!"!"N!E&EBrjVrL2qJ!&S!N!B"!3!!rrm!!3#3"[qqrdErk2pm!3%
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-18-"!!!!!J&"!2rr!!)!N!Erl[qX!",reJ'3"!!!#J-3!2rr!!%!N!FHrd!!92q#!3!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:19:"!!%!"`%!!2rr!*!*0[qf!'8!BJ-!!3!!!3%%!!$rr`!!!#B!E&CJ!)6r8J#HrpB
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-20-#!*!%!3%"!!$rr`!!!!%!E&C)rm6rd2qQ!!`!N!B"!3%!rrm!!3#3"[r@rqJ!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-26-!$J%!'2"1AL"I!!!!#!#3"3F!!3%"!!K3393Jrf6rYIq#!%S$!*!%!3%"!*Mrr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:27:"!"N!E&G`!3!!$%eKFh4PFL"cE'PNC3!'!!!B!3!9rjMqZ3"Trp!"!*!&!3%!r`#
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-28-3#[qD!!!!'!#k!3!"!!!!!3%!&[rr!!%!%J"X9QJ"!!!)G'KP)'j[G'8!"J!!%J%
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:29:!&3!!!!N!N!8"!*!,#`#3"3S!!3%!,blr[UKG!!!!$3#3"3`!!J%!U&d3(m!I!$%
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-30-!N!3#d!*!%3'J!))"!!S!N!3#d!*!#J#3#$3!5!!Y!)J!QMLJ!)2r!$%!"`!(!%`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-32-2!!%!!!!3)!#3'K)!!!S2!6J!0J!N#Jm"!!"D!%J+$`&(!(i!E!S2!@i!SJ#3!!S
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:33:2!@F!!3!$!&%!G`#A!*!2"J!5!!!+#`%i!$B!*!S,!3!!@J")#JX"4`"q!'`+#`&
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-34-Z!+)!N!!+#`&R!!%!#J!)!"-!(!!N!$!!3!"3!&i!E!"f!$J!"!!-$"!"1!!f!#3
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:35:-%!%!!&S!5!`3!8F!IJ"X$"!"EJ#L!*!!$"!"C`!"!!S!"`!0!"8!(3!M!#S!,J!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-36-k!%8!8!29!")!!!S2!6J!0J!N#Jm"!!"D!%J+$`&(!(i!E!S2!@i!SJ#3!!S2!@F
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:37:!!!!+!!J!%`!F!#3!-!"!!&!!AJ"X!(B!1!!9!!`-%!%i!$B!*!`3!3!!@J")$"!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-38-"4`"q!'`-%!&Z!+)!N!!-%!&R!"8!%J(!!"8!%J(!!"8!'!&""q%!I4NJ!!%!!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-41-!!2rr!!!!%J"X9a!!!!!8G'9iG#"TEL"SB@jNEh9d)("KCf8!"J!!%J%!&5"Z!!j
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:42:$l[ri!*!+rrJL6#,B)YJ`,J!-8d$T30"81)!!!!!@!*!&&3!%!3"63%M!JI`!$`!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:43:!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-!"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-44-"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"rrrr,IrrrX!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-17-!!3#3"3`!N!83!*!&'!#3"4`!N!F%!!!!!3!#!!)!!3!!!!(r!*!1!J!!!!-3!),
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:18:!rh$jd!Q3!!B`!3!"N!3!!J#3"2rp!!"$E`Vd%"!!`2C`qQ$qi!@J!3!"N!3!!J#
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-19-3"2rp!!!"!*!+$Rrr!!!!$J!!6!#!!!!!rihk#JPc"IB!!!!-!!!!!3#3"IqP!*!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-34-!d2C`qQ$qi!@J!3!!!3!"!!)!N!6rr3#3"K!!JX$rF2R3#C!!"M!"!!!"!!%!!J#
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:35:3"2rp!!"$E`HF)!!!'NB2!!!!$3!K!"`!0`!B!*!*P!#3"C3!"B`!J!!!!!T,rdd
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-36-+X`#crrm!#`!!rrm!!#4A!2q9!2rr!'3!N!F"!'3!-J#3"3%!!!!(8'&RC5!M)`!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-37-!$!!!!!F!%!!!!!%!!!!(!!!!$!!!!!%!N!8B!!!!"`!F!!!!!3!!!!F!rk8!N!4
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:38:N!*!(!3"D!*!)6!#!!!!!rihk#JPc"IErr`!-!!$rr`#3"Iq9!2rr!'3!N!8%!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-39-!@J!S!!!!!3!"!!!!1d*[C(NJ9'9iG!e6C@0[EQ3J6'9fC@`09'KTFQ3J6'9fC@`
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-45-!N!C96J!#!!)!N!B(!J!-!*!'%!#N`!S[raB+c`$U!3!"N!3!!U3%TcErr3!!0UF
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:46:%R#!!!"T'$`!!!!d!)3!F!$F!'!#3#R*N!!!!P!!&M!#!!!!!#N[r63Uc!,2rr`!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-47--!!$rr`!!'8X!rj8!rrm!C!#3"`%!@J#3"`%!!!!(8'&RC5!M)`!!$!!!!!F!%!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-49-*(J!!!"X!!3!"!!(rN!8!N!iF!!!!(3"BFh3!!!!D!*!((`#3#`%!N!C96J!#!!)
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:50:!N!B(!J!-!*!'%!#N`!S[raB+c`$U!3!"N!3!!X`%TcErr3!!*SF$I#!!!"T'$`!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:51:!!!d!)3!F!$F!'!#3#K!"!!!!P!!&M!#!!!!!#N[r63Uc!,2rr`!-!!$rr`!!b)B
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-52-!rj8!rrm!C!#3"`%!@J#3"`%!!!!(8'&RC5!M)`!!$!!!!!F!%!!!!!%!!!!(!!!
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-55-!@0ld!!!!+!"aEeB!@@&-!&KZh!#3"!%J!5!#3!*!!f!$B!5!")!!!`*!!!!!Y!!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:56:!!E!")!,3!N!$c!0J"1`%J!!$!N!!N!B"%J%5!L-#)`-e!c8%4J4'!!-#)`!!J!%
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-57-!F8`%!!Crr`!!!!3!@9pB!!F!!!!U!*!6!`!!!#X!!`!!!#`!!!QJJ!!!"`!U!#S
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-61-1f-lBJ!%!F8jS!!&rr`!!!!3!@9p-!!B!!!!`!&K`*!"BC4`!@'rX!!"0!)!I!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:62:!*!!"!!-!N!FN!!%!!`#3"b3!!3!$!*!(*!!"!!-!N!FN!!%!!`#3"IqP!*!%C!#
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-63-3"`%!@J#3"3%!N!ArT3#3"'3!N!8"!!%!@J#3"3%!N!ArT3#3"'3!N!8#!!%!@J#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-67-3"3)!!!"D!"i!N!K!!D8!N!4N!*!&!`!!!&S!(J#3#%!"d!#3"'3!N!8%!!!!@J!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:68:H!*!+6!#!(`!!!!`!!!!"!*!($!!!!!%!N!F-!!!!!3#3"``!!!!"!*!($!!!!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-69-!N!ArT3#3"'3!N!PD!#J!!!!"!*!&rk8!N!4N!*!&!3!!!&S!+!!!!!%!N!ArT3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-79-%!YS#+2rKrq)#q3*'!dF&+!2m!!)!!!")!%J!N!3#fJ)S!!%!!!"N!!!!!3!"!3%
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:80:!!!!"*`m!!3!"!*!0!J!C!C!!!*!&3!#3#3%!N"%6!*!d!8J"Z!hJ%MMhN!$d`!K
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:81:`#d$d`2H3!!Y!#(!!N!Jj9!!!!!d!!!!R!!!!'3!!!#!!!!!kqC!!piJ!!Irr!!%
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-82-!!J!#!!-!N!FT!!!!,3!!!$%!!!![!!!!-`!!!$)!!!!i!*!%&S!3i"$J&S!!!3#
##############################################
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-88-3"JDH!!!!$`!!rj!'!!%!N!6rr`!#!!#YD`!!!!-!!2rr!!!!"!!!rj!%!!9M')a
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:89:Mrrm!"T5PP+@8T3!(cR21Fmjc!!Mrr`#3"3Rrr`!!+8S!#[rr!!$rr`!,rj!%!!!
libreoffice-7.0.3/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-90-!$)3KK#'%)3!0cR21Fmjc!!jcR(1FFj`!$`#3"[r6rm3!,J!m!*!&@`"i!!!#a3!
##############################################
libreoffice-7.0.3/config.sub-52-
libreoffice-7.0.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
libreoffice-7.0.3/config.sub-54-
##############################################
libreoffice-7.0.3/config.sub-771-	i*86v32)
libreoffice-7.0.3/config.sub:772:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
libreoffice-7.0.3/config.sub-773-		vendor=pc
##############################################
libreoffice-7.0.3/config.sub-776-	i*86v4*)
libreoffice-7.0.3/config.sub:777:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
libreoffice-7.0.3/config.sub-778-		vendor=pc
##############################################
libreoffice-7.0.3/config.sub-781-	i*86v)
libreoffice-7.0.3/config.sub:782:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
libreoffice-7.0.3/config.sub-783-		vendor=pc
##############################################
libreoffice-7.0.3/config.sub-786-	i*86sol2)
libreoffice-7.0.3/config.sub:787:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
libreoffice-7.0.3/config.sub-788-		vendor=pc
##############################################
libreoffice-7.0.3/config.sub-919-		cpu=sparc
libreoffice-7.0.3/config.sub:920:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
libreoffice-7.0.3/config.sub-921-		;;
##############################################
libreoffice-7.0.3/config.sub-1086-	sh5e[lb]-*)
libreoffice-7.0.3/config.sub:1087:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
libreoffice-7.0.3/config.sub-1088-		;;
##############################################
libreoffice-7.0.3/config.sub-1104-	xscale-* | xscalee[bl]-*)
libreoffice-7.0.3/config.sub:1105:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
libreoffice-7.0.3/config.sub-1106-		;;
##############################################
libreoffice-7.0.3/config.sub-1259-			*)
libreoffice-7.0.3/config.sub:1260:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
libreoffice-7.0.3/config.sub-1261-				exit 1
##############################################
libreoffice-7.0.3/config.sub-1293-	solaris1 | solaris1.*)
libreoffice-7.0.3/config.sub:1294:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
libreoffice-7.0.3/config.sub-1295-		;;
##############################################
libreoffice-7.0.3/config.sub-1302-	gnu/linux*)
libreoffice-7.0.3/config.sub:1303:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
libreoffice-7.0.3/config.sub-1304-		;;
##############################################
libreoffice-7.0.3/config.sub-1325-	sco3.2.[4-9]*)
libreoffice-7.0.3/config.sub:1326:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
libreoffice-7.0.3/config.sub-1327-		;;
##############################################
libreoffice-7.0.3/config.sub-1388-	nto*)
libreoffice-7.0.3/config.sub:1389:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
libreoffice-7.0.3/config.sub-1390-		;;
##############################################
libreoffice-7.0.3/config.sub-1398-	linux*)
libreoffice-7.0.3/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
libreoffice-7.0.3/config.sub-1400-		;;
##############################################
libreoffice-7.0.3/config.sub-1410-	mac*)
libreoffice-7.0.3/config.sub:1411:		os=`echo "$os" | sed -e 's|mac|macos|'`
libreoffice-7.0.3/config.sub-1412-		;;
##############################################
libreoffice-7.0.3/config.sub-1419-	sunos5*)
libreoffice-7.0.3/config.sub:1420:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
libreoffice-7.0.3/config.sub-1421-		;;
libreoffice-7.0.3/config.sub-1422-	sunos6*)
libreoffice-7.0.3/config.sub:1423:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
libreoffice-7.0.3/config.sub-1424-		;;
##############################################
libreoffice-7.0.3/config.sub-1459-	sinix5.*)
libreoffice-7.0.3/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
libreoffice-7.0.3/config.sub-1461-		;;
##############################################
libreoffice-7.0.3/config.sub-1519-	*)
libreoffice-7.0.3/config.sub:1520:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
libreoffice-7.0.3/config.sub-1521-		exit 1
##############################################
libreoffice-7.0.3/scp2/macros/macro.pl-151-            my $SRC_ROOT = $ENV{"SRC_ROOT"};
libreoffice-7.0.3/scp2/macros/macro.pl:152:            my $langdir = `$SRC_ROOT/solenv/bin/localestr $lang`;
libreoffice-7.0.3/scp2/macros/macro.pl-153-            chomp $langdir;
##############################################
libreoffice-7.0.3/shell/source/unix/misc/senddoc.sh-79-
libreoffice-7.0.3/shell/source/unix/misc/senddoc.sh:80:case `basename "$MAILER"` in
libreoffice-7.0.3/shell/source/unix/misc/senddoc.sh-81-    sensible-lomua)
##############################################
libreoffice-7.0.3/sd/source/ui/remotecontrol/Server.cxx-87-    }
libreoffice-7.0.3/sd/source/ui/remotecontrol/Server.cxx:88:    osl::SocketAddr aAddr( "0.0.0.0", PORT );
libreoffice-7.0.3/sd/source/ui/remotecontrol/Server.cxx-89-    if ( !mSocket.bind( aAddr ) )
##############################################
libreoffice-7.0.3/sd/source/ui/remotecontrol/Server.cxx-127-            SocketAddr aClientAddr;
libreoffice-7.0.3/sd/source/ui/remotecontrol/Server.cxx:128:            pSocket->getPeerAddr( aClientAddr );
libreoffice-7.0.3/sd/source/ui/remotecontrol/Server.cxx-129-
##############################################
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx-54-
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx:55:            void getPeerAddr(osl::SocketAddr&);
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx-56-        private:
##############################################
libreoffice-7.0.3/sd/source/ui/remotecontrol/DiscoveryService.cxx-121-
libreoffice-7.0.3/sd/source/ui/remotecontrol/DiscoveryService.cxx:122:// the Win32 SDK 8.1 deprecates inet_addr()
libreoffice-7.0.3/sd/source/ui/remotecontrol/DiscoveryService.cxx-123-#if defined(_WIN32)
##############################################
libreoffice-7.0.3/sd/source/ui/remotecontrol/DiscoveryService.cxx-130-#else
libreoffice-7.0.3/sd/source/ui/remotecontrol/DiscoveryService.cxx:131:    multicastRequest.imr_multiaddr.s_addr = inet_addr( "239.0.0.1" );
libreoffice-7.0.3/sd/source/ui/remotecontrol/DiscoveryService.cxx-132-#endif
##############################################
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx-49-
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx:50:void BufferedStreamSocket::getPeerAddr(osl::SocketAddr& rAddr)
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx-51-{
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx-52-    assert ( !usingCSocket );
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx:53:    StreamSocket::getPeerAddr( rAddr );
libreoffice-7.0.3/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx-54-}
##############################################
libreoffice-7.0.3/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
libreoffice-7.0.3/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
libreoffice-7.0.3/configure-45-  as_echo='print -r --'
libreoffice-7.0.3/configure-46-  as_echo_n='print -rn --'
libreoffice-7.0.3/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
libreoffice-7.0.3/configure-48-  as_echo='printf %s\n'
##############################################
libreoffice-7.0.3/configure-50-else
libreoffice-7.0.3/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
libreoffice-7.0.3/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
libreoffice-7.0.3/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
libreoffice-7.0.3/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
libreoffice-7.0.3/configure-62-      esac;
##############################################
libreoffice-7.0.3/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
libreoffice-7.0.3/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
libreoffice-7.0.3/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
libreoffice-7.0.3/configure-324-      case $as_dir in #(
libreoffice-7.0.3/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
libreoffice-7.0.3/configure-326-      *) as_qdir=$as_dir;;
##############################################
libreoffice-7.0.3/configure-397-  {
libreoffice-7.0.3/configure:398:    as_val=`expr "$@" || test $? -eq 1`
libreoffice-7.0.3/configure-399-  }
##############################################
libreoffice-7.0.3/configure-404-# ----------------------------------------
libreoffice-7.0.3/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
libreoffice-7.0.3/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
libreoffice-7.0.3/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
libreoffice-7.0.3/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
libreoffice-7.0.3/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
libreoffice-7.0.3/configure-1921-  case $ac_option in
libreoffice-7.0.3/configure:1922:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
libreoffice-7.0.3/configure-1923-  *=)   ac_optarg= ;;
##############################################
libreoffice-7.0.3/configure-1965-  -disable-* | --disable-*)
libreoffice-7.0.3/configure:1966:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
libreoffice-7.0.3/configure-1967-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.0.3/configure-1970-    ac_useropt_orig=$ac_useropt
libreoffice-7.0.3/configure:1971:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libreoffice-7.0.3/configure-1972-    case $ac_user_opts in
##############################################
libreoffice-7.0.3/configure-1991-  -enable-* | --enable-*)
libreoffice-7.0.3/configure:1992:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
libreoffice-7.0.3/configure-1993-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.0.3/configure-1996-    ac_useropt_orig=$ac_useropt
libreoffice-7.0.3/configure:1997:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libreoffice-7.0.3/configure-1998-    case $ac_user_opts in
##############################################
libreoffice-7.0.3/configure-2204-  -with-* | --with-*)
libreoffice-7.0.3/configure:2205:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
libreoffice-7.0.3/configure-2206-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.0.3/configure-2209-    ac_useropt_orig=$ac_useropt
libreoffice-7.0.3/configure:2210:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libreoffice-7.0.3/configure-2211-    case $ac_user_opts in
##############################################
libreoffice-7.0.3/configure-2220-  -without-* | --without-*)
libreoffice-7.0.3/configure:2221:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
libreoffice-7.0.3/configure-2222-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.0.3/configure-2225-    ac_useropt_orig=$ac_useropt
libreoffice-7.0.3/configure:2226:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libreoffice-7.0.3/configure-2227-    case $ac_user_opts in
##############################################
libreoffice-7.0.3/configure-2258-  *=*)
libreoffice-7.0.3/configure:2259:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
libreoffice-7.0.3/configure-2260-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.0.3/configure-2279-if test -n "$ac_prev"; then
libreoffice-7.0.3/configure:2280:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
libreoffice-7.0.3/configure-2281-  as_fn_error $? "missing argument to $ac_option"
##############################################
libreoffice-7.0.3/configure-2301-    */ )
libreoffice-7.0.3/configure:2302:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
libreoffice-7.0.3/configure-2303-      eval $ac_var=\$ac_val;;
##############################################
libreoffice-7.0.3/configure-2336-ac_ls_di=`ls -di .` &&
libreoffice-7.0.3/configure:2337:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
libreoffice-7.0.3/configure-2338-  as_fn_error $? "working directory cannot be determined"
##############################################
libreoffice-7.0.3/configure-2392-case $srcdir in
libreoffice-7.0.3/configure:2393:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
libreoffice-7.0.3/configure-2394-esac
##############################################
libreoffice-7.0.3/configure-2435-By default, \`make install' will install all the files in
libreoffice-7.0.3/configure:2436:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
libreoffice-7.0.3/configure:2437:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
libreoffice-7.0.3/configure-2438-for instance \`--prefix=\$HOME'.
##############################################
libreoffice-7.0.3/configure-3694-*)
libreoffice-7.0.3/configure:3695:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
libreoffice-7.0.3/configure-3696-  # A ".." for each directory in $ac_dir_suffix.
libreoffice-7.0.3/configure:3697:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
libreoffice-7.0.3/configure-3698-  case $ac_top_builddir_sub in
##############################################
libreoffice-7.0.3/configure-4699-    *\'*)
libreoffice-7.0.3/configure:4700:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
libreoffice-7.0.3/configure-4701-    esac
##############################################
libreoffice-7.0.3/configure-4782-      case $ac_val in
libreoffice-7.0.3/configure:4783:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
libreoffice-7.0.3/configure-4784-      esac
##############################################
libreoffice-7.0.3/configure-4797-	case $ac_val in
libreoffice-7.0.3/configure:4798:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
libreoffice-7.0.3/configure-4799-	esac
##############################################
libreoffice-7.0.3/configure-4917-    set,)
libreoffice-7.0.3/configure:4918:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
libreoffice-7.0.3/configure:4919:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
libreoffice-7.0.3/configure-4920-      ac_cache_corrupted=: ;;
##############################################
libreoffice-7.0.3/configure-4928-	# differences in whitespace do not lead to failure.
libreoffice-7.0.3/configure:4929:	ac_old_val_w=`echo x $ac_old_val`
libreoffice-7.0.3/configure:4930:	ac_new_val_w=`echo x $ac_new_val`
libreoffice-7.0.3/configure-4931-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
libreoffice-7.0.3/configure-4948-    case $ac_new_val in
libreoffice-7.0.3/configure:4949:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
libreoffice-7.0.3/configure-4950-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
libreoffice-7.0.3/configure-4994-
libreoffice-7.0.3/configure:4995:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure:4996:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure-4997-
##############################################
libreoffice-7.0.3/configure-5034-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure:5035:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/configure-5036-            else
libreoffice-7.0.3/configure:5037:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/configure-5038-            fi
##############################################
libreoffice-7.0.3/configure-5042-        fi
libreoffice-7.0.3/configure:5043:        fp_count_colon=`echo "$formatted_path" | $GREP -c ":"`
libreoffice-7.0.3/configure:5044:        fp_count_slash=`echo "$formatted_path" | $GREP -c "/"`
libreoffice-7.0.3/configure-5045-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/configure-5046-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/configure:5047:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/configure-5048-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/configure-5054-            fi
libreoffice-7.0.3/configure:5055:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/configure-5056-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/configure-5059-        fi
libreoffice-7.0.3/configure:5060:        fp_count_space=`echo "$formatted_path" | $GREP -c " "`
libreoffice-7.0.3/configure-5061-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/configure-5105-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/configure:5106:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/configure-5107-    fi
##############################################
libreoffice-7.0.3/configure-5109-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/configure:5110:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/configure-5111-    fi
##############################################
libreoffice-7.0.3/configure-5164-test "x$ac_build_alias" = x &&
libreoffice-7.0.3/configure:5165:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
libreoffice-7.0.3/configure-5166-test "x$ac_build_alias" = x &&
libreoffice-7.0.3/configure-5167-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
libreoffice-7.0.3/configure:5168:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
libreoffice-7.0.3/configure-5169-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
libreoffice-7.0.3/configure-5188-IFS=$ac_save_IFS
libreoffice-7.0.3/configure:5189:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
libreoffice-7.0.3/configure-5190-
##############################################
libreoffice-7.0.3/configure-5199-else
libreoffice-7.0.3/configure:5200:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
libreoffice-7.0.3/configure-5201-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
libreoffice-7.0.3/configure-5221-IFS=$ac_save_IFS
libreoffice-7.0.3/configure:5222:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
libreoffice-7.0.3/configure-5223-
##############################################
libreoffice-7.0.3/configure-5249-
libreoffice-7.0.3/configure:5250:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/configure-5251-
##############################################
libreoffice-7.0.3/configure-5260-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/configure:5261:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[a-zA-Z0-9]\([^a-zA-Z0-9]*\)$/\1/'`
libreoffice-7.0.3/configure-5262-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/configure-5321-  # Check for GNU $ac_path_GREP
libreoffice-7.0.3/configure:5322:case `"$ac_path_GREP" --version 2>&1` in
libreoffice-7.0.3/configure-5323-*GNU*)
##############################################
libreoffice-7.0.3/configure-5387-  # Check for GNU $ac_path_EGREP
libreoffice-7.0.3/configure:5388:case `"$ac_path_EGREP" --version 2>&1` in
libreoffice-7.0.3/configure-5389-*GNU*)
##############################################
libreoffice-7.0.3/configure-5504-                else
libreoffice-7.0.3/configure:5505:                    GNUMAKE=`which $a`
libreoffice-7.0.3/configure-5506-                fi
libreoffice-7.0.3/configure-5507-            else
libreoffice-7.0.3/configure:5508:                GNUMAKE=`which $a`
libreoffice-7.0.3/configure-5509-            fi
##############################################
libreoffice-7.0.3/configure-5686-        fi
libreoffice-7.0.3/configure:5687:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/configure-5688-    else
libreoffice-7.0.3/configure:5689:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/configure-5690-    fi
##############################################
libreoffice-7.0.3/configure-5849-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:5850:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-5851-                enable_android_editing=yes
##############################################
libreoffice-7.0.3/configure-5905-$as_echo_n "checking the Solaris operating system release... " >&6; }
libreoffice-7.0.3/configure:5906:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/configure-5907-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/configure-6145-
libreoffice-7.0.3/configure:6146:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/configure-6147-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/configure-6656-$as_echo_n "checking whether the C compiler works... " >&6; }
libreoffice-7.0.3/configure:6657:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
libreoffice-7.0.3/configure-6658-
##############################################
libreoffice-7.0.3/configure-6700-	then :; else
libreoffice-7.0.3/configure:6701:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
libreoffice-7.0.3/configure-6702-	fi
##############################################
libreoffice-7.0.3/configure-6760-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
libreoffice-7.0.3/configure:6761:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
libreoffice-7.0.3/configure-6762-	  break;;
##############################################
libreoffice-7.0.3/configure-6869-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
libreoffice-7.0.3/configure:6870:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
libreoffice-7.0.3/configure-6871-       break;;
##############################################
libreoffice-7.0.3/configure-7101-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/configure:7102:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure-7103-    fi
##############################################
libreoffice-7.0.3/configure-7361-do :
libreoffice-7.0.3/configure:7362:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
libreoffice-7.0.3/configure-7363-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
libreoffice-7.0.3/configure-7366-  cat >>confdefs.h <<_ACEOF
libreoffice-7.0.3/configure:7367:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
libreoffice-7.0.3/configure-7368-_ACEOF
##############################################
libreoffice-7.0.3/configure-7703-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7704:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7705-                enable_extension_integration=yes
##############################################
libreoffice-7.0.3/configure-7740-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7741:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7742-                enable_extensions=yes
##############################################
libreoffice-7.0.3/configure-7776-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7777:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7778-                enable_report_builder=yes
##############################################
libreoffice-7.0.3/configure-7797-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7798:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7799-                enable_ext_wiki_publisher=yes
##############################################
libreoffice-7.0.3/configure-7818-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7819:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7820-                enable_lpsolve=yes
##############################################
libreoffice-7.0.3/configure-7838-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7839:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7840-                enable_coinmp=yes
##############################################
libreoffice-7.0.3/configure-7859-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7860:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7861-                enable_pdfimport=yes
##############################################
libreoffice-7.0.3/configure-7880-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7881:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7882-                enable_pdfium=yes
##############################################
libreoffice-7.0.3/configure-7901-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7902:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7903-                enable_skia=yes
##############################################
libreoffice-7.0.3/configure-7925-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7926:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7927-                enable_mergelibs=yes
##############################################
libreoffice-7.0.3/configure-7946-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7947:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7948-                enable_breakpad=yes
##############################################
libreoffice-7.0.3/configure-7967-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:7968:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-7969-                enable_crashdump=yes
##############################################
libreoffice-7.0.3/configure-8000-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8001:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8002-                enable_pch=yes
##############################################
libreoffice-7.0.3/configure-8021-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8022:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8023-                enable_epm=yes
##############################################
libreoffice-7.0.3/configure-8042-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8043:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8044-                enable_odk=yes
##############################################
libreoffice-7.0.3/configure-8069-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8070:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8071-                enable_evolution2=yes
##############################################
libreoffice-7.0.3/configure-8096-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8097:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8098-                enable_werror=yes
##############################################
libreoffice-7.0.3/configure-8117-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8118:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8119-                enable_assert_always_abort=yes
##############################################
libreoffice-7.0.3/configure-8138-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8139:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8140-                enable_dbgutil=yes
##############################################
libreoffice-7.0.3/configure-8159-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8160:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8161-                enable_debug=yes
##############################################
libreoffice-7.0.3/configure-8180-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8181:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8182-                enable_split_debug=yes
##############################################
libreoffice-7.0.3/configure-8201-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8202:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8203-                enable_gdb_index=yes
##############################################
libreoffice-7.0.3/configure-8222-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8223:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8224-                enable_sal_log=yes
##############################################
libreoffice-7.0.3/configure-8243-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8244:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8245-                enable_symbols=yes
##############################################
libreoffice-7.0.3/configure-8264-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8265:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8266-                enable_optimized=yes
##############################################
libreoffice-7.0.3/configure-8285-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8286:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8287-                enable_runtime_optimizations=yes
##############################################
libreoffice-7.0.3/configure-8313-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8314:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8315-                enable_compiler_plugins=yes
##############################################
libreoffice-7.0.3/configure-8339-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8340:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8341-                enable_compiler_plugins_analyzer_pch=yes
##############################################
libreoffice-7.0.3/configure-8360-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8361:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8362-                enable_ooenv=yes
##############################################
libreoffice-7.0.3/configure-8381-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8382:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8383-                enable_libnumbertext=yes
##############################################
libreoffice-7.0.3/configure-8414-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8415:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8416-                enable_gtk3=yes
##############################################
libreoffice-7.0.3/configure-8453-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8454:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8455-                enable_cairo_canvas=yes
##############################################
libreoffice-7.0.3/configure-8474-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8475:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8476-                enable_dbus=yes
##############################################
libreoffice-7.0.3/configure-8495-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8496:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8497-                enable_sdremote=yes
##############################################
libreoffice-7.0.3/configure-8516-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8517:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8518-                enable_sdremote_bluetooth=yes
##############################################
libreoffice-7.0.3/configure-8537-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8538:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8539-                enable_gio=yes
##############################################
libreoffice-7.0.3/configure-8590-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8591:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8592-                enable_randr=yes
##############################################
libreoffice-7.0.3/configure-8611-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8612:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8613-                enable_gstreamer_1_0=yes
##############################################
libreoffice-7.0.3/configure-8632-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8633:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8634-                enable_vlc=yes
##############################################
libreoffice-7.0.3/configure-8653-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8654:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8655-                enable_neon=yes
##############################################
libreoffice-7.0.3/configure-8674-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8675:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8676-                enable_eot=yes
##############################################
libreoffice-7.0.3/configure-8695-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8696:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8697-                enable_cve_tests=yes
##############################################
libreoffice-7.0.3/configure-8716-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8717:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8718-                enable_chart_tests=yes
##############################################
libreoffice-7.0.3/configure-8767-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8768:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8769-                enable_cups=yes
##############################################
libreoffice-7.0.3/configure-8800-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8801:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8802-                enable_online_update=yes
##############################################
libreoffice-7.0.3/configure-8828-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8829:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8830-                enable_extension_update=yes
##############################################
libreoffice-7.0.3/configure-8849-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8850:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8851-                enable_release_build=yes
##############################################
libreoffice-7.0.3/configure-8925-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8926:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8927-                enable_readonly_installset=yes
##############################################
libreoffice-7.0.3/configure-8946-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8947:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8948-                enable_postgresql_sdbc=yes
##############################################
libreoffice-7.0.3/configure-8967-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8968:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8969-                enable_lotuswordpro=yes
##############################################
libreoffice-7.0.3/configure-8988-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:8989:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-8990-                enable_firebird_sdbc=yes
##############################################
libreoffice-7.0.3/configure-9023-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9024:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9025-                enable_cipher_openssl_backend=yes
##############################################
libreoffice-7.0.3/configure-9056-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9057:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9058-                enable_formula_logger=yes
##############################################
libreoffice-7.0.3/configure-9150-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9151:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9152-                with_helppack_integration=yes
##############################################
libreoffice-7.0.3/configure-9173-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9174:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9175-                with_fonts=yes
##############################################
libreoffice-7.0.3/configure-9371-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9372:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9373-                enable_poppler=yes
##############################################
libreoffice-7.0.3/configure-9482-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9483:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9484-                enable_scripting_beanshell=yes
##############################################
libreoffice-7.0.3/configure-9519-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9520:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9521-                enable_scripting_javascript=yes
##############################################
libreoffice-7.0.3/configure-9714-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9715:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9716-                enable_qrcodegen=yes
##############################################
libreoffice-7.0.3/configure-9827-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9828:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9829-                with_java=yes
##############################################
libreoffice-7.0.3/configure-9892-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9893:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9894-                with_junit=yes
##############################################
libreoffice-7.0.3/configure-9931-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9932:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9933-                with_doxygen=yes
##############################################
libreoffice-7.0.3/configure-9983-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:9984:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-9985-                with_krb5=yes
##############################################
libreoffice-7.0.3/configure-10006-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:10007:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-10008-                with_gssapi=yes
##############################################
libreoffice-7.0.3/configure-10036-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:10037:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-10038-                with_lxml=yes
##############################################
libreoffice-7.0.3/configure-10059-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.0.3/configure:10060:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.0.3/configure-10061-                with_latest_c__=yes
##############################################
libreoffice-7.0.3/configure-10296-                PathFormat "$1"
libreoffice-7.0.3/configure:10297:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/configure-10298-            else
libreoffice-7.0.3/configure-10299-                PathFormat "$1"
libreoffice-7.0.3/configure:10300:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/configure-10301-            fi
##############################################
libreoffice-7.0.3/configure-10667-$as_echo_n "checking whether version of ccache is suitable... " >&6; }
libreoffice-7.0.3/configure:10668:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/configure:10669:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure-10670-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/configure-10737-        else
libreoffice-7.0.3/configure:10738:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/configure-10739-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/configure-10759-
libreoffice-7.0.3/configure:10760:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/configure-10761-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/configure-10806-
libreoffice-7.0.3/configure:10807:        COMPATH=`echo $COMPATH | $SED "s@/[^/:]*\\\$@@"`
libreoffice-7.0.3/configure-10808-fi
libreoffice-7.0.3/configure:10809:COMPATH=`echo $COMPATH | $SED "s@/[Bb][Ii][Nn]\\\$@@"`
libreoffice-7.0.3/configure-10810-
##############################################
libreoffice-7.0.3/configure-10849-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/configure:10850:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/configure-10851-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/configure-10945-        CC="`xcrun -find clang`"
libreoffice-7.0.3/configure:10946:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure-10947-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/configure-10953-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/configure:10954:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure-10955-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/configure-11024-
libreoffice-7.0.3/configure:11025:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/configure-11026-        if test -n "$identity"; then
libreoffice-7.0.3/configure-11027-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/configure:11028:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[^"]*"//' -e 's/"//'`
libreoffice-7.0.3/configure-11029-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name" >&5
##############################################
libreoffice-7.0.3/configure-11035-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/configure:11036:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[^"]*"//' -e 's/"//'`
libreoffice-7.0.3/configure-11037-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name" >&5
##############################################
libreoffice-7.0.3/configure-11052-
libreoffice-7.0.3/configure:11053:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/configure-11054-        if test -n "$identity"; then
libreoffice-7.0.3/configure-11055-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/configure:11056:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[^"]*"//' -e 's/"//'`
libreoffice-7.0.3/configure-11057-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name" >&5
##############################################
libreoffice-7.0.3/configure-11063-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/configure:11064:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[^"]*"//' -e 's/"//'`
libreoffice-7.0.3/configure-11065-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name" >&5
##############################################
libreoffice-7.0.3/configure-11151-    CC="`xcrun -find clang`"
libreoffice-7.0.3/configure:11152:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure-11153-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/configure-11159-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/configure:11160:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure-11161-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/configure-11515-    for ver in $vsversions; do
libreoffice-7.0.3/configure:11516:        vswhereoutput=`$vswhere -version "[ $ver , $(expr $ver + 1) )" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/configure-11517-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/configure-11520-$as_echo_n "checking VC++ Build Tools and similar... " >&6; }
libreoffice-7.0.3/configure:11521:            vswhereoutput=`$vswhere -products \* -version "[ $ver , $(expr $ver + 1) )" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/configure-11522-        fi
##############################################
libreoffice-7.0.3/configure-11537-        esac
libreoffice-7.0.3/configure:11538:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/configure-11539-
##############################################
libreoffice-7.0.3/configure-11575-$as_echo_n "checking for short pathname of VC product directory... " >&6; }
libreoffice-7.0.3/configure:11576:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/configure-11577-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VC_PRODUCT_DIR" >&5
##############################################
libreoffice-7.0.3/configure-11608-$as_echo "found: $regvalue" >&6; }
libreoffice-7.0.3/configure:11609:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/configure-11610-    else
##############################################
libreoffice-7.0.3/configure-11623-        fi
libreoffice-7.0.3/configure:11624:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/configure-11625-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $regvalue" >&5
##############################################
libreoffice-7.0.3/configure-11662-
libreoffice-7.0.3/configure:11663:        TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/configure:11664:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/configure-11665-
##############################################
libreoffice-7.0.3/configure-11679-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/configure:11680:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/configure-11681-    fi
##############################################
libreoffice-7.0.3/configure-11684-        CC=$MSVC_CXX
libreoffice-7.0.3/configure:11685:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure-11686-    fi
##############################################
libreoffice-7.0.3/configure-11688-        CXX=$MSVC_CXX
libreoffice-7.0.3/configure:11689:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure-11690-    fi
##############################################
libreoffice-7.0.3/configure-11705-
libreoffice-7.0.3/configure:11706:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/configure-11707-
libreoffice-7.0.3/configure-11708-        PathFormat "$COMPATH"
libreoffice-7.0.3/configure:11709:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/configure-11710-
##############################################
libreoffice-7.0.3/configure-11778-                BUILD_X64=TRUE
libreoffice-7.0.3/configure:11779:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/configure-11780-            fi
##############################################
libreoffice-7.0.3/configure-11812-            BUILD_X86=TRUE
libreoffice-7.0.3/configure:11813:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/configure-11814-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/configure-11901-        fi
libreoffice-7.0.3/configure:11902:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/configure:11903:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/configure-11904-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/configure-12061-$as_echo_n "checking the GCC version... " >&6; }
libreoffice-7.0.3/configure:12062:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/configure-12063-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/configure-12064-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/configure:12065:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/configure-12066-
##############################################
libreoffice-7.0.3/configure-13209-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/configure:13210:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure-13211-    fi
##############################################
libreoffice-7.0.3/configure-13213-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/configure:13214:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure-13215-    fi
##############################################
libreoffice-7.0.3/configure-13249-        VV='$'$V
libreoffice-7.0.3/configure:13250:        VV=`eval "echo $VV"`
libreoffice-7.0.3/configure-13251-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/configure-13258-        VV='$'$V
libreoffice-7.0.3/configure:13259:        VV=`eval "echo $VV"`
libreoffice-7.0.3/configure:13260:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([a-z]*\),/\1_for_build,g"`
libreoffice-7.0.3/configure-13261-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/configure-13266-
libreoffice-7.0.3/configure:13267:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/configure-13268-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/configure-13612-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:13613:  pkg_cv_FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.4.1" 2>/dev/null`
libreoffice-7.0.3/configure-13614-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-13629-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:13630:  pkg_cv_FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.4.1" 2>/dev/null`
libreoffice-7.0.3/configure-13631-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-13650-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:13651:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig >= 2.4.1" 2>&1`
libreoffice-7.0.3/configure-13652-        else
libreoffice-7.0.3/configure:13653:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig >= 2.4.1" 2>&1`
libreoffice-7.0.3/configure-13654-        fi
##############################################
libreoffice-7.0.3/configure-13699-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure:13700:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/configure-13701-   else
##############################################
libreoffice-7.0.3/configure-13971-$as_echo_n "checking ccache version... " >&6; }
libreoffice-7.0.3/configure:13972:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/configure:13973:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure-13974-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CCACHE_VERSION" >&5
##############################################
libreoffice-7.0.3/configure-14089-$as_echo_n "checking the GNU Make version... " >&6; }
libreoffice-7.0.3/configure:14090:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[^0-9]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/configure:14091:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure-14092-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/configure-14178-EOF
libreoffice-7.0.3/configure:14179:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/configure-14180-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/configure-14196-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure:14197:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/configure-14198-fi
##############################################
libreoffice-7.0.3/configure-14219-
libreoffice-7.0.3/configure:14220:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/configure-14221-STALE_MAKE=
##############################################
libreoffice-7.0.3/configure-14333-else
libreoffice-7.0.3/configure:14334:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/configure-14335-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/configure-15726-    160)
libreoffice-7.0.3/configure:15727:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/configure-15728-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/configure-15740-    if test -n "$msmdir"; then
libreoffice-7.0.3/configure:15741:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/configure-15742-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $msmdir" >&5
##############################################
libreoffice-7.0.3/configure-15764-    160)
libreoffice-7.0.3/configure:15765:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/configure-15766-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/configure-15804-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/configure:15805:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/configure:15806:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/configure-15807-        fi
##############################################
libreoffice-7.0.3/configure-15813-        # Remove a possible trailing backslash
libreoffice-7.0.3/configure:15814:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/configure-15815-
##############################################
libreoffice-7.0.3/configure-15928-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/configure:15929:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/configure-15930-
##############################################
libreoffice-7.0.3/configure-15959-
libreoffice-7.0.3/configure:15960:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/configure-15961-
##############################################
libreoffice-7.0.3/configure-15989-
libreoffice-7.0.3/configure:15990:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/configure-15991-
##############################################
libreoffice-7.0.3/configure-16401-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/configure:16402:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure-16403-    fi
##############################################
libreoffice-7.0.3/configure-16409-
libreoffice-7.0.3/configure:16410:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/configure:16411:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/configure-16412-
##############################################
libreoffice-7.0.3/configure-18306-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure:18307:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/configure-18308-fi
##############################################
libreoffice-7.0.3/configure-18352-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:18353:  pkg_cv_LIBCMIS_CFLAGS=`$PKG_CONFIG --cflags "libcmis-0.5 >= 0.5.2" 2>/dev/null`
libreoffice-7.0.3/configure-18354-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-18369-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:18370:  pkg_cv_LIBCMIS_LIBS=`$PKG_CONFIG --libs "libcmis-0.5 >= 0.5.2" 2>/dev/null`
libreoffice-7.0.3/configure-18371-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-18390-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:18391:	        LIBCMIS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcmis-0.5 >= 0.5.2" 2>&1`
libreoffice-7.0.3/configure-18392-        else
libreoffice-7.0.3/configure:18393:	        LIBCMIS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcmis-0.5 >= 0.5.2" 2>&1`
libreoffice-7.0.3/configure-18394-        fi
##############################################
libreoffice-7.0.3/configure-19936-    find_msms
libreoffice-7.0.3/configure:19937:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/configure-19938-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/configure:19939:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/configure-19940-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/configure-20003-        else
libreoffice-7.0.3/configure:20004:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/configure-20005-            howfound="you passed"
##############################################
libreoffice-7.0.3/configure-20066-                if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure:20067:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/configure:20068:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/configure-20069-            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You are building 64-bit binaries but the JDK $howfound is 32-bit" >&5
##############################################
libreoffice-7.0.3/configure-20071-            as_fn_error $? "You should pass the --with-jdk-home option pointing to a 64-bit JDK" "$LINENO" 5
libreoffice-7.0.3/configure:20072:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/configure-20073-            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You are building 32-bit binaries but the JDK $howfound is 64-bit" >&5
##############################################
libreoffice-7.0.3/configure-20077-
libreoffice-7.0.3/configure:20078:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/configure-20079-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/configure-20080-        fi
libreoffice-7.0.3/configure:20081:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/configure-20082-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/configure-20084-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/configure:20085:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/configure-20086-                    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit" >&5
##############################################
libreoffice-7.0.3/configure-20091-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/configure:20092:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/configure-20093-                    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You are building 32-bit binaries but the JDK $howfound is 64-bit" >&5
##############################################
libreoffice-7.0.3/configure-20111-    if test -n "$JAVAINTERPRETER"; then
libreoffice-7.0.3/configure:20112:                if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/configure-20113-            as_fn_error $? "No valid check available. Please check the block for your desired java in configure.ac" "$LINENO" 5
libreoffice-7.0.3/configure:20114:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/configure-20115-            as_fn_error $? "No valid check available. Please check the block for your desired java in configure.ac" "$LINENO" 5
libreoffice-7.0.3/configure:20116:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/configure-20117-            as_fn_error $? "No valid check available. Please check the block for your desired java in configure.ac" "$LINENO" 5
libreoffice-7.0.3/configure:20118:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/configure-20119-            as_fn_error $? "No valid check available. Please check the block for your desired java in configure.ac" "$LINENO" 5
##############################################
libreoffice-7.0.3/configure-20122-
libreoffice-7.0.3/configure:20123:                        _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[-A-Za-z]*//`
libreoffice-7.0.3/configure:20124:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/configure-20125-
##############################################
libreoffice-7.0.3/configure-20134-$as_echo "found (JDK $_jdk)" >&6; }
libreoffice-7.0.3/configure:20135:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/configure-20136-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/configure:20137:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[eE][xX][eE]$,,"`
libreoffice-7.0.3/configure-20138-            fi
##############################################
libreoffice-7.0.3/configure-20207-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure:20208:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/configure-20209-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/configure-20210-        fi
libreoffice-7.0.3/configure:20211:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/configure-20212-    fi
##############################################
libreoffice-7.0.3/configure-20307-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure:20308:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/configure-20309-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/configure-20310-        fi
libreoffice-7.0.3/configure:20311:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/configure-20312-    fi
libreoffice-7.0.3/configure-20313-
libreoffice-7.0.3/configure:20314:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/configure-20315-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/configure-20391-$as_echo_n "checking if gij knows its java.home... " >&6; }
libreoffice-7.0.3/configure:20392:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/configure-20393-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/configure-20403-        else
libreoffice-7.0.3/configure:20404:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/configure-20405-        fi
##############################################
libreoffice-7.0.3/configure-20654-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/configure:20655:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/configure-20656-
##############################################
libreoffice-7.0.3/configure-20666-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/configure:20667:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/configure-20668-        else
##############################################
libreoffice-7.0.3/configure-20726-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/configure:20727:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/configure-20728-
##############################################
libreoffice-7.0.3/configure-20734-            # check version of existing officeotron
libreoffice-7.0.3/configure:20735:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure-20736-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/configure-20744-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/configure:20745:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/configure-20746-        else
##############################################
libreoffice-7.0.3/configure-20766-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/configure:20767:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/configure-20768-    else
##############################################
libreoffice-7.0.3/configure-20772-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure:20773:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/configure-20774-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BFFVALIDATOR" >&5
##############################################
libreoffice-7.0.3/configure-21012-$as_echo_n "checking epm version... " >&6; }
libreoffice-7.0.3/configure:21013:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/configure:21014:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/configure:21015:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/configure-21016-                { $as_echo "$as_me:${as_lineno-$LINENO}: result: OK, >= 3.7" >&5
##############################################
libreoffice-7.0.3/configure-21044-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/configure:21045:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/configure-21046-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RPM_PATH" >&5
##############################################
libreoffice-7.0.3/configure-21101-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/configure:21102:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/configure-21103-                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether epm is patched for LibreOffice's needs" >&5
##############################################
libreoffice-7.0.3/configure-21269-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/configure:21270:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/configure:21271:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/configure-21272-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/configure-21447-
libreoffice-7.0.3/configure:21448:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/configure-21449-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/configure-21713-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/configure:21714:        for ac_prog in nasm nasmw yasm
libreoffice-7.0.3/configure-21715-do
##############################################
libreoffice-7.0.3/configure-21864-
libreoffice-7.0.3/configure:21865:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the assembler ($NASM $NAFLAGS) works" >&5
libreoffice-7.0.3/configure:21866:$as_echo_n "checking whether the assembler ($NASM $NAFLAGS) works... " >&6; }
libreoffice-7.0.3/configure:21867:            cat > conftest.asm << EOF
libreoffice-7.0.3/configure-21868-            %line 21868 "configure"
##############################################
libreoffice-7.0.3/configure-21875-EOF
libreoffice-7.0.3/configure:21876:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/configure-21877-            if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$try_nasm\""; } >&5
##############################################
libreoffice-7.0.3/configure-21885-              echo "configure: failed program was:" >&5
libreoffice-7.0.3/configure:21886:              cat conftest.asm >&5
libreoffice-7.0.3/configure-21887-              rm -rf conftest*
##############################################
libreoffice-7.0.3/configure-21899-****************************************************************************
libreoffice-7.0.3/configure:21900:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/configure-21901-To get one please:
##############################################
libreoffice-7.0.3/configure-21916-
libreoffice-7.0.3/configure:21917:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/configure:21918:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/configure-21919-
##############################################
libreoffice-7.0.3/configure-21926-            fi
libreoffice-7.0.3/configure:21927:            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no suitable nasm (Netwide Assembler) found" >&5
libreoffice-7.0.3/configure:21928:$as_echo "$as_me: WARNING: no suitable nasm (Netwide Assembler) found" >&2;}
libreoffice-7.0.3/configure:21929:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/configure-21930-        fi
##############################################
libreoffice-7.0.3/configure-21959-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:21960:  pkg_cv_CLUCENE_CFLAGS=`$PKG_CONFIG --cflags "libclucene-core" 2>/dev/null`
libreoffice-7.0.3/configure-21961-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-21976-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:21977:  pkg_cv_CLUCENE_LIBS=`$PKG_CONFIG --libs "libclucene-core" 2>/dev/null`
libreoffice-7.0.3/configure-21978-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-21997-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:21998:	        CLUCENE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libclucene-core" 2>&1`
libreoffice-7.0.3/configure-21999-        else
libreoffice-7.0.3/configure:22000:	        CLUCENE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libclucene-core" 2>&1`
libreoffice-7.0.3/configure-22001-        fi
##############################################
libreoffice-7.0.3/configure-22107-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22108:  pkg_cv_EXPAT_CFLAGS=`$PKG_CONFIG --cflags "expat" 2>/dev/null`
libreoffice-7.0.3/configure-22109-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22124-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22125:  pkg_cv_EXPAT_LIBS=`$PKG_CONFIG --libs "expat" 2>/dev/null`
libreoffice-7.0.3/configure-22126-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22145-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:22146:	        EXPAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "expat" 2>&1`
libreoffice-7.0.3/configure-22147-        else
libreoffice-7.0.3/configure:22148:	        EXPAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "expat" 2>&1`
libreoffice-7.0.3/configure-22149-        fi
##############################################
libreoffice-7.0.3/configure-22229-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22230:  pkg_cv_XMLSEC_CFLAGS=`$PKG_CONFIG --cflags "xmlsec1-nss >= 1.2.28" 2>/dev/null`
libreoffice-7.0.3/configure-22231-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22246-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22247:  pkg_cv_XMLSEC_LIBS=`$PKG_CONFIG --libs "xmlsec1-nss >= 1.2.28" 2>/dev/null`
libreoffice-7.0.3/configure-22248-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22267-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:22268:	        XMLSEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xmlsec1-nss >= 1.2.28" 2>&1`
libreoffice-7.0.3/configure-22269-        else
libreoffice-7.0.3/configure:22270:	        XMLSEC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xmlsec1-nss >= 1.2.28" 2>&1`
libreoffice-7.0.3/configure-22271-        fi
##############################################
libreoffice-7.0.3/configure-22360-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22361:  pkg_cv_LIBEOT_CFLAGS=`$PKG_CONFIG --cflags "libeot >= 0.01" 2>/dev/null`
libreoffice-7.0.3/configure-22362-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22377-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22378:  pkg_cv_LIBEOT_LIBS=`$PKG_CONFIG --libs "libeot >= 0.01" 2>/dev/null`
libreoffice-7.0.3/configure-22379-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22398-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:22399:	        LIBEOT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libeot >= 0.01" 2>&1`
libreoffice-7.0.3/configure-22400-        else
libreoffice-7.0.3/configure:22401:	        LIBEOT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libeot >= 0.01" 2>&1`
libreoffice-7.0.3/configure-22402-        fi
##############################################
libreoffice-7.0.3/configure-22494-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22495:  pkg_cv_REVENGE_CFLAGS=`$PKG_CONFIG --cflags "librevenge-0.0 >= 0.0.1" 2>/dev/null`
libreoffice-7.0.3/configure-22496-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22511-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22512:  pkg_cv_REVENGE_LIBS=`$PKG_CONFIG --libs "librevenge-0.0 >= 0.0.1" 2>/dev/null`
libreoffice-7.0.3/configure-22513-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22532-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:22533:	        REVENGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "librevenge-0.0 >= 0.0.1" 2>&1`
libreoffice-7.0.3/configure-22534-        else
libreoffice-7.0.3/configure:22535:	        REVENGE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "librevenge-0.0 >= 0.0.1" 2>&1`
libreoffice-7.0.3/configure-22536-        fi
##############################################
libreoffice-7.0.3/configure-22616-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22617:  pkg_cv_ODFGEN_CFLAGS=`$PKG_CONFIG --cflags "libodfgen-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-22618-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22633-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22634:  pkg_cv_ODFGEN_LIBS=`$PKG_CONFIG --libs "libodfgen-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-22635-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22654-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:22655:	        ODFGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libodfgen-0.1" 2>&1`
libreoffice-7.0.3/configure-22656-        else
libreoffice-7.0.3/configure:22657:	        ODFGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libodfgen-0.1" 2>&1`
libreoffice-7.0.3/configure-22658-        fi
##############################################
libreoffice-7.0.3/configure-22738-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22739:  pkg_cv_EPUBGEN_CFLAGS=`$PKG_CONFIG --cflags "libepubgen-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-22740-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22755-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22756:  pkg_cv_EPUBGEN_LIBS=`$PKG_CONFIG --libs "libepubgen-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-22757-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22776-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:22777:	        EPUBGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libepubgen-0.1" 2>&1`
libreoffice-7.0.3/configure-22778-        else
libreoffice-7.0.3/configure:22779:	        EPUBGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libepubgen-0.1" 2>&1`
libreoffice-7.0.3/configure-22780-        fi
##############################################
libreoffice-7.0.3/configure-22866-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22867:  pkg_cv_WPD_CFLAGS=`$PKG_CONFIG --cflags "libwpd-0.10" 2>/dev/null`
libreoffice-7.0.3/configure-22868-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22883-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22884:  pkg_cv_WPD_LIBS=`$PKG_CONFIG --libs "libwpd-0.10" 2>/dev/null`
libreoffice-7.0.3/configure-22885-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-22904-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:22905:	        WPD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwpd-0.10" 2>&1`
libreoffice-7.0.3/configure-22906-        else
libreoffice-7.0.3/configure:22907:	        WPD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwpd-0.10" 2>&1`
libreoffice-7.0.3/configure-22908-        fi
##############################################
libreoffice-7.0.3/configure-22988-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:22989:  pkg_cv_WPG_CFLAGS=`$PKG_CONFIG --cflags "libwpg-0.3" 2>/dev/null`
libreoffice-7.0.3/configure-22990-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23005-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23006:  pkg_cv_WPG_LIBS=`$PKG_CONFIG --libs "libwpg-0.3" 2>/dev/null`
libreoffice-7.0.3/configure-23007-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23026-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:23027:	        WPG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwpg-0.3" 2>&1`
libreoffice-7.0.3/configure-23028-        else
libreoffice-7.0.3/configure:23029:	        WPG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwpg-0.3" 2>&1`
libreoffice-7.0.3/configure-23030-        fi
##############################################
libreoffice-7.0.3/configure-23110-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23111:  pkg_cv_WPS_CFLAGS=`$PKG_CONFIG --cflags "libwps-0.4" 2>/dev/null`
libreoffice-7.0.3/configure-23112-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23127-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23128:  pkg_cv_WPS_LIBS=`$PKG_CONFIG --libs "libwps-0.4" 2>/dev/null`
libreoffice-7.0.3/configure-23129-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23148-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:23149:	        WPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwps-0.4" 2>&1`
libreoffice-7.0.3/configure-23150-        else
libreoffice-7.0.3/configure:23151:	        WPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwps-0.4" 2>&1`
libreoffice-7.0.3/configure-23152-        fi
##############################################
libreoffice-7.0.3/configure-23210-
libreoffice-7.0.3/configure:23211:            ver=`$PKG_CONFIG --modversion "libwps-0.4"`
libreoffice-7.0.3/configure-23212-            if test -n "$ver"; then :
##############################################
libreoffice-7.0.3/configure-23290-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23291:  pkg_cv_VISIO_CFLAGS=`$PKG_CONFIG --cflags "libvisio-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-23292-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23307-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23308:  pkg_cv_VISIO_LIBS=`$PKG_CONFIG --libs "libvisio-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-23309-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23328-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:23329:	        VISIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libvisio-0.1" 2>&1`
libreoffice-7.0.3/configure-23330-        else
libreoffice-7.0.3/configure:23331:	        VISIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libvisio-0.1" 2>&1`
libreoffice-7.0.3/configure-23332-        fi
##############################################
libreoffice-7.0.3/configure-23412-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23413:  pkg_cv_CDR_CFLAGS=`$PKG_CONFIG --cflags "libcdr-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-23414-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23429-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23430:  pkg_cv_CDR_LIBS=`$PKG_CONFIG --libs "libcdr-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-23431-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23450-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:23451:	        CDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcdr-0.1" 2>&1`
libreoffice-7.0.3/configure-23452-        else
libreoffice-7.0.3/configure:23453:	        CDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcdr-0.1" 2>&1`
libreoffice-7.0.3/configure-23454-        fi
##############################################
libreoffice-7.0.3/configure-23534-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23535:  pkg_cv_MSPUB_CFLAGS=`$PKG_CONFIG --cflags "libmspub-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-23536-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23551-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23552:  pkg_cv_MSPUB_LIBS=`$PKG_CONFIG --libs "libmspub-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-23553-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23572-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:23573:	        MSPUB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmspub-0.1" 2>&1`
libreoffice-7.0.3/configure-23574-        else
libreoffice-7.0.3/configure:23575:	        MSPUB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmspub-0.1" 2>&1`
libreoffice-7.0.3/configure-23576-        fi
##############################################
libreoffice-7.0.3/configure-23656-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23657:  pkg_cv_MWAW_CFLAGS=`$PKG_CONFIG --cflags "libmwaw-0.3 >= 0.3.1" 2>/dev/null`
libreoffice-7.0.3/configure-23658-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23673-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23674:  pkg_cv_MWAW_LIBS=`$PKG_CONFIG --libs "libmwaw-0.3 >= 0.3.1" 2>/dev/null`
libreoffice-7.0.3/configure-23675-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23694-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:23695:	        MWAW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmwaw-0.3 >= 0.3.1" 2>&1`
libreoffice-7.0.3/configure-23696-        else
libreoffice-7.0.3/configure:23697:	        MWAW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmwaw-0.3 >= 0.3.1" 2>&1`
libreoffice-7.0.3/configure-23698-        fi
##############################################
libreoffice-7.0.3/configure-23756-
libreoffice-7.0.3/configure:23757:            ver=`$PKG_CONFIG --modversion "libmwaw-0.3"`
libreoffice-7.0.3/configure-23758-            if test -n "$ver"; then :
##############################################
libreoffice-7.0.3/configure-23836-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23837:  pkg_cv_ETONYEK_CFLAGS=`$PKG_CONFIG --cflags "libetonyek-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-23838-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23853-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:23854:  pkg_cv_ETONYEK_LIBS=`$PKG_CONFIG --libs "libetonyek-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-23855-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-23874-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:23875:	        ETONYEK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libetonyek-0.1" 2>&1`
libreoffice-7.0.3/configure-23876-        else
libreoffice-7.0.3/configure:23877:	        ETONYEK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libetonyek-0.1" 2>&1`
libreoffice-7.0.3/configure-23878-        fi
##############################################
libreoffice-7.0.3/configure-23936-
libreoffice-7.0.3/configure:23937:            ver=`$PKG_CONFIG --modversion "libetonyek-0.1"`
libreoffice-7.0.3/configure-23938-            if test -n "$ver"; then :
##############################################
libreoffice-7.0.3/configure-24016-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24017:  pkg_cv_FREEHAND_CFLAGS=`$PKG_CONFIG --cflags "libfreehand-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-24018-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24033-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24034:  pkg_cv_FREEHAND_LIBS=`$PKG_CONFIG --libs "libfreehand-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-24035-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24054-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:24055:	        FREEHAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfreehand-0.1" 2>&1`
libreoffice-7.0.3/configure-24056-        else
libreoffice-7.0.3/configure:24057:	        FREEHAND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfreehand-0.1" 2>&1`
libreoffice-7.0.3/configure-24058-        fi
##############################################
libreoffice-7.0.3/configure-24138-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24139:  pkg_cv_EBOOK_CFLAGS=`$PKG_CONFIG --cflags "libe-book-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-24140-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24155-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24156:  pkg_cv_EBOOK_LIBS=`$PKG_CONFIG --libs "libe-book-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-24157-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24176-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:24177:	        EBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libe-book-0.1" 2>&1`
libreoffice-7.0.3/configure-24178-        else
libreoffice-7.0.3/configure:24179:	        EBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libe-book-0.1" 2>&1`
libreoffice-7.0.3/configure-24180-        fi
##############################################
libreoffice-7.0.3/configure-24238-
libreoffice-7.0.3/configure:24239:            ver=`$PKG_CONFIG --modversion "libe-book-0.1"`
libreoffice-7.0.3/configure-24240-            if test -n "$ver"; then :
##############################################
libreoffice-7.0.3/configure-24318-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24319:  pkg_cv_ABW_CFLAGS=`$PKG_CONFIG --cflags "libabw-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-24320-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24335-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24336:  pkg_cv_ABW_LIBS=`$PKG_CONFIG --libs "libabw-0.1" 2>/dev/null`
libreoffice-7.0.3/configure-24337-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24356-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:24357:	        ABW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libabw-0.1" 2>&1`
libreoffice-7.0.3/configure-24358-        else
libreoffice-7.0.3/configure:24359:	        ABW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libabw-0.1" 2>&1`
libreoffice-7.0.3/configure-24360-        fi
##############################################
libreoffice-7.0.3/configure-24440-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24441:  pkg_cv_PAGEMAKER_CFLAGS=`$PKG_CONFIG --cflags "libpagemaker-0.0" 2>/dev/null`
libreoffice-7.0.3/configure-24442-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24457-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24458:  pkg_cv_PAGEMAKER_LIBS=`$PKG_CONFIG --libs "libpagemaker-0.0" 2>/dev/null`
libreoffice-7.0.3/configure-24459-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24478-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:24479:	        PAGEMAKER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpagemaker-0.0" 2>&1`
libreoffice-7.0.3/configure-24480-        else
libreoffice-7.0.3/configure:24481:	        PAGEMAKER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpagemaker-0.0" 2>&1`
libreoffice-7.0.3/configure-24482-        fi
##############################################
libreoffice-7.0.3/configure-24562-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24563:  pkg_cv_QXP_CFLAGS=`$PKG_CONFIG --cflags "libqxp-0.0" 2>/dev/null`
libreoffice-7.0.3/configure-24564-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24579-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24580:  pkg_cv_QXP_LIBS=`$PKG_CONFIG --libs "libqxp-0.0" 2>/dev/null`
libreoffice-7.0.3/configure-24581-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24600-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:24601:	        QXP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libqxp-0.0" 2>&1`
libreoffice-7.0.3/configure-24602-        else
libreoffice-7.0.3/configure:24603:	        QXP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libqxp-0.0" 2>&1`
libreoffice-7.0.3/configure-24604-        fi
##############################################
libreoffice-7.0.3/configure-24684-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24685:  pkg_cv_ZMF_CFLAGS=`$PKG_CONFIG --cflags "libzmf-0.0" 2>/dev/null`
libreoffice-7.0.3/configure-24686-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24701-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24702:  pkg_cv_ZMF_LIBS=`$PKG_CONFIG --libs "libzmf-0.0" 2>/dev/null`
libreoffice-7.0.3/configure-24703-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24722-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:24723:	        ZMF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzmf-0.0" 2>&1`
libreoffice-7.0.3/configure-24724-        else
libreoffice-7.0.3/configure:24725:	        ZMF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzmf-0.0" 2>&1`
libreoffice-7.0.3/configure-24726-        fi
##############################################
libreoffice-7.0.3/configure-24806-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24807:  pkg_cv_STAROFFICE_CFLAGS=`$PKG_CONFIG --cflags "libstaroffice-0.0" 2>/dev/null`
libreoffice-7.0.3/configure-24808-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24823-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24824:  pkg_cv_STAROFFICE_LIBS=`$PKG_CONFIG --libs "libstaroffice-0.0" 2>/dev/null`
libreoffice-7.0.3/configure-24825-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-24844-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:24845:	        STAROFFICE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libstaroffice-0.0" 2>&1`
libreoffice-7.0.3/configure-24846-        else
libreoffice-7.0.3/configure:24847:	        STAROFFICE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libstaroffice-0.0" 2>&1`
libreoffice-7.0.3/configure-24848-        fi
##############################################
libreoffice-7.0.3/configure-24906-
libreoffice-7.0.3/configure:24907:            ver=`$PKG_CONFIG --modversion "libstaroffice-0.0"`
libreoffice-7.0.3/configure-24908-            if test -n "$ver"; then :
##############################################
libreoffice-7.0.3/configure-24989-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:24990:  pkg_cv_LCMS2_CFLAGS=`$PKG_CONFIG --cflags "lcms2" 2>/dev/null`
libreoffice-7.0.3/configure-24991-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25006-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25007:  pkg_cv_LCMS2_LIBS=`$PKG_CONFIG --libs "lcms2" 2>/dev/null`
libreoffice-7.0.3/configure-25008-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25027-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:25028:	        LCMS2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lcms2" 2>&1`
libreoffice-7.0.3/configure-25029-        else
libreoffice-7.0.3/configure:25030:	        LCMS2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lcms2" 2>&1`
libreoffice-7.0.3/configure-25031-        fi
##############################################
libreoffice-7.0.3/configure-25118-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25119:  pkg_cv_CPPUNIT_CFLAGS=`$PKG_CONFIG --cflags "cppunit >= 1.14.0" 2>/dev/null`
libreoffice-7.0.3/configure-25120-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25135-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25136:  pkg_cv_CPPUNIT_LIBS=`$PKG_CONFIG --libs "cppunit >= 1.14.0" 2>/dev/null`
libreoffice-7.0.3/configure-25137-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25156-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:25157:	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cppunit >= 1.14.0" 2>&1`
libreoffice-7.0.3/configure-25158-        else
libreoffice-7.0.3/configure:25159:	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cppunit >= 1.14.0" 2>&1`
libreoffice-7.0.3/configure-25160-        fi
##############################################
libreoffice-7.0.3/configure-25236-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25237:  pkg_cv_FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2 >= 9.9.3" 2>/dev/null`
libreoffice-7.0.3/configure-25238-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25253-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25254:  pkg_cv_FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2 >= 9.9.3" 2>/dev/null`
libreoffice-7.0.3/configure-25255-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25274-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:25275:	        FREETYPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2 >= 9.9.3" 2>&1`
libreoffice-7.0.3/configure-25276-        else
libreoffice-7.0.3/configure:25277:	        FREETYPE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2 >= 9.9.3" 2>&1`
libreoffice-7.0.3/configure-25278-        fi
##############################################
libreoffice-7.0.3/configure-25375-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25376:  pkg_cv_LIBXSLT_CFLAGS=`$PKG_CONFIG --cflags "libxslt" 2>/dev/null`
libreoffice-7.0.3/configure-25377-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25392-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25393:  pkg_cv_LIBXSLT_LIBS=`$PKG_CONFIG --libs "libxslt" 2>/dev/null`
libreoffice-7.0.3/configure-25394-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25413-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:25414:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxslt" 2>&1`
libreoffice-7.0.3/configure-25415-        else
libreoffice-7.0.3/configure:25416:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxslt" 2>&1`
libreoffice-7.0.3/configure-25417-        fi
##############################################
libreoffice-7.0.3/configure-25469-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25470:  pkg_cv_LIBEXSLT_CFLAGS=`$PKG_CONFIG --cflags "libexslt" 2>/dev/null`
libreoffice-7.0.3/configure-25471-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25486-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25487:  pkg_cv_LIBEXSLT_LIBS=`$PKG_CONFIG --libs "libexslt" 2>/dev/null`
libreoffice-7.0.3/configure-25488-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25507-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:25508:	        LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexslt" 2>&1`
libreoffice-7.0.3/configure-25509-        else
libreoffice-7.0.3/configure:25510:	        LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexslt" 2>&1`
libreoffice-7.0.3/configure-25511-        fi
##############################################
libreoffice-7.0.3/configure-25673-    elif test $_os = iOS; then
libreoffice-7.0.3/configure:25674:                usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/configure-25675-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/configure-25691-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25692:  pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.0" 2>/dev/null`
libreoffice-7.0.3/configure-25693-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25708-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:25709:  pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.0" 2>/dev/null`
libreoffice-7.0.3/configure-25710-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-25729-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:25730:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.0" 2>&1`
libreoffice-7.0.3/configure-25731-        else
libreoffice-7.0.3/configure:25732:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.0" 2>&1`
libreoffice-7.0.3/configure-25733-        fi
##############################################
libreoffice-7.0.3/configure-25977-else
libreoffice-7.0.3/configure:25978:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
libreoffice-7.0.3/configure-25979-fi
##############################################
libreoffice-7.0.3/configure-25996-else
libreoffice-7.0.3/configure:25997:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
libreoffice-7.0.3/configure-25998-fi
##############################################
libreoffice-7.0.3/configure-26045-     $am_py_prefix*)
libreoffice-7.0.3/configure:26046:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
libreoffice-7.0.3/configure:26047:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
libreoffice-7.0.3/configure-26048-       ;;
##############################################
libreoffice-7.0.3/configure-26089-     $am_py_exec_prefix*)
libreoffice-7.0.3/configure:26090:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
libreoffice-7.0.3/configure:26091:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
libreoffice-7.0.3/configure-26092-       ;;
##############################################
libreoffice-7.0.3/configure-26281-else
libreoffice-7.0.3/configure:26282:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
libreoffice-7.0.3/configure-26283-fi
##############################################
libreoffice-7.0.3/configure-26300-else
libreoffice-7.0.3/configure:26301:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
libreoffice-7.0.3/configure-26302-fi
##############################################
libreoffice-7.0.3/configure-26349-     $am_py_prefix*)
libreoffice-7.0.3/configure:26350:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
libreoffice-7.0.3/configure:26351:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
libreoffice-7.0.3/configure-26352-       ;;
##############################################
libreoffice-7.0.3/configure-26393-     $am_py_exec_prefix*)
libreoffice-7.0.3/configure:26394:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
libreoffice-7.0.3/configure:26395:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
libreoffice-7.0.3/configure-26396-       ;;
##############################################
libreoffice-7.0.3/configure-26595-else
libreoffice-7.0.3/configure:26596:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
libreoffice-7.0.3/configure-26597-fi
##############################################
libreoffice-7.0.3/configure-26614-else
libreoffice-7.0.3/configure:26615:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
libreoffice-7.0.3/configure-26616-fi
##############################################
libreoffice-7.0.3/configure-26663-     $am_py_prefix*)
libreoffice-7.0.3/configure:26664:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
libreoffice-7.0.3/configure:26665:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
libreoffice-7.0.3/configure-26666-       ;;
##############################################
libreoffice-7.0.3/configure-26707-     $am_py_exec_prefix*)
libreoffice-7.0.3/configure:26708:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
libreoffice-7.0.3/configure:26709:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
libreoffice-7.0.3/configure-26710-       ;;
##############################################
libreoffice-7.0.3/configure-26734-
libreoffice-7.0.3/configure:26735:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/configure:26736:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/configure:26737:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/configure:26738:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/configure-26739-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/configure-26742-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/configure:26743:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/configure:26744:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/configure-26745-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/configure:26746:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/configure:26747:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/configure-26748-        else
##############################################
libreoffice-7.0.3/configure-26990-$as_echo_n "checking MariaDB version... " >&6; }
libreoffice-7.0.3/configure:26991:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/configure:26992:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/configure-26993-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/configure-27000-$as_echo_n "checking for MariaDB Client library... " >&6; }
libreoffice-7.0.3/configure:27001:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/configure-27002-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/configure-27004-        fi
libreoffice-7.0.3/configure:27005:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/configure-27006-                                if test "$OS" = LINUX -a "$CPUNAME" = INTEL; then
##############################################
libreoffice-7.0.3/configure-27125-$as_echo_n "checking whether hsqldb should be built with JDBC 4.1... " >&6; }
libreoffice-7.0.3/configure:27126:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/configure-27127-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/configure-27222-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:27223:  pkg_cv_POSTGRESQL_CFLAGS=`$PKG_CONFIG --cflags "libpq" 2>/dev/null`
libreoffice-7.0.3/configure-27224-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-27239-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:27240:  pkg_cv_POSTGRESQL_LIBS=`$PKG_CONFIG --libs "libpq" 2>/dev/null`
libreoffice-7.0.3/configure-27241-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-27260-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:27261:	        POSTGRESQL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpq" 2>&1`
libreoffice-7.0.3/configure-27262-        else
libreoffice-7.0.3/configure:27263:	        POSTGRESQL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpq" 2>&1`
libreoffice-7.0.3/configure-27264-        fi
##############################################
libreoffice-7.0.3/configure-28036-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28037:  pkg_cv_FIREBIRD_CFLAGS=`$PKG_CONFIG --cflags "fbclient >= 3" 2>/dev/null`
libreoffice-7.0.3/configure-28038-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28053-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28054:  pkg_cv_FIREBIRD_LIBS=`$PKG_CONFIG --libs "fbclient >= 3" 2>/dev/null`
libreoffice-7.0.3/configure-28055-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28074-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:28075:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbclient >= 3" 2>&1`
libreoffice-7.0.3/configure-28076-        else
libreoffice-7.0.3/configure:28077:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbclient >= 3" 2>&1`
libreoffice-7.0.3/configure-28078-        fi
##############################################
libreoffice-7.0.3/configure-28096-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28097:  pkg_cv_FIREBIRD_CFLAGS=`$PKG_CONFIG --cflags "fbembed" 2>/dev/null`
libreoffice-7.0.3/configure-28098-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28113-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28114:  pkg_cv_FIREBIRD_LIBS=`$PKG_CONFIG --libs "fbembed" 2>/dev/null`
libreoffice-7.0.3/configure-28115-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28134-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:28135:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbembed" 2>&1`
libreoffice-7.0.3/configure-28136-        else
libreoffice-7.0.3/configure:28137:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbembed" 2>&1`
libreoffice-7.0.3/configure-28138-        fi
##############################################
libreoffice-7.0.3/configure-28192-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28193:  pkg_cv_FIREBIRD_CFLAGS=`$PKG_CONFIG --cflags "fbembed" 2>/dev/null`
libreoffice-7.0.3/configure-28194-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28209-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28210:  pkg_cv_FIREBIRD_LIBS=`$PKG_CONFIG --libs "fbembed" 2>/dev/null`
libreoffice-7.0.3/configure-28211-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28230-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:28231:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbembed" 2>&1`
libreoffice-7.0.3/configure-28232-        else
libreoffice-7.0.3/configure:28233:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbembed" 2>&1`
libreoffice-7.0.3/configure-28234-        fi
##############################################
libreoffice-7.0.3/configure-28277-fi
libreoffice-7.0.3/configure:28278:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/configure-28279-        else
##############################################
libreoffice-7.0.3/configure-28281-$as_echo "$as_me: fb_config found" >&6;}
libreoffice-7.0.3/configure:28282:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/configure-28283-            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Firebird Client library" >&5
libreoffice-7.0.3/configure-28284-$as_echo_n "checking for Firebird Client library... " >&6; }
libreoffice-7.0.3/configure:28285:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/configure:28286:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/configure-28287-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/configure-28289-        fi
libreoffice-7.0.3/configure:28290:        { $as_echo "$as_me:${as_lineno-$LINENO}: result: includes \`$FIREBIRD_CFLAGS', libraries \`$FIREBIRD_LIBS'" >&5
libreoffice-7.0.3/configure:28291:$as_echo "includes \`$FIREBIRD_CFLAGS', libraries \`$FIREBIRD_LIBS'" >&6; }
libreoffice-7.0.3/configure-28292-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking Firebird version" >&5
##############################################
libreoffice-7.0.3/configure-28294-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/configure:28295:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/configure:28296:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/configure-28297-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/configure-28365-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28366:  pkg_cv_ATOMIC_OPS_CFLAGS=`$PKG_CONFIG --cflags "atomic_ops >= 0.7.2" 2>/dev/null`
libreoffice-7.0.3/configure-28367-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28382-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28383:  pkg_cv_ATOMIC_OPS_LIBS=`$PKG_CONFIG --libs "atomic_ops >= 0.7.2" 2>/dev/null`
libreoffice-7.0.3/configure-28384-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28403-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:28404:	        ATOMIC_OPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "atomic_ops >= 0.7.2" 2>&1`
libreoffice-7.0.3/configure-28405-        else
libreoffice-7.0.3/configure:28406:	        ATOMIC_OPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "atomic_ops >= 0.7.2" 2>&1`
libreoffice-7.0.3/configure-28407-        fi
##############################################
libreoffice-7.0.3/configure-28590-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28591:  pkg_cv_CURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl >= 7.19.4" 2>/dev/null`
libreoffice-7.0.3/configure-28592-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28607-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:28608:  pkg_cv_CURL_LIBS=`$PKG_CONFIG --libs "libcurl >= 7.19.4" 2>/dev/null`
libreoffice-7.0.3/configure-28609-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-28628-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:28629:	        CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcurl >= 7.19.4" 2>&1`
libreoffice-7.0.3/configure-28630-        else
libreoffice-7.0.3/configure:28631:	        CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcurl >= 7.19.4" 2>&1`
libreoffice-7.0.3/configure-28632-        fi
##############################################
libreoffice-7.0.3/configure-28692-        fi
libreoffice-7.0.3/configure:28693:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/configure-28694-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/configure-28696-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/configure:28697:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/configure-28698-
##############################################
libreoffice-7.0.3/configure-28775-    boost_lib_version_req=1.66
libreoffice-7.0.3/configure:28776:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
libreoffice-7.0.3/configure:28777:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
libreoffice-7.0.3/configure:28778:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
libreoffice-7.0.3/configure:28779:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
libreoffice-7.0.3/configure-28780-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
libreoffice-7.0.3/configure-28782-        fi
libreoffice-7.0.3/configure:28783:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
libreoffice-7.0.3/configure-28784-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
##############################################
libreoffice-7.0.3/configure-28879-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.0.3/configure:28880:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.0.3/configure:28881:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.0.3/configure:28882:                    V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.0.3/configure-28883-                    if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.0.3/configure-28885-                    fi
libreoffice-7.0.3/configure:28886:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.0.3/configure-28887-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.0.3/configure-28897-                if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.0.3/configure:28898:                    for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.0.3/configure:28899:                        _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.0.3/configure:28900:                        V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.0.3/configure-28901-                        if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.0.3/configure-28908-
libreoffice-7.0.3/configure:28909:            VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.0.3/configure-28910-            BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.0.3/configure-28922-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
libreoffice-7.0.3/configure:28923:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
libreoffice-7.0.3/configure:28924:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
libreoffice-7.0.3/configure:28925:                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
libreoffice-7.0.3/configure:28926:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
libreoffice-7.0.3/configure-28927-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
libreoffice-7.0.3/configure-29083-
libreoffice-7.0.3/configure:29084:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.0.3/configure-29085-            if test "x$ax_boost_user_date_time_lib" = "x"; then
libreoffice-7.0.3/configure:29086:                for libextension in `ls $BOOSTLIBDIR/libboost_date_time*.so* $BOOSTLIBDIR/libboost_date_time*.dylib* $BOOSTLIBDIR/libboost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_date_time.*\)\.so.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.a*$;\1;'` ; do
libreoffice-7.0.3/configure-29087-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:29088:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29089-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29133-                if test "x$link_date_time" != "xyes"; then
libreoffice-7.0.3/configure:29134:                for libextension in `ls $BOOSTLIBDIR/boost_date_time*.dll* $BOOSTLIBDIR/boost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_date_time.*\)\.dll.*$;\1;' -e 's;^\(boost_date_time.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/configure-29135-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:29136:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29137-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29184-               for ax_lib in $ax_boost_user_date_time_lib boost_date_time-$ax_boost_user_date_time_lib; do
libreoffice-7.0.3/configure:29185:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
libreoffice-7.0.3/configure-29186-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29316-
libreoffice-7.0.3/configure:29317:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.0.3/configure-29318-            if test "x$ax_boost_user_filesystem_lib" = "x"; then
libreoffice-7.0.3/configure:29319:                for libextension in `ls -r $BOOSTLIBDIR/libboost_filesystem* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.0.3/configure-29320-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:29321:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29322-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29366-                if test "x$link_filesystem" != "xyes"; then
libreoffice-7.0.3/configure:29367:                for libextension in `ls -r $BOOSTLIBDIR/boost_filesystem* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.0.3/configure-29368-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:29369:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29370-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29416-               for ax_lib in $ax_boost_user_filesystem_lib boost_filesystem-$ax_boost_user_filesystem_lib; do
libreoffice-7.0.3/configure:29417:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29418-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29555-
libreoffice-7.0.3/configure:29556:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.0.3/configure-29557-            if test "x$ax_boost_user_iostreams_lib" = "x"; then
libreoffice-7.0.3/configure:29558:                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so* $BOOSTLIBDIR/libboost_iostream*.dylib* $BOOSTLIBDIR/libboost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostream.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/configure-29559-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:29560:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29561-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29605-                if test "x$link_iostreams" != "xyes"; then
libreoffice-7.0.3/configure:29606:                for libextension in `ls $BOOSTLIBDIR/boost_iostreams*.dll* $BOOSTLIBDIR/boost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_iostreams.*\)\.dll.*$;\1;' -e 's;^\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/configure-29607-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:29608:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29609-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29656-               for ax_lib in $ax_boost_user_iostreams_lib boost_iostreams-$ax_boost_user_iostreams_lib; do
libreoffice-7.0.3/configure:29657:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
libreoffice-7.0.3/configure-29658-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29789-
libreoffice-7.0.3/configure:29790:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.0.3/configure-29791-
##############################################
libreoffice-7.0.3/configure-29793-            if test "x$ax_boost_user_locale_lib" = "x"; then
libreoffice-7.0.3/configure:29794:                for libextension in `ls $BOOSTLIBDIR/libboost_locale*.so* $BOOSTLIBDIR/libboost_locale*.dylib* $BOOSTLIBDIR/libboost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_locale.*\)\.so.*$;\1;' -e 's;^lib\(boost_locale.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/configure-29795-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:29796:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29797-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29841-                if test "x$link_locale" != "xyes"; then
libreoffice-7.0.3/configure:29842:                for libextension in `ls $BOOSTLIBDIR/boost_locale*.dll* $BOOSTLIBDIR/boost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_locale.*\)\.dll.*$;\1;' -e 's;^\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.0.3/configure-29843-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:29844:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29845-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-29892-               for ax_lib in $ax_boost_user_locale_lib boost_locale-$ax_boost_user_locale_lib; do
libreoffice-7.0.3/configure:29893:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-29894-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-30028-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:30029:  pkg_cv_MDDS_CFLAGS=`$PKG_CONFIG --cflags "mdds-1.5 >= 1.5.0" 2>/dev/null`
libreoffice-7.0.3/configure-30030-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-30045-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:30046:  pkg_cv_MDDS_LIBS=`$PKG_CONFIG --libs "mdds-1.5 >= 1.5.0" 2>/dev/null`
libreoffice-7.0.3/configure-30047-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-30066-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:30067:	        MDDS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mdds-1.5 >= 1.5.0" 2>&1`
libreoffice-7.0.3/configure-30068-        else
libreoffice-7.0.3/configure:30069:	        MDDS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mdds-1.5 >= 1.5.0" 2>&1`
libreoffice-7.0.3/configure-30070-        fi
##############################################
libreoffice-7.0.3/configure-30361-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:30362:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "nss >= 3.9.3 nspr >= 4.8" 2>/dev/null`
libreoffice-7.0.3/configure-30363-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-30378-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:30379:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "nss >= 3.9.3 nspr >= 4.8" 2>/dev/null`
libreoffice-7.0.3/configure-30380-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-30399-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:30400:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss >= 3.9.3 nspr >= 4.8" 2>&1`
libreoffice-7.0.3/configure-30401-        else
libreoffice-7.0.3/configure:30402:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss >= 3.9.3 nspr >= 4.8" 2>&1`
libreoffice-7.0.3/configure-30403-        fi
##############################################
libreoffice-7.0.3/configure-30582-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:30583:  pkg_cv_ICU_CFLAGS=`$PKG_CONFIG --cflags "icu-i18n >= 4.6" 2>/dev/null`
libreoffice-7.0.3/configure-30584-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-30599-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:30600:  pkg_cv_ICU_LIBS=`$PKG_CONFIG --libs "icu-i18n >= 4.6" 2>/dev/null`
libreoffice-7.0.3/configure-30601-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-30620-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:30621:	        ICU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n >= 4.6" 2>&1`
libreoffice-7.0.3/configure-30622-        else
libreoffice-7.0.3/configure:30623:	        ICU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n >= 4.6" 2>&1`
libreoffice-7.0.3/configure-30624-        fi
##############################################
libreoffice-7.0.3/configure-30659-fi
libreoffice-7.0.3/configure:30660:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/configure:30661:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/configure:30662:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/configure-30663-    fi
##############################################
libreoffice-7.0.3/configure-30665-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/configure:30666:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/configure:30667:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/configure:30668:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/configure-30669-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if MinGW and system versions of ICU are compatible" >&5
##############################################
libreoffice-7.0.3/configure-30958-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:30959:  pkg_cv_ORCUS_CFLAGS=`$PKG_CONFIG --cflags "liborcus-0.15 >= 0.15.0" 2>/dev/null`
libreoffice-7.0.3/configure-30960-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-30975-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:30976:  pkg_cv_ORCUS_LIBS=`$PKG_CONFIG --libs "liborcus-0.15 >= 0.15.0" 2>/dev/null`
libreoffice-7.0.3/configure-30977-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-30996-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:30997:	        ORCUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liborcus-0.15 >= 0.15.0" 2>&1`
libreoffice-7.0.3/configure-30998-        else
libreoffice-7.0.3/configure:30999:	        ORCUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liborcus-0.15 >= 0.15.0" 2>&1`
libreoffice-7.0.3/configure-31000-        fi
##############################################
libreoffice-7.0.3/configure-31169-
libreoffice-7.0.3/configure:31170:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.0.3/configure-31171-
##############################################
libreoffice-7.0.3/configure-31173-            if test "x$ax_boost_user_system_lib" = "x"; then
libreoffice-7.0.3/configure:31174:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.0.3/configure-31175-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:31176:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-31177-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-31221-                if test "x$link_system" != "xyes"; then
libreoffice-7.0.3/configure:31222:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.0.3/configure-31223-                     ax_lib=${libextension}
libreoffice-7.0.3/configure:31224:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-31225-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-31272-               for ax_lib in $ax_boost_user_system_lib boost_system-$ax_boost_user_system_lib; do
libreoffice-7.0.3/configure:31273:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.0.3/configure-31274-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.0.3/configure-31375-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:31376:  pkg_cv_GRAPHITE_CFLAGS=`$PKG_CONFIG --cflags "graphite2 >= 0.9.3" 2>/dev/null`
libreoffice-7.0.3/configure-31377-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-31392-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:31393:  pkg_cv_GRAPHITE_LIBS=`$PKG_CONFIG --libs "graphite2 >= 0.9.3" 2>/dev/null`
libreoffice-7.0.3/configure-31394-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-31413-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:31414:	        GRAPHITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "graphite2 >= 0.9.3" 2>&1`
libreoffice-7.0.3/configure-31415-        else
libreoffice-7.0.3/configure:31416:	        GRAPHITE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "graphite2 >= 0.9.3" 2>&1`
libreoffice-7.0.3/configure-31417-        fi
##############################################
libreoffice-7.0.3/configure-31497-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:31498:  pkg_cv_HARFBUZZ_CFLAGS=`$PKG_CONFIG --cflags "harfbuzz-icu >= 0.9.42" 2>/dev/null`
libreoffice-7.0.3/configure-31499-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-31514-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:31515:  pkg_cv_HARFBUZZ_LIBS=`$PKG_CONFIG --libs "harfbuzz-icu >= 0.9.42" 2>/dev/null`
libreoffice-7.0.3/configure-31516-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-31535-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:31536:	        HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "harfbuzz-icu >= 0.9.42" 2>&1`
libreoffice-7.0.3/configure-31537-        else
libreoffice-7.0.3/configure:31538:	        HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "harfbuzz-icu >= 0.9.42" 2>&1`
libreoffice-7.0.3/configure-31539-        fi
##############################################
libreoffice-7.0.3/configure-31665-    for ac_var in incroot usrlibdir libdir; do
libreoffice-7.0.3/configure:31666:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
libreoffice-7.0.3/configure-31667-    done
##############################################
libreoffice-7.0.3/configure-31775-  LIBS=$ac_save_LIBS
libreoffice-7.0.3/configure:31776:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
libreoffice-7.0.3/configure-31777-do
##############################################
libreoffice-7.0.3/configure-32521-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:32522:  pkg_cv_XRENDER_CFLAGS=`$PKG_CONFIG --cflags "xrender" 2>/dev/null`
libreoffice-7.0.3/configure-32523-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-32538-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:32539:  pkg_cv_XRENDER_LIBS=`$PKG_CONFIG --libs "xrender" 2>/dev/null`
libreoffice-7.0.3/configure-32540-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-32559-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:32560:	        XRENDER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrender" 2>&1`
libreoffice-7.0.3/configure-32561-        else
libreoffice-7.0.3/configure:32562:	        XRENDER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrender" 2>&1`
libreoffice-7.0.3/configure-32563-        fi
##############################################
libreoffice-7.0.3/configure-32677-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:32678:  pkg_cv_XRANDR_CFLAGS=`$PKG_CONFIG --cflags "xrandr >= 1.2" 2>/dev/null`
libreoffice-7.0.3/configure-32679-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-32694-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:32695:  pkg_cv_XRANDR_LIBS=`$PKG_CONFIG --libs "xrandr >= 1.2" 2>/dev/null`
libreoffice-7.0.3/configure-32696-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-32715-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:32716:	        XRANDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrandr >= 1.2" 2>&1`
libreoffice-7.0.3/configure-32717-        else
libreoffice-7.0.3/configure:32718:	        XRANDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrandr >= 1.2" 2>&1`
libreoffice-7.0.3/configure-32719-        fi
##############################################
libreoffice-7.0.3/configure-32843-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:32844:  pkg_cv_APR_CFLAGS=`$PKG_CONFIG --cflags "apr-util-1" 2>/dev/null`
libreoffice-7.0.3/configure-32845-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-32860-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:32861:  pkg_cv_APR_LIBS=`$PKG_CONFIG --libs "apr-util-1" 2>/dev/null`
libreoffice-7.0.3/configure-32862-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-32881-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:32882:	        APR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "apr-util-1" 2>&1`
libreoffice-7.0.3/configure-32883-        else
libreoffice-7.0.3/configure:32884:	        APR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "apr-util-1" 2>&1`
libreoffice-7.0.3/configure-32885-        fi
##############################################
libreoffice-7.0.3/configure-32971-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:32972:  pkg_cv_SERF_CFLAGS=`$PKG_CONFIG --cflags "serf-1 >= 1.1.0" 2>/dev/null`
libreoffice-7.0.3/configure-32973-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-32988-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:32989:  pkg_cv_SERF_LIBS=`$PKG_CONFIG --libs "serf-1 >= 1.1.0" 2>/dev/null`
libreoffice-7.0.3/configure-32990-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33009-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:33010:	        SERF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "serf-1 >= 1.1.0" 2>&1`
libreoffice-7.0.3/configure-33011-        else
libreoffice-7.0.3/configure:33012:	        SERF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "serf-1 >= 1.1.0" 2>&1`
libreoffice-7.0.3/configure-33013-        fi
##############################################
libreoffice-7.0.3/configure-33102-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33103:  pkg_cv_NEON_CFLAGS=`$PKG_CONFIG --cflags "neon >= 0.26.0" 2>/dev/null`
libreoffice-7.0.3/configure-33104-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33119-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33120:  pkg_cv_NEON_LIBS=`$PKG_CONFIG --libs "neon >= 0.26.0" 2>/dev/null`
libreoffice-7.0.3/configure-33121-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33140-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:33141:	        NEON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "neon >= 0.26.0" 2>&1`
libreoffice-7.0.3/configure-33142-        else
libreoffice-7.0.3/configure:33143:	        NEON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "neon >= 0.26.0" 2>&1`
libreoffice-7.0.3/configure-33144-        fi
##############################################
libreoffice-7.0.3/configure-33195-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/configure:33196:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/configure-33197-    else
##############################################
libreoffice-7.0.3/configure-33289-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33290:  pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
libreoffice-7.0.3/configure-33291-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33306-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33307:  pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
libreoffice-7.0.3/configure-33308-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33327-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:33328:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
libreoffice-7.0.3/configure-33329-        else
libreoffice-7.0.3/configure:33330:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
libreoffice-7.0.3/configure-33331-        fi
##############################################
libreoffice-7.0.3/configure-33417-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33418:  pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
libreoffice-7.0.3/configure-33419-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33434-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33435:  pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
libreoffice-7.0.3/configure-33436-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33455-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:33456:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
libreoffice-7.0.3/configure-33457-        else
libreoffice-7.0.3/configure:33458:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
libreoffice-7.0.3/configure-33459-        fi
##############################################
libreoffice-7.0.3/configure-33700-  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
libreoffice-7.0.3/configure:33701:     req_libgcrypt_api=`echo "$tmp"     | sed 's/\(.*\):\(.*\)/\1/'`
libreoffice-7.0.3/configure:33702:     min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
libreoffice-7.0.3/configure-33703-  else
##############################################
libreoffice-7.0.3/configure-33717-               sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
libreoffice-7.0.3/configure:33718:    libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
libreoffice-7.0.3/configure-33719-    major=`echo $libgcrypt_config_version | \
##############################################
libreoffice-7.0.3/configure-33751-     if test "$req_libgcrypt_api" -gt 0 ; then
libreoffice-7.0.3/configure:33752:        tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
libreoffice-7.0.3/configure-33753-        if test "$tmp" -gt 0 ; then
##############################################
libreoffice-7.0.3/configure-33767-  if test $ok = yes; then
libreoffice-7.0.3/configure:33768:    LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
libreoffice-7.0.3/configure:33769:    LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
libreoffice-7.0.3/configure-33770-    :
libreoffice-7.0.3/configure-33771-    if test x"$host" != x ; then
libreoffice-7.0.3/configure:33772:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
libreoffice-7.0.3/configure-33773-      if test x"$libgcrypt_config_host" != xnone ; then
##############################################
libreoffice-7.0.3/configure-33815-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33816:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls" 2>/dev/null`
libreoffice-7.0.3/configure-33817-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33832-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33833:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls" 2>/dev/null`
libreoffice-7.0.3/configure-33834-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33853-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:33854:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls" 2>&1`
libreoffice-7.0.3/configure-33855-        else
libreoffice-7.0.3/configure:33856:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls" 2>&1`
libreoffice-7.0.3/configure-33857-        fi
##############################################
libreoffice-7.0.3/configure-33913-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33914:  pkg_cv_REDLAND_CFLAGS=`$PKG_CONFIG --cflags "redland >= 1.0.8 raptor2 >= 2.0.7" 2>/dev/null`
libreoffice-7.0.3/configure-33915-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33930-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:33931:  pkg_cv_REDLAND_LIBS=`$PKG_CONFIG --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>/dev/null`
libreoffice-7.0.3/configure-33932-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-33951-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:33952:	        REDLAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>&1`
libreoffice-7.0.3/configure-33953-        else
libreoffice-7.0.3/configure:33954:	        REDLAND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>&1`
libreoffice-7.0.3/configure-33955-        fi
##############################################
libreoffice-7.0.3/configure-34086-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:34087:  pkg_cv_HUNSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell" 2>/dev/null`
libreoffice-7.0.3/configure-34088-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-34103-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:34104:  pkg_cv_HUNSPELL_LIBS=`$PKG_CONFIG --libs "hunspell" 2>/dev/null`
libreoffice-7.0.3/configure-34105-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-34124-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:34125:	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell" 2>&1`
libreoffice-7.0.3/configure-34126-        else
libreoffice-7.0.3/configure:34127:	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell" 2>&1`
libreoffice-7.0.3/configure-34128-        fi
##############################################
libreoffice-7.0.3/configure-34513-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:34514:  pkg_cv_MYTHES_CFLAGS=`$PKG_CONFIG --cflags "mythes" 2>/dev/null`
libreoffice-7.0.3/configure-34515-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-34530-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:34531:  pkg_cv_MYTHES_LIBS=`$PKG_CONFIG --libs "mythes" 2>/dev/null`
libreoffice-7.0.3/configure-34532-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-34551-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:34552:	        MYTHES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mythes" 2>&1`
libreoffice-7.0.3/configure-34553-        else
libreoffice-7.0.3/configure:34554:	        MYTHES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mythes" 2>&1`
libreoffice-7.0.3/configure-34555-        fi
##############################################
libreoffice-7.0.3/configure-34705-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:34706:  pkg_cv_COINMP_CFLAGS=`$PKG_CONFIG --cflags "coinmp coinutils" 2>/dev/null`
libreoffice-7.0.3/configure-34707-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-34722-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:34723:  pkg_cv_COINMP_LIBS=`$PKG_CONFIG --libs "coinmp coinutils" 2>/dev/null`
libreoffice-7.0.3/configure-34724-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-34743-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:34744:	        COINMP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "coinmp coinutils" 2>&1`
libreoffice-7.0.3/configure-34745-        else
libreoffice-7.0.3/configure:34746:	        COINMP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "coinmp coinutils" 2>&1`
libreoffice-7.0.3/configure-34747-        fi
##############################################
libreoffice-7.0.3/configure-34997-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:34998:  pkg_cv_LIBEXTTEXTCAT_CFLAGS=`$PKG_CONFIG --cflags "libexttextcat >= 3.4.1" 2>/dev/null`
libreoffice-7.0.3/configure-34999-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-35014-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:35015:  pkg_cv_LIBEXTTEXTCAT_LIBS=`$PKG_CONFIG --libs "libexttextcat >= 3.4.1" 2>/dev/null`
libreoffice-7.0.3/configure-35016-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-35035-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:35036:	        LIBEXTTEXTCAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexttextcat >= 3.4.1" 2>&1`
libreoffice-7.0.3/configure-35037-        else
libreoffice-7.0.3/configure:35038:	        LIBEXTTEXTCAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexttextcat >= 3.4.1" 2>&1`
libreoffice-7.0.3/configure-35039-        fi
##############################################
libreoffice-7.0.3/configure-35090-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/configure:35091:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/configure-35092-fi
##############################################
libreoffice-7.0.3/configure-35134-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:35135:  pkg_cv_LIBNUMBERTEXT_CFLAGS=`$PKG_CONFIG --cflags "libnumbertext >= 1.0.6" 2>/dev/null`
libreoffice-7.0.3/configure-35136-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-35151-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:35152:  pkg_cv_LIBNUMBERTEXT_LIBS=`$PKG_CONFIG --libs "libnumbertext >= 1.0.6" 2>/dev/null`
libreoffice-7.0.3/configure-35153-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-35172-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:35173:	        LIBNUMBERTEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnumbertext >= 1.0.6" 2>&1`
libreoffice-7.0.3/configure-35174-        else
libreoffice-7.0.3/configure:35175:	        LIBNUMBERTEXT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnumbertext >= 1.0.6" 2>&1`
libreoffice-7.0.3/configure-35176-        fi
##############################################
libreoffice-7.0.3/configure-35227-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/configure:35228:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/configure-35229-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/configure-35241-do :
libreoffice-7.0.3/configure:35242:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
libreoffice-7.0.3/configure-35243-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
libreoffice-7.0.3/configure-35245-  cat >>confdefs.h <<_ACEOF
libreoffice-7.0.3/configure:35246:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
libreoffice-7.0.3/configure-35247-_ACEOF
##############################################
libreoffice-7.0.3/configure-35428-$as_echo_n "checking the bison version... " >&6; }
libreoffice-7.0.3/configure:35429:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[^0-9]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/configure:35430:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/configure-35431-                                    if test "$COMPILER_PLUGINS" = TRUE; then
##############################################
libreoffice-7.0.3/configure-35483-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure:35484:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/configure-35485-fi
##############################################
libreoffice-7.0.3/configure-35564-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure:35565:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/configure-35566-fi
##############################################
libreoffice-7.0.3/configure-35631-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure:35632:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/configure-35633-fi
##############################################
libreoffice-7.0.3/configure-35671-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/configure:35672:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/configure-35673-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ML_EXE" >&5
##############################################
libreoffice-7.0.3/configure-35769-if test $build_os = cygwin; then
libreoffice-7.0.3/configure:35770:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/configure-35771-        as_fn_error $? "$ZIP is not the required Cygwin version of Info-ZIP's zip.exe." "$LINENO" 5
##############################################
libreoffice-7.0.3/configure-35849-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:35850:  pkg_cv_EPOXY_CFLAGS=`$PKG_CONFIG --cflags "epoxy >= 1.2" 2>/dev/null`
libreoffice-7.0.3/configure-35851-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-35866-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:35867:  pkg_cv_EPOXY_LIBS=`$PKG_CONFIG --libs "epoxy >= 1.2" 2>/dev/null`
libreoffice-7.0.3/configure-35868-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-35887-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:35888:	        EPOXY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "epoxy >= 1.2" 2>&1`
libreoffice-7.0.3/configure-35889-        else
libreoffice-7.0.3/configure:35890:	        EPOXY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "epoxy >= 1.2" 2>&1`
libreoffice-7.0.3/configure-35891-        fi
##############################################
libreoffice-7.0.3/configure-36006-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36007:  pkg_cv_GTK3_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.18 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo" 2>/dev/null`
libreoffice-7.0.3/configure-36008-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36023-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36024:  pkg_cv_GTK3_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.18 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo" 2>/dev/null`
libreoffice-7.0.3/configure-36025-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36044-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:36045:	        GTK3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.18 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo" 2>&1`
libreoffice-7.0.3/configure-36046-        else
libreoffice-7.0.3/configure:36047:	        GTK3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.18 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo" 2>&1`
libreoffice-7.0.3/configure-36048-        fi
##############################################
libreoffice-7.0.3/configure-36205-    if test "x$found_introspection" = "xyes"; then
libreoffice-7.0.3/configure:36206:       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
libreoffice-7.0.3/configure:36207:       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
libreoffice-7.0.3/configure:36208:       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
libreoffice-7.0.3/configure:36209:       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
libreoffice-7.0.3/configure-36210-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
libreoffice-7.0.3/configure:36211:       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
libreoffice-7.0.3/configure:36212:       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
libreoffice-7.0.3/configure:36213:       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
libreoffice-7.0.3/configure-36214-    fi
##############################################
libreoffice-7.0.3/configure-36275-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36276:  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 0.60" 2>/dev/null`
libreoffice-7.0.3/configure-36277-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36292-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36293:  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 0.60" 2>/dev/null`
libreoffice-7.0.3/configure-36294-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36313-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:36314:	        DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= 0.60" 2>&1`
libreoffice-7.0.3/configure-36315-        else
libreoffice-7.0.3/configure:36316:	        DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1 >= 0.60" 2>&1`
libreoffice-7.0.3/configure-36317-        fi
##############################################
libreoffice-7.0.3/configure-36374-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36375:  pkg_cv_DBUS_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4" 2>/dev/null`
libreoffice-7.0.3/configure-36376-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36391-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36392:  pkg_cv_DBUS_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.4" 2>/dev/null`
libreoffice-7.0.3/configure-36393-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36412-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:36413:	        DBUS_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.4" 2>&1`
libreoffice-7.0.3/configure-36414-        else
libreoffice-7.0.3/configure:36415:	        DBUS_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.4" 2>&1`
libreoffice-7.0.3/configure-36416-        fi
##############################################
libreoffice-7.0.3/configure-36553-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36554:  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.26" 2>/dev/null`
libreoffice-7.0.3/configure-36555-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36570-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36571:  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.26" 2>/dev/null`
libreoffice-7.0.3/configure-36572-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36591-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:36592:	        GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.26" 2>&1`
libreoffice-7.0.3/configure-36593-        else
libreoffice-7.0.3/configure:36594:	        GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.26" 2>&1`
libreoffice-7.0.3/configure-36595-        fi
##############################################
libreoffice-7.0.3/configure-36683-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36684:  pkg_cv_GSTREAMER_1_0_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>/dev/null`
libreoffice-7.0.3/configure-36685-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36700-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36701:  pkg_cv_GSTREAMER_1_0_LIBS=`$PKG_CONFIG --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>/dev/null`
libreoffice-7.0.3/configure-36702-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36721-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:36722:	        GSTREAMER_1_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>&1`
libreoffice-7.0.3/configure-36723-        else
libreoffice-7.0.3/configure:36724:	        GSTREAMER_1_0_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>&1`
libreoffice-7.0.3/configure-36725-        fi
##############################################
libreoffice-7.0.3/configure-36883-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36884:  pkg_cv_DCONF_CFLAGS=`$PKG_CONFIG --cflags "dconf >= 0.15.2" 2>/dev/null`
libreoffice-7.0.3/configure-36885-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36900-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:36901:  pkg_cv_DCONF_LIBS=`$PKG_CONFIG --libs "dconf >= 0.15.2" 2>/dev/null`
libreoffice-7.0.3/configure-36902-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-36921-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:36922:	        DCONF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dconf >= 0.15.2" 2>&1`
libreoffice-7.0.3/configure-36923-        else
libreoffice-7.0.3/configure:36924:	        DCONF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dconf >= 0.15.2" 2>&1`
libreoffice-7.0.3/configure-36925-        fi
##############################################
libreoffice-7.0.3/configure-37046-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:37047:  pkg_cv_POPPLER_CFLAGS=`$PKG_CONFIG --cflags "poppler >= 0.12.0 " 2>/dev/null`
libreoffice-7.0.3/configure-37048-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-37063-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:37064:  pkg_cv_POPPLER_LIBS=`$PKG_CONFIG --libs "poppler >= 0.12.0 " 2>/dev/null`
libreoffice-7.0.3/configure-37065-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-37084-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:37085:	        POPPLER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "poppler >= 0.12.0 " 2>&1`
libreoffice-7.0.3/configure-37086-        else
libreoffice-7.0.3/configure:37087:	        POPPLER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "poppler >= 0.12.0 " 2>&1`
libreoffice-7.0.3/configure-37088-        fi
##############################################
libreoffice-7.0.3/configure-37214-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/configure:37215:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/configure-37216-                                if test "$BITNESS_OVERRIDE" = ""; then
##############################################
libreoffice-7.0.3/configure-37305-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/configure:37306:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/configure:37307:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/configure-37308-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/configure-37920-$as_echo_n "checking whether version of gpgconf is suitable ... ... " >&6; }
libreoffice-7.0.3/configure:37921:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/configure:37922:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure-37923-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/configure-38340-    else
libreoffice-7.0.3/configure:38341:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[0-9.]\+\).*$/\1/p'`"
libreoffice-7.0.3/configure-38342-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/configure-38344-        fi
libreoffice-7.0.3/configure:38345:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/configure-38346-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/configure-38354-
libreoffice-7.0.3/configure:38355:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/configure:38356:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/configure-38357-
##############################################
libreoffice-7.0.3/configure-38406-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:38407:  pkg_cv_QT5_XCB_CFLAGS=`$PKG_CONFIG --cflags "xcb" 2>/dev/null`
libreoffice-7.0.3/configure-38408-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-38423-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:38424:  pkg_cv_QT5_XCB_LIBS=`$PKG_CONFIG --libs "xcb" 2>/dev/null`
libreoffice-7.0.3/configure-38425-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-38444-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:38445:	        QT5_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb" 2>&1`
libreoffice-7.0.3/configure-38446-        else
libreoffice-7.0.3/configure:38447:	        QT5_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb" 2>&1`
libreoffice-7.0.3/configure-38448-        fi
##############################################
libreoffice-7.0.3/configure-38477-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:38478:  pkg_cv_QT5_XCB_ICCCM_CFLAGS=`$PKG_CONFIG --cflags "xcb-icccm" 2>/dev/null`
libreoffice-7.0.3/configure-38479-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-38494-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:38495:  pkg_cv_QT5_XCB_ICCCM_LIBS=`$PKG_CONFIG --libs "xcb-icccm" 2>/dev/null`
libreoffice-7.0.3/configure-38496-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-38515-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:38516:	        QT5_XCB_ICCCM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb-icccm" 2>&1`
libreoffice-7.0.3/configure-38517-        else
libreoffice-7.0.3/configure:38518:	        QT5_XCB_ICCCM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb-icccm" 2>&1`
libreoffice-7.0.3/configure-38519-        fi
##############################################
libreoffice-7.0.3/configure-38569-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
libreoffice-7.0.3/configure:38570:as_dummy="`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH"
libreoffice-7.0.3/configure-38571-for as_dir in $as_dummy
##############################################
libreoffice-7.0.3/configure-38621-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:38622:  pkg_cv_QT5_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0" 2>/dev/null`
libreoffice-7.0.3/configure-38623-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-38638-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:38639:  pkg_cv_QT5_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0" 2>/dev/null`
libreoffice-7.0.3/configure-38640-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-38659-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:38660:	        QT5_GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0" 2>&1`
libreoffice-7.0.3/configure-38661-        else
libreoffice-7.0.3/configure:38662:	        QT5_GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0" 2>&1`
libreoffice-7.0.3/configure-38663-        fi
##############################################
libreoffice-7.0.3/configure-38703-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/configure:38704:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/configure:38705:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/configure:38706:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/configure-38707-    fi
##############################################
libreoffice-7.0.3/configure-38760-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/configure:38761:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/configure:38762:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/configure-38763-    fi
##############################################
libreoffice-7.0.3/configure-38870-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:38871:  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0" 2>/dev/null`
libreoffice-7.0.3/configure-38872-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-38887-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:38888:  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0" 2>/dev/null`
libreoffice-7.0.3/configure-38889-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-38908-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:38909:	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0" 2>&1`
libreoffice-7.0.3/configure-38910-        else
libreoffice-7.0.3/configure:38911:	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0" 2>&1`
libreoffice-7.0.3/configure-38912-        fi
##############################################
libreoffice-7.0.3/configure-38975-        esac
libreoffice-7.0.3/configure:38976:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/configure-38977-    done
##############################################
libreoffice-7.0.3/configure-39247-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39248:  pkg_cv_BZIP2_CFLAGS=`$PKG_CONFIG --cflags "bzip2" 2>/dev/null`
libreoffice-7.0.3/configure-39249-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39264-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39265:  pkg_cv_BZIP2_LIBS=`$PKG_CONFIG --libs "bzip2" 2>/dev/null`
libreoffice-7.0.3/configure-39266-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39285-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:39286:	        BZIP2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "bzip2" 2>&1`
libreoffice-7.0.3/configure-39287-        else
libreoffice-7.0.3/configure:39288:	        BZIP2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "bzip2" 2>&1`
libreoffice-7.0.3/configure-39289-        fi
##############################################
libreoffice-7.0.3/configure-39371-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/configure:39372:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/configure-39373-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/configure-39416-
libreoffice-7.0.3/configure:39417:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/configure-39418-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/configure-39512-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39513:  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.8.0 " 2>/dev/null`
libreoffice-7.0.3/configure-39514-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39529-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39530:  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.8.0 " 2>/dev/null`
libreoffice-7.0.3/configure-39531-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39550-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:39551:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.8.0 " 2>&1`
libreoffice-7.0.3/configure-39552-        else
libreoffice-7.0.3/configure:39553:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.8.0 " 2>&1`
libreoffice-7.0.3/configure-39554-        fi
##############################################
libreoffice-7.0.3/configure-39664-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39665:  pkg_cv_AVAHI_CFLAGS=`$PKG_CONFIG --cflags "avahi-client >= 0.6.10" 2>/dev/null`
libreoffice-7.0.3/configure-39666-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39681-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39682:  pkg_cv_AVAHI_LIBS=`$PKG_CONFIG --libs "avahi-client >= 0.6.10" 2>/dev/null`
libreoffice-7.0.3/configure-39683-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39702-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:39703:	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "avahi-client >= 0.6.10" 2>&1`
libreoffice-7.0.3/configure-39704-        else
libreoffice-7.0.3/configure:39705:	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "avahi-client >= 0.6.10" 2>&1`
libreoffice-7.0.3/configure-39706-        fi
##############################################
libreoffice-7.0.3/configure-39773-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39774:  pkg_cv_LIBLANGTAG_CFLAGS=`$PKG_CONFIG --cflags "liblangtag >= 0.4.0" 2>/dev/null`
libreoffice-7.0.3/configure-39775-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39790-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39791:  pkg_cv_LIBLANGTAG_LIBS=`$PKG_CONFIG --libs "liblangtag >= 0.4.0" 2>/dev/null`
libreoffice-7.0.3/configure-39792-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39811-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:39812:	        LIBLANGTAG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liblangtag >= 0.4.0" 2>&1`
libreoffice-7.0.3/configure-39813-        else
libreoffice-7.0.3/configure:39814:	        LIBLANGTAG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liblangtag >= 0.4.0" 2>&1`
libreoffice-7.0.3/configure-39815-        fi
##############################################
libreoffice-7.0.3/configure-39910-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39911:  pkg_cv_LIBPNG_CFLAGS=`$PKG_CONFIG --cflags "libpng" 2>/dev/null`
libreoffice-7.0.3/configure-39912-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39927-  test $ac_status = 0; }; then
libreoffice-7.0.3/configure:39928:  pkg_cv_LIBPNG_LIBS=`$PKG_CONFIG --libs "libpng" 2>/dev/null`
libreoffice-7.0.3/configure-39929-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.0.3/configure-39948-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.0.3/configure:39949:	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng" 2>&1`
libreoffice-7.0.3/configure-39950-        else
libreoffice-7.0.3/configure:39951:	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng" 2>&1`
libreoffice-7.0.3/configure-39952-        fi
##############################################
libreoffice-7.0.3/configure-40030-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/configure:40031:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/configure-40032-            else
##############################################
libreoffice-7.0.3/configure-40087-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/configure:40088:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/configure-40089-        fi
##############################################
libreoffice-7.0.3/configure-40147-            a_cwd=`pwd`
libreoffice-7.0.3/configure:40148:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/configure:40149:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/configure:40150:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/configure:40151:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/configure:40152:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/configure-40153-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/configure-40187-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/configure:40188:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/configure-40189-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/configure:40190:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/configure-40191-                fi
##############################################
libreoffice-7.0.3/configure-40250-    ant_minver=1.6.0
libreoffice-7.0.3/configure:40251:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/configure-40252-
##############################################
libreoffice-7.0.3/configure-40254-$as_echo_n "checking whether Ant is >= $ant_minver... " >&6; }
libreoffice-7.0.3/configure:40255:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/configure:40256:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/configure:40257:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/configure-40258-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/configure-40293-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/configure:40294:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/configure-40295-    fi
##############################################
libreoffice-7.0.3/configure-40335-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/configure:40336:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/configure-40337-        fi
##############################################
libreoffice-7.0.3/configure-40564-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/configure:40565:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/configure-40566-fi
libreoffice-7.0.3/configure-40567-# list with substituted ALL
libreoffice-7.0.3/configure:40568:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/configure-40569-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/configure-40571-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/configure:40572:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/configure:40573:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/configure-40574-fi
##############################################
libreoffice-7.0.3/configure-40585-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/configure:40586:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/configure-40587-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/configure-40596-
libreoffice-7.0.3/configure:40597:    just_langs="`echo $WITH_LOCALES | sed -e 's/_A-Z*//g'`"
libreoffice-7.0.3/configure-40598-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/configure-40784-
libreoffice-7.0.3/configure:40785:INSTALLDIRNAME=`echo LibreOffice | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/configure-40786-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for install dirname" >&5
##############################################
libreoffice-7.0.3/configure-40932-        *)
libreoffice-7.0.3/configure:40933:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/configure-40934-            ;;
##############################################
libreoffice-7.0.3/configure-41149-$as_echo_n "checking for active Antivirus software... " >&6; }
libreoffice-7.0.3/configure:41150:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/configure-41151-    if  [ "$ANTIVIRUS_LIST" != "NULL" ] ; then
##############################################
libreoffice-7.0.3/configure-41156-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/configure:41157:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/configure-41158-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/configure-41162-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/configure:41163:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/configure-41164-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/configure-41199-    fi
libreoffice-7.0.3/configure:41200:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/configure:41201:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/configure-41202-
##############################################
libreoffice-7.0.3/configure-41240-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure:41241:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/configure-41242-fi
##############################################
libreoffice-7.0.3/configure-41261-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure:41262:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/configure-41263-        fi
##############################################
libreoffice-7.0.3/configure-41313-    if test -n "$libo_fuzz_list"; then
libreoffice-7.0.3/configure:41314:        tmps=`eval echo $libo_fuzz_list`
libreoffice-7.0.3/configure-41315-        { $as_echo "$as_me:${as_lineno-$LINENO}: Summary of fuzzing: $tmps" >&5
##############################################
libreoffice-7.0.3/configure-41321-if test -f config_host.mk; then
libreoffice-7.0.3/configure:41322:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/configure-41323-fi
libreoffice-7.0.3/configure-41324-if test -f config_host_lang.mk; then
libreoffice-7.0.3/configure:41325:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/configure-41326-fi
##############################################
libreoffice-7.0.3/configure-41511-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
libreoffice-7.0.3/configure:41512:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
libreoffice-7.0.3/configure-41513-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
libreoffice-7.0.3/configure-41579-if test -z "$BASH_VERSION$ZSH_VERSION" \
libreoffice-7.0.3/configure:41580:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
libreoffice-7.0.3/configure-41581-  as_echo='print -r --'
libreoffice-7.0.3/configure-41582-  as_echo_n='print -rn --'
libreoffice-7.0.3/configure:41583:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
libreoffice-7.0.3/configure-41584-  as_echo='printf %s\n'
##############################################
libreoffice-7.0.3/configure-41586-else
libreoffice-7.0.3/configure:41587:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
libreoffice-7.0.3/configure-41588-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
libreoffice-7.0.3/configure-41596-	expr "X$arg" : "X\\(.*\\)$as_nl";
libreoffice-7.0.3/configure:41597:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
libreoffice-7.0.3/configure-41598-      esac;
##############################################
libreoffice-7.0.3/configure-41673-# ----------------------------------------
libreoffice-7.0.3/configure:41674:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
libreoffice-7.0.3/configure-41675-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
libreoffice-7.0.3/configure-41745-  {
libreoffice-7.0.3/configure:41746:    as_val=`expr "$@" || test $? -eq 1`
libreoffice-7.0.3/configure-41747-  }
##############################################
libreoffice-7.0.3/configure-41849-      case $as_dir in #(
libreoffice-7.0.3/configure:41850:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
libreoffice-7.0.3/configure-41851-      *) as_qdir=$as_dir;;
##############################################
libreoffice-7.0.3/configure-41945-# Files that config.status was made for.
libreoffice-7.0.3/configure:41946:config_files="`echo $ac_config_files`"
libreoffice-7.0.3/configure:41947:config_headers="`echo $ac_config_headers`"
libreoffice-7.0.3/configure-41948-
##############################################
libreoffice-7.0.3/configure-41981-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
libreoffice-7.0.3/configure:41982:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
libreoffice-7.0.3/configure-41983-ac_cs_version="\\
##############################################
libreoffice-7.0.3/configure-42004-  --*=?*)
libreoffice-7.0.3/configure:42005:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
libreoffice-7.0.3/configure:42006:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
libreoffice-7.0.3/configure-42007-    ac_shift=:
##############################################
libreoffice-7.0.3/configure-42009-  --*=)
libreoffice-7.0.3/configure:42010:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
libreoffice-7.0.3/configure-42011-    ac_optarg=
##############################################
libreoffice-7.0.3/configure-42033-    case $ac_optarg in
libreoffice-7.0.3/configure:42034:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
libreoffice-7.0.3/configure-42035-    '') as_fn_error $? "missing file argument" ;;
##############################################
libreoffice-7.0.3/configure-42041-    case $ac_optarg in
libreoffice-7.0.3/configure:42042:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
libreoffice-7.0.3/configure-42043-    esac
##############################################
libreoffice-7.0.3/configure-42209-fi
libreoffice-7.0.3/configure:42210:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
libreoffice-7.0.3/configure-42211-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
libreoffice-7.0.3/configure-42226-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
libreoffice-7.0.3/configure:42227:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
libreoffice-7.0.3/configure-42228-ac_delim='%!_!# '
##############################################
libreoffice-7.0.3/configure-42232-
libreoffice-7.0.3/configure:42233:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
libreoffice-7.0.3/configure-42234-  if test $ac_delim_n = $ac_delim_num; then
##############################################
libreoffice-7.0.3/configure-42370-for ac_last_try in false false :; do
libreoffice-7.0.3/configure:42371:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
libreoffice-7.0.3/configure-42372-  if test -z "$ac_tt"; then
##############################################
libreoffice-7.0.3/configure-42502-      esac
libreoffice-7.0.3/configure:42503:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
libreoffice-7.0.3/configure-42504-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
libreoffice-7.0.3/configure-42561-*)
libreoffice-7.0.3/configure:42562:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
libreoffice-7.0.3/configure-42563-  # A ".." for each directory in $ac_dir_suffix.
libreoffice-7.0.3/configure:42564:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
libreoffice-7.0.3/configure-42565-  case $ac_top_builddir_sub in
##############################################
libreoffice-7.0.3/configure-42613-/@mandir@/p'
libreoffice-7.0.3/configure:42614:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
libreoffice-7.0.3/configure-42615-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
libreoffice-7.0.3/configure-42630-
libreoffice-7.0.3/configure:42631:# Neutralize VPATH when `$srcdir' = `.'.
libreoffice-7.0.3/configure-42632-# Shell code in configure.ac might set extrasub.
##############################################
libreoffice-7.0.3/configure-42656-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
libreoffice-7.0.3/configure:42657:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
libreoffice-7.0.3/configure-42658-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
libreoffice-7.0.3/configure-42743-    echo > config_host.mk.stamp
libreoffice-7.0.3/configure:42744:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/configure-42745-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/configure-42752-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/configure:42753:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/configure-42754-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-374-            my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
libreoffice-7.0.3/setup_native/scripts/admin.pl:375:            system($localcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-376-        }
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-485-
libreoffice-7.0.3/setup_native/scripts/admin.pl:486:    my $returnvalue = system($systemcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-487-
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-518-    print "\nAnalyzing msi database\n";
libreoffice-7.0.3/setup_native/scripts/admin.pl:519:    $returnvalue = system($systemcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-520-
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-585-        my $systemcall = $msidb . " -d " . $msidatabase . " -x " . $onefile;
libreoffice-7.0.3/setup_native/scripts/admin.pl:586:         system($systemcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-587-         push(@all_excluded_cabfiles, $onefile);
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-776-    my $localcall = "chmod $privileges " . "\"" . $destfile . "\"";
libreoffice-7.0.3/setup_native/scripts/admin.pl:777:    system($localcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-778-}
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-790-    my $localcall = "chmod -R 755 " . "\"" . $target . "\"";
libreoffice-7.0.3/setup_native/scripts/admin.pl:791:    system($localcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-792-}
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-812-            my $localcall = "chmod $privileges $directory \>\/dev\/null 2\>\&1";
libreoffice-7.0.3/setup_native/scripts/admin.pl:813:            system($localcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-814-        }
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-818-        my $localcall = "chmod $privileges $directory \>\/dev\/null 2\>\&1";
libreoffice-7.0.3/setup_native/scripts/admin.pl:819:        system($localcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-820-    }
##############################################
libreoffice-7.0.3/setup_native/scripts/admin.pl-1081-
libreoffice-7.0.3/setup_native/scripts/admin.pl:1082:    $returnvalue = system($systemcall);
libreoffice-7.0.3/setup_native/scripts/admin.pl-1083-
##############################################
libreoffice-7.0.3/setup_native/scripts/uninstall_linux.sh-43-if [ ! "${RPM_DB_PATH:0:1}" = "/" ]; then
libreoffice-7.0.3/setup_native/scripts/uninstall_linux.sh:44:  RPM_DB_PATH=`cd ${RPM_DB_PATH}; pwd`
libreoffice-7.0.3/setup_native/scripts/uninstall_linux.sh-45-fi
libreoffice-7.0.3/setup_native/scripts/uninstall_linux.sh-46-
libreoffice-7.0.3/setup_native/scripts/uninstall_linux.sh:47:RPMLIST=`rpm --dbpath $RPM_DB_PATH --query --all`
libreoffice-7.0.3/setup_native/scripts/uninstall_linux.sh-48-
##############################################
libreoffice-7.0.3/setup_native/scripts/downloadscript.sh-67-
libreoffice-7.0.3/setup_native/scripts/downloadscript.sh:68:diskSpace=`df -k $UNPACKDIR | $tail_prog -1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }'`
libreoffice-7.0.3/setup_native/scripts/downloadscript.sh-69-if [ $diskSpace -lt $diskSpaceRequired ]; then
##############################################
libreoffice-7.0.3/setup_native/scripts/downloadscript.sh-79-
libreoffice-7.0.3/setup_native/scripts/downloadscript.sh:80:    sum=`$tail_prog +$linenum $0 | /usr/bin/sum`
libreoffice-7.0.3/setup_native/scripts/downloadscript.sh:81:    sum=`echo $sum | awk '{ print $1 }'`
libreoffice-7.0.3/setup_native/scripts/downloadscript.sh-82-
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-54-
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:55:  SEARCHSTRING=`head --lines=10 $FILENAME | grep "language package"`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-56-
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-66-  echo "Unpacking shell script $FILENAME"
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:67:  TAILLINE=`head --lines=20 $FILENAME | sed --quiet 's/linenum=//p'`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-68-
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-91-
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:92:set -- `getopt -u -o 'alhU' -l 'add,link,help,update' -- $*`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-93-
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-133-
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:134:RPMLIST=`find $PACKAGE_PATH -maxdepth 2 -type f -name "*.rpm" ! -name "*-menus-*" ! -name "*-desktop-integration-*" ! -name "jre*" ! -name "*-userland-*" -print`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-135-
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-190-    echo
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:191:    rpm --dbpath `cd $RPM_DB_PATH; pwd` --query --all
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-192-    echo
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-216-  if [ ! "${RPM_DB_PATH:0:1}" = "/" ]; then
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:217:    RPM_DB_PATH=`cd ${RPM_DB_PATH}; pwd`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-218-  fi
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-232-  if [ ! "${RPM_DB_PATH:0:1}" = "/" ]; then
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:233:    RPM_DB_PATH=`cd ${RPM_DB_PATH}; pwd`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-234-  fi
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-255-for i in $RPMLIST ; do
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:256:  echo `basename $i`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-257-done
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-273-
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:274:ABSROOT=`cd ${INSTALLDIR}; pwd`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:275:RELOCATIONS=`rpm -qp --qf "--relocate %{PREFIXES}=${ABSROOT}%{PREFIXES} \n" $RPMLIST | sort -u | tr -d "\012"`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-276-UserInstallation=\$BRAND_BASE_DIR/../UserInstallation rpm ${DEBIAN_FLAGS} --nodeps $RPMCMD --ignoresize -vh $RELOCATIONS --dbpath $RPM_DB_PATH $RPMLIST
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-283-then
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:284:  find `cd "$INSTALLDIR" && pwd` -name soffice -type f -perm /u+x -exec /bin/bash -ce 'ln -sf "$0" "$HOME/soffice" && echo "Creating link from $0 to $HOME/soffice"' {} \;
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-285-fi
##############################################
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-290-  echo "Update failed due to a bug in RPM, uninstalling .."
libreoffice-7.0.3/setup_native/scripts/install_linux.sh:291:  rpm ${DEBIAN_FLAGS} --erase -v --nodeps --dbpath $RPM_DB_PATH `rpm --query --queryformat "%{NAME} " --package $RPMLIST --dbpath $RPM_DB_PATH`
libreoffice-7.0.3/setup_native/scripts/install_linux.sh-292-  echo
##############################################
libreoffice-7.0.3/setup_native/scripts/install_create.pl-54-
libreoffice-7.0.3/setup_native/scripts/install_create.pl:55:system( "cat $library >>$outfile$$.tmp" );
libreoffice-7.0.3/setup_native/scripts/install_create.pl-56-rename "$outfile$$.tmp", "$outfile";
##############################################
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-68-  echo "Searching for the FULLPRODUCTNAMELONGPLACEHOLDER installation ..."
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh:69:  PACKAGENAME=`pkginfo -x | grep $SEARCHPACKAGENAME | sed "s/ .*//"`
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-70-  if [ "x$PACKAGENAME" != "x" ]
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-71-  then
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh:72:    PRODUCTINSTALLLOCATION="`pkginfo -r $PACKAGENAME`"
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-73-  else
##############################################
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-82-  echo "Searching for the FULLPRODUCTNAMELONGPLACEHOLDER installation ..."
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh:83:  RPMNAME=`rpm -qa | grep $SEARCHPACKAGENAME`
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-84-  if [ "x$RPMNAME" != "x" ]
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-85-  then
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh:86:    PRODUCTINSTALLLOCATION="`rpm -ql $RPMNAME | head -n 1`"
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-87-  else
##############################################
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-90-  fi
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh:91:  PRODUCTINSTALLLOCATION=`echo $PRODUCTINSTALLLOCATION | sed "s#${FIXPATH}##"`
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-92-  ;;
##############################################
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-113-
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh:114:#diskSpace=`df -k $outdir | $tail_prog -1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }'`
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-115-#if [ $diskSpace -lt $diskSpaceRequired ]; then
##############################################
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-126-#
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh:127:#    sum=`/usr/bin/sum $outdir/$outname`
libreoffice-7.0.3/setup_native/scripts/langpackscript.sh-128-#    index=1
##############################################
libreoffice-7.0.3/setup_native/scripts/unpack_update.sh-19-
libreoffice-7.0.3/setup_native/scripts/unpack_update.sh:20:EXTENSION=`expr "//$1" : '.*\/.*\.\(t.*\)'`
libreoffice-7.0.3/setup_native/scripts/unpack_update.sh-21-[ -z $EXTENSION ] && ( echo "Unable to determine file type"; exit 2 )
libreoffice-7.0.3/setup_native/scripts/unpack_update.sh-22-
libreoffice-7.0.3/setup_native/scripts/unpack_update.sh:23:BASEDIR=`dirname "$1"`
libreoffice-7.0.3/setup_native/scripts/unpack_update.sh:24:FOLDER=`basename "$1" ".$EXTENSION"`
libreoffice-7.0.3/setup_native/scripts/unpack_update.sh-25-NUM=1
##############################################
libreoffice-7.0.3/io/source/acceptor/acc_socket.cxx-332-        ::osl::SocketAddr remoteAddr;
libreoffice-7.0.3/io/source/acceptor/acc_socket.cxx:333:        pConn->m_socket.getPeerAddr(remoteAddr);
libreoffice-7.0.3/io/source/acceptor/acc_socket.cxx-334-        OUString remoteHostname = remoteAddr.getHostname();
##############################################
libreoffice-7.0.3/sc/qa/extras/scindexenumeration_namedrangesenumeration.cxx-65-
libreoffice-7.0.3/sc/qa/extras/scindexenumeration_namedrangesenumeration.cxx:66:    table::CellRangeAddress aCellRangeAddr(0, 0, 0, 2, 2);
libreoffice-7.0.3/sc/qa/extras/scindexenumeration_namedrangesenumeration.cxx:67:    table::CellAddress aBaseAddr(aCellRangeAddr.Sheet, aCellRangeAddr.StartColumn,
libreoffice-7.0.3/sc/qa/extras/scindexenumeration_namedrangesenumeration.cxx-68-                                 aCellRangeAddr.StartRow);
##############################################
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx-273-
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx:274:    uno::Sequence<table::CellRangeAddress> aCellRangeAddr(1);
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx-275-    aCellRangeAddr[0] = table::CellRangeAddress(0, 0, 0, 10, 10);
##############################################
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx-311-
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx:312:    uno::Sequence<table::CellRangeAddress> aCellRangeAddr(1);
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx-313-    aCellRangeAddr[0] = table::CellRangeAddress(0, 0, 0, 10, 10);
##############################################
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx-338-
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx:339:    uno::Sequence<table::CellRangeAddress> aCellRangeAddr(1);
libreoffice-7.0.3/sc/qa/extras/sctablesheetobj.cxx-340-    aCellRangeAddr[0] = table::CellRangeAddress(0, 0, 0, 10, 10);
##############################################
libreoffice-7.0.3/sc/qa/unit/range.cxx-134-    ScDocument aDoc;
libreoffice-7.0.3/sc/qa/unit/range.cxx:135:    ScAddress aAddr(1, 1, 1);
libreoffice-7.0.3/sc/qa/unit/range.cxx-136-    sc::RefUpdateInsertTabContext aContext(aDoc, 0, 1);
##############################################
libreoffice-7.0.3/sc/qa/unit/range.cxx-143-    ScDocument aDoc;
libreoffice-7.0.3/sc/qa/unit/range.cxx:144:    ScAddress aAddr(1, 1, 1);
libreoffice-7.0.3/sc/qa/unit/range.cxx-145-    sc::RefUpdateInsertTabContext aContext(aDoc, 1, 1);
##############################################
libreoffice-7.0.3/sc/qa/unit/range.cxx-152-    ScDocument aDoc;
libreoffice-7.0.3/sc/qa/unit/range.cxx:153:    ScAddress aAddr(1, 1, 1);
libreoffice-7.0.3/sc/qa/unit/range.cxx-154-    sc::RefUpdateInsertTabContext aContext(aDoc, 2, 1);
##############################################
libreoffice-7.0.3/sc/qa/unit/range.cxx-161-    ScDocument aDoc;
libreoffice-7.0.3/sc/qa/unit/range.cxx:162:    ScAddress aAddr(1, 1, 1);
libreoffice-7.0.3/sc/qa/unit/range.cxx-163-    sc::RefUpdateDeleteTabContext aContext(aDoc, 0, 1);
##############################################
libreoffice-7.0.3/sc/qa/unit/range.cxx-170-    ScDocument aDoc;
libreoffice-7.0.3/sc/qa/unit/range.cxx:171:    ScAddress aAddr(1, 1, 1);
libreoffice-7.0.3/sc/qa/unit/range.cxx-172-    sc::RefUpdateDeleteTabContext aContext(aDoc, 1, 1);
##############################################
libreoffice-7.0.3/sc/qa/unit/range.cxx-179-    ScDocument aDoc;
libreoffice-7.0.3/sc/qa/unit/range.cxx:180:    ScAddress aAddr(1, 1, 1);
libreoffice-7.0.3/sc/qa/unit/range.cxx-181-    sc::RefUpdateDeleteTabContext aContext(aDoc, 2, 1);
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx-948-
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx:949:    ScAddress aAddr(4,5,3), aPos(2,2,2);
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx-950-    ScSingleRefData aRef;
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx-1223-    {
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx:1224:        ScAddress aStartAddr(4, 5, 0);
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx-1225-        TestCaseFormulaNoChange aCasesNoChange[] =
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx-1320-    {
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx:1321:        ScAddress aStartAddr(10, 5, 0);
libreoffice-7.0.3/sc/qa/unit/ucalc_formula.cxx-1322-        TestCaseFormula aCasesWithChange[] =
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc_sort.cxx-59-    // Insert note in cell B2.
libreoffice-7.0.3/sc/qa/unit/ucalc_sort.cxx:60:    ScAddress rAddr(1, 1, 0);
libreoffice-7.0.3/sc/qa/unit/ucalc_sort.cxx-61-    ScPostIt* pNote = m_pDoc->GetOrCreateNote(rAddr);
##############################################
libreoffice-7.0.3/sc/qa/unit/parallelism.cxx-541-    OUString aFormula;
libreoffice-7.0.3/sc/qa/unit/parallelism.cxx:542:    ScAddress aAddr(1, 0, 0);
libreoffice-7.0.3/sc/qa/unit/parallelism.cxx-543-    // Column B with multiple FG's
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-4230-    ScRange aWholeSheet(0,0,0,MAXCOL,MAXROW,0);
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx:4231:    ScBroadcastAreaSlotMachine* pBASM = m_pDoc->GetBASM();
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-4232-    CPPUNIT_ASSERT(pBASM);
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5121-    // put a Note in cell E5
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx:5122:    ScAddress rAddr(4, 3, 0);
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5123-    ScPostIt* pNote = m_pDoc->GetOrCreateNote(rAddr);
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5164-
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx:5165:    ScAddress aAddr(2, 2, 0); // cell C3
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5166-    ScPostIt *pNote = m_pDoc->GetOrCreateNote(aAddr);
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5325-
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx:5326:    ScAddress rAddr(1, 1, 0);
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5327-    ScPostIt* pNote = m_pDoc->GetOrCreateNote(rAddr);
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5551-
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx:5552:    ScAddress aAddr(2, 2, 0); // cell C3
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5553-
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5574-
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx:5575:    ScAddress rAddr(1, 5, 0);
libreoffice-7.0.3/sc/qa/unit/ucalc.cxx-5576-    ScPostIt* pNote = m_pDoc->GetOrCreateNote(rAddr);
##############################################
libreoffice-7.0.3/sc/qa/unit/ucalc_sharedformula.cxx-652-    // Check the area listener status.
libreoffice-7.0.3/sc/qa/unit/ucalc_sharedformula.cxx:653:    ScBroadcastAreaSlotMachine* pBASM = m_pDoc->GetBASM();
libreoffice-7.0.3/sc/qa/unit/ucalc_sharedformula.cxx-654-    CPPUNIT_ASSERT(pBASM);
##############################################
libreoffice-7.0.3/sc/source/filter/inc/htmlpars.hxx-248-                            { Set( rAddr.Col(), rAddr.Row() ); }
libreoffice-7.0.3/sc/source/filter/inc/htmlpars.hxx:249:    ScAddress    MakeAddr() const
libreoffice-7.0.3/sc/source/filter/inc/htmlpars.hxx-250-                            { return ScAddress( mnCol, mnRow, 0 ); }
##############################################
libreoffice-7.0.3/sc/source/filter/inc/addressconverter.hxx-130-        This function accepts all strings that match the regular expression
libreoffice-7.0.3/sc/source/filter/inc/addressconverter.hxx:131:        "ADDR(:ADDR)?" (without quotes), where ADDR is a cell address accepted
libreoffice-7.0.3/sc/source/filter/inc/addressconverter.hxx-132-        by the parseOoxAddress2d() function of this class. It is up to the
##############################################
libreoffice-7.0.3/sc/source/filter/xml/XMLExportDataPilot.cxx-775-                {
libreoffice-7.0.3/sc/source/filter/xml/XMLExportDataPilot.cxx:776:                    ScAddress aButtonAddr(nCol, nButtonRow, aOutRange.aStart.Tab());
libreoffice-7.0.3/sc/source/filter/xml/XMLExportDataPilot.cxx-777-                    ScRangeStringConverter::GetStringFromAddress(
##############################################
libreoffice-7.0.3/sc/source/filter/xml/XMLConsolidationContext.cxx-36-    bLinkToSource( false ),
libreoffice-7.0.3/sc/source/filter/xml/XMLConsolidationContext.cxx:37:    bTargetAddr(false)
libreoffice-7.0.3/sc/source/filter/xml/XMLConsolidationContext.cxx-38-{
##############################################
libreoffice-7.0.3/sc/source/filter/xml/XMLExportIterator.cxx-44-{
libreoffice-7.0.3/sc/source/filter/xml/XMLExportIterator.cxx:45:    ScAddress aNewAddr( rCellAddress );
libreoffice-7.0.3/sc/source/filter/xml/XMLExportIterator.cxx-46-    if( GetFirstAddress( aNewAddr ) )
##############################################
libreoffice-7.0.3/sc/source/filter/excel/excform8.cxx-314-                        nCol = aIn.ReaduInt16();
libreoffice-7.0.3/sc/source/filter/excel/excform8.cxx:315:                        ScAddress aAddr(static_cast<SCCOL>(nCol & 0xFF), static_cast<SCROW>(nRow), aEingPos.Tab());
libreoffice-7.0.3/sc/source/filter/excel/excform8.cxx-316-                        aSRD.InitAddress(aAddr);
##############################################
libreoffice-7.0.3/sc/source/filter/excel/excform8.cxx-333-                        aIn.Ignore( 9 );
libreoffice-7.0.3/sc/source/filter/excel/excform8.cxx:334:                        ScAddress aAddr(static_cast<SCCOL>(nCol & 0xFF), static_cast<SCROW>(nRow), aEingPos.Tab());
libreoffice-7.0.3/sc/source/filter/excel/excform8.cxx-335-                        aSRD.InitAddress(aAddr);
##############################################
libreoffice-7.0.3/sc/source/filter/excel/excrecds.cxx-1004-    {
libreoffice-7.0.3/sc/source/filter/excel/excrecds.cxx:1005:        ScAddress aAddr( m_pFilterInfo->GetStartPos() );
libreoffice-7.0.3/sc/source/filter/excel/excrecds.cxx-1006-        for( SCCOL nObj = 0, nCount = m_pFilterInfo->GetColCount(); nObj < nCount; nObj++ )
##############################################
libreoffice-7.0.3/sc/source/filter/qpro/qpro.cxx-107-                }
libreoffice-7.0.3/sc/source/filter/qpro/qpro.cxx:108:                ScAddress aAddr( nCol, nRow, nTab );
libreoffice-7.0.3/sc/source/filter/qpro/qpro.cxx-109-                std::unique_ptr<ScTokenArray> pArray;
##############################################
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-1897-    ScHTMLSize aSpan( 1, 1 );
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx:1898:    const ScRange* pRange = maVMergedCells.Find( rCellPos.MakeAddr() );
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-1899-    if (!pRange)
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx:1900:        pRange = maHMergedCells.Find( rCellPos.MakeAddr() );
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-1901-    if (pRange)
##############################################
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2216-{
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx:2217:    rRange.aStart = rRange.aEnd = maDocBasePos.MakeAddr();
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2218-    ScAddress aErrorPos( ScAddress::UNINITIALIZED );
##############################################
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2391-    {
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx:2392:        pRange = maVMergedCells.Find( maCurrCell.MakeAddr() );
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2393-        if (!pRange)
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx:2394:            pRange = maHMergedCells.Find( maCurrCell.MakeAddr() );
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2395-        if (!pRange)
##############################################
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2404-    SCCOL nColEnd = maCurrCell.mnCol + rSpanSize.mnCols;
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx:2405:    for( ScAddress aAddr( maCurrCell.MakeAddr() ); aAddr.Col() < nColEnd; aAddr.IncCol() )
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2406-        if( (pRange = maVMergedCells.Find( aAddr )) != nullptr )
##############################################
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2409-    // insert the new range into the cell lists
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx:2410:    ScRange aNewRange( maCurrCell.MakeAddr() );
libreoffice-7.0.3/sc/source/filter/html/htmlpars.cxx-2411-    ScAddress aErrorPos( ScAddress::UNINITIALIZED );
##############################################
libreoffice-7.0.3/sc/source/filter/oox/formulaparser.cxx-993-{
libreoffice-7.0.3/sc/source/filter/oox/formulaparser.cxx:994:    CellAddress aBaseAddr( maBaseAddr.Tab(), rBaseAddr.mnCol, rBaseAddr.mnRow );
libreoffice-7.0.3/sc/source/filter/oox/formulaparser.cxx-995-    ApiSpecialTokenInfo aTokenInfo( aBaseAddr, false );
##############################################
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx-226-{
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx:227:    BinAddress aAddr(rAddr);
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx-228-    maSharedFormulas[aAddr] = rTokens;
##############################################
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx-260-                formula via retryPendingSharedFormulaCell(). */
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx:261:            ScAddress aTokenAddr( aTokenInfo.First.Column, aTokenInfo.First.Row, aTokenInfo.First.Sheet );
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx-262-            aTokens = resolveSharedFormula( aTokenAddr );
##############################################
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx-569-{
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx:570:    BinAddress aAddr(rAddr);
libreoffice-7.0.3/sc/source/filter/oox/sheetdatabuffer.cxx-571-    ApiTokenSequence aTokens = ContainerHelper::getMapElement( maSharedFormulas, aAddr, ApiTokenSequence() );
##############################################
libreoffice-7.0.3/sc/source/filter/oox/excelchartconverter.cxx-80-        FormulaParser& rParser = getFormulaParser();
libreoffice-7.0.3/sc/source/filter/oox/excelchartconverter.cxx:81:        ScAddress aBaseAddr( SCCOL( 0 ), SCROW( 0 ), SCTAB( getCurrentSheetIndex() ) );
libreoffice-7.0.3/sc/source/filter/oox/excelchartconverter.cxx-82-        ApiTokenSequence aTokens = rParser.importFormula( aBaseAddr, rDataSeq.maFormula );
##############################################
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-542-
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx:543:sal_Int32 lclGetMidAddr( sal_Int32 nBegAddr, sal_Int32 nEndAddr, sal_Int32 nBegPos, sal_Int32 nEndPos, sal_Int32 nSearchPos )
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-544-{
##############################################
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-565-
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx:566:    /*  Otherwise find mid address according to position. lclGetMidAddr() will
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-567-        return an address between nBegAddr and nEndAddr. */
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx:568:    rnMidAddr = lclGetMidAddr( nBegAddr, nEndAddr, nBegPos, nEndPos, nSearchPos );
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-569-    return true;
##############################################
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-583-        rnEndAddr = rnMidAddr;
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx:584:        rnMidAddr = lclGetMidAddr( rnBegAddr, rnEndAddr, rnBegPos, rnEndPos, nSearchPos );
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-585-        return true;
##############################################
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-599-        rnBegAddr = rnMidAddr;
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx:600:        rnMidAddr = lclGetMidAddr( rnBegAddr, rnEndAddr, rnBegPos, rnEndPos, nSearchPos );
libreoffice-7.0.3/sc/source/filter/oox/worksheethelper.cxx-601-        return true;
##############################################
libreoffice-7.0.3/sc/source/ui/vba/vbacomment.cxx-209-    {
libreoffice-7.0.3/sc/source/ui/vba/vbacomment.cxx:210:     uno::Reference< sheet::XCellAddressable > xCellAddr(mxRange->getCellByPosition(0, 0), uno::UNO_QUERY_THROW );
libreoffice-7.0.3/sc/source/ui/vba/vbacomment.cxx-211-     table::CellAddress aAddress = xCellAddr->getCellAddress();
##############################################
libreoffice-7.0.3/sc/source/ui/vba/vbanames.cxx-199-        {
libreoffice-7.0.3/sc/source/ui/vba/vbanames.cxx:200:            table::CellAddress aCellAddr( aAddr.Sheet , aAddr.StartColumn , aAddr.StartRow );
libreoffice-7.0.3/sc/source/ui/vba/vbanames.cxx-201-            if ( mxNames->hasByName( sName ) )
##############################################
libreoffice-7.0.3/sc/source/ui/vba/vbawsfunction.cxx-154-            {
libreoffice-7.0.3/sc/source/ui/vba/vbawsfunction.cxx:155:                uno::Reference< sheet::XCellRangeAddressable > xRangeAddr( rParam, uno::UNO_QUERY_THROW );
libreoffice-7.0.3/sc/source/ui/vba/vbawsfunction.cxx-156-                table::CellRangeAddress aRangeAddr = xRangeAddr->getRangeAddress();
##############################################
libreoffice-7.0.3/sc/source/ui/vba/vbarange.cxx-2441-        {
libreoffice-7.0.3/sc/source/ui/vba/vbarange.cxx:2442:            uno::Reference< sheet::XCellRangeAddressable > xRangeAddr( mxRanges->getByIndex( nIndex ), uno::UNO_QUERY_THROW );
libreoffice-7.0.3/sc/source/ui/vba/vbarange.cxx-2443-            table::CellRangeAddress aAddress = xRangeAddr->getRangeAddress();
##############################################
libreoffice-7.0.3/sc/source/ui/vba/vbarange.cxx-4038-
libreoffice-7.0.3/sc/source/ui/vba/vbarange.cxx:4039:        ScAddress aAddr( static_cast<SCCOL>(thisAddress.StartColumn), thisAddress.StartRow, thisAddress.Sheet );
libreoffice-7.0.3/sc/source/ui/vba/vbarange.cxx-4040-        uno::Reference< frame::XModel > xModel = pShell->GetModel();
##############################################
libreoffice-7.0.3/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx-936-    {
libreoffice-7.0.3/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx:937:        ScAddress addr(static_cast<SCCOL>(nColumn), nRow, 0);
libreoffice-7.0.3/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx-938-        return IsScAddrFormulaSel(addr);
##############################################
libreoffice-7.0.3/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx-1521-                {
libreoffice-7.0.3/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx:1522:                    ScMyAddress aAddr(x,y,0);
libreoffice-7.0.3/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx-1523-                    vecCurSel.push_back(aAddr);
##############################################
libreoffice-7.0.3/sc/source/ui/navipi/navipi.cxx-559-        ScAddress aScAddress( nColNo, nRowNo, 0 );
libreoffice-7.0.3/sc/source/ui/navipi/navipi.cxx:560:        OUString aAddr(aScAddress.Format(ScRefFlags::ADDR_ABS));
libreoffice-7.0.3/sc/source/ui/navipi/navipi.cxx-561-
##############################################
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx-312-    {
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx:313:        ScAddress aAddr(bXVar ? mVariable1Range.aStart : mVariable2Range.aStart);
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx-314-        if (mGroupedBy == BY_COLUMN)
##############################################
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx-177-    std::vector<ScFormulaCell*> aFormulaCells(nLength);
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx:178:    ScAddress aAddr(mCurrentAddress);
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx-179-    for (size_t nIdx = 0; nIdx < nLength; ++nIdx)
##############################################
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/FourierAnalysisDialog.cxx-33-                                    "FourierAnalysisDialog")
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/FourierAnalysisDialog.cxx:34:    , maLabelAddr(ScAddress::INITIALIZE_INVALID)
libreoffice-7.0.3/sc/source/ui/StatisticsDialogs/FourierAnalysisDialog.cxx-35-    , maActualInputRange(ScAddress::INITIALIZE_INVALID)
##############################################
libreoffice-7.0.3/sc/source/ui/view/tabvwsha.cxx-238-                    ScAddress aScAddress( GetViewData().GetCurX(), GetViewData().GetCurY(), 0 );
libreoffice-7.0.3/sc/source/ui/view/tabvwsha.cxx:239:                    OUString  aAddr(aScAddress.Format(ScRefFlags::ADDR_ABS, nullptr, pDoc->GetAddressConvention()));
libreoffice-7.0.3/sc/source/ui/view/tabvwsha.cxx-240-                    SfxStringItem   aPosItem( SID_CURRENTCELL, aAddr );
##############################################
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx-986-                    {
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx:987:                        ScAddress aOldAddr( static_cast<SCCOL>(nPagebreakBreak), nPosY, nTab );
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx-988-                        pViewFunc->DeletePageBreak( true, true, &aOldAddr, false );
##############################################
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx-991-                    {
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx:992:                        ScAddress aNewAddr( static_cast<SCCOL>(nNew), nPosY, nTab );
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx-993-                        pViewFunc->InsertPageBreak( true, true, &aNewAddr, false );
##############################################
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx-1013-                    {
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx:1014:                        ScAddress aOldAddr( nPosX, nPagebreakBreak, nTab );
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx-1015-                        pViewFunc->DeletePageBreak( false, true, &aOldAddr, false );
##############################################
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx-1018-                    {
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx:1019:                        ScAddress aNewAddr( nPosX, nNew, nTab );
libreoffice-7.0.3/sc/source/ui/view/gridwin2.cxx-1020-                        pViewFunc->InsertPageBreak( false, true, &aNewAddr, false );
##############################################
libreoffice-7.0.3/sc/source/ui/view/gridwin.cxx-4775-            //  merged (single/Range) ???
libreoffice-7.0.3/sc/source/ui/view/gridwin.cxx:4776:            ScAddress aAddr( nPosX, nPosY, nTab );
libreoffice-7.0.3/sc/source/ui/view/gridwin.cxx-4777-
##############################################
libreoffice-7.0.3/sc/source/ui/unoobj/cellsuno.cxx-5493-
libreoffice-7.0.3/sc/source/ui/unoobj/cellsuno.cxx:5494:    uno::Reference<sheet::XCellRangeAddressable> xAddr( xObject, uno::UNO_QUERY );
libreoffice-7.0.3/sc/source/ui/unoobj/cellsuno.cxx-5495-
##############################################
libreoffice-7.0.3/sc/source/ui/unoobj/linkuno.cxx-920-        OUString aFileStr   (aFileName);
libreoffice-7.0.3/sc/source/ui/unoobj/linkuno.cxx:921:        ScAddress aDestAddr( static_cast<SCCOL>(aDestPos.Column), static_cast<SCROW>(aDestPos.Row), aDestPos.Sheet );
libreoffice-7.0.3/sc/source/ui/unoobj/linkuno.cxx-922-
##############################################
libreoffice-7.0.3/sc/source/core/inc/bcaslot.hxx-181-                        ScBroadcastAreaSlot( ScDocument* pDoc,
libreoffice-7.0.3/sc/source/core/inc/bcaslot.hxx:182:                                        ScBroadcastAreaSlotMachine* pBASM );
libreoffice-7.0.3/sc/source/core/inc/bcaslot.hxx-183-                        ~ScBroadcastAreaSlot();
##############################################
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx-723-
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx:724:        OUString aAddr(rCell.Format(ScRefFlags::ADDR_ABS, nullptr, pDoc->GetAddressConvention()));
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx-725-        rBuf.append(aAddr);
##############################################
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx-728-    {
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx:729:        OUString aAddr(rCell.Format(ScRefFlags::ADDR_ABS_3D, pDoc, pDoc->GetAddressConvention()));
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx-730-        rBuf.append(aAddr);
##############################################
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx-756-
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx:757:        OUString aAddr(rCell1.Format(ScRefFlags::ADDR_ABS, nullptr, pDoc->GetAddressConvention()));
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx-758-        rBuf.append(aAddr);
##############################################
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx-776-        aRange.aEnd   = rCell2;
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx:777:        OUString aAddr(aRange.Format(*pDoc, ScRefFlags::RANGE_ABS_3D, pDoc->GetAddressConvention()));
libreoffice-7.0.3/sc/source/core/tool/rangeutl.cxx-778-        rBuf.append(aAddr);
##############################################
libreoffice-7.0.3/sc/source/core/tool/compiler.cxx-3270-    mnCurrentSheetTab = -1;
libreoffice-7.0.3/sc/source/core/tool/compiler.cxx:3271:    ScAddress aAddr( aPos );
libreoffice-7.0.3/sc/source/core/tool/compiler.cxx-3272-    const ScAddress::Details aDetails( pConv->meConv, aPos );
##############################################
libreoffice-7.0.3/sc/source/core/tool/address.cxx-1502-    {
libreoffice-7.0.3/sc/source/core/tool/address.cxx:1503:        ScAddress aAddr( 0, 0, nDefTab );
libreoffice-7.0.3/sc/source/core/tool/address.cxx-1504-        ScRefFlags nRes = aAddr.Parse( rRefString, pDoc, rDetails, pExtInfo);
##############################################
libreoffice-7.0.3/sc/source/core/tool/interpr4.cxx-901-{
libreoffice-7.0.3/sc/source/core/tool/interpr4.cxx:902:    ScAddress aAddr(rCol, rRow, rTab);
libreoffice-7.0.3/sc/source/core/tool/interpr4.cxx-903-    PopSingleRef(aAddr);
##############################################
libreoffice-7.0.3/sc/source/core/data/column4.cxx-2038-
libreoffice-7.0.3/sc/source/core/data/column4.cxx:2039:                ScAddress aAddr(nCol, nStartRow, nTab);
libreoffice-7.0.3/sc/source/core/data/column4.cxx-2040-                const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_ENGLISH_XL_R1C1;
##############################################
libreoffice-7.0.3/sc/source/core/data/colorscale.cxx-470-                {
libreoffice-7.0.3/sc/source/core/data/colorscale.cxx:471:                    ScAddress aAddr(nCol, nRow, nTab);
libreoffice-7.0.3/sc/source/core/data/colorscale.cxx-472-                    ScRefCellValue rCell(*mpDoc, aAddr);
##############################################
libreoffice-7.0.3/sc/source/core/data/table4.cxx-476-    pDocument->SetNoListening( true );  // still the wrong reference
libreoffice-7.0.3/sc/source/core/data/table4.cxx:477:    ScAddress aAddr( nDestCol, nDestRow, nTab );
libreoffice-7.0.3/sc/source/core/data/table4.cxx-478-    ScFormulaCell* pDestCell = new ScFormulaCell( *pSrcCell, *pDocument, aAddr );
##############################################
libreoffice-7.0.3/sc/source/core/data/column2.cxx-1954-            // Create a 'complete' address object
libreoffice-7.0.3/sc/source/core/data/column2.cxx:1955:            ScAddress aAddr(m_aAddress);
libreoffice-7.0.3/sc/source/core/data/column2.cxx-1956-            aAddr.SetRow(nRow);
##############################################
libreoffice-7.0.3/sc/source/core/data/column2.cxx-1964-{
libreoffice-7.0.3/sc/source/core/data/column2.cxx:1965:    ScAddress aAddr(nCol, 0, nTab);
libreoffice-7.0.3/sc/source/core/data/column2.cxx-1966-    CellNoteHandler aFunc(GetDoc(), aAddr, bForgetCaptionOwnership);
##############################################
libreoffice-7.0.3/sc/source/core/data/formulacell.cxx-4750-    const sal_Int32 nWt = xGroup->mnWeight;
libreoffice-7.0.3/sc/source/core/data/formulacell.cxx:4751:    ScAddress aAddr(xGroup->mpTopCell->aPos);
libreoffice-7.0.3/sc/source/core/data/formulacell.cxx-4752-
##############################################
libreoffice-7.0.3/sc/source/core/data/dpcache.cxx-138-
libreoffice-7.0.3/sc/source/core/data/dpcache.cxx:139:        ScAddress aColAddr(nCol, 0, 0);
libreoffice-7.0.3/sc/source/core/data/dpcache.cxx-140-        aBuf.append(aColAddr.Format(ScRefFlags::COL_VALID));
##############################################
libreoffice-7.0.3/sc/source/core/data/documen2.cxx-343-    ScAddInListener::RemoveDocument( this );
libreoffice-7.0.3/sc/source/core/data/documen2.cxx:344:    pChartListenerCollection.reset();   // before pBASM because of potential Listener!
libreoffice-7.0.3/sc/source/core/data/documen2.cxx-345-
libreoffice-7.0.3/sc/source/core/data/documen2.cxx:346:    ClearLookupCaches(); // before pBASM because of listeners
libreoffice-7.0.3/sc/source/core/data/documen2.cxx-347-
##############################################
libreoffice-7.0.3/sc/source/core/data/documen7.cxx-118-{
libreoffice-7.0.3/sc/source/core/data/documen7.cxx:119:    if ( !pBASM )
libreoffice-7.0.3/sc/source/core/data/documen7.cxx-120-        return ;    // Clipboard or Undo
##############################################
libreoffice-7.0.3/sc/source/core/data/documen7.cxx-191-{
libreoffice-7.0.3/sc/source/core/data/documen7.cxx:192:    if ( !pBASM )
libreoffice-7.0.3/sc/source/core/data/documen7.cxx-193-        return ;    // Clipboard or Undo
##############################################
libreoffice-7.0.3/sc/source/core/data/documen7.cxx-203-{
libreoffice-7.0.3/sc/source/core/data/documen7.cxx:204:    if ( pBASM )
libreoffice-7.0.3/sc/source/core/data/documen7.cxx-205-        pBASM->DelBroadcastAreasInRange( rRange );
##############################################
libreoffice-7.0.3/sc/source/core/data/documen7.cxx-596-        SetExpandRefs( SC_MOD()->GetInputOptions().GetExpandRefs() );
libreoffice-7.0.3/sc/source/core/data/documen7.cxx:597:    if ( pBASM )
libreoffice-7.0.3/sc/source/core/data/documen7.cxx-598-        pBASM->UpdateBroadcastAreas( eUpdateRefMode, rRange, nDx, nDy, nDz );
##############################################
libreoffice-7.0.3/sc/source/core/data/simpleformulacalc.cxx-23-    , mbCalculated(false)
libreoffice-7.0.3/sc/source/core/data/simpleformulacalc.cxx:24:    , maAddr(rAddr)
libreoffice-7.0.3/sc/source/core/data/simpleformulacalc.cxx-25-    , mpDoc(pDoc)
##############################################
libreoffice-7.0.3/sc/source/core/data/table3.cxx-1177-
libreoffice-7.0.3/sc/source/core/data/table3.cxx:1178:        ScBroadcastAreaSlotMachine* pBASM = pDocument->GetBASM();
libreoffice-7.0.3/sc/source/core/data/table3.cxx-1179-        std::vector<sc::AreaListener> aGrpListeners =
##############################################
libreoffice-7.0.3/pyuno/source/module/pyuno_dlopenwrapper.c-47-    void * func;
libreoffice-7.0.3/pyuno/source/module/pyuno_dlopenwrapper.c:48:    if (dladdr(address, &dl_info) == 0) {
libreoffice-7.0.3/pyuno/source/module/pyuno_dlopenwrapper.c-49-        abort();
##############################################
libreoffice-7.0.3/pyuno/zipcore/python.sh-22-if [ -h "$0" ] ; then
libreoffice-7.0.3/pyuno/zipcore/python.sh:23:    sd_basename=`basename "$0"`
libreoffice-7.0.3/pyuno/zipcore/python.sh:24:    sd_script=`ls -l "$0" | sed "s/.*${sd_basename} -> //g"`
libreoffice-7.0.3/pyuno/zipcore/python.sh:25:    cd "`dirname "$0"`"
libreoffice-7.0.3/pyuno/zipcore/python.sh:26:    cd "`dirname "$sd_script"`"
libreoffice-7.0.3/pyuno/zipcore/python.sh-27-else
libreoffice-7.0.3/pyuno/zipcore/python.sh:28:    cd "`dirname "$0"`"
libreoffice-7.0.3/pyuno/zipcore/python.sh-29-fi
##############################################
libreoffice-7.0.3/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl-42-	$pptx = "../pptx/cshape-" . (defined $type ? $type : "all") . ".pptx";
libreoffice-7.0.3/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl:43:	system ("cd cshape\nrm -rf ". $pptx . "\nzip -q -r " . $pptx . " .\ncd ..");
libreoffice-7.0.3/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl-44-
##############################################
libreoffice-7.0.3/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl-48-	$pptx = "../pptx/preset-cshape-" . (defined $type ? $type : "all") . ".pptx";
libreoffice-7.0.3/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl:49:	system ("cd cshape\nrm -rf ". $pptx . "\nzip -q -r " . $pptx . " .\ncd ..");
libreoffice-7.0.3/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl-50-}
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/pre-commit-141-{
libreoffice-7.0.3/helpcontent2/.git-hooks/pre-commit:142:    my $size = `git cat-file -s :$_`;
libreoffice-7.0.3/helpcontent2/.git-hooks/pre-commit-143-    # For now let's say large is 500KB
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-37-
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:38:if [ -z "`head -n 1 $1 | grep -v '^[[:blank:]]*\*$'`" ] ; then
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-39-    abort "$1" "Please provide the general description on the first line."
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-43-
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:44:if [ "`head -n 1 $1 | wc -c`" -gt 79 ] ; then
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-45-    abort "$1" "The first line is too long, please try to fit into 79 characters."
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-49-if egrep -q "$fdo_regex" $1; then
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:50:    for bugid in `head -n 1 $1 |egrep -o "$fdo_regex" |sed 's/fdo#//'`
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-51-    do
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:52:        if [ "`echo $bugid |sed 's/fdo#//'`" -gt 88775 ]; then
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-53-            abort "$1" "The first line contains a suspicious fdo# rereference: 'fdo#$bugid', did you mean tdf#?"
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-58-# ...and that it does not continue on the second line
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:59:if [ "`wc -l < $1`" -gt 1 -a -n "`head -n 2 $1 | tail -n 1 | sed 's/^#.*//'`" ] ; then
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-60-    abort "$1" "The second line is not empty - maybe the first line continues there?"
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-64-
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:65:if [ -n "`head -n 1 $1 | grep '^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}.*<.*@.*>'`" ] ; then
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-66-    abort "$1" "The commit message looks like ChangeLog, please use the git form."
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-70-
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:71:if [ -n "`sed '/^#/,$d' $1 | grep '^[[:space:]]\+\*.*:'`" -a -z "`grep '^\*' $1`" ] ; then
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-72-    abort "$1" "Please don't use whitespace in front of '* file: Description.' entries."
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-77-
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:78:if [ -n "`grep '^#[^[:blank:]]' $1`" ] ; then
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-79-    abort "$1" "Possible accidental comment in the commit message (leading # without space)."
##############################################
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-120-
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:121:        id=`grep -i '^Change-Id:' "$MSG" | sed -e "s/.*: I//"`
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg:122:        temp_msg=`grep -v -i '^Change-Id:' "$MSG"`
libreoffice-7.0.3/helpcontent2/.git-hooks/commit-msg-123-        echo "$temp_msg" > "$MSG"
##############################################
libreoffice-7.0.3/helpcontent2/help3xsl/prism.js-1017-	'template-string': {
libreoffice-7.0.3/helpcontent2/help3xsl/prism.js:1018:		pattern: /`(?:\\[\s\S]|\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})+}|(?!\${)[^\\`])*`/,
libreoffice-7.0.3/helpcontent2/help3xsl/prism.js-1019-		greedy: true,
##############################################
libreoffice-7.0.3/helpcontent2/help3xsl/fuzzysort.js-599-
libreoffice-7.0.3/helpcontent2/help3xsl/fuzzysort.js:600:// TODO: (performance) wasm version!?
libreoffice-7.0.3/helpcontent2/help3xsl/fuzzysort.js-601-
##############################################
libreoffice-7.0.3/helpcontent2/CustomTarget_html.mk-32-# In the below recipe, the file $@.good is used to communicate failure of xsltproc in the pipeline
libreoffice-7.0.3/helpcontent2/CustomTarget_html.mk:33:# (similar to Bash's `set -o pipefail`; the final `rm $@.good` will fail, and fail the whole
libreoffice-7.0.3/helpcontent2/CustomTarget_html.mk-34-# command, if the xsltproc invocation failed):
##############################################
libreoffice-7.0.3/helpcontent2/CustomTarget_html.mk-250-# In the below recipe, the file $@.good is used to communicate failure of xsltproc in the pipeline
libreoffice-7.0.3/helpcontent2/CustomTarget_html.mk:251:# (similar to Bash's `set -o pipefail`; the final `rm $@.good` will fail, and fail the whole
libreoffice-7.0.3/helpcontent2/CustomTarget_html.mk-252-# command, if any xsltproc invocation failed):
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1806-msgid "This section provides the fundamentals for working with $[officename] Basic."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po:1807:msgstr "Kutaan kun bu`uura $[officename] wajjin akka hojennu bu`uureessota nuuf kenna."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1808-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1815-msgid "$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Procedures and Functions</link>."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po:1816:msgstr "Bu`uurri lakkadda $[officename] sagantaa xiqqaa fi fankishinii irratti hundaa`a isaan kunis kutaalee <emph>cita...dhuma cita</emph> fi <emph>fankishinii...dhuma fankishinii</emph> gidduutti ifteessamu. Tokkoon tokkoo citaa yookiin fankishinii citootaa fi fankishinoota biroo ni waamu.yoo ofeegannoo barreessuu lakkada dhortuu citaa yookiin fankishinii goote, sagantaalee biroo keessatti dabalataan akka tasaa gargaaramuu ni danda`ama.Dabalataa  <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Adeemsa fi Fankishinoota</link> ilaali."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1817-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1923-msgid "After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po:1924:msgstr "Iddoo sagantaake akka adeemsaa fi fankishinootatti (citoota fi fankishinoota)tti addaan baastee, dabalataan piroojektii biraa keessatti gargaaramuuf adeeemsa fi fankishinoota kana akka faayilootaatti olkaa`uun ni danda`ama.Bu`uuri $[officename] <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Muraa and Kuusota sagantaa</link>. citootni fi fankishinootni yeroo hundaa muraa keessatti qabatamu.Muraan  hundataa yookiin gosa galmeeti.Muraa baay`een kuusota sagantaatti ni makama."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1925-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1959-msgid "This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po:1960:msgstr "Kutaan kun maalimoota bu`uura caasima bu`uura $[officename] ibsa. Ibsa gadifageenyaaf qajeelcha bu`uura $[officename] addaan ba`ee jiru dubbisuu ni dandeessu."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1961-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-2112-msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po:2113:msgstr "Bu`uura $[officename] keessatti jijjiiramaa duwwaa ibsuun nurraa hin eegamu. Ibsi jijjiirama hima <emph>Dim</emph> waliin hojjetama. Maqaalee qoodduudhaan addaan baasuun jijjiiramaa tokkoo ol altakkaatti ibsuu ni danda`ama.akaakuu jijjiiramaa hiikuuf, maqaa, yookiin jefuraa sirrii booda mallattoo ibsa akaakuu gargaarami."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-2114-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-2517-msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po:2518:msgstr "Bu`uuri $[officename] waraantoolee fuul-tokko yookiin fuul-baay`ee, akaakuu jijjiiramaa ifteessamanii ni beeka. Waraantooleen gulaalii  tarreeewwannii fi gabateewwan sagantaalee keessaatiif mijaa`oodha.Tokko tokkoon maalimoota waraanta kasaa lakkoofsaa  keessaan ni qajeelchamu."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-2519-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-3129-msgid "$[officename] Basic provides tools to help you structuring your projects. It supports various \"units\" which enable you to group individual SUBS and FUNCTIONS in a Basic project."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po:3130:msgstr "Bu`uuri $[officename] projektii caaseessuuf kamshaalee kennuu tajaajila. Deggarsa \"units\" adda addaa kan projektii bu`uuraa keessatti tokko tokkoo  SUBS fi FUNCTIONS ramaduuf nu danddeesisan kenna."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-3131-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-6270-msgid "Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po:6271:msgstr "jalqabarraa, too`annoonni lakkoofsota tartiiba isaan qaaqatti dabalamaniin fudhata. Too`annootaaf tartiiba lakkoofsotaa jijjiiruun ni danda`ama. Bu`uuri $[officename] tartiiba lakkoofsotaa ofummaan jalteenya lakkoofsota dhorkuuf ni jijjiira.Akasumas too`annoon hin xiyyeefatamne gatiitti ni ramadama garuu too`annaan yeroo furtuu Tab gargaaramu ni dhokata."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/sbasic/shared.po-6272-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/schart/01.po-7224-msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/schart/01.po:7225:msgstr "Calc keessatti, fakkeenyi hammanga deetaa \"$Sheet1.$B$3:$B$14\" ta`a. hubachiisa wardii keessatti hammangaan deetaa tarii naannoo tkkoo ol irraa ijaaramuu ni danda`a, fakkeenyaaf \"$Sheet1.A1:A5;$Sheet1.D1:D5\" hammangaan deetaa dabalataan gataa`aa dha. Writer keessatti, fakkeenyi hammangaa deetaa \"Table1.A1:E4\" ni ta`a."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/schart/01.po-7226-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/schart/01.po-8493-msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/schart/01.po:8494:msgstr "Calc keessatti, fakkeenyi hammanga deetaa \"$Sheet1.$B$3:$B$14\" ta`a. hubachiisa wardii keessatti hammangaan deetaa tarii naannoo tkkoo ol irraa ijaaramuu ni danda`a, fakkeenyaaf \"$Sheet1.A1:A5;$Sheet1.D1:D5\" hammangaan deetaa dabalataan gataa`aa dha. Writer keessatti, fakkeenyi hammangaa deetaa \"Table1.A1:E4\" ni ta`a."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/schart/01.po-8495-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/simpress/01.po-7440-msgid "<ahelp hid=\"modules/sdraw/ui/vectorize/colors\">Enter the number of colors to be displayed in the converted image. $[officename] generates a polygon for each occurrence of a color in the image.</ahelp>"
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/simpress/01.po:7441:msgstr "<ahelp hid=\"modules/sdraw/ui/vectorize/colors\">Fakkicha jijjiramee keessaa lakkofsa halluwanii mul`achu qaban galchii. Argamsa tokkon tokkoon halluwwan fakkichaa keessaattiif $[officename] `n ragaddee burqisisa.</ahelp>"
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/simpress/01.po-7442-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/guide.po-21876-msgid "In order to enter dashes, you can find under <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see <link href=\"text/shared/01/06040100.xhp\" name=\"AutoCorrect Options\">AutoCorrect Options</link>)."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/guide.po:21877:msgstr "Mursaawwan dheeraa saaguuf, <emph>Meeshaalee - Dirqaleewwan OfiinSirreessaa</emph><emph>- Dirqaleewwan</emph> the <emph>Mursaawwan bakka buusi</emph> filannoo (only on Windows systems) jalaa barbaaduu dandeessa. Filannoon kun haalota murtaa`aa en-dash ykn em-dash ykn (ilaali <link href=\"text/shared/01/06040100.xhp\" name=\"$[officename] Help\">gargaarsa $[officename] </link>) waliin mallattoo hir`isuu tokko ykn lama bakka buusa."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/guide.po-21878-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/00.po-3669-msgid "As with HTML documents, you can choose to use a filter with or without the element ($[officename] Impress) in the name to open a $[officename] graphics file. If without, the file will be opened as a $[officename] Draw document. Otherwise, the file saved by an old program version is now opened in $[officename] Impress."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/00.po:3670:msgstr "Akka Galmeewwan HTML waliin, gingilchaa wajjin ykn maalimaa ($[officename] Impress) malee maqaa keessatti faayilii saxaatoo$[officename] filuu ni dandeessa. Yoo maalimaa ($[officename] Impress) malee ta`e, faayiliin akka galmee fakkasaa $[officename]tti banama. Ta`uu baanaan, faayiliin sagantaa fooyya'aa moofaan Toleessaa $[officename] keessatti banama."
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/00.po-3671-
##############################################
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/01.po-5721-msgid "<ahelp hid=\".uno:SaveAll\">Saves all modified $[officename] documents.</ahelp>"
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/01.po:5722:msgstr "<ahelp hid=\".uno:SaveAll\">Galmeewwan fooyya`an $[officename] mara olkaa`i.</ahelp>"
libreoffice-7.0.3/translations/source/om/helpcontent2/source/text/shared/01.po-5723-
##############################################
libreoffice-7.0.3/translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po-18045-msgid "Start Image Editor"
libreoffice-7.0.3/translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po:18046:msgstr "Rasm tahrirchini ishga tushirish"
libreoffice-7.0.3/translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po-18047-
##############################################
libreoffice-7.0.3/translations/source/uz/sd/messages.po-7543-msgid "Page Options"
libreoffice-7.0.3/translations/source/uz/sd/messages.po:7544:msgstr "Rasm moslamalari"
libreoffice-7.0.3/translations/source/uz/sd/messages.po-7545-
##############################################
libreoffice-7.0.3/translations/source/uz/svx/messages.po-6696-msgid "Image Button"
libreoffice-7.0.3/translations/source/uz/svx/messages.po:6697:msgstr "Rasm tugmasi"
libreoffice-7.0.3/translations/source/uz/svx/messages.po-6698-
##############################################
libreoffice-7.0.3/translations/source/uz/svx/messages.po-13566-msgid "I_mage Button"
libreoffice-7.0.3/translations/source/uz/svx/messages.po:13567:msgstr "Rasm tugmasi"
libreoffice-7.0.3/translations/source/uz/svx/messages.po-13568-
##############################################
libreoffice-7.0.3/translations/source/uz/wizards/source/resources.po-1944-"Binar maydonlarni chap tomondagi roʻyxatdan tanlash mumkin.\n"
libreoffice-7.0.3/translations/source/uz/wizards/source/resources.po:1945:"Ular rasm sifatida koʻrsatiladi (agar iloji boʻlsa)."
libreoffice-7.0.3/translations/source/uz/wizards/source/resources.po-1946-
##############################################
libreoffice-7.0.3/translations/source/uz/extensions/messages.po-2284-msgid "Image Button"
libreoffice-7.0.3/translations/source/uz/extensions/messages.po:2285:msgstr "Rasm tugmasi"
libreoffice-7.0.3/translations/source/uz/extensions/messages.po-2286-
##############################################
libreoffice-7.0.3/translations/git-hooks/commit-msg-34-
libreoffice-7.0.3/translations/git-hooks/commit-msg:35:if [ -z "`head -n 1 $1 | grep -v '^[ \t]*\*'`" ] ; then
libreoffice-7.0.3/translations/git-hooks/commit-msg-36-    abort "$1" "Please provide the general description on the first line."
##############################################
libreoffice-7.0.3/translations/git-hooks/commit-msg-40-
libreoffice-7.0.3/translations/git-hooks/commit-msg:41:if [ "`head -n 1 $1 | wc -c`" -gt 79 ] ; then
libreoffice-7.0.3/translations/git-hooks/commit-msg-42-    abort "$1" "The first line is too long, please try to fit into 79 characters."
##############################################
libreoffice-7.0.3/translations/git-hooks/commit-msg-45-# ...and that it does not continue on the second line
libreoffice-7.0.3/translations/git-hooks/commit-msg:46:if [ "`wc -l < $1`" -gt 1 -a -n "`head -n 2 $1 | tail -n 1 | sed 's/^#.*//'`" ] ; then
libreoffice-7.0.3/translations/git-hooks/commit-msg-47-    abort "$1" "The second line is not empty - maybe the first line continues there?"
##############################################
libreoffice-7.0.3/translations/git-hooks/commit-msg-51-
libreoffice-7.0.3/translations/git-hooks/commit-msg:52:if [ -n "`head -n 1 $1 | grep '^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}.*<.*@.*>'`" ] ; then
libreoffice-7.0.3/translations/git-hooks/commit-msg-53-    abort "$1" "The commit message looks like ChangeLog, please use the git form."
##############################################
libreoffice-7.0.3/translations/git-hooks/commit-msg-57-
libreoffice-7.0.3/translations/git-hooks/commit-msg:58:if [ -n "`grep '^[[:space:]]\+\*.*:' $1`" -a -z "`grep '^\*' $1`" ] ; then
libreoffice-7.0.3/translations/git-hooks/commit-msg-59-    abort "$1" "Please don't use whitespace in front of '* file: Description.' entries."
##############################################
libreoffice-7.0.3/debian/changelog-3943-  * debian/patches/sparc-asm-syntax-fix.diff: fix syntax in sparc bridges'
libreoffice-7.0.3/debian/changelog:3944:    asm 
libreoffice-7.0.3/debian/changelog-3945-
##############################################
libreoffice-7.0.3/debian/patches/add-access2base-doc.diff-21656-+	var re = /&#[0-9]{1,5};/g;
libreoffice-7.0.3/debian/patches/add-access2base-doc.diff:21657:+	return s.replace(re,function($0) {return String.fromCharCode(eval($0.replace(/[&#;]/g,'')));});
libreoffice-7.0.3/debian/patches/add-access2base-doc.diff-21658-+}
##############################################
libreoffice-7.0.3/debian/patches/add-access2base-doc.diff-25101-+/*! jQuery v1.8.3 jquery.com | jquery.org/license */
libreoffice-7.0.3/debian/patches/add-access2base-doc.diff:25102:+(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:D.test(r)?v.parseJSON(r):r}catch(s){}v.data(e,n,r)}else r=t}return r}function B(e){var t;for(t in e){if(t==="data"&&v.isEmptyObject(e[t]))continue;if(t!=="toJSON")return!1}return!0}function et(){return!1}function tt(){return!0}function ut(e){return!e||!e.parentNode||e.parentNode.nodeType===11}function at(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}function ft(e,t,n){t=t||0;if(v.isFunction(t))return v.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return v.grep(e,function(e,r){return e===t===n});if(typeof t=="string"){var r=v.grep(e,function(e){return e.nodeType===1});if(it.test(t))return v.filter(t,r,!n);t=v.filter(t,r)}return v.grep(e,function(e,r){return v.inArray(e,t)>=0===n})}function lt(e){var t=ct.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function At(e,t){if(t.nodeType!==1||!v.hasData(e))return;var n,r,i,s=v._data(e),o=v._data(t,s),u=s.events;if(u){delete o.handle,o.events={};for(n in u)for(r=0,i=u[n].length;r<i;r++)v.event.add(t,n,u[n][r])}o.data&&(o.data=v.extend({},o.data))}function Ot(e,t){var n;if(t.nodeType!==1)return;t.clearAttributes&&t.clearAttributes(),t.mergeAttributes&&t.mergeAttributes(e),n=t.nodeName.toLowerCase(),n==="object"?(t.parentNode&&(t.outerHTML=e.outerHTML),v.support.html5Clone&&e.innerHTML&&!v.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):n==="input"&&Et.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):n==="option"?t.selected=e.defaultSelected:n==="input"||n==="textarea"?t.defaultValue=e.defaultValue:n==="script"&&t.text!==e.text&&(t.text=e.text),t.removeAttribute(v.expando)}function Mt(e){return typeof e.getElementsByTagName!="undefined"?e.getElementsByTagName("*"):typeof e.querySelectorAll!="undefined"?e.querySelectorAll("*"):[]}function _t(e){Et.test(e.type)&&(e.defaultChecked=e.checked)}function Qt(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Jt.length;while(i--){t=Jt[i]+n;if(t in e)return t}return r}function Gt(e,t){return e=t||e,v.css(e,"display")==="none"||!v.contains(e.ownerDocument,e)}function Yt(e,t){var n,r,i=[],s=0,o=e.length;for(;s<o;s++){n=e[s];if(!n.style)continue;i[s]=v._data(n,"olddisplay"),t?(!i[s]&&n.style.display==="none"&&(n.style.display=""),n.style.display===""&&Gt(n)&&(i[s]=v._data(n,"olddisplay",nn(n.nodeName)))):(r=Dt(n,"display"),!i[s]&&r!=="none"&&v._data(n,"olddisplay",r))}for(s=0;s<o;s++){n=e[s];if(!n.style)continue;if(!t||n.style.display==="none"||n.style.display==="")n.style.display=t?i[s]||"":"none"}return e}function Zt(e,t,n){var r=Rt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function en(e,t,n,r){var i=n===(r?"border":"content")?4:t==="width"?1:0,s=0;for(;i<4;i+=2)n==="margin"&&(s+=v.css(e,n+$t[i],!0)),r?(n==="content"&&(s-=parseFloat(Dt(e,"padding"+$t[i]))||0),n!=="margin"&&(s-=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0)):(s+=parseFloat(Dt(e,"padding"+$t[i]))||0,n!=="padding"&&(s+=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0));return s}function tn(e,t,n){var r=t==="width"?e.offsetWidth:e.offsetHeight,i=!0,s=v.support.boxSizing&&v.css(e,"boxSizing")==="border-box";if(r<=0||r==null){r=Dt(e,t);if(r<0||r==null)r=e.style[t];if(Ut.test(r))return r;i=s&&(v.support.boxSizingReliable||r===e.style[t]),r=parseFloat(r)||0}return r+en(e,t,n||(s?"border":"content"),i)+"px"}function nn(e){if(Wt[e])return Wt[e];var t=v("<"+e+">").appendTo(i.body),n=t.css("display");t.remove();if(n==="none"||n===""){Pt=i.body.appendChild(Pt||v.extend(i.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!Ht||!Pt.createElement)Ht=(Pt.contentWindow||Pt.contentDocument).document,Ht.write("<!doctype html><html><body>"),Ht.close();t=Ht.body.appendChild(Ht.createElement(e)),n=Dt(t,"display"),i.body.removeChild(Pt)}return Wt[e]=n,n}function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.test(e)?r(e,i):fn(e+"["+(typeof i=="object"?t:"")+"]",i,n,r)});else if(!n&&v.type(t)==="object")for(i in t)fn(e+"["+i+"]",t[i],n,r);else r(e,t)}function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,i,s,o=t.toLowerCase().split(y),u=0,a=o.length;if(v.isFunction(n))for(;u<a;u++)r=o[u],s=/^\+/.test(r),s&&(r=r.substr(1)||"*"),i=e[r]=e[r]||[],i[s?"unshift":"push"](n)}}function kn(e,n,r,i,s,o){s=s||n.dataTypes[0],o=o||{},o[s]=!0;var u,a=e[s],f=0,l=a?a.length:0,c=e===Sn;for(;f<l&&(c||!u);f++)u=a[f](n,r,i),typeof u=="string"&&(!c||o[u]?u=t:(n.dataTypes.unshift(u),u=kn(e,n,r,i,u,o)));return(c||!u)&&!o["*"]&&(u=kn(e,n,r,i,"*",o)),u}function Ln(e,n){var r,i,s=v.ajaxSettings.flatOptions||{};for(r in n)n[r]!==t&&((s[r]?e:i||(i={}))[r]=n[r]);i&&v.extend(!0,e,i)}function An(e,n,r){var i,s,o,u,a=e.contents,f=e.dataTypes,l=e.responseFields;for(s in l)s in r&&(n[l[s]]=r[s]);while(f[0]==="*")f.shift(),i===t&&(i=e.mimeType||n.getResponseHeader("content-type"));if(i)for(s in a)if(a[s]&&a[s].test(i)){f.unshift(s);break}if(f[0]in r)o=f[0];else{for(s in r){if(!f[0]||e.converters[s+" "+f[0]]){o=s;break}u||(u=s)}o=o||u}if(o)return o!==f[0]&&f.unshift(o),r[o]}function On(e,t){var n,r,i,s,o=e.dataTypes.slice(),u=o[0],a={},f=0;e.dataFilter&&(t=e.dataFilter(t,e.dataType));if(o[1])for(n in e.converters)a[n.toLowerCase()]=e.converters[n];for(;i=o[++f];)if(i!=="*"){if(u!=="*"&&u!==i){n=a[u+" "+i]||a["* "+i];if(!n)for(r in a){s=r.split(" ");if(s[1]===i){n=a[u+" "+s[0]]||a["* "+s[0]];if(n){n===!0?n=a[r]:a[r]!==!0&&(i=s[0],o.splice(f--,0,i));break}}}if(n!==!0)if(n&&e["throws"])t=n(t);else try{t=n(t)}catch(l){return{state:"parsererror",error:n?l:"No conversion from "+u+" to "+i}}}u=i}return{state:"success",data:t}}function Fn(){try{return new e.XMLHttpRequest}catch(t){}}function In(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function $n(){return setTimeout(function(){qn=t},0),qn=v.now()}function Jn(e,t){v.each(t,function(t,n){var r=(Vn[t]||[]).concat(Vn["*"]),i=0,s=r.length;for(;i<s;i++)if(r[i].call(e,t,n))return})}function Kn(e,t,n){var r,i=0,s=0,o=Xn.length,u=v.Deferred().always(function(){delete a.elem}),a=function(){var t=qn||$n(),n=Math.max(0,f.startTime+f.duration-t),r=n/f.duration||0,i=1-r,s=0,o=f.tweens.length;for(;s<o;s++)f.tweens[s].run(i);return u.notifyWith(e,[f,i,n]),i<1&&o?n:(u.resolveWith(e,[f]),!1)},f=u.promise({elem:e,props:v.extend({},t),opts:v.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:qn||$n(),duration:n.duration,tweens:[],createTween:function(t,n,r){var i=v.Tween(e,f.opts,t,n,f.opts.specialEasing[t]||f.opts.easing);return f.tweens.push(i),i},stop:function(t){var n=0,r=t?f.tweens.length:0;for(;n<r;n++)f.tweens[n].run(1);return t?u.resolveWith(e,[f,t]):u.rejectWith(e,[f,t]),this}}),l=f.props;Qn(l,f.opts.specialEasing);for(;i<o;i++){r=Xn[i].call(f,e,l,f.opts);if(r)return r}return Jn(f,l),v.isFunction(f.opts.start)&&f.opts.start.call(e,f),v.fx.timer(v.extend(a,{anim:f,queue:f.opts.queue,elem:e})),f.progress(f.opts.progress).done(f.opts.done,f.opts.complete).fail(f.opts.fail).always(f.opts.always)}function Qn(e,t){var n,r,i,s,o;for(n in e){r=v.camelCase(n),i=t[r],s=e[n],v.isArray(s)&&(i=s[1],s=e[n]=s[0]),n!==r&&(e[r]=s,delete e[n]),o=v.cssHooks[r];if(o&&"expand"in o){s=o.expand(s),delete e[r];for(n in s)n in e||(e[n]=s[n],t[n]=i)}else t[r]=i}}function Gn(e,t,n){var r,i,s,o,u,a,f,l,c,h=this,p=e.style,d={},m=[],g=e.nodeType&&Gt(e);n.queue||(l=v._queueHooks(e,"fx"),l.unqueued==null&&(l.unqueued=0,c=l.empty.fire,l.empty.fire=function(){l.unqueued||c()}),l.unqueued++,h.always(function(){h.always(function(){l.unqueued--,v.queue(e,"fx").length||l.empty.fire()})})),e.nodeType===1&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],v.css(e,"display")==="inline"&&v.css(e,"float")==="none"&&(!v.support.inlineBlockNeedsLayout||nn(e.nodeName)==="inline"?p.display="inline-block":p.zoom=1)),n.overflow&&(p.overflow="hidden",v.support.shrinkWrapBlocks||h.done(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t){s=t[r];if(Un.exec(s)){delete t[r],a=a||s==="toggle";if(s===(g?"hide":"show"))continue;m.push(r)}}o=m.length;if(o){u=v._data(e,"fxshow")||v._data(e,"fxshow",{}),"hidden"in u&&(g=u.hidden),a&&(u.hidden=!g),g?v(e).show():h.done(function(){v(e).hide()}),h.done(function(){var t;v.removeData(e,"fxshow",!0);for(t in d)v.style(e,t,d[t])});for(r=0;r<o;r++)i=m[r],f=h.createTween(i,g?u[i]:0),d[i]=u[i]||v.style(e,i),i in u||(u[i]=f.start,g&&(f.end=f.start,f.start=i==="width"||i==="height"?1:0))}}function Yn(e,t,n,r,i){return new Yn.prototype.init(e,t,n,r,i)}function Zn(e,t){var n,r={height:e},i=0;t=t?1:0;for(;i<4;i+=2-t)n=$t[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function tr(e){return v.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:!1}var n,r,i=e.document,s=e.location,o=e.navigator,u=e.jQuery,a=e.$,f=Array.prototype.push,l=Array.prototype.slice,c=Array.prototype.indexOf,h=Object.prototype.toString,p=Object.prototype.hasOwnProperty,d=String.prototype.trim,v=function(e,t){return new v.fn.init(e,t,n)},m=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,g=/\S/,y=/\s+/,b=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,w=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,S=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,T=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,N=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,C=/^-ms-/,k=/-([\da-z])/gi,L=function(e,t){return(t+"").toUpperCase()},A=function(){i.addEventListener?(i.removeEventListener("DOMContentLoaded",A,!1),v.ready()):i.readyState==="complete"&&(i.detachEvent("onreadystatechange",A),v.ready())},O={};v.fn=v.prototype={constructor:v,init:function(e,n,r){var s,o,u,a;if(!e)return this;if(e.nodeType)return this.context=this[0]=e,this.length=1,this;if(typeof e=="string"){e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?s=[null,e,null]:s=w.exec(e);if(s&&(s[1]||!n)){if(s[1])return n=n instanceof v?n[0]:n,a=n&&n.nodeType?n.ownerDocument||n:i,e=v.parseHTML(s[1],a,!0),E.test(s[1])&&v.isPlainObject(n)&&this.attr.call(e,n,!0),v.merge(this,e);o=i.getElementById(s[2]);if(o&&o.parentNode){if(o.id!==s[2])return r.find(e);this.length=1,this[0]=o}return this.context=i,this.selector=e,this}return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e)}return v.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),v.makeArray(e,this))},selector:"",jquery:"1.8.3",length:0,size:function(){return this.length},toArray:function(){return l.call(this)},get:function(e){return e==null?this.toArray():e<0?this[this.length+e]:this[e]},pushStack:function(e,t,n){var r=v.merge(this.constructor(),e);return r.prevObject=this,r.context=this.context,t==="find"?r.selector=this.selector+(this.selector?" ":"")+n:t&&(r.selector=this.selector+"."+t+"("+n+")"),r},each:function(e,t){return v.each(this,e,t)},ready:function(e){return v.ready.promise().done(e),this},eq:function(e){return e=+e,e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(l.apply(this,arguments),"slice",l.call(arguments).join(","))},map:function(e){return this.pushStack(v.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:[].sort,splice:[].splice},v.fn.init.prototype=v.fn,v.extend=v.fn.extend=function(){var e,n,r,i,s,o,u=arguments[0]||{},a=1,f=arguments.length,l=!1;typeof u=="boolean"&&(l=u,u=arguments[1]||{},a=2),typeof u!="object"&&!v.isFunction(u)&&(u={}),f===a&&(u=this,--a);for(;a<f;a++)if((e=arguments[a])!=null)for(n in e){r=u[n],i=e[n];if(u===i)continue;l&&i&&(v.isPlainObject(i)||(s=v.isArray(i)))?(s?(s=!1,o=r&&v.isArray(r)?r:[]):o=r&&v.isPlainObject(r)?r:{},u[n]=v.extend(l,o,i)):i!==t&&(u[n]=i)}return u},v.extend({noConflict:function(t){return e.$===v&&(e.$=a),t&&e.jQuery===v&&(e.jQuery=u),v},isReady:!1,readyWait:1,holdReady:function(e){e?v.readyWait++:v.ready(!0)},ready:function(e){if(e===!0?--v.readyWait:v.isReady)return;if(!i.body)return setTimeout(v.ready,1);v.isReady=!0;if(e!==!0&&--v.readyWait>0)return;r.resolveWith(i,[v]),v.fn.trigger&&v(i).trigger("ready").off("ready")},isFunction:function(e){return v.type(e)==="function"},isArray:Array.isArray||function(e){return v.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):O[h.call(e)]||"object"},isPlainObject:function(e){if(!e||v.type(e)!=="object"||e.nodeType||v.isWindow(e))return!1;try{if(e.constructor&&!p.call(e,"constructor")&&!p.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||p.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw new Error(e)},parseHTML:function(e,t,n){var r;return!e||typeof e!="string"?null:(typeof t=="boolean"&&(n=t,t=0),t=t||i,(r=E.exec(e))?[t.createElement(r[1])]:(r=v.buildFragment([e],t,n?null:[]),v.merge([],(r.cacheable?v.clone(r.fragment):r.fragment).childNodes)))},parseJSON:function(t){if(!t||typeof t!="string")return null;t=v.trim(t);if(e.JSON&&e.JSON.parse)return e.JSON.parse(t);if(S.test(t.replace(T,"@").replace(N,"]").replace(x,"")))return(new Function("return "+t))();v.error("Invalid JSON: "+t)},parseXML:function(n){var r,i;if(!n||typeof n!="string")return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(s){r=t}return(!r||!r.documentElement||r.getElementsByTagName("parsererror").length)&&v.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&g.test(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(C,"ms-").replace(k,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,n,r){var i,s=0,o=e.length,u=o===t||v.isFunction(e);if(r){if(u){for(i in e)if(n.apply(e[i],r)===!1)break}else for(;s<o;)if(n.apply(e[s++],r)===!1)break}else if(u){for(i in e)if(n.call(e[i],i,e[i])===!1)break}else for(;s<o;)if(n.call(e[s],s,e[s++])===!1)break;return e},trim:d&&!d.call("\ufeff\u00a0")?function(e){return e==null?"":d.call(e)}:function(e){return e==null?"":(e+"").replace(b,"")},makeArray:function(e,t){var n,r=t||[];return e!=null&&(n=v.type(e),e.length==null||n==="string"||n==="function"||n==="regexp"||v.isWindow(e)?f.call(r,e):v.merge(r,e)),r},inArray:function(e,t,n){var r;if(t){if(c)return c.call(t,e,n);r=t.length,n=n?n<0?Math.max(0,r+n):n:0;for(;n<r;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,s=0;if(typeof r=="number")for(;s<r;s++)e[i++]=n[s];else while(n[s]!==t)e[i++]=n[s++];return e.length=i,e},grep:function(e,t,n){var r,i=[],s=0,o=e.length;n=!!n;for(;s<o;s++)r=!!t(e[s],s),n!==r&&i.push(e[s]);return i},map:function(e,n,r){var i,s,o=[],u=0,a=e.length,f=e instanceof v||a!==t&&typeof a=="number"&&(a>0&&e[0]&&e[a-1]||a===0||v.isArray(e));if(f)for(;u<a;u++)i=n(e[u],u,r),i!=null&&(o[o.length]=i);else for(s in e)i=n(e[s],s,r),i!=null&&(o[o.length]=i);return o.concat.apply([],o)},guid:1,proxy:function(e,n){var r,i,s;return typeof n=="string"&&(r=e[n],n=e,e=r),v.isFunction(e)?(i=l.call(arguments,2),s=function(){return e.apply(n,i.concat(l.call(arguments)))},s.guid=e.guid=e.guid||v.guid++,s):t},access:function(e,n,r,i,s,o,u){var a,f=r==null,l=0,c=e.length;if(r&&typeof r=="object"){for(l in r)v.access(e,n,l,r[l],1,o,i);s=1}else if(i!==t){a=u===t&&v.isFunction(i),f&&(a?(a=n,n=function(e,t,n){return a.call(v(e),n)}):(n.call(e,i),n=null));if(n)for(;l<c;l++)n(e[l],r,a?i.call(e[l],l,n(e[l],r)):i,u);s=1}return s?e:f?n.call(e):c?n(e[0],r):o},now:function(){return(new Date).getTime()}}),v.ready.promise=function(t){if(!r){r=v.Deferred();if(i.readyState==="complete")setTimeout(v.ready,1);else if(i.addEventListener)i.addEventListener("DOMContentLoaded",A,!1),e.addEventListener("load",v.ready,!1);else{i.attachEvent("onreadystatechange",A),e.attachEvent("onload",v.ready);var n=!1;try{n=e.frameElement==null&&i.documentElement}catch(s){}n&&n.doScroll&&function o(){if(!v.isReady){try{n.doScroll("left")}catch(e){return setTimeout(o,50)}v.ready()}}()}}return r.promise(t)},v.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(e,t){O["[object "+t+"]"]=t.toLowerCase()}),n=v(i);var M={};v.Callbacks=function(e){e=typeof e=="string"?M[e]||_(e):v.extend({},e);var n,r,i,s,o,u,a=[],f=!e.once&&[],l=function(t){n=e.memory&&t,r=!0,u=s||0,s=0,o=a.length,i=!0;for(;a&&u<o;u++)if(a[u].apply(t[0],t[1])===!1&&e.stopOnFalse){n=!1;break}i=!1,a&&(f?f.length&&l(f.shift()):n?a=[]:c.disable())},c={add:function(){if(a){var t=a.length;(function r(t){v.each(t,function(t,n){var i=v.type(n);i==="function"?(!e.unique||!c.has(n))&&a.push(n):n&&n.length&&i!=="string"&&r(n)})})(arguments),i?o=a.length:n&&(s=t,l(n))}return this},remove:function(){return a&&v.each(arguments,function(e,t){var n;while((n=v.inArray(t,a,n))>-1)a.splice(n,1),i&&(n<=o&&o--,n<=u&&u--)}),this},has:function(e){return v.inArray(e,a)>-1},empty:function(){return a=[],this},disable:function(){return a=f=n=t,this},disabled:function(){return!a},lock:function(){return f=t,n||c.disable(),this},locked:function(){return!f},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],a&&(!r||f)&&(i?f.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},v.extend({Deferred:function(e){var t=[["resolve","done",v.Callbacks("once memory"),"resolved"],["reject","fail",v.Callbacks("once memory"),"rejected"],["notify","progress",v.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return v.Deferred(function(n){v.each(t,function(t,r){var s=r[0],o=e[t];i[r[1]](v.isFunction(o)?function(){var e=o.apply(this,arguments);e&&v.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n:this,[e])}:n[s])}),e=null}).promise()},promise:function(e){return e!=null?v.extend(e,r):r}},i={};return r.pipe=r.then,v.each(t,function(e,s){var o=s[2],u=s[3];r[s[1]]=o.add,u&&o.add(function(){n=u},t[e^1][2].disable,t[2][2].lock),i[s[0]]=o.fire,i[s[0]+"With"]=o.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=l.call(arguments),r=n.length,i=r!==1||e&&v.isFunction(e.promise)?r:0,s=i===1?e:v.Deferred(),o=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?l.call(arguments):r,n===u?s.notifyWith(t,n):--i||s.resolveWith(t,n)}},u,a,f;if(r>1){u=new Array(r),a=new Array(r),f=new Array(r);for(;t<r;t++)n[t]&&v.isFunction(n[t].promise)?n[t].promise().done(o(t,f,n)).fail(s.reject).progress(o(t,a,u)):--i}return i||s.resolveWith(f,n),s.promise()}}),v.support=function(){var t,n,r,s,o,u,a,f,l,c,h,p=i.createElement("div");p.setAttribute("className","t"),p.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",n=p.getElementsByTagName("*"),r=p.getElementsByTagName("a")[0];if(!n||!r||!n.length)return{};s=i.createElement("select"),o=s.appendChild(i.createElement("option")),u=p.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:r.getAttribute("href")==="/a",opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:u.value==="on",optSelected:o.selected,getSetAttribute:p.className!=="t",enctype:!!i.createElement("form").enctype,html5Clone:i.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",boxModel:i.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},u.checked=!0,t.noCloneChecked=u.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!o.disabled;try{delete p.test}catch(d){t.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",h=function(){t.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick"),p.detachEvent("onclick",h)),u=i.createElement("input"),u.value="t",u.setAttribute("type","radio"),t.radioValue=u.value==="t",u.setAttribute("checked","checked"),u.setAttribute("name","t"),p.appendChild(u),a=i.createDocumentFragment(),a.appendChild(p.lastChild),t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,t.appendChecked=u.checked,a.removeChild(u),a.appendChild(p);if(p.attachEvent)for(l in{submit:!0,change:!0,focusin:!0})f="on"+l,c=f in p,c||(p.setAttribute(f,"return;"),c=typeof p[f]=="function"),t[l+"Bubbles"]=c;return v(function(){var n,r,s,o,u="padding:0;margin:0;border:0;display:block;overflow:hidden;",a=i.getElementsByTagName("body")[0];if(!a)return;n=i.createElement("div"),n.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",a.insertBefore(n,a.firstChild),r=i.createElement("div"),n.appendChild(r),r.innerHTML="<table><tr><td></td><td>t</td></tr></table>",s=r.getElementsByTagName("td"),s[0].style.cssText="padding:0;margin:0;border:0;display:none",c=s[0].offsetHeight===0,s[0].style.display="",s[1].style.display="none",t.reliableHiddenOffsets=c&&s[0].offsetHeight===0,r.innerHTML="",r.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=r.offsetWidth===4,t.doesNotIncludeMarginInBodyOffset=a.offsetTop!==1,e.getComputedStyle&&(t.pixelPosition=(e.getComputedStyle(r,null)||{}).top!=="1%",t.boxSizingReliable=(e.getComputedStyle(r,null)||{width:"4px"}).width==="4px",o=i.createElement("div"),o.style.cssText=r.style.cssText=u,o.style.marginRight=o.style.width="0",r.style.width="1px",r.appendChild(o),t.reliableMarginRight=!parseFloat((e.getComputedStyle(o,null)||{}).marginRight)),typeof r.style.zoom!="undefined"&&(r.innerHTML="",r.style.cssText=u+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=r.offsetWidth===3,r.style.display="block",r.style.overflow="visible",r.innerHTML="<div></div>",r.firstChild.style.width="5px",t.shrinkWrapBlocks=r.offsetWidth!==3,n.style.zoom=1),a.removeChild(n),n=r=s=o=null}),a.removeChild(p),n=r=s=o=u=a=p=null,t}();var D=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;v.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(v.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?v.cache[e[v.expando]]:e[v.expando],!!e&&!B(e)},data:function(e,n,r,i){if(!v.acceptData(e))return;var s,o,u=v.expando,a=typeof n=="string",f=e.nodeType,l=f?v.cache:e,c=f?e[u]:e[u]&&u;if((!c||!l[c]||!i&&!l[c].data)&&a&&r===t)return;c||(f?e[u]=c=v.deletedIds.pop()||v.guid++:c=u),l[c]||(l[c]={},f||(l[c].toJSON=v.noop));if(typeof n=="object"||typeof n=="function")i?l[c]=v.extend(l[c],n):l[c].data=v.extend(l[c].data,n);return s=l[c],i||(s.data||(s.data={}),s=s.data),r!==t&&(s[v.camelCase(n)]=r),a?(o=s[n],o==null&&(o=s[v.camelCase(n)])):o=s,o},removeData:function(e,t,n){if(!v.acceptData(e))return;var r,i,s,o=e.nodeType,u=o?v.cache:e,a=o?e[v.expando]:v.expando;if(!u[a])return;if(t){r=n?u[a]:u[a].data;if(r){v.isArray(t)||(t in r?t=[t]:(t=v.camelCase(t),t in r?t=[t]:t=t.split(" ")));for(i=0,s=t.length;i<s;i++)delete r[t[i]];if(!(n?B:v.isEmptyObject)(r))return}}if(!n){delete u[a].data;if(!B(u[a]))return}o?v.cleanData([e],!0):v.support.deleteExpando||u!=u.window?delete u[a]:u[a]=null},_data:function(e,t,n){return v.data(e,t,n,!0)},acceptData:function(e){var t=e.nodeName&&v.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),v.fn.extend({data:function(e,n){var r,i,s,o,u,a=this[0],f=0,l=null;if(e===t){if(this.length){l=v.data(a);if(a.nodeType===1&&!v._data(a,"parsedAttrs")){s=a.attributes;for(u=s.length;f<u;f++)o=s[f].name,o.indexOf("data-")||(o=v.camelCase(o.substring(5)),H(a,o,l[o]));v._data(a,"parsedAttrs",!0)}}return l}return typeof e=="object"?this.each(function(){v.data(this,e)}):(r=e.split(".",2),r[1]=r[1]?"."+r[1]:"",i=r[1]+"!",v.access(this,function(n){if(n===t)return l=this.triggerHandler("getData"+i,[r[0]]),l===t&&a&&(l=v.data(a,e),l=H(a,e,l)),l===t&&r[1]?this.data(r[0]):l;r[1]=n,this.each(function(){var t=v(this);t.triggerHandler("setData"+i,r),v.data(this,e,n),t.triggerHandler("changeData"+i,r)})},null,n,arguments.length>1,null,!1))},removeData:function(e){return this.each(function(){v.removeData(this,e)})}}),v.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=v._data(e,t),n&&(!r||v.isArray(n)?r=v._data(e,t,v.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=v.queue(e,t),r=n.length,i=n.shift(),s=v._queueHooks(e,t),o=function(){v.dequeue(e,t)};i==="inprogress"&&(i=n.shift(),r--),i&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,i.call(e,o,s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return v._data(e,n)||v._data(e,n,{empty:v.Callbacks("once memory").add(function(){v.removeData(e,t+"queue",!0),v.removeData(e,n,!0)})})}}),v.fn.extend({queue:function(e,n){var r=2;return typeof e!="string"&&(n=e,e="fx",r--),arguments.length<r?v.queue(this[0],e):n===t?this:this.each(function(){var t=v.queue(this,e,n);v._queueHooks(this,e),e==="fx"&&t[0]!=="inprogress"&&v.dequeue(this,e)})},dequeue:function(e){return this.each(function(){v.dequeue(this,e)})},delay:function(e,t){return e=v.fx?v.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,s=v.Deferred(),o=this,u=this.length,a=function(){--i||s.resolveWith(o,[o])};typeof e!="string"&&(n=e,e=t),e=e||"fx";while(u--)r=v._data(o[u],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(a));return a(),s.promise(n)}});var j,F,I,q=/[\t\r\n]/g,R=/\r/g,U=/^(?:button|input)$/i,z=/^(?:button|input|object|select|textarea)$/i,W=/^a(?:rea|)$/i,X=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,V=v.support.getSetAttribute;v.fn.extend({attr:function(e,t){return v.access(this,v.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){v.removeAttr(this,e)})},prop:function(e,t){return v.access(this,v.prop,e,t,arguments.length>1)},removeProp:function(e){return e=v.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,s,o,u;if(v.isFunction(e))return this.each(function(t){v(this).addClass(e.call(this,t,this.className))});if(e&&typeof e=="string"){t=e.split(y);for(n=0,r=this.length;n<r;n++){i=this[n];if(i.nodeType===1)if(!i.className&&t.length===1)i.className=e;else{s=" "+i.className+" ";for(o=0,u=t.length;o<u;o++)s.indexOf(" "+t[o]+" ")<0&&(s+=t[o]+" ");i.className=v.trim(s)}}}return this},removeClass:function(e){var n,r,i,s,o,u,a;if(v.isFunction(e))return this.each(function(t){v(this).removeClass(e.call(this,t,this.className))});if(e&&typeof e=="string"||e===t){n=(e||"").split(y);for(u=0,a=this.length;u<a;u++){i=this[u];if(i.nodeType===1&&i.className){r=(" "+i.className+" ").replace(q," ");for(s=0,o=n.length;s<o;s++)while(r.indexOf(" "+n[s]+" ")>=0)r=r.replace(" "+n[s]+" "," ");i.className=e?v.trim(r):""}}}return this},toggleClass:function(e,t){var n=typeof e,r=typeof t=="boolean";return v.isFunction(e)?this.each(function(n){v(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if(n==="string"){var i,s=0,o=v(this),u=t,a=e.split(y);while(i=a[s++])u=r?u:!o.hasClass(i),o[u?"addClass":"removeClass"](i)}else if(n==="undefined"||n==="boolean")this.className&&v._data(this,"__className__",this.className),this.className=this.className||e===!1?"":v._data(this,"__className__")||""})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;n<r;n++)if(this[n].nodeType===1&&(" "+this[n].className+" ").replace(q," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,s=this[0];if(!arguments.length){if(s)return n=v.valHooks[s.type]||v.valHooks[s.nodeName.toLowerCase()],n&&"get"in n&&(r=n.get(s,"value"))!==t?r:(r=s.value,typeof r=="string"?r.replace(R,""):r==null?"":r);return}return i=v.isFunction(e),this.each(function(r){var s,o=v(this);if(this.nodeType!==1)return;i?s=e.call(this,r,o.val()):s=e,s==null?s="":typeof s=="number"?s+="":v.isArray(s)&&(s=v.map(s,function(e){return e==null?"":e+""})),n=v.valHooks[this.type]||v.valHooks[this.nodeName.toLowerCase()];if(!n||!("set"in n)||n.set(this,s,"value")===t)this.value=s})}}),v.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,s=e.type==="select-one"||i<0,o=s?null:[],u=s?i+1:r.length,a=i<0?u:s?i:0;for(;a<u;a++){n=r[a];if((n.selected||a===i)&&(v.support.optDisabled?!n.disabled:n.getAttribute("disabled")===null)&&(!n.parentNode.disabled||!v.nodeName(n.parentNode,"optgroup"))){t=v(n).val();if(s)return t;o.push(t)}}return o},set:function(e,t){var n=v.makeArray(t);return v(e).find("option").each(function(){this.selected=v.inArray(v(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attrFn:{},attr:function(e,n,r,i){var s,o,u,a=e.nodeType;if(!e||a===3||a===8||a===2)return;if(i&&v.isFunction(v.fn[n]))return v(e)[n](r);if(typeof e.getAttribute=="undefined")return v.prop(e,n,r);u=a!==1||!v.isXMLDoc(e),u&&(n=n.toLowerCase(),o=v.attrHooks[n]||(X.test(n)?F:j));if(r!==t){if(r===null){v.removeAttr(e,n);return}return o&&"set"in o&&u&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r)}return o&&"get"in o&&u&&(s=o.get(e,n))!==null?s:(s=e.getAttribute(n),s===null?t:s)},removeAttr:function(e,t){var n,r,i,s,o=0;if(t&&e.nodeType===1){r=t.split(y);for(;o<r.length;o++)i=r[o],i&&(n=v.propFix[i]||i,s=X.test(i),s||v.attr(e,i,""),e.removeAttribute(V?i:n),s&&n in e&&(e[n]=!1))}},attrHooks:{type:{set:function(e,t){if(U.test(e.nodeName)&&e.parentNode)v.error("type property can't be changed");else if(!v.support.radioValue&&t==="radio"&&v.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}},value:{get:function(e,t){return j&&v.nodeName(e,"button")?j.get(e,t):t in e?e.value:null},set:function(e,t,n){if(j&&v.nodeName(e,"button"))return j.set(e,t,n);e.value=t}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,n,r){var i,s,o,u=e.nodeType;if(!e||u===3||u===8||u===2)return;return o=u!==1||!v.isXMLDoc(e),o&&(n=v.propFix[n]||n,s=v.propHooks[n]),r!==t?s&&"set"in s&&(i=s.set(e,r,n))!==t?i:e[n]=r:s&&"get"in s&&(i=s.get(e,n))!==null?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):z.test(e.nodeName)||W.test(e.nodeName)&&e.href?0:t}}}}),F={get:function(e,n){var r,i=v.prop(e,n);return i===!0||typeof i!="boolean"&&(r=e.getAttributeNode(n))&&r.nodeValue!==!1?n.toLowerCase():t},set:function(e,t,n){var r;return t===!1?v.removeAttr(e,n):(r=v.propFix[n]||n,r in e&&(e[r]=!0),e.setAttribute(n,n.toLowerCase())),n}},V||(I={name:!0,id:!0,coords:!0},j=v.valHooks.button={get:function(e,n){var r;return r=e.getAttributeNode(n),r&&(I[n]?r.value!=="":r.specified)?r.value:t},set:function(e,t,n){var r=e.getAttributeNode(n);return r||(r=i.createAttribute(n),e.setAttributeNode(r)),r.value=t+""}},v.each(["width","height"],function(e,t){v.attrHooks[t]=v.extend(v.attrHooks[t],{set:function(e,n){if(n==="")return e.setAttribute(t,"auto"),n}})}),v.attrHooks.contenteditable={get:j.get,set:function(e,t,n){t===""&&(t="false"),j.set(e,t,n)}}),v.support.hrefNormalized||v.each(["href","src","width","height"],function(e,n){v.attrHooks[n]=v.extend(v.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return r===null?t:r}})}),v.support.style||(v.attrHooks.style={get:function(e){return e.style.cssText.toLowerCase()||t},set:function(e,t){return e.style.cssText=t+""}}),v.support.optSelected||(v.propHooks.selected=v.extend(v.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),v.support.enctype||(v.propFix.enctype="encoding"),v.support.checkOn||v.each(["radio","checkbox"],function(){v.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}}),v.each(["radio","checkbox"],function(){v.valHooks[this]=v.extend(v.valHooks[this],{set:function(e,t){if(v.isArray(t))return e.checked=v.inArray(v(e).val(),t)>=0}})});var $=/^(?:textarea|input|select)$/i,J=/^([^\.]*|)(?:\.(.+)|)$/,K=/(?:^|\s)hover(\.\S+|)\b/,Q=/^key/,G=/^(?:mouse|contextmenu)|click/,Y=/^(?:focusinfocus|focusoutblur)$/,Z=function(e){return v.event.special.hover?e:e.replace(K,"mouseenter$1 mouseleave$1")};v.event={add:function(e,n,r,i,s){var o,u,a,f,l,c,h,p,d,m,g;if(e.nodeType===3||e.nodeType===8||!n||!r||!(o=v._data(e)))return;r.handler&&(d=r,r=d.handler,s=d.selector),r.guid||(r.guid=v.guid++),a=o.events,a||(o.events=a={}),u=o.handle,u||(o.handle=u=function(e){return typeof v=="undefined"||!!e&&v.event.triggered===e.type?t:v.event.dispatch.apply(u.elem,arguments)},u.elem=e),n=v.trim(Z(n)).split(" ");for(f=0;f<n.length;f++){l=J.exec(n[f])||[],c=l[1],h=(l[2]||"").split(".").sort(),g=v.event.special[c]||{},c=(s?g.delegateType:g.bindType)||c,g=v.event.special[c]||{},p=v.extend({type:c,origType:l[1],data:i,handler:r,guid:r.guid,selector:s,needsContext:s&&v.expr.match.needsContext.test(s),namespace:h.join(".")},d),m=a[c];if(!m){m=a[c]=[],m.delegateCount=0;if(!g.setup||g.setup.call(e,i,h,u)===!1)e.addEventListener?e.addEventListener(c,u,!1):e.attachEvent&&e.attachEvent("on"+c,u)}g.add&&(g.add.call(e,p),p.handler.guid||(p.handler.guid=r.guid)),s?m.splice(m.delegateCount++,0,p):m.push(p),v.event.global[c]=!0}e=null},global:{},remove:function(e,t,n,r,i){var s,o,u,a,f,l,c,h,p,d,m,g=v.hasData(e)&&v._data(e);if(!g||!(h=g.events))return;t=v.trim(Z(t||"")).split(" ");for(s=0;s<t.length;s++){o=J.exec(t[s])||[],u=a=o[1],f=o[2];if(!u){for(u in h)v.event.remove(e,u+t[s],n,r,!0);continue}p=v.event.special[u]||{},u=(r?p.delegateType:p.bindType)||u,d=h[u]||[],l=d.length,f=f?new RegExp("(^|\\.)"+f.split(".").sort().join("\\.(?:.*\\.|)")+"(\\.|$)"):null;for(c=0;c<d.length;c++)m=d[c],(i||a===m.origType)&&(!n||n.guid===m.guid)&&(!f||f.test(m.namespace))&&(!r||r===m.selector||r==="**"&&m.selector)&&(d.splice(c--,1),m.selector&&d.delegateCount--,p.remove&&p.remove.call(e,m));d.length===0&&l!==d.length&&((!p.teardown||p.teardown.call(e,f,g.handle)===!1)&&v.removeEvent(e,u,g.handle),delete h[u])}v.isEmptyObject(h)&&(delete g.handle,v.removeData(e,"events",!0))},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(n,r,s,o){if(!s||s.nodeType!==3&&s.nodeType!==8){var u,a,f,l,c,h,p,d,m,g,y=n.type||n,b=[];if(Y.test(y+v.event.triggered))return;y.indexOf("!")>=0&&(y=y.slice(0,-1),a=!0),y.indexOf(".")>=0&&(b=y.split("."),y=b.shift(),b.sort());if((!s||v.event.customEvent[y])&&!v.event.global[y])return;n=typeof n=="object"?n[v.expando]?n:new v.Event(y,n):new v.Event(y),n.type=y,n.isTrigger=!0,n.exclusive=a,n.namespace=b.join("."),n.namespace_re=n.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h=y.indexOf(":")<0?"on"+y:"";if(!s){u=v.cache;for(f in u)u[f].events&&u[f].events[y]&&v.event.trigger(n,r,u[f].handle.elem,!0);return}n.result=t,n.target||(n.target=s),r=r!=null?v.makeArray(r):[],r.unshift(n),p=v.event.special[y]||{};if(p.trigger&&p.trigger.apply(s,r)===!1)return;m=[[s,p.bindType||y]];if(!o&&!p.noBubble&&!v.isWindow(s)){g=p.delegateType||y,l=Y.test(g+y)?s:s.parentNode;for(c=s;l;l=l.parentNode)m.push([l,g]),c=l;c===(s.ownerDocument||i)&&m.push([c.defaultView||c.parentWindow||e,g])}for(f=0;f<m.length&&!n.isPropagationStopped();f++)l=m[f][0],n.type=m[f][1],d=(v._data(l,"events")||{})[n.type]&&v._data(l,"handle"),d&&d.apply(l,r),d=h&&l[h],d&&v.acceptData(l)&&d.apply&&d.apply(l,r)===!1&&n.preventDefault();return n.type=y,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(s.ownerDocument,r)===!1)&&(y!=="click"||!v.nodeName(s,"a"))&&v.acceptData(s)&&h&&s[y]&&(y!=="focus"&&y!=="blur"||n.target.offsetWidth!==0)&&!v.isWindow(s)&&(c=s[h],c&&(s[h]=null),v.event.triggered=y,s[y](),v.event.triggered=t,c&&(s[h]=c)),n.result}return},dispatch:function(n){n=v.event.fix(n||e.event);var r,i,s,o,u,a,f,c,h,p,d=(v._data(this,"events")||{})[n.type]||[],m=d.delegateCount,g=l.call(arguments),y=!n.exclusive&&!n.namespace,b=v.event.special[n.type]||{},w=[];g[0]=n,n.delegateTarget=this;if(b.preDispatch&&b.preDispatch.call(this,n)===!1)return;if(m&&(!n.button||n.type!=="click"))for(s=n.target;s!=this;s=s.parentNode||this)if(s.disabled!==!0||n.type!=="click"){u={},f=[];for(r=0;r<m;r++)c=d[r],h=c.selector,u[h]===t&&(u[h]=c.needsContext?v(h,this).index(s)>=0:v.find(h,this,null,[s]).length),u[h]&&f.push(c);f.length&&w.push({elem:s,matches:f})}d.length>m&&w.push({elem:this,matches:d.slice(m)});for(r=0;r<w.length&&!n.isPropagationStopped();r++){a=w[r],n.currentTarget=a.elem;for(i=0;i<a.matches.length&&!n.isImmediatePropagationStopped();i++){c=a.matches[i];if(y||!n.namespace&&!c.namespace||n.namespace_re&&n.namespace_re.test(c.namespace))n.data=c.data,n.handleObj=c,o=((v.event.special[c.origType]||{}).handle||c.handler).apply(a.elem,g),o!==t&&(n.result=o,o===!1&&(n.preventDefault(),n.stopPropagation()))}}return b.postDispatch&&b.postDispatch.call(this,n),n.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return e.which==null&&(e.which=t.charCode!=null?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,s,o,u=n.button,a=n.fromElement;return e.pageX==null&&n.clientX!=null&&(r=e.target.ownerDocument||i,s=r.documentElement,o=r.body,e.pageX=n.clientX+(s&&s.scrollLeft||o&&o.scrollLeft||0)-(s&&s.clientLeft||o&&o.clientLeft||0),e.pageY=n.clientY+(s&&s.scrollTop||o&&o.scrollTop||0)-(s&&s.clientTop||o&&o.clientTop||0)),!e.relatedTarget&&a&&(e.relatedTarget=a===e.target?n.toElement:a),!e.which&&u!==t&&(e.which=u&1?1:u&2?3:u&4?2:0),e}},fix:function(e){if(e[v.expando])return e;var t,n,r=e,s=v.event.fixHooks[e.type]||{},o=s.props?this.props.concat(s.props):this.props;e=v.Event(r);for(t=o.length;t;)n=o[--t],e[n]=r[n];return e.target||(e.target=r.srcElement||i),e.target.nodeType===3&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,r):e},special:{load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(e,t,n){v.isWindow(this)&&(this.onbeforeunload=n)},teardown:function(e,t){this.onbeforeunload===t&&(this.onbeforeunload=null)}}},simulate:function(e,t,n,r){var i=v.extend(new v.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?v.event.trigger(i,null,t):v.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},v.event.handle=v.event.dispatch,v.removeEvent=i.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]=="undefined"&&(e[r]=null),e.detachEvent(r,n))},v.Event=function(e,t){if(!(this instanceof v.Event))return new v.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?tt:et):this.type=e,t&&v.extend(this,t),this.timeStamp=e&&e.timeStamp||v.now(),this[v.expando]=!0},v.Event.prototype={preventDefault:function(){this.isDefaultPrevented=tt;var e=this.originalEvent;if(!e)return;e.preventDefault?e.preventDefault():e.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=tt;var e=this.originalEvent;if(!e)return;e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=tt,this.stopPropagation()},isDefaultPrevented:et,isPropagationStopped:et,isImmediatePropagationStopped:et},v.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){v.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,s=e.handleObj,o=s.selector;if(!i||i!==r&&!v.contains(r,i))e.type=s.origType,n=s.handler.apply(this,arguments),e.type=t;return n}}}),v.support.submitBubbles||(v.event.special.submit={setup:function(){if(v.nodeName(this,"form"))return!1;v.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=v.nodeName(n,"input")||v.nodeName(n,"button")?n.form:t;r&&!v._data(r,"_submit_attached")&&(v.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),v._data(r,"_submit_attached",!0))})},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&v.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){if(v.nodeName(this,"form"))return!1;v.event.remove(this,"._submit")}}),v.support.changeBubbles||(v.event.special.change={setup:function(){if($.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")v.event.add(this,"propertychange._change",function(e){e.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),v.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),v.event.simulate("change",this,e,!0)});return!1}v.event.add(this,"beforeactivate._change",function(e){var t=e.target;$.test(t.nodeName)&&!v._data(t,"_change_attached")&&(v.event.add(t,"change._change",function(e){this.parentNode&&!e.isSimulated&&!e.isTrigger&&v.event.simulate("change",this.parentNode,e,!0)}),v._data(t,"_change_attached",!0))})},handle:function(e){var t=e.target;if(this!==t||e.isSimulated||e.isTrigger||t.type!=="radio"&&t.type!=="checkbox")return e.handleObj.handler.apply(this,arguments)},teardown:function(){return v.event.remove(this,"._change"),!$.test(this.nodeName)}}),v.support.focusinBubbles||v.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){v.event.simulate(t,e.target,v.event.fix(e),!0)};v.event.special[t]={setup:function(){n++===0&&i.addEventListener(e,r,!0)},teardown:function(){--n===0&&i.removeEventListener(e,r,!0)}}}),v.fn.extend({on:function(e,n,r,i,s){var o,u;if(typeof e=="object"){typeof n!="string"&&(r=r||n,n=t);for(u in e)this.on(u,n,r,e[u],s);return this}r==null&&i==null?(i=n,r=n=t):i==null&&(typeof n=="string"?(i=r,r=t):(i=r,r=n,n=t));if(i===!1)i=et;else if(!i)return this;return s===1&&(o=i,i=function(e){return v().off(e),o.apply(this,arguments)},i.guid=o.guid||(o.guid=v.guid++)),this.each(function(){v.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,s;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,v(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if(typeof e=="object"){for(s in e)this.off(s,n,e[s]);return this}if(n===!1||typeof n=="function")r=n,n=t;return r===!1&&(r=et),this.each(function(){v.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},live:function(e,t,n){return v(this.context).on(e,this.selector,t,n),this},die:function(e,t){return v(this.context).off(e,this.selector||"**",t),this},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){v.event.trigger(e,t,this)})},triggerHandler:function(e,t){if(this[0])return v.event.trigger(e,t,this[0],!0)},toggle:function(e){var t=arguments,n=e.guid||v.guid++,r=0,i=function(n){var i=(v._data(this,"lastToggle"+e.guid)||0)%r;return v._data(this,"lastToggle"+e.guid,i+1),n.preventDefault(),t[i].apply(this,arguments)||!1};i.guid=n;while(r<t.length)t[r++].guid=n;return this.click(i)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),v.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){v.fn[t]=function(e,n){return n==null&&(n=e,e=null),arguments.length>0?this.on(t,null,e,n):this.trigger(t)},Q.test(t)&&(v.event.fixHooks[t]=v.event.keyHooks),G.test(t)&&(v.event.fixHooks[t]=v.event.mouseHooks)}),function(e,t){function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||typeof e!="string")return n;if(l!==1&&l!==9)return[];a=o(t);if(!a&&!r)if(i=R.exec(e))if(f=i[1]){if(l===9){s=t.getElementById(f);if(!s||!s.parentNode)return n;if(s.id===f)return n.push(s),n}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(f))&&u(t,s)&&s.id===f)return n.push(s),n}else{if(i[2])return S.apply(n,x.call(t.getElementsByTagName(e),0)),n;if((f=i[3])&&Z&&t.getElementsByClassName)return S.apply(n,x.call(t.getElementsByClassName(f),0)),n}return vt(e.replace(j,"$1"),t,n,r,a)}function rt(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}}function it(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}}function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=e([],n.length,t),o=s.length;while(o--)n[i=s[o]]&&(n[i]=!(r[i]=n[i]))})})}function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r===t)return-1;r=r.nextSibling}return 1}function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice(0);u=e,a=[],f=i.preFilter;while(u){if(!n||(r=F.exec(u)))r&&(u=u.slice(r[0].length)||u),a.push(s=[]);n=!1;if(r=I.exec(u))s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=r[0].replace(j," ");for(o in i.filter)(r=J[o].exec(u))&&(!f[o]||(r=f[o](r)))&&(s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=o,n.matches=r);if(!n)break}return t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.first?function(t,n,r){while(t=t[i])if(s||t.nodeType===1)return e(t,n,r)}:function(t,r,u){if(!u){var a,f=b+" "+o+" ",l=f+n;while(t=t[i])if(s||t.nodeType===1){if((a=t[d])===l)return t.sizset;if(typeof a=="string"&&a.indexOf(f)===0){if(t.sizset)return t}else{t[d]=l;if(e(t,r,u))return t.sizset=!0,t;t.sizset=!1}}}else while(t=t[i])if(s||t.nodeType===1)if(e(t,r,u))return t}}function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u<a;u++)if(s=e[u])if(!n||n(s,r,i))o.push(s),f&&t.push(u);return o}function ct(e,t,n,r,i,s){return r&&!r[d]&&(r=ct(r)),i&&!i[d]&&(i=ct(i,s)),N(function(s,o,u,a){var f,l,c,h=[],p=[],d=o.length,v=s||dt(t||"*",u.nodeType?[u]:u,[]),m=e&&(s||!t)?lt(v,h,e,u,a):v,g=n?i||(s?e:d||r)?[]:o:m;n&&n(m,g,u,a);if(r){f=lt(g,p),r(f,[],u,a),l=f.length;while(l--)if(c=f[l])g[p[l]]=!(m[p[l]]=c)}if(s){if(i||e){if(i){f=[],l=g.length;while(l--)(c=g[l])&&f.push(m[l]=c);i(null,g=[],f,a)}l=g.length;while(l--)(c=g[l])&&(f=i?T.call(s,c):h[l])>-1&&(s[f]=!(o[f]=c))}}else g=lt(g===o?g.splice(d,g.length):g),i?i(null,o,g,a):S.apply(o,g)})}function ht(e){var t,n,r,s=e.length,o=i.relative[e[0].type],u=o||i.relative[" "],a=o?1:0,f=at(function(e){return e===t},u,!0),l=at(function(e){return T.call(t,e)>-1},u,!0),h=[function(e,n,r){return!o&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r))}];for(;a<s;a++)if(n=i.relative[e[a].type])h=[at(ft(h),n)];else{n=i.filter[e[a].type].apply(null,e[a].matches);if(n[d]){r=++a;for(;r<s;r++)if(i.relative[e[r].type])break;return ct(a>1&&ft(h),a>1&&e.slice(0,a-1).join("").replace(j,"$1"),n,a<r&&ht(e.slice(a,r)),r<s&&ht(e=e.slice(r)),r<s&&e.join(""))}h.push(n)}return ft(h)}function pt(e,t){var r=t.length>0,s=e.length>0,o=function(u,a,f,l,h){var p,d,v,m=[],y=0,w="0",x=u&&[],T=h!=null,N=c,C=u||s&&i.find.TAG("*",h&&a.parentNode||a),k=b+=N==null?1:Math.E;T&&(c=a!==g&&a,n=o.el);for(;(p=C[w])!=null;w++){if(s&&p){for(d=0;v=e[d];d++)if(v(p,a,f)){l.push(p);break}T&&(b=k,n=++o.el)}r&&((p=!v&&p)&&y--,u&&x.push(p))}y+=w;if(r&&w!==y){for(d=0;v=t[d];d++)v(x,m,a,f);if(u){if(y>0)while(w--)!x[w]&&!m[w]&&(m[w]=E.call(l));m=lt(m)}S.apply(l,m),T&&!u&&m.length>0&&y+t.length>1&&nt.uniqueSort(l)}return T&&(b=k,c=N),x};return o.el=0,r?N(o):o}function dt(e,t,n){var r=0,i=t.length;for(;r<i;r++)nt(e,t[r],n);return n}function vt(e,t,n,r,s){var o,u,f,l,c,h=ut(e),p=h.length;if(!r&&h.length===1){u=h[0]=h[0].slice(0);if(u.length>2&&(f=u[0]).type==="ID"&&t.nodeType===9&&!s&&i.relative[u[1].type]){t=i.find.ID(f.matches[0].replace($,""),t,s)[0];if(!t)return n;e=e.slice(u.shift().length)}for(o=J.POS.test(e)?-1:u.length-1;o>=0;o--){f=u[o];if(i.relative[l=f.type])break;if(c=i.find[l])if(r=c(f.matches[0].replace($,""),z.test(u[0].type)&&t.parentNode||t,s)){u.splice(o,1),e=r.length&&u.join("");if(!e)return S.apply(n,x.call(r,0)),n;break}}}return a(e,h)(r,t,s,n,z.test(e)),n}function mt(){}var n,r,i,s,o,u,a,f,l,c,h=!0,p="undefined",d=("sizcache"+Math.random()).replace(".",""),m=String,g=e.document,y=g.documentElement,b=0,w=0,E=[].pop,S=[].push,x=[].slice,T=[].indexOf||function(e){var t=0,n=this.length;for(;t<n;t++)if(this[t]===e)return t;return-1},N=function(e,t){return e[d]=t==null||t,e},C=function(){var e={},t=[];return N(function(n,r){return t.push(n)>i.cacheLength&&delete e[t.shift()],e[n+" "]=r},e)},k=C(),L=C(),A=C(),O="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",_=M.replace("w","w#"),D="([*^$|!~]?=)",P="\\["+O+"*("+M+")"+O+"*(?:"+D+O+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+_+")|)|)"+O+"*\\]",H=":("+M+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+P+")|[^:]|\\\\.)*|.*))\\)|)",B=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)",j=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),F=new RegExp("^"+O+"*,"+O+"*"),I=new RegExp("^"+O+"*([\\x20\\t\\r\\n\\f>+~])"+O+"*"),q=new RegExp(H),R=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,U=/^:not/,z=/[\x20\t\r\n\f]*[+~]/,W=/:not\($/,X=/h\d/i,V=/input|select|textarea|button/i,$=/\\(?!\\)/g,J={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),NAME:new RegExp("^\\[name=['\"]?("+M+")['\"]?\\]"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+H),POS:new RegExp(B,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),needsContext:new RegExp("^"+O+"*[>+~]|"+B,"i")},K=function(e){var t=g.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getElementsByTagName("*").length}),G=K(function(e){return e.innerHTML="<a href='#'></a>",e.firstChild&&typeof e.firstChild.getAttribute!==p&&e.firstChild.getAttribute("href")==="#"}),Y=K(function(e){e.innerHTML="<select></select>";var t=typeof e.lastChild.getAttribute("multiple");return t!=="boolean"&&t!=="string"}),Z=K(function(e){return e.innerHTML="<div class='hidden e'></div><div class='hidden'></div>",!e.getElementsByClassName||!e.getElementsByClassName("e").length?!1:(e.lastChild.className="e",e.getElementsByClassName("e").length===2)}),et=K(function(e){e.id=d+0,e.innerHTML="<a name='"+d+"'></a><div name='"+d+"'></div>",y.insertBefore(e,y.firstChild);var t=g.getElementsByName&&g.getElementsByName(d).length===2+g.getElementsByName(d+0).length;return r=!g.getElementById(d),y.removeChild(e),t});try{x.call(y.childNodes,0)[0].nodeType}catch(tt){x=function(e){var t,n=[];for(;t=this[e];e++)n.push(t);return n}}nt.matches=function(e,t){return nt(e,null,null,t)},nt.matchesSelector=function(e,t){return nt(t,null,null,[e]).length>0},s=nt.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(i===1||i===9||i===11){if(typeof e.textContent=="string")return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(i===3||i===4)return e.nodeValue}else for(;t=e[r];r++)n+=s(t);return n},o=nt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1},u=nt.contains=y.contains?function(e,t){var n=e.nodeType===9?e.documentElement:e,r=t&&t.parentNode;return e===r||!!(r&&r.nodeType===1&&n.contains&&n.contains(r))}:y.compareDocumentPosition?function(e,t){return t&&!!(e.compareDocumentPosition(t)&16)}:function(e,t){while(t=t.parentNode)if(t===e)return!0;return!1},nt.attr=function(e,t){var n,r=o(e);return r||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):r||Y?e.getAttribute(t):(n=e.getAttributeNode(t),n?typeof e[t]=="boolean"?e[t]?t:null:n.specified?n.value:null:null)},i=nt.selectors={cacheLength:50,createPseudo:N,match:J,attrHandle:G?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},find:{ID:r?function(e,t,n){if(typeof t.getElementById!==p&&!n){var r=t.getElementById(e);return r&&r.parentNode?[r]:[]}}:function(e,n,r){if(typeof n.getElementById!==p&&!r){var i=n.getElementById(e);return i?i.id===e||typeof i.getAttributeNode!==p&&i.getAttributeNode("id").value===e?[i]:t:[]}},TAG:Q?function(e,t){if(typeof t.getElementsByTagName!==p)return t.getElementsByTagName(e)}:function(e,t){var n=t.getElementsByTagName(e);if(e==="*"){var r,i=[],s=0;for(;r=n[s];s++)r.nodeType===1&&i.push(r);return i}return n},NAME:et&&function(e,t){if(typeof t.getElementsByName!==p)return t.getElementsByName(name)},CLASS:Z&&function(e,t,n){if(typeof t.getElementsByClassName!==p&&!n)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,""),e[3]=(e[4]||e[5]||"").replace($,""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1]==="nth"?(e[2]||nt.error(e[0]),e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd")),e[4]=+(e[6]+e[7]||e[2]==="odd")):e[2]&&nt.error(e[0]),e},PSEUDO:function(e){var t,n;if(J.CHILD.test(e[0]))return null;if(e[3])e[2]=e[3];else if(t=e[4])q.test(t)&&(n=ut(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(t=t.slice(0,n),e[0]=e[0].slice(0,n)),e[2]=t;return e.slice(0,3)}},filter:{ID:r?function(e){return e=e.replace($,""),function(t){return t.getAttribute("id")===e}}:function(e){return e=e.replace($,""),function(t){var n=typeof t.getAttributeNode!==p&&t.getAttributeNode("id");return n&&n.value===e}},TAG:function(e){return e==="*"?function(){return!0}:(e=e.replace($,"").toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[d][e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==p&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r,i){var s=nt.attr(r,e);return s==null?t==="!=":t?(s+="",t==="="?s===n:t==="!="?s!==n:t==="^="?n&&s.indexOf(n)===0:t==="*="?n&&s.indexOf(n)>-1:t==="$="?n&&s.substr(s.length-n.length)===n:t==="~="?(" "+s+" ").indexOf(n)>-1:t==="|="?s===n||s.substr(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r){return e==="nth"?function(e){var t,i,s=e.parentNode;if(n===1&&r===0)return!0;if(s){i=0;for(t=s.firstChild;t;t=t.nextSibling)if(t.nodeType===1){i++;if(e===t)break}}return i-=r,i===n||i%n===0&&i/n>=0}:function(t){var n=t;switch(e){case"only":case"first":while(n=n.previousSibling)if(n.nodeType===1)return!1;if(e==="first")return!0;n=t;case"last":while(n=n.nextSibling)if(n.nodeType===1)return!1;return!0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||nt.error("unsupported pseudo: "+e);return r[d]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,n){var i,s=r(e,t),o=s.length;while(o--)i=T.call(e,s[o]),e[i]=!(n[i]=s[o])}):function(e){return r(e,0,n)}):r}},pseudos:{not:N(function(e){var t=[],n=[],r=a(e.replace(j,"$1"));return r[d]?N(function(e,t,n,i){var s,o=r(e,null,i,[]),u=e.length;while(u--)if(s=o[u])e[u]=!(t[u]=s)}):function(e,i,s){return t[0]=e,r(t,null,s,n),!n.pop()}}),has:N(function(e){return function(t){return nt(e,t).length>0}}),contains:N(function(e){return function(t){return(t.textContent||t.innerText||s(t)).indexOf(e)>-1}}),enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&!!e.checked||t==="option"&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},parent:function(e){return!i.pseudos.empty(e)},empty:function(e){var t;e=e.firstChild;while(e){if(e.nodeName>"@"||(t=e.nodeType)===3||t===4)return!1;e=e.nextSibling}return!0},header:function(e){return X.test(e.nodeName)},text:function(e){var t,n;return e.nodeName.toLowerCase()==="input"&&(t=e.type)==="text"&&((n=e.getAttribute("type"))==null||n.toLowerCase()===t)},radio:rt("radio"),checkbox:rt("checkbox"),file:rt("file"),password:rt("password"),image:rt("image"),submit:it("submit"),reset:it("reset"),button:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},input:function(e){return V.test(e.nodeName)},focus:function(e){var t=e.ownerDocument;return e===t.activeElement&&(!t.hasFocus||t.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},active:function(e){return e===e.ownerDocument.activeElement},first:st(function(){return[0]}),last:st(function(e,t){return[t-1]}),eq:st(function(e,t,n){return[n<0?n+t:n]}),even:st(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:st(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:st(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:st(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}},f=y.compareDocumentPosition?function(e,t){return e===t?(l=!0,0):(!e.compareDocumentPosition||!t.compareDocumentPosition?e.compareDocumentPosition:e.compareDocumentPosition(t)&4)?-1:1}:function(e,t){if(e===t)return l=!0,0;if(e.sourceIndex&&t.sourceIndex)return e.sourceIndex-t.sourceIndex;var n,r,i=[],s=[],o=e.parentNode,u=t.parentNode,a=o;if(o===u)return ot(e,t);if(!o)return-1;if(!u)return 1;while(a)i.unshift(a),a=a.parentNode;a=u;while(a)s.unshift(a),a=a.parentNode;n=i.length,r=s.length;for(var f=0;f<n&&f<r;f++)if(i[f]!==s[f])return ot(i[f],s[f]);return f===n?ot(e,s[f],-1):ot(i[f],t,1)},[0,0].sort(f),h=!l,nt.uniqueSort=function(e){var t,n=[],r=1,i=0;l=h,e.sort(f);if(l){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e},nt.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},a=nt.compile=function(e,t){var n,r=[],i=[],s=A[d][e+" "];if(!s){t||(t=ut(e)),n=t.length;while(n--)s=ht(t[n]),s[d]?r.push(s):i.push(s);s=A(e,pt(i,r))}return s},g.querySelectorAll&&function(){var e,t=vt,n=/'|\\/g,r=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,i=[":focus"],s=[":active"],u=y.matchesSelector||y.mozMatchesSelector||y.webkitMatchesSelector||y.oMatchesSelector||y.msMatchesSelector;K(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||i.push("\\["+O+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||i.push(":checked")}),K(function(e){e.innerHTML="<p test=''></p>",e.querySelectorAll("[test^='']").length&&i.push("[*^$]="+O+"*(?:\"\"|'')"),e.innerHTML="<input type='hidden'/>",e.querySelectorAll(":enabled").length||i.push(":enabled",":disabled")}),i=new RegExp(i.join("|")),vt=function(e,r,s,o,u){if(!o&&!u&&!i.test(e)){var a,f,l=!0,c=d,h=r,p=r.nodeType===9&&e;if(r.nodeType===1&&r.nodeName.toLowerCase()!=="object"){a=ut(e),(l=r.getAttribute("id"))?c=l.replace(n,"\\$&"):r.setAttribute("id",c),c="[id='"+c+"'] ",f=a.length;while(f--)a[f]=c+a[f].join("");h=z.test(e)&&r.parentNode||r,p=a.join(",")}if(p)try{return S.apply(s,x.call(h.querySelectorAll(p),0)),s}catch(v){}finally{l||r.removeAttribute("id")}}return t(e,r,s,o,u)},u&&(K(function(t){e=u.call(t,"div");try{u.call(t,"[test!='']:sizzle"),s.push("!=",H)}catch(n){}}),s=new RegExp(s.join("|")),nt.matchesSelector=function(t,n){n=n.replace(r,"='$1']");if(!o(t)&&!s.test(n)&&!i.test(n))try{var a=u.call(t,n);if(a||e||t.document&&t.document.nodeType!==11)return a}catch(f){}return nt(n,null,null,[t]).length>0})}(),i.pseudos.nth=i.pseudos.eq,i.filters=mt.prototype=i.pseudos,i.setFilters=new mt,nt.attr=v.attr,v.find=nt,v.expr=nt.selectors,v.expr[":"]=v.expr.pseudos,v.unique=nt.uniqueSort,v.text=nt.getText,v.isXMLDoc=nt.isXML,v.contains=nt.contains}(e);var nt=/Until$/,rt=/^(?:parents|prev(?:Until|All))/,it=/^.[^:#\[\.,]*$/,st=v.expr.match.needsContext,ot={children:!0,contents:!0,next:!0,prev:!0};v.fn.extend({find:function(e){var t,n,r,i,s,o,u=this;if(typeof e!="string")return v(e).filter(function(){for(t=0,n=u.length;t<n;t++)if(v.contains(u[t],this))return!0});o=this.pushStack("","find",e);for(t=0,n=this.length;t<n;t++){r=o.length,v.find(e,this[t],o);if(t>0)for(i=r;i<o.length;i++)for(s=0;s<r;s++)if(o[s]===o[i]){o.splice(i--,1);break}}return o},has:function(e){var t,n=v(e,this),r=n.length;return this.filter(function(){for(t=0;t<r;t++)if(v.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1),"not",e)},filter:function(e){return this.pushStack(ft(this,e,!0),"filter",e)},is:function(e){return!!e&&(typeof e=="string"?st.test(e)?v(e,this.context).index(this[0])>=0:v.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,s=[],o=st.test(e)||typeof e!="string"?v(e,t||this.context):0;for(;r<i;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&n.nodeType!==11){if(o?o.index(n)>-1:v.find.matchesSelector(n,e)){s.push(n);break}n=n.parentNode}}return s=s.length>1?v.unique(s):s,this.pushStack(s,"closest",e)},index:function(e){return e?typeof e=="string"?v.inArray(this[0],v(e)):v.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(e,t){var n=typeof e=="string"?v(e,t):v.makeArray(e&&e.nodeType?[e]:e),r=v.merge(this.get(),n);return this.pushStack(ut(n[0])||ut(r[0])?r:v.unique(r))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}}),v.fn.andSelf=v.fn.addBack,v.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return v.dir(e,"parentNode")},parentsUntil:function(e,t,n){return v.dir(e,"parentNode",n)},next:function(e){return at(e,"nextSibling")},prev:function(e){return at(e,"previousSibling")},nextAll:function(e){return v.dir(e,"nextSibling")},prevAll:function(e){return v.dir(e,"previousSibling")},nextUntil:function(e,t,n){return v.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return v.dir(e,"previousSibling",n)},siblings:function(e){return v.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return v.sibling(e.firstChild)},contents:function(e){return v.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:v.merge([],e.childNodes)}},function(e,t){v.fn[e]=function(n,r){var i=v.map(this,t,n);return nt.test(e)||(r=n),r&&typeof r=="string"&&(i=v.filter(r,i)),i=this.length>1&&!ot[e]?v.unique(i):i,this.length>1&&rt.test(e)&&(i=i.reverse()),this.pushStack(i,e,l.call(arguments).join(","))}}),v.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),t.length===1?v.find.matchesSelector(t[0],e)?[t[0]]:[]:v.find.matches(e,t)},dir:function(e,n,r){var i=[],s=e[n];while(s&&s.nodeType!==9&&(r===t||s.nodeType!==1||!v(s).is(r)))s.nodeType===1&&i.push(s),s=s[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}});var ct="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ht=/ jQuery\d+="(?:null|\d+)"/g,pt=/^\s+/,dt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,vt=/<([\w:]+)/,mt=/<tbody/i,gt=/<|&#?\w+;/,yt=/<(?:script|style|link)/i,bt=/<(?:script|object|embed|option|style)/i,wt=new RegExp("<(?:"+ct+")[\\s/>]","i"),Et=/^(?:checkbox|radio)$/,St=/checked\s*(?:[^=]|=\s*.checked.)/i,xt=/\/(java|ecma)script/i,Tt=/^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,Nt={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},Ct=lt(i),kt=Ct.appendChild(i.createElement("div"));Nt.optgroup=Nt.option,Nt.tbody=Nt.tfoot=Nt.colgroup=Nt.caption=Nt.thead,Nt.th=Nt.td,v.support.htmlSerialize||(Nt._default=[1,"X<div>","</div>"]),v.fn.extend({text:function(e){return v.access(this,function(e){return e===t?v.text(this):this.empty().append((this[0]&&this[0].ownerDocument||i).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(v.isFunction(e))return this.each(function(t){v(this).wrapAll(e.call(this,t))});if(this[0]){var t=v(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&e.firstChild.nodeType===1)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return v.isFunction(e)?this.each(function(t){v(this).wrapInner(e.call(this,t))}):this.each(function(){var t=v(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v.isFunction(e);return this.each(function(n){v(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){v.nodeName(this,"body")||v(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(e,this.firstChild)})},before:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(e,this),"before",this.selector)}},after:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this.nextSibling)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(this,e),"after",this.selector)}},remove:function(e,t){var n,r=0;for(;(n=this[r])!=null;r++)if(!e||v.filter(e,[n]).length)!t&&n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),v.cleanData([n])),n.parentNode&&n.parentNode.removeChild(n);return this},empty:function(){var e,t=0;for(;(e=this[t])!=null;t++){e.nodeType===1&&v.cleanData(e.getElementsByTagName("*"));while(e.firstChild)e.removeChild(e.firstChild)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return v.clone(this,e,t)})},html:function(e){return v.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return n.nodeType===1?n.innerHTML.replace(ht,""):t;if(typeof e=="string"&&!yt.test(e)&&(v.support.htmlSerialize||!wt.test(e))&&(v.support.leadingWhitespace||!pt.test(e))&&!Nt[(vt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(dt,"<$1></$2>");try{for(;r<i;r++)n=this[r]||{},n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),n.innerHTML=e);n=0}catch(s){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){return ut(this[0])?this.length?this.pushStack(v(v.isFunction(e)?e():e),"replaceWith",e):this:v.isFunction(e)?this.each(function(t){var n=v(this),r=n.html();n.replaceWith(e.call(this,t,r))}):(typeof e!="string"&&(e=v(e).detach()),this.each(function(){var t=this.nextSibling,n=this.parentNode;v(this).remove(),t?v(t).before(e):v(n).append(e)}))},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=[].concat.apply([],e);var i,s,o,u,a=0,f=e[0],l=[],c=this.length;if(!v.support.checkClone&&c>1&&typeof f=="string"&&St.test(f))return this.each(function(){v(this).domManip(e,n,r)});if(v.isFunction(f))return this.each(function(i){var s=v(this);e[0]=f.call(this,i,n?s.html():t),s.domManip(e,n,r)});if(this[0]){i=v.buildFragment(e,this,l),o=i.fragment,s=o.firstChild,o.childNodes.length===1&&(o=s);if(s){n=n&&v.nodeName(s,"tr");for(u=i.cacheable||c-1;a<c;a++)r.call(n&&v.nodeName(this[a],"table")?Lt(this[a],"tbody"):this[a],a===u?o:v.clone(o,!0,!0))}o=s=null,l.length&&v.each(l,function(e,t){t.src?v.ajax?v.ajax({url:t.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):v.error("no ajax"):v.globalEval((t.text||t.textContent||t.innerHTML||"").replace(Tt,"")),t.parentNode&&t.parentNode.removeChild(t)})}return this}}),v.buildFragment=function(e,n,r){var s,o,u,a=e[0];return n=n||i,n=!n.nodeType&&n[0]||n,n=n.ownerDocument||n,e.length===1&&typeof a=="string"&&a.length<512&&n===i&&a.charAt(0)==="<"&&!bt.test(a)&&(v.support.checkClone||!St.test(a))&&(v.support.html5Clone||!wt.test(a))&&(o=!0,s=v.fragments[a],u=s!==t),s||(s=n.createDocumentFragment(),v.clean(e,n,s,r),o&&(v.fragments[a]=u&&s)),{fragment:s,cacheable:o}},v.fragments={},v.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){v.fn[e]=function(n){var r,i=0,s=[],o=v(n),u=o.length,a=this.length===1&&this[0].parentNode;if((a==null||a&&a.nodeType===11&&a.childNodes.length===1)&&u===1)return o[t](this[0]),this;for(;i<u;i++)r=(i>0?this.clone(!0):this).get(),v(o[i])[t](r),s=s.concat(r);return this.pushStack(s,e,o.selector)}}),v.extend({clone:function(e,t,n){var r,i,s,o;v.support.html5Clone||v.isXMLDoc(e)||!wt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(kt.innerHTML=e.outerHTML,kt.removeChild(o=kt.firstChild));if((!v.support.noCloneEvent||!v.support.noCloneChecked)&&(e.nodeType===1||e.nodeType===11)&&!v.isXMLDoc(e)){Ot(e,o),r=Mt(e),i=Mt(o);for(s=0;r[s];++s)i[s]&&Ot(r[s],i[s])}if(t){At(e,o);if(n){r=Mt(e),i=Mt(o);for(s=0;r[s];++s)At(r[s],i[s])}}return r=i=null,o},clean:function(e,t,n,r){var s,o,u,a,f,l,c,h,p,d,m,g,y=t===i&&Ct,b=[];if(!t||typeof t.createDocumentFragment=="undefined")t=i;for(s=0;(u=e[s])!=null;s++){typeof u=="number"&&(u+="");if(!u)continue;if(typeof u=="string")if(!gt.test(u))u=t.createTextNode(u);else{y=y||lt(t),c=t.createElement("div"),y.appendChild(c),u=u.replace(dt,"<$1></$2>"),a=(vt.exec(u)||["",""])[1].toLowerCase(),f=Nt[a]||Nt._default,l=f[0],c.innerHTML=f[1]+u+f[2];while(l--)c=c.lastChild;if(!v.support.tbody){h=mt.test(u),p=a==="table"&&!h?c.firstChild&&c.firstChild.childNodes:f[1]==="<table>"&&!h?c.childNodes:[];for(o=p.length-1;o>=0;--o)v.nodeName(p[o],"tbody")&&!p[o].childNodes.length&&p[o].parentNode.removeChild(p[o])}!v.support.leadingWhitespace&&pt.test(u)&&c.insertBefore(t.createTextNode(pt.exec(u)[0]),c.firstChild),u=c.childNodes,c.parentNode.removeChild(c)}u.nodeType?b.push(u):v.merge(b,u)}c&&(u=c=y=null);if(!v.support.appendChecked)for(s=0;(u=b[s])!=null;s++)v.nodeName(u,"input")?_t(u):typeof u.getElementsByTagName!="undefined"&&v.grep(u.getElementsByTagName("input"),_t);if(n){m=function(e){if(!e.type||xt.test(e.type))return r?r.push(e.parentNode?e.parentNode.removeChild(e):e):n.appendChild(e)};for(s=0;(u=b[s])!=null;s++)if(!v.nodeName(u,"script")||!m(u))n.appendChild(u),typeof u.getElementsByTagName!="undefined"&&(g=v.grep(v.merge([],u.getElementsByTagName("script")),m),b.splice.apply(b,[s+1,0].concat(g)),s+=g.length)}return b},cleanData:function(e,t){var n,r,i,s,o=0,u=v.expando,a=v.cache,f=v.support.deleteExpando,l=v.event.special;for(;(i=e[o])!=null;o++)if(t||v.acceptData(i)){r=i[u],n=r&&a[r];if(n){if(n.events)for(s in n.events)l[s]?v.event.remove(i,s):v.removeEvent(i,s,n.handle);a[r]&&(delete a[r],f?delete i[u]:i.removeAttribute?i.removeAttribute(u):i[u]=null,v.deletedIds.push(r))}}}}),function(){var e,t;v.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=v.uaMatch(o.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),v.browser=t,v.sub=function(){function e(t,n){return new e.fn.init(t,n)}v.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(r,i){return i&&i instanceof v&&!(i instanceof e)&&(i=e(i)),v.fn.init.call(this,r,i,t)},e.fn.init.prototype=e.fn;var t=e(i);return e}}();var Dt,Pt,Ht,Bt=/alpha\([^)]*\)/i,jt=/opacity=([^)]*)/,Ft=/^(top|right|bottom|left)$/,It=/^(none|table(?!-c[ea]).+)/,qt=/^margin/,Rt=new RegExp("^("+m+")(.*)$","i"),Ut=new RegExp("^("+m+")(?!px)[a-z%]+$","i"),zt=new RegExp("^([-+])=("+m+")","i"),Wt={BODY:"block"},Xt={position:"absolute",visibility:"hidden",display:"block"},Vt={letterSpacing:0,fontWeight:400},$t=["Top","Right","Bottom","Left"],Jt=["Webkit","O","Moz","ms"],Kt=v.fn.toggle;v.fn.extend({css:function(e,n){return v.access(this,function(e,n,r){return r!==t?v.style(e,n,r):v.css(e,n)},e,n,arguments.length>1)},show:function(){return Yt(this,!0)},hide:function(){return Yt(this)},toggle:function(e,t){var n=typeof e=="boolean";return v.isFunction(e)&&v.isFunction(t)?Kt.apply(this,arguments):this.each(function(){(n?e:Gt(this))?v(this).show():v(this).hide()})}}),v.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Dt(e,"opacity");return n===""?"1":n}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":v.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(!e||e.nodeType===3||e.nodeType===8||!e.style)return;var s,o,u,a=v.camelCase(n),f=e.style;n=v.cssProps[a]||(v.cssProps[a]=Qt(f,a)),u=v.cssHooks[n]||v.cssHooks[a];if(r===t)return u&&"get"in u&&(s=u.get(e,!1,i))!==t?s:f[n];o=typeof r,o==="string"&&(s=zt.exec(r))&&(r=(s[1]+1)*s[2]+parseFloat(v.css(e,n)),o="number");if(r==null||o==="number"&&isNaN(r))return;o==="number"&&!v.cssNumber[a]&&(r+="px");if(!u||!("set"in u)||(r=u.set(e,r,i))!==t)try{f[n]=r}catch(l){}},css:function(e,n,r,i){var s,o,u,a=v.camelCase(n);return n=v.cssProps[a]||(v.cssProps[a]=Qt(e.style,a)),u=v.cssHooks[n]||v.cssHooks[a],u&&"get"in u&&(s=u.get(e,!0,i)),s===t&&(s=Dt(e,n)),s==="normal"&&n in Vt&&(s=Vt[n]),r||i!==t?(o=parseFloat(s),r||v.isNumeric(o)?o||0:s):s},swap:function(e,t,n){var r,i,s={};for(i in t)s[i]=e.style[i],e.style[i]=t[i];r=n.call(e);for(i in t)e.style[i]=s[i];return r}}),e.getComputedStyle?Dt=function(t,n){var r,i,s,o,u=e.getComputedStyle(t,null),a=t.style;return u&&(r=u.getPropertyValue(n)||u[n],r===""&&!v.contains(t.ownerDocument,t)&&(r=v.style(t,n)),Ut.test(r)&&qt.test(n)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=u.width,a.width=i,a.minWidth=s,a.maxWidth=o)),r}:i.documentElement.currentStyle&&(Dt=function(e,t){var n,r,i=e.currentStyle&&e.currentStyle[t],s=e.style;return i==null&&s&&s[t]&&(i=s[t]),Ut.test(i)&&!Ft.test(t)&&(n=s.left,r=e.runtimeStyle&&e.runtimeStyle.left,r&&(e.runtimeStyle.left=e.currentStyle.left),s.left=t==="fontSize"?"1em":i,i=s.pixelLeft+"px",s.left=n,r&&(e.runtimeStyle.left=r)),i===""?"auto":i}),v.each(["height","width"],function(e,t){v.cssHooks[t]={get:function(e,n,r){if(n)return e.offsetWidth===0&&It.test(Dt(e,"display"))?v.swap(e,Xt,function(){return tn(e,t,r)}):tn(e,t,r)},set:function(e,n,r){return Zt(e,n,r?en(e,t,r,v.support.boxSizing&&v.css(e,"boxSizing")==="border-box"):0)}}}),v.support.opacity||(v.cssHooks.opacity={get:function(e,t){return jt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=v.isNumeric(t)?"alpha(opacity="+t*100+")":"",s=r&&r.filter||n.filter||"";n.zoom=1;if(t>=1&&v.trim(s.replace(Bt,""))===""&&n.removeAttribute){n.removeAttribute("filter");if(r&&!r.filter)return}n.filter=Bt.test(s)?s.replace(Bt,i):s+" "+i}}),v(function(){v.support.reliableMarginRight||(v.cssHooks.marginRight={get:function(e,t){return v.swap(e,{display:"inline-block"},function(){if(t)return Dt(e,"marginRight")})}}),!v.support.pixelPosition&&v.fn.position&&v.each(["top","left"],function(e,t){v.cssHooks[t]={get:function(e,n){if(n){var r=Dt(e,t);return Ut.test(r)?v(e).position()[t]+"px":r}}}})}),v.expr&&v.expr.filters&&(v.expr.filters.hidden=function(e){return e.offsetWidth===0&&e.offsetHeight===0||!v.support.reliableHiddenOffsets&&(e.style&&e.style.display||Dt(e,"display"))==="none"},v.expr.filters.visible=function(e){return!v.expr.filters.hidden(e)}),v.each({margin:"",padding:"",border:"Width"},function(e,t){v.cssHooks[e+t]={expand:function(n){var r,i=typeof n=="string"?n.split(" "):[n],s={};for(r=0;r<4;r++)s[e+$t[r]+t]=i[r]||i[r-2]||i[0];return s}},qt.test(e)||(v.cssHooks[e+t].set=Zt)});var rn=/%20/g,sn=/\[\]$/,on=/\r?\n/g,un=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,an=/^(?:select|textarea)/i;v.fn.extend({serialize:function(){return v.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?v.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||an.test(this.nodeName)||un.test(this.type))}).map(function(e,t){var n=v(this).val();return n==null?null:v.isArray(n)?v.map(n,function(e,n){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),v.param=function(e,n){var r,i=[],s=function(e,t){t=v.isFunction(t)?t():t==null?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};n===t&&(n=v.ajaxSettings&&v.ajaxSettings.traditional);if(v.isArray(e)||e.jquery&&!v.isPlainObject(e))v.each(e,function(){s(this.name,this.value)});else for(r in e)fn(r,e[r],n,s);return i.join("&").replace(rn,"+")};var ln,cn,hn=/#.*$/,pn=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,dn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,vn=/^(?:GET|HEAD)$/,mn=/^\/\//,gn=/\?/,yn=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bn=/([?&])_=[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,En=v.fn.load,Sn={},xn={},Tn=["*/"]+["*"];try{cn=s.href}catch(Nn){cn=i.createElement("a"),cn.href="",cn=cn.href}ln=wn.exec(cn.toLowerCase())||[],v.fn.load=function(e,n,r){if(typeof e!="string"&&En)return En.apply(this,arguments);if(!this.length)return this;var i,s,o,u=this,a=e.indexOf(" ");return a>=0&&(i=e.slice(a,e.length),e=e.slice(0,a)),v.isFunction(n)?(r=n,n=t):n&&typeof n=="object"&&(s="POST"),v.ajax({url:e,type:s,dataType:"html",data:n,complete:function(e,t){r&&u.each(r,o||[e.responseText,t,e])}}).done(function(e){o=arguments,u.html(i?v("<div>").append(e.replace(yn,"")).find(i):e)}),this},v.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,t){v.fn[t]=function(e){return this.on(t,e)}}),v.each(["get","post"],function(e,n){v[n]=function(e,r,i,s){return v.isFunction(r)&&(s=s||i,i=r,r=t),v.ajax({type:n,url:e,data:r,success:i,dataType:s})}}),v.extend({getScript:function(e,n){return v.get(e,t,n,"script")},getJSON:function(e,t,n){return v.get(e,t,n,"json")},ajaxSetup:function(e,t){return t?Ln(e,v.ajaxSettings):(t=e,e=v.ajaxSettings),Ln(e,t),e},ajaxSettings:{url:cn,isLocal:dn.test(ln[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":Tn},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":e.String,"text html":!0,"text json":v.parseJSON,"text xml":v.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:Cn(Sn),ajaxTransport:Cn(xn),ajax:function(e,n){function T(e,n,s,a){var l,y,b,w,S,T=n;if(E===2)return;E=2,u&&clearTimeout(u),o=t,i=a||"",x.readyState=e>0?4:0,s&&(w=An(c,x,s));if(e>=200&&e<300||e===304)c.ifModified&&(S=x.getResponseHeader("Last-Modified"),S&&(v.lastModified[r]=S),S=x.getResponseHeader("Etag"),S&&(v.etag[r]=S)),e===304?(T="notmodified",l=!0):(l=On(c,w),T=l.state,y=l.data,b=l.error,l=!b);else{b=T;if(!T||e)T="error",e<0&&(e=0)}x.status=e,x.statusText=(n||T)+"",l?d.resolveWith(h,[y,T,x]):d.rejectWith(h,[x,T,b]),x.statusCode(g),g=t,f&&p.trigger("ajax"+(l?"Success":"Error"),[x,c,l?y:b]),m.fireWith(h,[x,T]),f&&(p.trigger("ajaxComplete",[x,c]),--v.active||v.event.trigger("ajaxStop"))}typeof e=="object"&&(n=e,e=t),n=n||{};var r,i,s,o,u,a,f,l,c=v.ajaxSetup({},n),h=c.context||c,p=h!==c&&(h.nodeType||h instanceof v)?v(h):v.event,d=v.Deferred(),m=v.Callbacks("once memory"),g=c.statusCode||{},b={},w={},E=0,S="canceled",x={readyState:0,setRequestHeader:function(e,t){if(!E){var n=e.toLowerCase();e=w[n]=w[n]||e,b[e]=t}return this},getAllResponseHeaders:function(){return E===2?i:null},getResponseHeader:function(e){var n;if(E===2){if(!s){s={};while(n=pn.exec(i))s[n[1].toLowerCase()]=n[2]}n=s[e.toLowerCase()]}return n===t?null:n},overrideMimeType:function(e){return E||(c.mimeType=e),this},abort:function(e){return e=e||S,o&&o.abort(e),T(0,e),this}};d.promise(x),x.success=x.done,x.error=x.fail,x.complete=m.add,x.statusCode=function(e){if(e){var t;if(E<2)for(t in e)g[t]=[g[t],e[t]];else t=e[x.status],x.always(t)}return this},c.url=((e||c.url)+"").replace(hn,"").replace(mn,ln[1]+"//"),c.dataTypes=v.trim(c.dataType||"*").toLowerCase().split(y),c.crossDomain==null&&(a=wn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===ln[1]&&a[2]===ln[2]&&(a[3]||(a[1]==="http:"?80:443))==(ln[3]||(ln[1]==="http:"?80:443)))),c.data&&c.processData&&typeof c.data!="string"&&(c.data=v.param(c.data,c.traditional)),kn(Sn,c,n,x);if(E===2)return x;f=c.global,c.type=c.type.toUpperCase(),c.hasContent=!vn.test(c.type),f&&v.active++===0&&v.event.trigger("ajaxStart");if(!c.hasContent){c.data&&(c.url+=(gn.test(c.url)?"&":"?")+c.data,delete c.data),r=c.url;if(c.cache===!1){var N=v.now(),C=c.url.replace(bn,"$1_="+N);c.url=C+(C===c.url?(gn.test(c.url)?"&":"?")+"_="+N:"")}}(c.data&&c.hasContent&&c.contentType!==!1||n.contentType)&&x.setRequestHeader("Content-Type",c.contentType),c.ifModified&&(r=r||c.url,v.lastModified[r]&&x.setRequestHeader("If-Modified-Since",v.lastModified[r]),v.etag[r]&&x.setRequestHeader("If-None-Match",v.etag[r])),x.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+(c.dataTypes[0]!=="*"?", "+Tn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)x.setRequestHeader(l,c.headers[l]);if(!c.beforeSend||c.beforeSend.call(h,x,c)!==!1&&E!==2){S="abort";for(l in{success:1,error:1,complete:1})x[l](c[l]);o=kn(xn,c,n,x);if(!o)T(-1,"No Transport");else{x.readyState=1,f&&p.trigger("ajaxSend",[x,c]),c.async&&c.timeout>0&&(u=setTimeout(function(){x.abort("timeout")},c.timeout));try{E=1,o.send(b,T)}catch(k){if(!(E<2))throw k;T(-1,k)}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var Mn=[],_n=/\?/,Dn=/(=)\?(?=&|$)|\?\?/,Pn=v.now();v.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Mn.pop()||v.expando+"_"+Pn++;return this[e]=!0,e}}),v.ajaxPrefilter("json jsonp",function(n,r,i){var s,o,u,a=n.data,f=n.url,l=n.jsonp!==!1,c=l&&Dn.test(f),h=l&&!c&&typeof a=="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dn.test(a);if(n.dataTypes[0]==="jsonp"||c||h)return s=n.jsonpCallback=v.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,o=e[s],c?n.url=f.replace(Dn,"$1"+s):h?n.data=a.replace(Dn,"$1"+s):l&&(n.url+=(_n.test(f)?"&":"?")+n.jsonp+"="+s),n.converters["script json"]=function(){return u||v.error(s+" was not called"),u[0]},n.dataTypes[0]="json",e[s]=function(){u=arguments},i.always(function(){e[s]=o,n[s]&&(n.jsonpCallback=r.jsonpCallback,Mn.push(s)),u&&v.isFunction(o)&&o(u[0]),u=o=t}),"script"}),v.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){return v.globalEval(e),e}}}),v.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),v.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=i.head||i.getElementsByTagName("head")[0]||i.documentElement;return{send:function(s,o){n=i.createElement("script"),n.async="async",e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,i){if(i||!n.readyState||/loaded|complete/.test(n.readyState))n.onload=n.onreadystatechange=null,r&&n.parentNode&&r.removeChild(n),n=t,i||o(200,"success")},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(0,1)}}}});var Hn,Bn=e.ActiveXObject?function(){for(var e in Hn)Hn[e](0,1)}:!1,jn=0;v.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&Fn()||In()}:Fn,function(e){v.extend(v.support,{ajax:!!e,cors:!!e&&"withCredentials"in e})}(v.ajaxSettings.xhr()),v.support.ajax&&v.ajaxTransport(function(n){if(!n.crossDomain||v.support.cors){var r;return{send:function(i,s){var o,u,a=n.xhr();n.username?a.open(n.type,n.url,n.async,n.username,n.password):a.open(n.type,n.url,n.async);if(n.xhrFields)for(u in n.xhrFields)a[u]=n.xhrFields[u];n.mimeType&&a.overrideMimeType&&a.overrideMimeType(n.mimeType),!n.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");try{for(u in i)a.setRequestHeader(u,i[u])}catch(f){}a.send(n.hasContent&&n.data||null),r=function(e,i){var u,f,l,c,h;try{if(r&&(i||a.readyState===4)){r=t,o&&(a.onreadystatechange=v.noop,Bn&&delete Hn[o]);if(i)a.readyState!==4&&a.abort();else{u=a.status,l=a.getAllResponseHeaders(),c={},h=a.responseXML,h&&h.documentElement&&(c.xml=h);try{c.text=a.responseText}catch(p){}try{f=a.statusText}catch(p){f=""}!u&&n.isLocal&&!n.crossDomain?u=c.text?200:404:u===1223&&(u=204)}}}catch(d){i||s(-1,d)}c&&s(u,f,c,l)},n.async?a.readyState===4?setTimeout(r,0):(o=++jn,Bn&&(Hn||(Hn={},v(e).unload(Bn)),Hn[o]=r),a.onreadystatechange=r):r()},abort:function(){r&&r(0,1)}}}});var qn,Rn,Un=/^(?:toggle|show|hide)$/,zn=new RegExp("^(?:([-+])=|)("+m+")([a-z%]*)$","i"),Wn=/queueHooks$/,Xn=[Gn],Vn={"*":[function(e,t){var n,r,i=this.createTween(e,t),s=zn.exec(t),o=i.cur(),u=+o||0,a=1,f=20;if(s){n=+s[2],r=s[3]||(v.cssNumber[e]?"":"px");if(r!=="px"&&u){u=v.css(i.elem,e,!0)||n||1;do a=a||".5",u/=a,v.style(i.elem,e,u+r);while(a!==(a=i.cur()/o)&&a!==1&&--f)}i.unit=r,i.start=u,i.end=s[1]?u+(s[1]+1)*n:n}return i}]};v.Animation=v.extend(Kn,{tweener:function(e,t){v.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;r<i;r++)n=e[r],Vn[n]=Vn[n]||[],Vn[n].unshift(t)},prefilter:function(e,t){t?Xn.unshift(e):Xn.push(e)}}),v.Tween=Yn,Yn.prototype={constructor:Yn,init:function(e,t,n,r,i,s){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=s||(v.cssNumber[n]?"":"px")},cur:function(){var e=Yn.propHooks[this.prop];return e&&e.get?e.get(this):Yn.propHooks._default.get(this)},run:function(e){var t,n=Yn.propHooks[this.prop];return this.options.duration?this.pos=t=v.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Yn.propHooks._default.set(this),this}},Yn.prototype.init.prototype=Yn.prototype,Yn.propHooks={_default:{get:function(e){var t;return e.elem[e.prop]==null||!!e.elem.style&&e.elem.style[e.prop]!=null?(t=v.css(e.elem,e.prop,!1,""),!t||t==="auto"?0:t):e.elem[e.prop]},set:function(e){v.fx.step[e.prop]?v.fx.step[e.prop](e):e.elem.style&&(e.elem.style[v.cssProps[e.prop]]!=null||v.cssHooks[e.prop])?v.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Yn.propHooks.scrollTop=Yn.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},v.each(["toggle","show","hide"],function(e,t){var n=v.fn[t];v.fn[t]=function(r,i,s){return r==null||typeof r=="boolean"||!e&&v.isFunction(r)&&v.isFunction(i)?n.apply(this,arguments):this.animate(Zn(t,!0),r,i,s)}}),v.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Gt).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=v.isEmptyObject(e),s=v.speed(t,n,r),o=function(){var t=Kn(this,v.extend({},e),s);i&&t.stop(!0)};return i||s.queue===!1?this.each(o):this.queue(s.queue,o)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return typeof e!="string"&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=e!=null&&e+"queueHooks",s=v.timers,o=v._data(this);if(n)o[n]&&o[n].stop&&i(o[n]);else for(n in o)o[n]&&o[n].stop&&Wn.test(n)&&i(o[n]);for(n=s.length;n--;)s[n].elem===this&&(e==null||s[n].queue===e)&&(s[n].anim.stop(r),t=!1,s.splice(n,1));(t||!r)&&v.dequeue(this,e)})}}),v.each({slideDown:Zn("show"),slideUp:Zn("hide"),slideToggle:Zn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){v.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),v.speed=function(e,t,n){var r=e&&typeof e=="object"?v.extend({},e):{complete:n||!n&&t||v.isFunction(e)&&e,duration:e,easing:n&&t||t&&!v.isFunction(t)&&t};r.duration=v.fx.off?0:typeof r.duration=="number"?r.duration:r.duration in v.fx.speeds?v.fx.speeds[r.duration]:v.fx.speeds._default;if(r.queue==null||r.queue===!0)r.queue="fx";return r.old=r.complete,r.complete=function(){v.isFunction(r.old)&&r.old.call(this),r.queue&&v.dequeue(this,r.queue)},r},v.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},v.timers=[],v.fx=Yn.prototype.init,v.fx.tick=function(){var e,n=v.timers,r=0;qn=v.now();for(;r<n.length;r++)e=n[r],!e()&&n[r]===e&&n.splice(r--,1);n.length||v.fx.stop(),qn=t},v.fx.timer=function(e){e()&&v.timers.push(e)&&!Rn&&(Rn=setInterval(v.fx.tick,v.fx.interval))},v.fx.interval=13,v.fx.stop=function(){clearInterval(Rn),Rn=null},v.fx.speeds={slow:600,fast:200,_default:400},v.fx.step={},v.expr&&v.expr.filters&&(v.expr.filters.animated=function(e){return v.grep(v.timers,function(t){return e===t.elem}).length});var er=/^(?:body|html)$/i;v.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){v.offset.setOffset(this,e,t)});var n,r,i,s,o,u,a,f={top:0,left:0},l=this[0],c=l&&l.ownerDocument;if(!c)return;return(r=c.body)===l?v.offset.bodyOffset(l):(n=c.documentElement,v.contains(n,l)?(typeof l.getBoundingClientRect!="undefined"&&(f=l.getBoundingClientRect()),i=tr(c),s=n.clientTop||r.clientTop||0,o=n.clientLeft||r.clientLeft||0,u=i.pageYOffset||n.scrollTop,a=i.pageXOffset||n.scrollLeft,{top:f.top+u-s,left:f.left+a-o}):f)},v.offset={bodyOffset:function(e){var t=e.offsetTop,n=e.offsetLeft;return v.support.doesNotIncludeMarginInBodyOffset&&(t+=parseFloat(v.css(e,"marginTop"))||0,n+=parseFloat(v.css(e,"marginLeft"))||0),{top:t,left:n}},setOffset:function(e,t,n){var r=v.css(e,"position");r==="static"&&(e.style.position="relative");var i=v(e),s=i.offset(),o=v.css(e,"top"),u=v.css(e,"left"),a=(r==="absolute"||r==="fixed")&&v.inArray("auto",[o,u])>-1,f={},l={},c,h;a?(l=i.position(),c=l.top,h=l.left):(c=parseFloat(o)||0,h=parseFloat(u)||0),v.isFunction(t)&&(t=t.call(e,n,s)),t.top!=null&&(f.top=t.top-s.top+c),t.left!=null&&(f.left=t.left-s.left+h),"using"in t?t.using.call(e,f):i.css(f)}},v.fn.extend({position:function(){if(!this[0])return;var e=this[0],t=this.offsetParent(),n=this.offset(),r=er.test(t[0].nodeName)?{top:0,left:0}:t.offset();return n.top-=parseFloat(v.css(e,"marginTop"))||0,n.left-=parseFloat(v.css(e,"marginLeft"))||0,r.top+=parseFloat(v.css(t[0],"borderTopWidth"))||0,r.left+=parseFloat(v.css(t[0],"borderLeftWidth"))||0,{top:n.top-r.top,left:n.left-r.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||i.body;while(e&&!er.test(e.nodeName)&&v.css(e,"position")==="static")e=e.offsetParent;return e||i.body})}}),v.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);v.fn[e]=function(i){return v.access(this,function(e,i,s){var o=tr(e);if(s===t)return o?n in o?o[n]:o.document.documentElement[i]:e[i];o?o.scrollTo(r?v(o).scrollLeft():s,r?s:v(o).scrollTop()):e[i]=s},e,i,arguments.length,null)}}),v.each({Height:"height",Width:"width"},function(e,n){v.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){v.fn[i]=function(i,s){var o=arguments.length&&(r||typeof i!="boolean"),u=r||(i===!0||s===!0?"margin":"border");return v.access(this,function(n,r,i){var s;return v.isWindow(n)?n.document.documentElement["client"+e]:n.nodeType===9?(s=n.documentElement,Math.max(n.body["scroll"+e],s["scroll"+e],n.body["offset"+e],s["offset"+e],s["client"+e])):i===t?v.css(n,r,i,u):v.style(n,r,i,u)},n,o?i:t,o,null)}})}),e.jQuery=e.$=v,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return v})})(window);
libreoffice-7.0.3/debian/patches/add-access2base-doc.diff-25103-+//]]>
##############################################
libreoffice-7.0.3/debian/patches/debian-opt.diff-8- 
libreoffice-7.0.3/debian/patches/debian-opt.diff:9:+CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/debian/patches/debian-opt.diff-10-+AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/debian/patches/hppa-is-32bit.diff-5-@@ -6671,7 +6671,7 @@ if test "$ENABLE_JAVA" != ""; then
libreoffice-7.0.3/debian/patches/hppa-is-32bit.diff:6:         JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/debian/patches/hppa-is-32bit.diff-7-     elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/debian/patches/hppa-is-32bit.diff-10-+            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/debian/patches/hppa-is-32bit.diff:11:                 if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/debian/patches/hppa-is-32bit.diff-12-                     AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/debian/patches/install-fixes.diff-32--            -e " if(/^%dir (.*)/)
libreoffice-7.0.3/debian/patches/install-fixes.diff:33:-                    {system('mkdir', '-p', '-m', '755', \"$directory\".\$1);}
libreoffice-7.0.3/debian/patches/install-fixes.diff-34--                else
##############################################
libreoffice-7.0.3/debian/patches/install-fixes.diff-79--
libreoffice-7.0.3/debian/patches/install-fixes.diff:80:-    for l in `echo $WITH_LANG_LIST`; do
libreoffice-7.0.3/debian/patches/install-fixes.diff-81--        for p in Impress Draw Math Calc Base Writer; do
libreoffice-7.0.3/debian/patches/install-fixes.diff:82:-            create_package_directory  gid_Module_Langpack_${p}_`echo $l | sed -e s/-/_/g` pkg/libreoffice-l10n-$l
libreoffice-7.0.3/debian/patches/install-fixes.diff-83--        done
libreoffice-7.0.3/debian/patches/install-fixes.diff:84:-        create_package_directory gid_Module_Langpack_Basis_`echo $l | sed -e s/-/_/g`     pkg/libreoffice-l10n-$l
libreoffice-7.0.3/debian/patches/install-fixes.diff:85:-        create_package_directory gid_Module_Langpack_Brand_`echo $l | sed -e s/-/_/g`     pkg/libreoffice-l10n-$l
libreoffice-7.0.3/debian/patches/install-fixes.diff:86:-        create_package_directory gid_Module_Langpack_Resource_`echo $l | sed -e s/-/_/g`  pkg/libreoffice-l10n-$l
libreoffice-7.0.3/debian/patches/install-fixes.diff:87:-        create_package_directory gid_Module_Helppack_Help_`echo $l | sed -e s/-/_/g`      pkg/libreoffice-help-$l
libreoffice-7.0.3/debian/patches/install-fixes.diff-88--
##############################################
libreoffice-7.0.3/debian/patches/install-fixes.diff-156--        for i in forms/resume.ott officorr/project-proposal.ott; do \
libreoffice-7.0.3/debian/patches/install-fixes.diff:157:-            mkdir -p pkg/libreoffice-common/$INSTALLDIR/share/template/en-US/`dirname $i`; \
libreoffice-7.0.3/debian/patches/install-fixes.diff-158--            mv .$INSTALLDIR/share/template/en-US/$i \
##############################################
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-70--    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/debian/patches/javadoc-optional.diff:71:-        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-72--            JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-73--        fi
libreoffice-7.0.3/debian/patches/javadoc-optional.diff:74:-        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-75--    fi
##############################################
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-87-+            if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/debian/patches/javadoc-optional.diff:88:+                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-89-+                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-90-+                fi
libreoffice-7.0.3/debian/patches/javadoc-optional.diff:91:+                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-92-+            fi
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-93- 
libreoffice-7.0.3/debian/patches/javadoc-optional.diff:94:-    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-95--    JAVADOCISGJDOC="yes"
libreoffice-7.0.3/debian/patches/javadoc-optional.diff:96:+            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/debian/patches/javadoc-optional.diff-97-+            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/debian/patches/sensible-lomua.diff-21- 
libreoffice-7.0.3/debian/patches/sensible-lomua.diff:22:+case `basename "$MAILER"` in
libreoffice-7.0.3/debian/patches/sensible-lomua.diff-23-+    sensible-lomua)
##############################################
libreoffice-7.0.3/debian/rules-1624-	for LNUM in $(filter-out en-US,$(LANGPACKISOS)) ; do \
libreoffice-7.0.3/debian/rules:1625:	    LNAME=`$(SOURCE_TREE)/bin/lo-xlate-lang -l $$LNUM | perl -e 'print ucfirst(<STDIN>);'`; \
libreoffice-7.0.3/debian/rules:1626:	    LCODE=`$(SOURCE_TREE)/bin/lo-xlate-lang -i $$LNUM | tr A-Z a-z`; \
libreoffice-7.0.3/debian/rules-1627-	    [ "$$LNUM" = ca-valencia ] && continue; \
##############################################
libreoffice-7.0.3/debian/rules-1629-	    [ "$$LCODE" = kmr-latn ] && LCODE=kmr; \
libreoffice-7.0.3/debian/rules:1630:	    CCODE=`echo $$LCODE | sed 's/-.*//'`; \
libreoffice-7.0.3/debian/rules-1631-	    case "$$LCODE" in \
##############################################
libreoffice-7.0.3/debian/rules-1706-	for LNUM in $(HELPISOS) ; do \
libreoffice-7.0.3/debian/rules:1707:	    LNAME=`$(SOURCE_TREE)/bin/lo-xlate-lang -l $$LNUM | perl -e 'print ucfirst(<STDIN>);'`; \
libreoffice-7.0.3/debian/rules:1708:	    LCODE=`$(SOURCE_TREE)/bin/lo-xlate-lang -i $$LNUM | tr A-Z a-z`; \
libreoffice-7.0.3/debian/rules-1709-	    [ "$$LNUM" = ca-valencia ] && continue; \
libreoffice-7.0.3/debian/rules:1710:	    CCODE=`echo $$LCODE | sed 's/-.*//'`; \
libreoffice-7.0.3/debian/rules-1711-	    sed -e "s|@LNAME@|$$LNAME|g" -e "s|@LCODE@|$$LCODE|g" \
##############################################
libreoffice-7.0.3/debian/rules-2160-	# prepare install/dir files for dh
libreoffice-7.0.3/debian/rules:2161:	for i in `cd $(CURDIR)/debian/tmp/pkg; ls -1 | xargs`; do \
libreoffice-7.0.3/debian/rules-2162-		echo "$${i}/usr/* usr" > debian/$$i.install; \
##############################################
libreoffice-7.0.3/debian/rules-2212-	for iso in $(ISOS); do \
libreoffice-7.0.3/debian/rules:2213:		pkgiso=`echo $$iso | tr A-Z a-z`; \
libreoffice-7.0.3/debian/rules-2214-		if [ "$$iso" != "$$pkgiso" ]; then \
##############################################
libreoffice-7.0.3/debian/rules-2243-	for iso in $(filter-out en-US,$(LANGPACKISOS)); do \
libreoffice-7.0.3/debian/rules:2244:		if ! `echo $(HELPISOS) | grep -q $$iso` || [ "$$iso" = "sk" ] ; then \
libreoffice-7.0.3/debian/rules:2245:			pkgiso=`echo $$iso | tr A-Z a-z`; \
libreoffice-7.0.3/debian/rules-2246-			rm -rf debian/tmp/pkg/libreoffice-help-$$iso; \
##############################################
libreoffice-7.0.3/debian/rules-2327-	for iso in $(HELPISOS); do \
libreoffice-7.0.3/debian/rules:2328:		pkgiso=`echo $$iso | tr A-Z a-z`; \
libreoffice-7.0.3/debian/rules-2329-		if [ -e $(PKGDIR)-help-$$pkgiso/usr ]; then \
##############################################
libreoffice-7.0.3/debian/rules-2435-		for i in $(CURDIR)/$(PKGDIR)-dev-common/$(shell echo $(OOSDKDIR) | sed -e s/lib/share/)/classes/com/sun/star/lib/loader/*.class; do \
libreoffice-7.0.3/debian/rules:2436:			ln -s `echo $$i | sed -e 's,$(CURDIR)/$(PKGDIR)-dev-common,,'` `basename $$i`; \
libreoffice-7.0.3/debian/rules-2437-		done
##############################################
libreoffice-7.0.3/debian/rules-2588-	for iso in $(filter-out en-US,$(LANGPACKISOS)); do \
libreoffice-7.0.3/debian/rules:2589:	    pkgiso=`echo $$iso | tr \[:upper:\] \[:lower:\]`; \
libreoffice-7.0.3/debian/rules-2590-	    cat debian/libreoffice-l10n.ucf.in \
##############################################
libreoffice-7.0.3/debian/rules-2613-	# remove empty uno_packages dirs somehow in the langpacks(?)
libreoffice-7.0.3/debian/rules:2614:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.0.3/debian/rules-2615-		rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/share/uno_packages; \
##############################################
libreoffice-7.0.3/debian/rules-2618-	# remove ooo dirs somehow in the langpacks(?)
libreoffice-7.0.3/debian/rules:2619:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.0.3/debian/rules-2620-		rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/share/dict/ooo; \
##############################################
libreoffice-7.0.3/debian/rules-2623-	# remove extra license files
libreoffice-7.0.3/debian/rules:2624:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.0.3/debian/rules-2625-		rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/licenses; \
##############################################
libreoffice-7.0.3/debian/rules-2629-	# remove extra readme files
libreoffice-7.0.3/debian/rules:2630:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.0.3/debian/rules-2631-		rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/readmes; \
##############################################
libreoffice-7.0.3/debian/rules-2635-	# remove empty help directories
libreoffice-7.0.3/debian/rules:2636:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.0.3/debian/rules-2637-		rm -rf $(PKGDIR)-l10n-$$iso/$(shell echo $(OODIR) | sed -e s/lib/share/)/help; \
##############################################
libreoffice-7.0.3/debian/rules-2646-		elif [ "$$iso" = "kmr-Latn" ]; then pkg=l10n-kmr; \
libreoffice-7.0.3/debian/rules:2647:		else pkg=l10n-`echo $$iso | tr A-Z a-z`; \
libreoffice-7.0.3/debian/rules-2648-		fi; \
##############################################
libreoffice-7.0.3/debian/rules-2658-	  [ "$$iso" = "en-US" ] && continue; \
libreoffice-7.0.3/debian/rules:2659:	  pkgiso=`echo $$iso | tr \[:upper:\] \[:lower:\]`; \
libreoffice-7.0.3/debian/rules-2660-	  [ "$$pkgiso" = "ca-valencia" ] && pkgiso=ca; \
##############################################
libreoffice-7.0.3/debian/rules-2701-			debian/libuno-$${i}3/$(OODIR)/program; \
libreoffice-7.0.3/debian/rules:2702:		ln -sf /$(OODIR)/program/`basename libuno_$$i.so.3` debian/libuno-$${i}3/usr/lib/$(DEB_HOST_MULTIARCH)/`basename libuno_$$i.so.3`; \
libreoffice-7.0.3/debian/rules-2703-	done
##############################################
libreoffice-7.0.3/debian/rules-2708-			debian/libuno-$${i}-3/$(OODIR)/program; \
libreoffice-7.0.3/debian/rules:2709:		ln -sf /$(OODIR)/program/`basename libuno_$$i.so.3` debian/libuno-$${i}-3/usr/lib/$(DEB_HOST_MULTIARCH)/`basename libuno_$$i.so.3`; \
libreoffice-7.0.3/debian/rules-2710-	done
##############################################
libreoffice-7.0.3/debian/rules-2723-	for i in $(SOURCE_TREE)/extras/source/shellnew/*; do \
libreoffice-7.0.3/debian/rules:2724:		cp $$i $(PKGDIR)-plasma/usr/share/templates/.source/`basename $$i`; \
libreoffice-7.0.3/debian/rules-2725-	done
##############################################
libreoffice-7.0.3/debian/rules-2868-		  echo ""; \
libreoffice-7.0.3/debian/rules:2869:		  echo 'LD_LIBRARY_PATH=/$(OODIR)/program /$(OOSDKDIR)/bin/`basename $$0`.bin "$$@"'; \
libreoffice-7.0.3/debian/rules-2870-		) > $$i; \
##############################################
libreoffice-7.0.3/debian/rules-2938-		for i in $(PKGDIR)-$$p-nogui/$(OODIR)/program/*; do \
libreoffice-7.0.3/debian/rules:2939:			if [ -e instdir-nogui/program/`basename $$i` ]; then \
libreoffice-7.0.3/debian/rules:2940:				cp -v instdir-nogui/program/`basename $$i` \
libreoffice-7.0.3/debian/rules-2941-					$(PKGDIR)-$$p-nogui/$(OODIR)/program; \
libreoffice-7.0.3/debian/rules-2942-			else \
libreoffice-7.0.3/debian/rules:2943:				rm -fv $(PKGDIR)-$$p-nogui/$(OODIR)/program/`basename $$i`; \
libreoffice-7.0.3/debian/rules-2944-			fi; \
##############################################
libreoffice-7.0.3/debian/rules-2989-	for p in $(ARCH_DEP_PACKAGES); do \
libreoffice-7.0.3/debian/rules:2990:		for i in `find debian/$$p/$(OODIR)/share/registry -name "*.xcd"`; do \
libreoffice-7.0.3/debian/rules-2991-			t=`mktemp -q`; \
##############################################
libreoffice-7.0.3/debian/rules-2998-	for p in $(ARCH_DEP_PACKAGES); do \
libreoffice-7.0.3/debian/rules:2999:		for i in `find debian/$$p -type d -wholename "*$(OODIR)/share/registry"`; do \
libreoffice-7.0.3/debian/rules:3000:			mv $$i `echo $$i | sed -e s/registry/.registry/`; \
libreoffice-7.0.3/debian/rules-3001-		done; \
##############################################
libreoffice-7.0.3/debian/rules-3063-		for i in $(CURDIR)/$(PKGDIR)-java-common/$(shell echo $(OODIR) | sed -e s/lib/share/)/program/classes/*; do \
libreoffice-7.0.3/debian/rules:3064:			case "`basename $$i`" in aportisdoc.jar|pexcel.jar|pocketword.jar) continue ;; \
libreoffice-7.0.3/debian/rules:3065:			*) ln -s `echo $$i | sed -e 's,$(CURDIR)/$(PKGDIR)-java-common,,'` `basename $$i` ;; esac; \
libreoffice-7.0.3/debian/rules-3066-	done
##############################################
libreoffice-7.0.3/debian/rules-3399-	for p in $(ARCH_INDEP_PACKAGES); do \
libreoffice-7.0.3/debian/rules:3400:		for i in `find debian/$$p/$(OODIR)/share/registry -name "*.xcd"`; do \
libreoffice-7.0.3/debian/rules-3401-			t=`mktemp -q`; \
##############################################
libreoffice-7.0.3/debian/rules-3409-	for p in $(ARCH_INDEP_PACKAGES); do \
libreoffice-7.0.3/debian/rules:3410:		for i in `find debian/$$p -type d -wholename "*$(OODIR)/share/registry"`; do \
libreoffice-7.0.3/debian/rules:3411:			mv $$i `echo $$i | sed -e s/registry/.registry/`; \
libreoffice-7.0.3/debian/rules-3412-		done; \
##############################################
libreoffice-7.0.3/debian/rules-3447-	for i in writer calc draw base math impress; do \
libreoffice-7.0.3/debian/rules:3448:		for i in `find $(PKGDIR)-$$i -type l -name "lo*.1"`; do \
libreoffice-7.0.3/debian/rules-3449-			mv $$i $$i.gz; \
libreoffice-7.0.3/debian/rules:3450:			if [ "`readlink $$i`" != "libreoffice.1.gz" ]; then \
libreoffice-7.0.3/debian/rules-3451-				ln -sf libreoffice.1.gz $$i.gz; \
##############################################
libreoffice-7.0.3/debian/rules-3724-	dh_installman -i
libreoffice-7.0.3/debian/rules:3725:	for i in `find $(PKGDIR)-common -type l -name "lo*.1"`; do \
libreoffice-7.0.3/debian/rules-3726-		mv $$i $$i.gz; \
libreoffice-7.0.3/debian/rules:3727:		if [ "`readlink $$i`" != "libreoffice.1.gz" ]; then \
libreoffice-7.0.3/debian/rules-3728-			ln -sf libreoffice.1.gz $$i.gz; \
##############################################
libreoffice-7.0.3/debian/rules-3792-	dh_gencontrol -pfonts-opensymbol -- \
libreoffice-7.0.3/debian/rules:3793:		-v2:$(shell fontforge -lang=ff -c 'Open($$1); Print ($$fontversion); Quit(0);' debian/fonts-opensymbol/usr/share/fonts/truetype/libreoffice/opens___.ttf)+LibO`echo $(BINARY_VERSION) | cut -d: -f2`
libreoffice-7.0.3/debian/rules-3794-ifeq "$(ENABLE_MEDIAWIKI)" "y"
##############################################
libreoffice-7.0.3/debian/rules-3797-		-V'java-runtime-depends=$(JAVA_RUNTIME_DEPENDS)' \
libreoffice-7.0.3/debian/rules:3798:		-v$(shell grep "<version" $(SOURCE_TREE)/swext/mediawiki/src/description.xml | perl -pi -e 's,<version value=\"(.*)\"/>,\1,; s/^\s+//')+LibO`echo $(BINARY_VERSION) | cut -d: -f2`
libreoffice-7.0.3/debian/rules-3799-endif
##############################################
libreoffice-7.0.3/debian/rules-3803-		-V'java-runtime-depends=$(JAVA_RUNTIME_DEPENDS)' \
libreoffice-7.0.3/debian/rules:3804:		-v$(shell grep "<version" $(SOURCE_TREE)/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/description.xml | perl -pi -e 's,<version value=\"(.*)\"/>,\1,; s/^\s+//')+LibO`echo $(BINARY_VERSION) | cut -d: -f2`
libreoffice-7.0.3/debian/rules-3805-endif
##############################################
libreoffice-7.0.3/debian/rules-3831-dh_testdir
libreoffice-7.0.3/debian/rules:3832:TMPD=`mktemp -d $(if $(TMP),-p $(TMP))` && \
libreoffice-7.0.3/debian/rules-3833-mkdir $${TMPD}/archive && \
##############################################
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh-8-
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh:9:debianver=`uscan --report --verbose | grep newversion | cut -d= -f2 | awk '{ print $1 }' | head -n 1`
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh-10-
##############################################
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh-12-t=`uscan --report --verbose | grep newfile | cut -d= -f2 | head -n 1`
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh:13:sourcever=`echo $t | cut -d- -f2 | sed -e "s/\.tar\.xz$//"`
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh-14-
##############################################
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh-20-	else
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh:21:		c=`echo $f | cut -d- -f2`;
libreoffice-7.0.3/debian/scripts/fix_component_tarballs.sh-22-	fi
##############################################
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh-2-
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh:3:libs=`grep libebook.*\.so connectivity/source/drivers/evoab2/EApi.cxx | perl -pe 's/\s+\"(.*)\".*/$1/'`
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh-4-
##############################################
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh-16-	# for our libebook version if we followed the .so symlink?
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh:17:	l1=`readlink $p/$l`
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh:18:	l2_tmp=`echo $l | perl -pe 's/(.*)\.\d+$/$1/'`
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh:19:	l2=`readlink $p/$l2_tmp`
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh:20:	l3=`readlink $p/$l2`
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh-21-	if [ "$l1" = "$l2" -o "$l1" = "$l3" ]; then
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh:22:		dep=`dpkg -S $p/$l | cut -d: -f1`
libreoffice-7.0.3/debian/scripts/get_libebook_dep.sh-23-	fi
##############################################
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-27-        -e " if(/^%dir (.*)/)
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:28:                        {system('mkdir', '-p', '-m', '755', \"$directory\".\$1);}
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-29-                else
##############################################
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-56-#	   -o "$i" = "loffice.1.gz" ]; then p=common; \
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:57:#	else p=`basename $i .1.gz | sed -e s/^lo//`; \
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-58-#	fi
##############################################
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-63-for i in ./usr/share/applications/*.desktop; do \
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:64:	if [ "`basename $i`" = "libreoffice-startcenter.desktop" ]; then p=libreoffice-common; \
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:65:	elif [ "`basename $i`" = "libreoffice-xsltfilter.desktop" ]; then p=libreoffice-common; \
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:66:	else p=`basename $i .desktop`; fi
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-67-	mkdir -p pkg/$p/usr/share/applications
##############################################
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-122-
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:123:for l in `echo $OOO_LANGS_LIST`; do
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-124-        for p in Impress Draw Math Calc Base Writer; do
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:125:                create_package_directory  gid_Module_Langpack_${p}_`echo $l | sed -e s/-/_/g`   pkg/libreoffice-l10n-$l
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-126-        done
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:127:        create_package_directory gid_Module_Langpack_Basis_`echo $l | sed -e s/-/_/g`   pkg/libreoffice-l10n-$l
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:128:        create_package_directory gid_Module_Langpack_Brand_`echo $l | sed -e s/-/_/g`   pkg/libreoffice-l10n-$l
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:129:        create_package_directory gid_Module_Langpack_Resource_`echo $l | sed -e s/-/_/g`        pkg/libreoffice-l10n-$l
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:130:	if [ -f gid_Module_Helppack_Help_`echo $l | sed -e s/-/_/g` ]; then
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:131:        	create_package_directory gid_Module_Helppack_Help_`echo $l | sed -e s/-/_/g`    pkg/libreoffice-help-$l
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-132-	fi
##############################################
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-168-        for i in forms/resume.ott officorr/project-proposal.ott; do \
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh:169:                mkdir -p pkg/libreoffice-common/$OOINSTBASE/share/template/en-US/`dirname $i`; \
libreoffice-7.0.3/debian/scripts/gid2pkgdirs.sh-170-                mv .$OOINSTBASE/share/template/en-US/$i \
##############################################
libreoffice-7.0.3/debian/scripts/locale-gen-20-	[ -n "$locale" -a -n "$charset" ] || exit
libreoffice-7.0.3/debian/scripts/locale-gen:21:	echo "  `echo $locale | sed \"s/\([^.\@]*\).*/\1/\"`.$charset`echo $locale | sed \"s/\([^\@]*\)\(\@.*\)*/\2/\"`..."
libreoffice-7.0.3/debian/scripts/locale-gen-22-        if [ -f $LOCPATH/$locale ]; then
##############################################
libreoffice-7.0.3/debian/scripts/locale-gen-24-	else
libreoffice-7.0.3/debian/scripts/locale-gen:25:            input=`echo $locale | sed "s/\([^.]*\)[^@]*\(.*\)/\1\2/"`
libreoffice-7.0.3/debian/scripts/locale-gen-26-	fi
##############################################
libreoffice-7.0.3/debian/scripts/stat_pos.sh-15-	# 23:37 <@cloph> While that ignores multiline strings, there aren't too many and should work as a rough estimate
libreoffice-7.0.3/debian/scripts/stat_pos.sh:16:	msgid_count=$(grep msgid `find $l -name "*.po"` | wc -l)
libreoffice-7.0.3/debian/scripts/stat_pos.sh:17:	msgstr_count=$(grep msgstr `find $l -name "*.po"` | wc -l)
libreoffice-7.0.3/debian/scripts/stat_pos.sh:18:	empty_msgstr_count=$(grep msgstr\ \"\" `find $l -name "*.po"` | wc -l)
libreoffice-7.0.3/debian/scripts/stat_pos.sh-19-	p=$((100*$empty_msgstr_count/$msgid_count))
##############################################
libreoffice-7.0.3/debian/tests/junit-19-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/junit:20:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/junit-21-else
##############################################
libreoffice-7.0.3/debian/tests/smoketest-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/smoketest:12:	TMP=`mktemp -q -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/smoketest:13:	WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/smoketest-14-else
##############################################
libreoffice-7.0.3/debian/tests/test-extension-9-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/test-extension:10:        TMP=`mktemp -q -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/test-extension-11-else
##############################################
libreoffice-7.0.3/debian/tests/test-extension-shared-9-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/test-extension-shared:10:        TMP=`mktemp -q -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/test-extension-shared-11-else
##############################################
libreoffice-7.0.3/debian/tests/uicheck-cui-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/uicheck-cui:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/uicheck-cui-13-else
##############################################
libreoffice-7.0.3/debian/tests/uicheck-sc-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/uicheck-sc:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/uicheck-sc-13-else
##############################################
libreoffice-7.0.3/debian/tests/uicheck-sd-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/uicheck-sd:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/uicheck-sd-13-else
##############################################
libreoffice-7.0.3/debian/tests/uicheck-sw-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/uicheck-sw:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/uicheck-sw-13-else
##############################################
libreoffice-7.0.3/debian/tests/uicheck-uitest-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/uicheck-uitest:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/uicheck-uitest-13-else
##############################################
libreoffice-7.0.3/debian/tests/uicheck-writerperfect-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/uicheck-writerperfect:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/uicheck-writerperfect-13-else
##############################################
libreoffice-7.0.3/debian/tests/uno-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.0.3/debian/tests/uno:12:	TMP=`mktemp -q -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/uno:13:	WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.0.3/debian/tests/uno-14-else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-35-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-203-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-843-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2471-                PathFormat "$1"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2472:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2473-            else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2474-                PathFormat "$1"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2475:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2476-            fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2679-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2680:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2681:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2682-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2747-        else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2748:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2749-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2768-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2769:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2770-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2772-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2773:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2774-fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2775:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2776-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2817-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2818:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2819-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2909-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2910:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2911-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2915-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2916:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2917-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2978-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2979:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2980-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2981-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2982:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2983-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2988-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:2989:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-2990-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3002-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3003:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3004-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3005-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3006:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3007-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3012-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3013:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3014-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3092-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3093:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3094-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3098-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3099:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3100-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3391-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3392:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3393-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3395-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3396:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3397-        fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3412-        esac
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3413:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3414-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3447-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3448:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3449-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3475-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3476:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3477-    else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3490-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3491:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3492-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3531-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3532:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3533:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3534-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3549-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3550:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3551-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3554-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3555:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3556-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3558-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3559:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3560-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3574-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3575:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3576-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3577-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3578:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3579-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3635-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3636:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3637-            fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3664-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3665:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3666-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3733-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3734:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3735:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3736-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3826-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3827:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3828-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3829-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:3830:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-3831-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4780-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:4781:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4782-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4784-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:4785:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4786-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4820-        VV='$'$V
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:4821:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4822-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4829-        VV='$'$V
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:4830:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:4831:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4832-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4837-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:4838:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-4839-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5005-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5006:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5007-   else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5207-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5208:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5209:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5210-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5269-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5270:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5271:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5272-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5317-EOF
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5318:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5319-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5332-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5333:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5334-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5353-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5354:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5355-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5409-else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5410:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5411-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5696-    160)
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5697:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5698-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5710-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5711:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5712-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5728-    160)
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5729:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5730-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5764-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5765:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5766:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5767-        fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5773-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5774:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5775-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5892-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5893:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5894-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5922-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5923:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5924-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5951-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:5952:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-5953-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-6001-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:6002:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-6003-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-6009-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:6010:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:6011:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-6012-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-6500-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:6501:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-6502-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7401-    find_msms
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7402:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7403-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7404:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7405-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7473-        else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7474:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7475-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7501-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7502:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7503:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7504-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7505-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7506:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7507-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7510-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7511:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7512-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7513-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7514:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7515-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7517-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7518:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7519-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7523-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7524:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7525-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7545-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7546:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7547-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7548:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7549-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7550:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7551-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7552:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7553-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7557-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7558:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7559:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7560-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7568-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7569:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7570-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7571:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7572-            fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7607-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7608:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7609-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7610-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7611:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7612-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7633-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7634:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7635-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7636-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7637:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7638-    fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7639-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7640:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7641-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7714-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7715:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7716-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7725-        else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7726:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7727-        fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7911-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7912:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7913-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7923-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7924:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7925-        else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7938-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7939:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7940-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7946-            # check version of existing officeotron
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7947:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7948-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7956-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7957:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7958-        else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7975-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7976:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7977-    else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7981-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:7982:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-7983-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8050-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8051:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8052:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8053:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8054-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8079-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8080:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8081-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8095-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8096:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8097-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8174-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8175:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8176:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8177-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8215-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8216:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8217-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8301-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8302:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8303-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8406-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8407:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8408:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8409-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8416-EOF
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8417:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8418-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8421-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8422:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8423-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8433-****************************************************************************
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8434:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8435-To get one please:
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8450-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8451:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8452:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8453-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8460-            fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8461:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8462:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8463-        fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8719-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8720:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8721-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8859-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8860:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8861:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8862:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8863:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8864-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8867-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8868:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8869:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8870-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8871:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:8872:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-8873-        else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9032-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9033:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9034:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9035-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9040-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9041:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9042-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9044-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9045:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9046-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9158-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9159:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9160-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9355-            ])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9356:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9357-        else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9358-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9359:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9360-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9361:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9362:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9363-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9365-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9366:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9367-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9368-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9369:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9370:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9371-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9467-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9468:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9469-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9471-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9472:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9473-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9719-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9720:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9721:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9722:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9723-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9725-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9726:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9727:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:9728:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-9729-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10047-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10048:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10049-    else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10414-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10415:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10416-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10431-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10432:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10433-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10494-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10495:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10496:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10497-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10518-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10519:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10520-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10561-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10562:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10563-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10585-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10586:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10587-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10623-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10624:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10625-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10648-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:10649:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-10650-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11158-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11159:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11160-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11176-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11177:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11178:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11179-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11476-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11477:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11478:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11479-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11825-    else
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11826:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11827-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11829-        fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11830:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11831-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11838-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11839:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11840:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11841-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11888-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11889:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11890-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11921-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11922:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11923:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11924:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11925-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11939-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11940:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:11941:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-11942-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12034-        esac
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12035:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12036-    done
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12204-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12205:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12206-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12242-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12243:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12244-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12396-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12397:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12398-            else
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12409-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12410:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12411-        fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12424-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12425:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12426:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12427:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12428:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12429:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12430-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12457-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12458:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12459-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12460:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12461-                fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12519-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12520:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12521-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12522-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12523:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12524:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12525:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12526-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12558-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12559:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12560-    fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12596-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12597:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12598-        fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12742-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12743:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12744-fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12745-# list with substituted ALL
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12746:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12747-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12749-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12750:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12751:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12752-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12760-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12761:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12762-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12771-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12772:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12773-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12937-
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:12938:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-12939-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13057-        *)
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13058:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13059-            ;;
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13267-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13268:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13269-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13273-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13274:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13275-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13279-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13280:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13281-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13316-    fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13317:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13318:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13319-
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13357-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13358:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13359-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13378-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13379:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13380-        fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13432-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13433:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13434-fi
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13435-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13436:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13437-fi
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13501-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13502:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13503-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13510-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac:13511:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/debian-opt.diff/configure.ac-13512-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-35-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-203-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-843-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2471-                PathFormat "$1"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2472:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2473-            else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2474-                PathFormat "$1"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2475:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2476-            fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2679-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2680:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2681:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2682-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2747-        else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2748:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2749-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2768-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2769:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2770-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2772-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2773:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2774-fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2775:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2776-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2817-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2818:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2819-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2909-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2910:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2911-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2915-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2916:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2917-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2978-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2979:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2980-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2981-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2982:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2983-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2988-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:2989:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-2990-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3002-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3003:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3004-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3005-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3006:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3007-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3012-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3013:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3014-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3092-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3093:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3094-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3098-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3099:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3100-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3391-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3392:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3393-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3395-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3396:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3397-        fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3412-        esac
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3413:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3414-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3447-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3448:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3449-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3475-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3476:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3477-    else
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3490-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3491:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3492-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3531-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3532:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3533:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3534-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3549-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3550:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3551-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3554-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3555:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3556-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3558-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3559:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3560-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3574-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3575:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3576-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3577-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3578:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3579-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3635-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3636:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3637-            fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3664-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3665:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3666-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3733-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3734:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3735:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3736-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3826-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3827:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3828-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3829-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:3830:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-3831-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4780-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:4781:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4782-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4784-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:4785:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4786-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4820-        VV='$'$V
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:4821:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4822-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4829-        VV='$'$V
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:4830:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:4831:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4832-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4837-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:4838:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-4839-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5005-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5006:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5007-   else
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5207-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5208:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5209:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5210-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5269-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5270:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5271:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5272-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5317-EOF
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5318:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5319-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5332-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5333:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5334-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5353-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5354:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5355-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5409-else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5410:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5411-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5696-    160)
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5697:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5698-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5710-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5711:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5712-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5728-    160)
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5729:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5730-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5764-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5765:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5766:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5767-        fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5773-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5774:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5775-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5892-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5893:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5894-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5922-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5923:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5924-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5951-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:5952:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-5953-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-6001-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:6002:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-6003-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-6009-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:6010:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:6011:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-6012-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-6500-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:6501:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-6502-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7401-    find_msms
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7402:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7403-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7404:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7405-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7473-        else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7474:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7475-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7501-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7502:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7503:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7504-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7505-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7506:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7507-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7510-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7511:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7512-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7513-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7514:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7515-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7517-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7518:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7519-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7523-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7524:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7525-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7545-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7546:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7547-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7548:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7549-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7550:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7551-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7552:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7553-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7557-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7558:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7559:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7560-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7568-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7569:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7570-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7571:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7572-            fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7607-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7608:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7609-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7610-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7611:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7612-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7633-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7634:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7635-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7636-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7637:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7638-    fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7639-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7640:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7641-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7714-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7715:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7716-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7725-        else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7726:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7727-        fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7911-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7912:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7913-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7923-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7924:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7925-        else
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7938-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7939:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7940-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7946-            # check version of existing officeotron
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7947:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7948-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7956-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7957:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7958-        else
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7975-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7976:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7977-    else
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7981-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:7982:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-7983-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8050-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8051:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8052:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8053:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8054-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8079-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8080:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8081-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8095-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8096:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8097-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8174-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8175:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8176:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8177-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8215-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8216:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8217-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8301-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8302:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8303-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8406-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8407:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8408:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8409-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8416-EOF
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8417:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8418-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8421-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8422:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8423-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8433-****************************************************************************
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8434:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8435-To get one please:
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8450-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8451:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8452:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8453-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8460-            fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8461:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8462:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8463-        fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8719-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8720:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8721-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8859-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8860:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8861:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8862:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8863:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8864-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8867-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8868:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8869:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8870-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8871:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:8872:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-8873-        else
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9032-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9033:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9034:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9035-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9040-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9041:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9042-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9044-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9045:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9046-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9158-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9159:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9160-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9355-            ])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9356:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9357-        else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9358-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9359:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9360-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9361:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9362:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9363-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9365-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9366:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9367-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9368-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9369:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9370:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9371-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9467-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9468:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9469-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9471-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9472:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9473-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9719-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9720:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9721:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9722:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9723-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9725-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9726:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9727:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:9728:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-9729-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10047-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10048:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10049-    else
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10414-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10415:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10416-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10431-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10432:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10433-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10494-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10495:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10496:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10497-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10518-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10519:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10520-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10561-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10562:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10563-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10585-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10586:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10587-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10623-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10624:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10625-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10648-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:10649:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-10650-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11158-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11159:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11160-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11176-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11177:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11178:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11179-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11476-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11477:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11478:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11479-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11825-    else
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11826:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11827-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11829-        fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11830:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11831-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11838-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11839:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11840:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11841-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11888-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11889:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11890-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11921-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11922:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11923:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11924:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11925-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11939-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11940:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:11941:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-11942-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12034-        esac
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12035:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12036-    done
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12204-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12205:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12206-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12242-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12243:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12244-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12396-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12397:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12398-            else
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12409-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12410:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12411-        fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12424-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12425:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12426:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12427:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12428:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12429:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12430-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12457-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12458:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12459-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12460:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12461-                fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12519-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12520:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12521-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12522-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12523:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12524:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12525:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12526-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12558-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12559:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12560-    fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12596-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12597:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12598-        fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12742-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12743:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12744-fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12745-# list with substituted ALL
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12746:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12747-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12749-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12750:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12751:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12752-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12760-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12761:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12762-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12771-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12772:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12773-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12937-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:12938:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-12939-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13057-        *)
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13058:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13059-            ;;
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13267-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13268:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13269-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13273-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13274:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13275-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13279-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13280:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13281-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13293-
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13294:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13295-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13319-    fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13320:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13321:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13322-
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13360-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13361:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13362-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13381-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13382:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13383-        fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13435-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13436:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13437-fi
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13438-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13439:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13440-fi
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13504-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13505:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13506-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13513-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac:13514:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/debian-debug.diff/configure.ac-13515-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-35-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-203-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-843-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2471-                PathFormat "$1"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2472:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2473-            else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2474-                PathFormat "$1"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2475:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2476-            fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2679-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2680:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2681:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2682-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2747-        else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2748:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2749-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2768-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2769:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2770-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2772-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2773:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2774-fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2775:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2776-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2817-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2818:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2819-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2909-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2910:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2911-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2915-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2916:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2917-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2978-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2979:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2980-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2981-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2982:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2983-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2988-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:2989:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-2990-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3002-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3003:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3004-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3005-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3006:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3007-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3012-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3013:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3014-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3092-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3093:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3094-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3098-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3099:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3100-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3391-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3392:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3393-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3395-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3396:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3397-        fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3412-        esac
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3413:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3414-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3447-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3448:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3449-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3475-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3476:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3477-    else
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3490-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3491:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3492-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3531-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3532:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3533:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3534-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3549-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3550:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3551-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3554-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3555:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3556-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3558-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3559:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3560-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3574-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3575:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3576-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3577-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3578:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3579-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3635-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3636:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3637-            fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3664-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3665:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3666-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3733-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3734:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3735:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3736-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3826-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3827:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3828-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3829-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:3830:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-3831-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4784-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:4785:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4786-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4788-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:4789:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4790-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4824-        VV='$'$V
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:4825:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4826-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4833-        VV='$'$V
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:4834:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:4835:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4836-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4841-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:4842:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-4843-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5009-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5010:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5011-   else
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5211-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5212:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5213:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5214-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5273-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5274:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5275:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5276-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5321-EOF
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5322:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5323-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5336-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5337:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5338-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5357-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5358:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5359-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5413-else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5414:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5415-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5700-    160)
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5701:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5702-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5714-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5715:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5716-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5732-    160)
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5733:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5734-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5768-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5769:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5770:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5771-        fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5777-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5778:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5779-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5896-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5897:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5898-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5926-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5927:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5928-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5955-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:5956:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-5957-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-6005-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:6006:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-6007-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-6013-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:6014:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:6015:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-6016-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-6504-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:6505:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-6506-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7405-    find_msms
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7406:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7407-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7408:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7409-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7477-        else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7478:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7479-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7505-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7506:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7507:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7508-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7509-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7510:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7511-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7514-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7515:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7516-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7517-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7518:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7519-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7521-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7522:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7523-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7527-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7528:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7529-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7549-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7550:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7551-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7552:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7553-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7554:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7555-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7556:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7557-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7561-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7562:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7563:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7564-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7572-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7573:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7574-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7575:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7576-            fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7611-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7612:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7613-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7614-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7615:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7616-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7637-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7638:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7639-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7640-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7641:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7642-    fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7643-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7644:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7645-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7718-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7719:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7720-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7729-        else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7730:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7731-        fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7915-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7916:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7917-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7927-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7928:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7929-        else
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7942-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7943:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7944-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7950-            # check version of existing officeotron
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7951:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7952-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7960-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7961:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7962-        else
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7979-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7980:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7981-    else
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7985-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:7986:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-7987-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8054-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8055:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8056:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8057:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8058-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8083-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8084:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8085-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8099-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8100:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8101-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8178-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8179:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8180:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8181-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8219-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8220:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8221-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8305-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8306:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8307-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8410-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8411:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8412:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8413-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8420-EOF
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8421:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8422-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8425-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8426:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8427-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8437-****************************************************************************
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8438:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8439-To get one please:
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8454-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8455:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8456:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8457-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8464-            fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8465:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8466:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8467-        fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8723-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8724:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8725-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8863-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8864:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8865:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8866:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8867:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8868-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8871-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8872:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8873:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8874-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8875:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:8876:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-8877-        else
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9036-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9037:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9038:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9039-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9044-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9045:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9046-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9048-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9049:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9050-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9162-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9163:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9164-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9359-            ])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9360:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9361-        else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9362-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9363:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9364-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9365:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9366:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9367-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9369-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9370:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9371-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9372-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9373:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9374:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9375-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9471-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9472:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9473-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9475-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9476:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9477-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9723-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9724:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9725:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9726:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9727-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9729-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9730:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9731:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:9732:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-9733-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10051-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10052:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10053-    else
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10418-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10419:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10420-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10435-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10436:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10437-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10498-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10499:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10500:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10501-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10522-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10523:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10524-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10565-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10566:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10567-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10589-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10590:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10591-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10627-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10628:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10629-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10652-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:10653:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-10654-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11162-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11163:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11164-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11180-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11181:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11182:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11183-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11480-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11481:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11482:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11483-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11829-    else
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11830:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11831-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11833-        fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11834:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11835-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11842-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11843:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11844:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11845-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11892-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11893:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11894-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11925-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11926:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11927:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11928:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11929-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11943-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11944:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:11945:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-11946-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12038-        esac
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12039:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12040-    done
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12208-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12209:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12210-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12246-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12247:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12248-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12400-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12401:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12402-            else
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12413-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12414:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12415-        fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12428-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12429:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12430:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12431:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12432:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12433:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12434-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12461-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12462:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12463-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12464:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12465-                fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12523-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12524:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12525-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12526-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12527:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12528:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12529:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12530-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12562-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12563:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12564-    fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12600-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12601:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12602-        fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12746-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12747:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12748-fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12749-# list with substituted ALL
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12750:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12751-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12753-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12754:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12755:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12756-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12764-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12765:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12766-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12775-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12776:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12777-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12941-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:12942:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-12943-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13061-        *)
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13062:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13063-            ;;
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13271-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13272:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13273-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13277-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13278:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13279-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13283-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13284:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13285-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13297-
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13298:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13299-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13323-    fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13324:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13325:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13326-
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13364-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13365:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13366-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13385-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13386:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13387-        fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13439-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13440:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13441-fi
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13442-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13443:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13444-fi
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13508-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13509:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13510-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13517-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac:13518:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/build-against-shared-lpsolve.diff/configure.ac-13519-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-165-    # lang packs
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:166:    for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-167-        lang_lists=
##############################################
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-199-        if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:200:            for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-201-                test -f $FILELISTSDIR/help_${lang}_list.txt || continue;
##############################################
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-358-            -e " if(/^%dir (.*)/)
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:359:                    {system('mkdir', '-p', '-m', '755', \"$directory\".\$1);}
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-360-                else
##############################################
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-405-
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:406:    for l in `echo $WITH_LANG_LIST`; do
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-407-        for p in Impress Draw Math Calc Base Writer; do
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:408:            create_package_directory  gid_Module_Langpack_${p}_`echo $l | sed -e s/-/_/g` pkg/libreoffice-l10n-$l
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-409-        done
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:410:        create_package_directory gid_Module_Langpack_Basis_`echo $l | sed -e s/-/_/g`     pkg/libreoffice-l10n-$l
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:411:        create_package_directory gid_Module_Langpack_Brand_`echo $l | sed -e s/-/_/g`     pkg/libreoffice-l10n-$l
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:412:        create_package_directory gid_Module_Langpack_Resource_`echo $l | sed -e s/-/_/g`  pkg/libreoffice-l10n-$l
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:413:        create_package_directory gid_Module_Helppack_Help_`echo $l | sed -e s/-/_/g`      pkg/libreoffice-help-$l
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-414-
##############################################
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-482-        for i in forms/resume.ott officorr/project-proposal.ott; do \
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists:483:            mkdir -p pkg/libreoffice-common/$INSTALLDIR/share/template/en-US/`dirname $i`; \
libreoffice-7.0.3/.pc/install-fixes.diff/bin/distro-install-file-lists-484-            mv .$INSTALLDIR/share/template/en-US/$i \
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-35-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-203-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-843-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2471-                PathFormat "$1"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2472:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2473-            else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2474-                PathFormat "$1"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2475:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2476-            fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2679-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2680:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2681:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2682-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2747-        else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2748:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2749-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2768-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2769:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2770-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2772-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2773:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2774-fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2775:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2776-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2817-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2818:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2819-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2909-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2910:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2911-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2915-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2916:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2917-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2978-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2979:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2980-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2981-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2982:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2983-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2988-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2989:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2990-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3002-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3003:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3004-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3005-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3006:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3007-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3012-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3013:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3014-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3092-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3093:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3094-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3098-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3099:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3100-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3391-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3392:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3393-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3395-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3396:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3397-        fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3412-        esac
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3413:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3414-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3447-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3448:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3449-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3475-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3476:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3477-    else
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3490-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3491:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3492-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3531-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3532:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3533:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3534-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3549-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3550:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3551-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3554-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3555:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3556-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3558-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3559:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3560-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3574-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3575:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3576-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3577-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3578:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3579-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3635-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3636:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3637-            fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3664-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3665:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3666-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3733-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3734:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3735:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3736-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3826-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3827:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3828-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3829-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3830:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3831-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4784-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4785:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4786-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4788-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4789:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4790-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4824-        VV='$'$V
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4825:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4826-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4833-        VV='$'$V
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4834:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4835:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4836-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4841-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4842:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4843-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5009-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5010:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5011-   else
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5211-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5212:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5213:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5214-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5273-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5274:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5275:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5276-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5321-EOF
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5322:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5323-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5336-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5337:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5338-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5357-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5358:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5359-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5413-else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5414:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5415-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5700-    160)
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5701:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5702-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5714-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5715:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5716-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5732-    160)
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5733:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5734-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5768-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5769:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5770:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5771-        fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5777-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5778:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5779-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5896-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5897:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5898-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5926-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5927:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5928-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5955-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5956:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5957-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6005-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6006:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6007-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6013-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6014:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6015:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6016-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6504-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6505:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6506-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7405-    find_msms
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7406:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7407-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7408:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7409-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7477-        else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7478:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7479-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7505-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7506:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7507:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7508-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7509-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7510:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7511-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7514-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7515:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7516-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7517-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7518:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7519-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7521-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7522:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7523-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7527-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7528:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7529-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7549-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7550:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7551-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7552:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7553-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7554:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7555-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7556:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7557-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7561-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7562:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7563:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7564-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7572-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7573:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7574-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7575:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7576-            fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7611-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7612:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7613-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7614-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7615:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7616-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7637-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7638:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7639-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7640-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7641:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7642-    fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7643-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7644:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7645-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7718-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7719:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7720-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7729-        else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7730:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7731-        fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7915-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7916:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7917-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7927-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7928:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7929-        else
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7942-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7943:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7944-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7950-            # check version of existing officeotron
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7951:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7952-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7960-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7961:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7962-        else
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7979-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7980:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7981-    else
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7985-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7986:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7987-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8054-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8055:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8056:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8057:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8058-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8083-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8084:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8085-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8099-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8100:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8101-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8178-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8179:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8180:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8181-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8219-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8220:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8221-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8305-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8306:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8307-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8410-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8411:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8412:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8413-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8420-EOF
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8421:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8422-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8425-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8426:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8427-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8437-****************************************************************************
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8438:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8439-To get one please:
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8454-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8455:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8456:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8457-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8464-            fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8465:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8466:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8467-        fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8723-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8724:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8725-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8863-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8864:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8865:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8866:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8867:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8868-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8871-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8872:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8873:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8874-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8875:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8876:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8877-        else
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9036-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9037:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9038:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9039-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9044-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9045:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9046-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9048-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9049:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9050-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9162-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9163:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9164-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9359-            ])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9360:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9361-        else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9362-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9363:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9364-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9365:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9366:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9367-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9369-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9370:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9371-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9372-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9373:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9374:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9375-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9471-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9472:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9473-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9475-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9476:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9477-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9723-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9724:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9725:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9726:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9727-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9729-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9730:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9731:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9732:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9733-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10051-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10052:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10053-    else
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10419-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10420:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10421-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10436-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10437:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10438-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10499-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10500:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10501:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10502-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10523-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10524:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10525-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10566-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10567:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10568-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10590-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10591:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10592-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10628-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10629:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10630-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10653-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10654:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10655-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11163-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11164:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11165-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11181-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11182:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11183:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11184-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11481-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11482:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11483:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11484-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11830-    else
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11831:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11832-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11834-        fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11835:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11836-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11843-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11844:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11845:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11846-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11893-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11894:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11895-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11926-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11927:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11928:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11929:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11930-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11944-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11945:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11946:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11947-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12039-        esac
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12040:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12041-    done
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12209-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12210:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12211-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12247-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12248:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12249-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12401-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12402:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12403-            else
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12414-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12415:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12416-        fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12429-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12430:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12431:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12432:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12433:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12434:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12435-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12462-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12463:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12464-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12465:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12466-                fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12524-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12525:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12526-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12527-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12528:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12529:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12530:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12531-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12563-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12564:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12565-    fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12601-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12602:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12603-        fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12747-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12748:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12749-fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12750-# list with substituted ALL
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12751:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12752-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12754-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12755:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12756:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12757-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12765-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12766:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12767-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12776-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12777:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12778-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12942-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12943:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12944-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13062-        *)
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13063:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13064-            ;;
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13272-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13273:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13274-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13278-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13279:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13280-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13284-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13285:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13286-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13298-
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13299:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13300-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13324-    fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13325:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13326:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13327-
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13365-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13366:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13367-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13386-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13387:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13388-        fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13440-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13441:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13442-fi
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13443-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13444:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13445-fi
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13509-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13510:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13511-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13518-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13519:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13520-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-35-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-203-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-843-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2471-                PathFormat "$1"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2472:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2473-            else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2474-                PathFormat "$1"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2475:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2476-            fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2679-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2680:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2681:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2682-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2747-        else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2748:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2749-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2768-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2769:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2770-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2772-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2773:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2774-fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2775:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2776-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2817-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2818:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2819-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2909-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2910:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2911-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2915-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2916:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2917-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2978-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2979:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2980-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2981-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2982:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2983-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2988-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:2989:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-2990-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3002-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3003:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3004-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3005-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3006:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3007-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3012-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3013:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3014-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3092-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3093:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3094-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3098-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3099:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3100-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3391-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3392:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3393-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3395-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3396:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3397-        fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3412-        esac
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3413:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3414-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3447-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3448:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3449-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3475-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3476:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3477-    else
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3490-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3491:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3492-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3531-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3532:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3533:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3534-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3549-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3550:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3551-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3554-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3555:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3556-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3558-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3559:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3560-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3574-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3575:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3576-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3577-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3578:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3579-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3635-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3636:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3637-            fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3664-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3665:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3666-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3733-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3734:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3735:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3736-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3826-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3827:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3828-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3829-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:3830:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-3831-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4784-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:4785:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4786-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4788-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:4789:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4790-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4824-        VV='$'$V
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:4825:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4826-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4833-        VV='$'$V
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:4834:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:4835:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4836-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4841-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:4842:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-4843-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5009-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5010:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5011-   else
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5211-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5212:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5213:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5214-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5273-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5274:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5275:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5276-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5321-EOF
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5322:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5323-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5336-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5337:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5338-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5357-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5358:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5359-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5413-else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5414:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5415-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5700-    160)
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5701:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5702-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5714-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5715:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5716-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5732-    160)
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5733:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5734-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5768-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5769:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5770:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5771-        fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5777-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5778:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5779-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5896-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5897:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5898-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5926-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5927:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5928-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5955-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:5956:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-5957-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-6005-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:6006:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-6007-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-6013-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:6014:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:6015:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-6016-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-6504-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:6505:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-6506-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7405-    find_msms
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7406:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7407-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7408:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7409-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7477-        else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7478:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7479-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7505-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7506:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7507:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7508-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7509-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7510:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7511-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7514-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7515:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7516-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7517-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7518:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7519-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7521-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7522:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7523-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7527-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7528:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7529-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7549-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7550:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7551-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7552:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7553-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7554:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7555-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7556:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7557-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7561-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7562:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7563:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7564-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7572-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7573:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7574-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7575:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7576-            fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7611-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7612:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7613-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7614-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7615:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7616-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7637-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7638:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7639-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7640-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7641:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7642-    fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7643-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7644:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7645-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7718-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7719:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7720-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7729-        else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7730:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7731-        fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7915-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7916:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7917-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7927-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7928:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7929-        else
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7942-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7943:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7944-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7950-            # check version of existing officeotron
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7951:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7952-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7960-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7961:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7962-        else
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7979-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7980:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7981-    else
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7985-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:7986:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-7987-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8054-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8055:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8056:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8057:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8058-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8083-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8084:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8085-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8099-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8100:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8101-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8178-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8179:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8180:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8181-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8219-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8220:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8221-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8305-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8306:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8307-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8410-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8411:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8412:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8413-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8420-EOF
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8421:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8422-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8425-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8426:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8427-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8437-****************************************************************************
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8438:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8439-To get one please:
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8454-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8455:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8456:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8457-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8464-            fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8465:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8466:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8467-        fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8723-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8724:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8725-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8863-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8864:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8865:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8866:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8867:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8868-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8871-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8872:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8873:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8874-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8875:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:8876:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-8877-        else
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9036-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9037:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9038:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9039-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9044-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9045:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9046-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9048-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9049:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9050-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9162-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9163:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9164-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9359-            ])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9360:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9361-        else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9362-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9363:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9364-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9365:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9366:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9367-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9369-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9370:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9371-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9372-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9373:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9374:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9375-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9471-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9472:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9473-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9475-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9476:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9477-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9723-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9724:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9725:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9726:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9727-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9729-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9730:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9731:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:9732:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-9733-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10051-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10052:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10053-    else
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10419-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10420:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10421-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10436-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10437:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10438-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10499-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10500:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10501:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10502-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10523-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10524:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10525-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10566-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10567:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10568-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10590-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10591:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10592-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10628-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10629:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10630-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10653-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:10654:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-10655-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11168-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11169:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11170-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11186-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11187:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11188:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11189-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11486-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11487:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11488:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11489-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11835-    else
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11836:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11837-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11839-        fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11840:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11841-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11848-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11849:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11850:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11851-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11898-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11899:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11900-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11931-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11932:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11933:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11934:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11935-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11949-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11950:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:11951:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-11952-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12044-        esac
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12045:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12046-    done
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12214-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12215:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12216-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12252-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12253:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12254-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12406-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12407:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12408-            else
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12419-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12420:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12421-        fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12434-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12435:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12436:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12437:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12438:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12439:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12440-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12467-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12468:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12469-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12470:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12471-                fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12529-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12530:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12531-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12532-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12533:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12534:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12535:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12536-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12568-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12569:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12570-    fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12606-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12607:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12608-        fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12752-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12753:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12754-fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12755-# list with substituted ALL
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12756:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12757-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12759-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12760:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12761:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12762-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12770-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12771:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12772-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12781-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12782:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12783-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12947-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:12948:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-12949-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13067-        *)
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13068:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13069-            ;;
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13277-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13278:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13279-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13283-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13284:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13285-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13289-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13290:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13291-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13303-
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13304:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13305-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13329-    fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13330:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13331:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13332-
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13370-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13371:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13372-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13391-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13392:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13393-        fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13445-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13446:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13447-fi
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13448-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13449:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13450-fi
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13514-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13515:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13516-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13523-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac:13524:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/javadoc-optional.diff/configure.ac-13525-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-35-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-203-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-843-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2483-                PathFormat "$1"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2484:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2485-            else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2486-                PathFormat "$1"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2487:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2488-            fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2691-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2692:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2693:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2694-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2759-        else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2760:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2761-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2780-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2781:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2782-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2784-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2785:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2786-fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2787:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2788-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2829-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2830:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2831-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2921-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2922:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2923-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2927-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2928:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2929-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2990-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2991:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2992-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2993-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:2994:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-2995-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3000-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3001:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3002-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3014-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3015:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3016-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3017-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3018:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3019-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3024-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3025:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3026-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3104-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3105:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3106-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3110-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3111:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3112-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3403-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3404:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3405-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3407-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3408:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3409-        fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3424-        esac
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3425:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3426-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3459-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3460:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3461-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3487-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3488:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3489-    else
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3502-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3503:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3504-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3543-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3544:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3545:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3546-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3561-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3562:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3563-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3566-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3567:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3568-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3570-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3571:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3572-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3586-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3587:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3588-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3589-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3590:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3591-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3647-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3648:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3649-            fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3676-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3677:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3678-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3745-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3746:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3747:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3748-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3838-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3839:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3840-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3841-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:3842:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-3843-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4796-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:4797:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4798-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4800-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:4801:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4802-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4836-        VV='$'$V
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:4837:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4838-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4845-        VV='$'$V
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:4846:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:4847:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4848-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4853-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:4854:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-4855-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5021-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5022:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5023-   else
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5223-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5224:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5225:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5226-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5285-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5286:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5287:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5288-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5333-EOF
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5334:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5335-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5348-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5349:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5350-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5369-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5370:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5371-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5425-else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5426:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5427-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5712-    160)
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5713:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5714-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5726-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5727:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5728-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5744-    160)
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5745:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5746-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5780-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5781:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5782:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5783-        fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5789-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5790:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5791-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5908-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5909:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5910-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5938-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5939:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5940-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5967-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:5968:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-5969-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-6017-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:6018:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-6019-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-6025-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:6026:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:6027:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-6028-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-6516-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:6517:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-6518-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7417-    find_msms
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7418:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7419-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7420:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7421-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7489-        else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7490:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7491-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7517-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7518:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7519:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7520-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7521-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7522:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7523-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7526-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7527:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7528-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7529-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7530:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7531-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7533-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7534:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7535-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7539-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7540:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7541-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7561-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7562:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7563-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7564:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7565-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7566:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7567-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7568:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7569-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7573-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7574:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7575:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7576-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7584-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7585:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7586-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7587:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7588-            fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7623-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7624:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7625-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7626-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7627:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7628-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7649-            if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7650:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7651-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7652-                fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7653:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7654-            fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7655-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7656:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7657-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7740-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7741:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7742-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7751-        else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7752:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7753-        fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7937-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7938:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7939-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7949-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7950:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7951-        else
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7964-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7965:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7966-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7972-            # check version of existing officeotron
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7973:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7974-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7982-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:7983:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-7984-        else
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8001-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8002:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8003-    else
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8007-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8008:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8009-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8076-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8077:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8078:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8079:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8080-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8105-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8106:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8107-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8121-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8122:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8123-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8200-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8201:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8202:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8203-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8241-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8242:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8243-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8327-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8328:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8329-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8432-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8433:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8434:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8435-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8442-EOF
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8443:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8444-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8447-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8448:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8449-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8459-****************************************************************************
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8460:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8461-To get one please:
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8476-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8477:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8478:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8479-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8486-            fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8487:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8488:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8489-        fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8745-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8746:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8747-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8885-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8886:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8887:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8888:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8889:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8890-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8893-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8894:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8895:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8896-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8897:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:8898:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-8899-        else
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9058-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9059:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9060:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9061-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9066-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9067:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9068-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9070-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9071:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9072-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9184-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9185:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9186-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9381-            ])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9382:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9383-        else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9384-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9385:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9386-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9387:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9388:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9389-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9391-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9392:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9393-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9394-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9395:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9396:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9397-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9493-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9494:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9495-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9497-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9498:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9499-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9745-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9746:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9747:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9748:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9749-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9751-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9752:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9753:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:9754:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-9755-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10073-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10074:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10075-    else
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10441-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10442:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10443-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10458-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10459:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10460-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10521-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10522:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10523:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10524-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10545-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10546:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10547-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10588-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10589:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10590-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10612-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10613:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10614-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10650-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10651:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10652-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10675-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:10676:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-10677-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11190-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11191:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11192-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11208-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11209:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11210:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11211-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11508-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11509:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11510:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11511-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11857-    else
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11858:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11859-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11861-        fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11862:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11863-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11870-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11871:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11872:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11873-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11920-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11921:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11922-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11953-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11954:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11955:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11956:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11957-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11971-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11972:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:11973:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-11974-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12066-        esac
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12067:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12068-    done
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12236-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12237:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12238-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12274-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12275:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12276-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12428-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12429:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12430-            else
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12441-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12442:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12443-        fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12456-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12457:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12458:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12459:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12460:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12461:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12462-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12489-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12490:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12491-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12492:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12493-                fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12551-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12552:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12553-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12554-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12555:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12556:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12557:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12558-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12590-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12591:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12592-    fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12628-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12629:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12630-        fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12774-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12775:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12776-fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12777-# list with substituted ALL
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12778:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12779-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12781-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12782:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12783:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12784-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12792-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12793:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12794-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12803-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12804:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12805-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12969-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:12970:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-12971-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13089-        *)
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13090:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13091-            ;;
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13299-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13300:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13301-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13305-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13306:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13307-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13311-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13312:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13313-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13325-
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13326:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13327-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13351-    fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13352:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13353:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13354-
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13392-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13393:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13394-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13413-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13414:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13415-        fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13467-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13468:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13469-fi
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13470-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13471:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13472-fi
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13536-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13537:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13538-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13545-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac:13546:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/hppa-is-32bit.diff/configure.ac-13547-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-35-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-203-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-843-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2483-                PathFormat "$1"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2484:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2485-            else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2486-                PathFormat "$1"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2487:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2488-            fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2691-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2692:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2693:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2694-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2759-        else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2760:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2761-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2780-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2781:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2782-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2784-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2785:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2786-fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2787:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2788-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2829-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2830:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2831-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2921-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2922:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2923-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2927-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2928:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2929-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2990-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2991:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2992-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2993-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:2994:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-2995-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3000-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3001:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3002-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3014-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3015:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3016-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3017-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3018:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3019-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3024-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3025:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3026-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3104-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3105:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3106-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3110-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3111:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3112-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3403-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3404:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3405-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3407-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3408:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3409-        fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3424-        esac
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3425:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3426-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3459-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3460:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3461-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3487-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3488:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3489-    else
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3502-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3503:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3504-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3543-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3544:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3545:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3546-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3561-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3562:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3563-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3566-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3567:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3568-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3570-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3571:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3572-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3586-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3587:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3588-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3589-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3590:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3591-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3647-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3648:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3649-            fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3676-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3677:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3678-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3745-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3746:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3747:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3748-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3838-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3839:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3840-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3841-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:3842:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-3843-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4796-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:4797:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4798-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4800-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:4801:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4802-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4836-        VV='$'$V
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:4837:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4838-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4845-        VV='$'$V
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:4846:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:4847:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4848-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4853-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:4854:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-4855-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5021-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5022:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5023-   else
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5223-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5224:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5225:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5226-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5285-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5286:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5287:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5288-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5333-EOF
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5334:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5335-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5348-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5349:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5350-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5369-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5370:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5371-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5425-else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5426:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5427-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5712-    160)
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5713:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5714-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5726-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5727:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5728-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5744-    160)
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5745:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5746-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5780-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5781:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5782:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5783-        fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5789-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5790:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5791-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5908-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5909:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5910-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5938-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5939:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5940-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5967-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:5968:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-5969-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-6017-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:6018:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-6019-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-6025-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:6026:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:6027:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-6028-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-6516-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:6517:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-6518-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7417-    find_msms
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7418:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7419-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7420:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7421-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7489-        else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7490:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7491-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7517-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7518:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7519:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7520-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7521-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7522:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7523-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7526-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7527:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7528-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7529-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7530:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7531-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7533-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7534:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7535-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7539-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7540:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7541-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7561-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7562:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7563-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7564:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7565-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7566:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7567-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7568:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7569-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7573-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7574:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7575:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7576-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7584-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7585:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7586-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7587:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7588-            fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7623-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7624:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7625-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7626-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7627:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7628-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7649-            if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7650:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7651-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7652-                fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7653:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7654-            fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7655-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7656:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7657-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7740-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7741:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7742-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7751-        else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7752:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7753-        fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7937-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7938:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7939-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7949-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7950:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7951-        else
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7964-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7965:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7966-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7972-            # check version of existing officeotron
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7973:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7974-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7982-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:7983:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-7984-        else
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8001-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8002:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8003-    else
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8007-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8008:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8009-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8076-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8077:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8078:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8079:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8080-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8105-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8106:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8107-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8121-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8122:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8123-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8200-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8201:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8202:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8203-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8241-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8242:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8243-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8327-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8328:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8329-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8432-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8433:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8434:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8435-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8442-EOF
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8443:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8444-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8447-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8448:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8449-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8459-****************************************************************************
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8460:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8461-To get one please:
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8476-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8477:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8478:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8479-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8486-            fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8487:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8488:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8489-        fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8745-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8746:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8747-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8885-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8886:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8887:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8888:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8889:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8890-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8893-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8894:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8895:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8896-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8897:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:8898:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-8899-        else
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9058-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9059:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9060:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9061-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9066-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9067:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9068-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9070-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9071:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9072-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9184-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9185:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9186-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9381-            ])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9382:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9383-        else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9384-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9385:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9386-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9387:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9388:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9389-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9391-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9392:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9393-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9394-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9395:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9396:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9397-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9493-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9494:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9495-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9497-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9498:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9499-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9745-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9746:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9747:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9748:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9749-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9751-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9752:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9753:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:9754:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-9755-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10073-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10074:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10075-    else
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10441-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10442:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10443-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10458-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10459:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10460-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10521-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10522:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10523:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10524-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10545-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10546:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10547-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10588-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10589:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10590-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10612-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10613:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10614-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10650-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10651:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10652-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10675-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:10676:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-10677-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11190-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11191:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11192-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11208-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11209:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11210:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11211-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11508-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11509:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11510:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11511-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11857-    else
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11858:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11859-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11861-        fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11862:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11863-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11870-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11871:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11872:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11873-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11920-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11921:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11922-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11953-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11954:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11955:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11956:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11957-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11971-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11972:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:11973:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-11974-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12066-        esac
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12067:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12068-    done
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12236-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12237:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12238-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12274-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12275:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12276-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12428-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12429:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12430-            else
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12441-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12442:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12443-        fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12456-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12457:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12458:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12459:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12460:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12461:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12462-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12489-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12490:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12491-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12492:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12493-                fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12551-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12552:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12553-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12554-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12555:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12556:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12557:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12558-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12590-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12591:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12592-    fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12628-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12629:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12630-        fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12774-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12775:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12776-fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12777-# list with substituted ALL
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12778:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12779-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12781-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12782:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12783:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12784-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12792-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12793:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12794-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12803-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12804:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12805-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12969-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:12970:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-12971-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13089-        *)
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13090:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13091-            ;;
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13299-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13300:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13301-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13305-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13306:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13307-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13311-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13312:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13313-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13325-
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13326:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13327-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13351-    fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13352:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13353:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13354-
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13392-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13393:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13394-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13413-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13414:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13415-        fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13467-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13468:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13469-fi
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13470-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13471:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13472-fi
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13536-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13537:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13538-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13545-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac:13546:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/no-openssl.diff/configure.ac-13547-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-35-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-203-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-843-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2483-                PathFormat "$1"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2484:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2485-            else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2486-                PathFormat "$1"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2487:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2488-            fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2691-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2692:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2693:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2694-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2759-        else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2760:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2761-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2780-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2781:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2782-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2784-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2785:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2786-fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2787:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2788-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2829-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2830:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2831-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2921-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2922:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2923-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2927-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2928:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2929-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2990-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2991:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2992-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2993-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:2994:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-2995-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3000-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3001:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3002-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3014-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3015:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3016-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3017-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3018:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3019-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3024-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3025:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3026-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3104-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3105:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3106-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3110-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3111:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3112-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3403-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3404:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3405-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3407-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3408:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3409-        fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3424-        esac
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3425:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3426-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3459-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3460:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3461-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3487-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3488:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3489-    else
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3502-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3503:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3504-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3543-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3544:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3545:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3546-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3561-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3562:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3563-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3566-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3567:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3568-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3570-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3571:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3572-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3586-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3587:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3588-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3589-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3590:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3591-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3647-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3648:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3649-            fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3676-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3677:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3678-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3745-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3746:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3747:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3748-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3838-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3839:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3840-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3841-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:3842:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-3843-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4796-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:4797:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4798-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4800-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:4801:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4802-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4836-        VV='$'$V
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:4837:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4838-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4845-        VV='$'$V
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:4846:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:4847:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4848-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4853-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:4854:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-4855-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5021-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5022:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5023-   else
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5223-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5224:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5225:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5226-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5285-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5286:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5287:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5288-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5333-EOF
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5334:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5335-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5348-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5349:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5350-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5369-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5370:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5371-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5425-else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5426:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5427-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5712-    160)
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5713:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5714-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5726-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5727:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5728-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5744-    160)
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5745:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5746-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5780-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5781:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5782:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5783-        fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5789-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5790:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5791-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5908-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5909:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5910-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5938-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5939:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5940-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5967-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:5968:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-5969-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-6017-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:6018:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-6019-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-6025-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:6026:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:6027:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-6028-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-6516-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:6517:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-6518-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7417-    find_msms
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7418:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7419-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7420:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7421-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7489-        else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7490:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7491-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7517-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7518:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7519:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7520-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7521-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7522:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7523-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7526-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7527:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7528-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7529-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7530:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7531-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7533-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7534:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7535-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7539-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7540:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7541-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7561-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7562:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7563-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7564:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7565-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7566:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7567-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7568:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7569-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7573-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7574:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7575:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7576-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7584-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7585:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7586-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7587:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7588-            fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7623-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7624:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7625-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7626-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7627:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7628-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7649-            if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7650:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7651-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7652-                fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7653:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7654-            fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7655-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7656:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7657-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7740-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7741:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7742-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7751-        else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7752:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7753-        fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7937-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7938:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7939-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7949-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7950:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7951-        else
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7964-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7965:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7966-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7972-            # check version of existing officeotron
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7973:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7974-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7982-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:7983:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-7984-        else
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8001-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8002:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8003-    else
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8007-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8008:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8009-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8076-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8077:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8078:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8079:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8080-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8105-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8106:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8107-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8121-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8122:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8123-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8200-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8201:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8202:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8203-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8241-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8242:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8243-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8327-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8328:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8329-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8432-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8433:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8434:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8435-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8442-EOF
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8443:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8444-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8447-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8448:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8449-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8459-****************************************************************************
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8460:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8461-To get one please:
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8476-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8477:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8478:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8479-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8486-            fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8487:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8488:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8489-        fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8745-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8746:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8747-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8885-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8886:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8887:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8888:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8889:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8890-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8893-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8894:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8895:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8896-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8897:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:8898:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-8899-        else
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9058-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9059:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9060:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9061-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9066-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9067:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9068-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9070-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9071:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9072-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9184-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9185:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9186-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9381-            ])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9382:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9383-        else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9384-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9385:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9386-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9387:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9388:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9389-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9391-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9392:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9393-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9394-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9395:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9396:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9397-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9493-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9494:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9495-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9497-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9498:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9499-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9745-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9746:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9747:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9748:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9749-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9751-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9752:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9753:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:9754:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-9755-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10073-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10074:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10075-    else
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10380-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10381:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10382-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10397-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10398:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10399-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10460-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10461:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10462:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10463-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10484-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10485:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10486-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10527-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10528:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10529-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10551-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10552:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10553-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10589-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10590:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10591-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10614-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:10615:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-10616-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11129-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11130:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11131-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11147-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11148:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11149:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11150-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11447-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11448:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11449:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11450-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11796-    else
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11797:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11798-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11800-        fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11801:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11802-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11809-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11810:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11811:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11812-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11859-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11860:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11861-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11892-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11893:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11894:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11895:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11896-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11910-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11911:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:11912:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-11913-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12005-        esac
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12006:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12007-    done
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12175-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12176:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12177-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12213-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12214:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12215-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12367-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12368:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12369-            else
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12380-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12381:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12382-        fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12395-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12396:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12397:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12398:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12399:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12400:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12401-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12428-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12429:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12430-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12431:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12432-                fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12490-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12491:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12492-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12493-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12494:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12495:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12496:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12497-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12529-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12530:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12531-    fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12567-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12568:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12569-        fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12713-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12714:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12715-fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12716-# list with substituted ALL
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12717:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12718-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12720-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12721:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12722:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12723-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12731-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12732:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12733-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12742-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12743:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12744-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12908-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:12909:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-12910-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13028-        *)
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13029:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13030-            ;;
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13238-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13239:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13240-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13244-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13245:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13246-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13250-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13251:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13252-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13264-
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13265:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13266-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13290-    fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13291:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13292:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13293-
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13331-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13332:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13333-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13352-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13353:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13354-        fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13406-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13407:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13408-fi
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13409-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13410:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13411-fi
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13475-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13476:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13477-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13484-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac:13485:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/cppunit-optional.diff/configure.ac-13486-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-35-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-203-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-843-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2488-                PathFormat "$1"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2489:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2490-            else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2491-                PathFormat "$1"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2492:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2493-            fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2696-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2697:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2698:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2699-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2764-        else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2765:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2766-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2785-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2786:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2787-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2789-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2790:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2791-fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2792:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2793-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2834-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2835:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2836-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2926-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2927:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2928-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2932-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2933:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2934-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2995-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2996:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2997-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2998-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2999:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3000-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3005-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3006:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3007-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3019-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3020:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3021-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3022-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3023:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3024-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3029-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3030:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3031-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3109-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3110:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3111-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3115-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3116:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3117-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3408-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3409:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3410-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3412-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3413:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3414-        fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3429-        esac
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3430:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3431-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3464-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3465:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3466-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3492-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3493:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3494-    else
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3507-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3508:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3509-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3548-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3549:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3550:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3551-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3566-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3567:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3568-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3571-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3572:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3573-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3575-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3576:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3577-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3591-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3592:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3593-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3594-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3595:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3596-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3652-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3653:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3654-            fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3681-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3682:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3683-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3750-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3751:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3752:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3753-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3843-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3844:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3845-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3846-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3847:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3848-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4801-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4802:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4803-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4805-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4806:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4807-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4841-        VV='$'$V
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4842:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4843-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4850-        VV='$'$V
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4851:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4852:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4853-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4858-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4859:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4860-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5026-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5027:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5028-   else
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5228-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5229:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5230:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5231-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5290-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5291:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5292:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5293-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5338-EOF
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5339:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5340-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5353-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5354:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5355-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5374-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5375:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5376-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5430-else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5431:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5432-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5717-    160)
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5718:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5719-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5731-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5732:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5733-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5749-    160)
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5750:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5751-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5785-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5786:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5787:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5788-        fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5794-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5795:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5796-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5913-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5914:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5915-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5943-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5944:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5945-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5972-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5973:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5974-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6022-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6023:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6024-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6030-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6031:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6032:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6033-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6521-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6522:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6523-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7422-    find_msms
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7423:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7424-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7425:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7426-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7494-        else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7495:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7496-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7522-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7523:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7524:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7525-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7526-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7527:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7528-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7531-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7532:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7533-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7534-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7535:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7536-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7538-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7539:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7540-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7544-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7545:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7546-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7566-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7567:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7568-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7569:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7570-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7571:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7572-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7573:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7574-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7578-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7579:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7580:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7581-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7589-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7590:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7591-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7592:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7593-            fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7628-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7629:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7630-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7631-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7632:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7633-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7654-            if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7655:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7656-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7657-                fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7658:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7659-            fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7660-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7661:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7662-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7745-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7746:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7747-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7756-        else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7757:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7758-        fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7942-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7943:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7944-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7954-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7955:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7956-        else
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7969-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7970:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7971-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7977-            # check version of existing officeotron
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7978:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7979-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7987-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7988:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7989-        else
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8006-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8007:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8008-    else
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8012-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8013:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8014-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8081-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8082:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8083:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8084:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8085-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8110-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8111:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8112-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8126-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8127:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8128-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8205-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8206:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8207:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8208-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8246-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8247:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8248-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8332-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8333:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8334-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8437-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8438:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8439:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8440-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8447-EOF
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8448:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8449-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8452-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8453:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8454-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8464-****************************************************************************
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8465:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8466-To get one please:
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8481-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8482:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8483:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8484-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8491-            fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8492:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8493:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8494-        fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8754-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8755:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8756-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8894-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8895:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8896:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8897:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8898:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8899-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8902-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8903:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8904:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8905-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8906:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8907:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8908-        else
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9067-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9068:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9069:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9070-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9075-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9076:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9077-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9079-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9080:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9081-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9193-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9194:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9195-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9390-            ])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9391:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9392-        else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9393-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9394:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9395-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9396:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9397:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9398-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9400-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9401:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9402-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9403-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9404:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9405:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9406-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9502-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9503:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9504-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9506-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9507:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9508-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9754-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9755:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9756:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9757:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9758-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9760-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9761:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9762:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9763:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9764-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10082-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10083:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10084-    else
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10389-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10390:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10391-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10406-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10407:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10408-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10469-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10470:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10471:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10472-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10493-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10494:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10495-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10536-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10537:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10538-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10560-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10561:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10562-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10598-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10599:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10600-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10623-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10624:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10625-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11138-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11139:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11140-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11156-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11157:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11158:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11159-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11456-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11457:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11458:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11459-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11805-    else
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11806:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11807-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11809-        fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11810:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11811-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11818-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11819:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11820:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11821-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11868-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11869:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11870-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11901-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11902:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11903:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11904:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11905-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11919-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11920:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11921:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11922-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12014-        esac
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12015:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12016-    done
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12184-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12185:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12186-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12222-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12223:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12224-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12376-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12377:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12378-            else
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12389-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12390:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12391-        fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12404-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12405:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12406:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12407:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12408:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12409:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12410-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12437-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12438:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12439-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12440:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12441-                fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12499-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12500:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12501-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12502-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12503:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12504:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12505:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12506-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12538-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12539:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12540-    fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12576-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12577:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12578-        fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12722-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12723:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12724-fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12725-# list with substituted ALL
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12726:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12727-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12729-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12730:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12731:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12732-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12740-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12741:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12742-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12751-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12752:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12753-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12917-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12918:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12919-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13037-        *)
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13038:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13039-            ;;
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13247-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13248:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13249-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13253-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13254:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13255-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13259-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13260:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13261-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13273-
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13274:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13275-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13299-    fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13300:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13301:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13302-
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13340-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13341:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13342-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13361-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13362:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13363-        fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13415-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13416:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13417-fi
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13418-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13419:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13420-fi
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13484-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13485:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13486-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13493-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13494:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13495-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-35-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-203-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-843-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2488-                PathFormat "$1"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2489:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2490-            else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2491-                PathFormat "$1"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2492:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2493-            fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2696-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2697:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2698:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2699-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2764-        else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2765:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2766-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2785-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2786:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2787-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2789-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2790:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2791-fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2792:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2793-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2834-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2835:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2836-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2926-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2927:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2928-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2932-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2933:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2934-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2995-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2996:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2997-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-2998-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:2999:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3000-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3005-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3006:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3007-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3019-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3020:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3021-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3022-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3023:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3024-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3029-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3030:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3031-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3109-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3110:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3111-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3115-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3116:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3117-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3408-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3409:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3410-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3412-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3413:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3414-        fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3429-        esac
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3430:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3431-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3464-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3465:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3466-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3492-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3493:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3494-    else
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3507-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3508:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3509-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3548-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3549:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3550:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3551-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3566-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3567:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3568-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3571-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3572:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3573-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3575-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3576:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3577-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3591-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3592:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3593-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3594-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3595:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3596-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3652-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3653:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3654-            fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3681-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3682:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3683-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3750-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3751:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3752:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3753-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3843-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3844:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3845-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3846-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:3847:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-3848-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4801-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:4802:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4803-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4805-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:4806:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4807-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4841-        VV='$'$V
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:4842:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4843-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4850-        VV='$'$V
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:4851:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:4852:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4853-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4858-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:4859:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-4860-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5026-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5027:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5028-   else
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5228-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5229:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5230:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5231-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5290-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5291:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5292:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5293-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5338-EOF
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5339:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5340-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5353-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5354:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5355-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5374-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5375:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5376-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5430-else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5431:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5432-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5717-    160)
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5718:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5719-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5731-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5732:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5733-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5749-    160)
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5750:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5751-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5785-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5786:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5787:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5788-        fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5794-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5795:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5796-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5913-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5914:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5915-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5943-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5944:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5945-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5972-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:5973:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-5974-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-6022-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:6023:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-6024-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-6030-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:6031:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:6032:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-6033-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-6521-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:6522:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-6523-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7422-    find_msms
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7423:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7424-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7425:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7426-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7494-        else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7495:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7496-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7522-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7523:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7524:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7525-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7526-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7527:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7528-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7531-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7532:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7533-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7534-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7535:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7536-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7538-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7539:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7540-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7544-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7545:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7546-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7566-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7567:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7568-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7569:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7570-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7571:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7572-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7573:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7574-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7578-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7579:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7580:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7581-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7589-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7590:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7591-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7592:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7593-            fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7637-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7638:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7639-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7640-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7641:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7642-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7663-            if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7664:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7665-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7666-                fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7667:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7668-            fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7669-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7670:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7671-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7754-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7755:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7756-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7765-        else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7766:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7767-        fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7951-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7952:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7953-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7963-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7964:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7965-        else
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7978-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7979:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7980-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7986-            # check version of existing officeotron
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7987:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7988-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7996-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:7997:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-7998-        else
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8015-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8016:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8017-    else
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8021-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8022:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8023-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8090-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8091:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8092:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8093:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8094-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8119-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8120:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8121-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8135-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8136:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8137-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8214-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8215:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8216:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8217-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8255-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8256:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8257-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8341-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8342:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8343-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8446-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8447:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8448:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8449-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8456-EOF
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8457:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8458-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8461-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8462:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8463-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8473-****************************************************************************
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8474:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8475-To get one please:
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8490-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8491:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8492:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8493-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8500-            fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8501:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8502:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8503-        fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8763-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8764:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8765-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8903-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8904:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8905:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8906:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8907:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8908-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8911-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8912:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8913:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8914-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8915:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:8916:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-8917-        else
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9076-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9077:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9078:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9079-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9084-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9085:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9086-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9088-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9089:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9090-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9202-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9203:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9204-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9399-            ])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9400:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9401-        else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9402-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9403:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9404-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9405:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9406:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9407-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9409-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9410:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9411-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9412-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9413:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9414:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9415-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9511-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9512:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9513-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9515-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9516:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9517-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9763-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9764:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9765:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9766:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9767-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9769-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9770:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9771:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:9772:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-9773-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10091-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10092:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10093-    else
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10398-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10399:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10400-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10415-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10416:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10417-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10478-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10479:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10480:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10481-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10502-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10503:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10504-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10545-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10546:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10547-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10569-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10570:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10571-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10607-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10608:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10609-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10632-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:10633:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-10634-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11147-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11148:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11149-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11165-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11166:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11167:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11168-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11465-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11466:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11467:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11468-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11814-    else
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11815:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11816-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11818-        fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11819:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11820-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11827-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11828:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11829:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11830-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11877-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11878:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11879-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11910-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11911:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11912:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11913:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11914-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11928-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11929:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:11930:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-11931-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12023-        esac
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12024:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12025-    done
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12193-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12194:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12195-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12231-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12232:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12233-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12385-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12386:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12387-            else
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12398-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12399:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12400-        fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12413-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12414:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12415:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12416:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12417:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12418:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12419-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12446-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12447:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12448-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12449:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12450-                fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12508-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12509:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12510-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12511-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12512:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12513:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12514:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12515-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12547-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12548:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12549-    fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12585-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12586:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12587-        fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12731-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12732:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12733-fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12734-# list with substituted ALL
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12735:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12736-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12738-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12739:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12740:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12741-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12749-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12750:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12751-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12760-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12761:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12762-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12926-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:12927:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-12928-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13046-        *)
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13047:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13048-            ;;
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13256-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13257:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13258-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13262-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13263:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13264-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13268-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13269:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13270-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13282-
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13283:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13284-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13308-    fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13309:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13310:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13311-
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13349-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13350:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13351-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13370-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13371:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13372-        fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13424-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13425:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13426-fi
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13427-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13428:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13429-fi
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13493-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13494:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13495-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13502-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac:13503:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/disableClassPathURLCheck.diff/configure.ac-13504-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-35-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-38-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-77-            else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-83-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-94-            fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-99-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-203-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-205-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-281-                else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-283-                fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-284-            else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-400-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-402-    else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-843-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2488-                PathFormat "$1"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2489:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2490-            else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2491-                PathFormat "$1"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2492:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2493-            fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2696-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2697:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2698:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2699-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2764-        else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2765:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2766-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2785-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2786:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2787-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2789-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2790:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2791-fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2792:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2793-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2834-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2835:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2836-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2926-        CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2927:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2928-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2932-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2933:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2934-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2995-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2996:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2997-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-2998-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:2999:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3000-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3005-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3006:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3007-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3019-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3020:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3021-        if test -n "$identity"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3022-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3023:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3024-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3029-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3030:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3031-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3109-    CC="`xcrun -find clang`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3110:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3111-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3115-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3116:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3117-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3408-    for ver in $vsversions; do
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3409:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3410-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3412-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3413:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3414-        fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3429-        esac
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3430:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3431-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3464-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3465:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3466-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3492-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3493:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3494-    else
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3507-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3508:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3509-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3548-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3549:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3550:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3551-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3566-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3567:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3568-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3571-        CC=$MSVC_CXX
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3572:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3573-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3575-        CXX=$MSVC_CXX
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3576:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3577-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3591-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3592:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3593-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3594-        PathFormat "$COMPATH"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3595:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3596-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3652-                BUILD_X64=TRUE
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3653:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3654-            fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3681-            BUILD_X86=TRUE
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3682:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3683-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3750-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3751:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3752:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3753-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3843-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3844:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3845-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3846-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:3847:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-3848-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4801-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:4802:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4803-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4805-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:4806:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4807-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4841-        VV='$'$V
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:4842:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4843-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4850-        VV='$'$V
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:4851:        VV=`eval "echo $VV"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:4852:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4853-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4858-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:4859:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-4860-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5026-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5027:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5028-   else
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5228-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5229:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5230:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5231-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5290-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5291:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5292:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5293-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5338-EOF
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5339:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5340-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5353-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5354:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5355-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5374-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5375:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5376-STALE_MAKE=
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5430-else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5431:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5432-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5717-    160)
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5718:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5719-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5731-    if test -n "$msmdir"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5732:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5733-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5749-    160)
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5750:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5751-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5785-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5786:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5787:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5788-        fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5794-        # Remove a possible trailing backslash
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5795:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5796-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5913-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5914:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5915-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5943-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5944:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5945-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5972-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:5973:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-5974-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-6022-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:6023:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-6024-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-6030-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:6031:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:6032:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-6033-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-6521-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:6522:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-6523-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7422-    find_msms
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7423:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7424-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7425:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7426-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7494-        else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7495:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7496-            howfound="you passed"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7522-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7523:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7524:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7525-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7526-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7527:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7528-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7531-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7532:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7533-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7534-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7535:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7536-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7538-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7539:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7540-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7544-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7545:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7546-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7566-        dnl java -version sends output to stderr!
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7567:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7568-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7569:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7570-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7571:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7572-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7573:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7574-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7578-            dnl Sun JDK specific tests
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7579:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7580:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7581-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7589-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7590:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7591-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7592:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7593-            fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7638-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7639:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7640-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7641-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7642:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7643-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7664-            if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7665:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7666-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7667-                fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7668:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7669-            fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7670-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7671:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7672-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7755-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7756:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7757-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7766-        else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7767:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7768-        fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7952-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7953:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7954-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7964-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7965:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7966-        else
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7979-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7980:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7981-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7987-            # check version of existing officeotron
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7988:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7989-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7997-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:7998:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-7999-        else
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8016-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8017:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8018-    else
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8022-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8023:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8024-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8091-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8092:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8093:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8094:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8095-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8120-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8121:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8122-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8136-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8137:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8138-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8215-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8216:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8217:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8218-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8256-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8257:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8258-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8342-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8343:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8344-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8447-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8448:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8449:            cat > conftest.asm << EOF
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8450-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8457-EOF
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8458:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8459-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8462-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8463:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8464-              rm -rf conftest*
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8474-****************************************************************************
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8475:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8476-To get one please:
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8491-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8492:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8493:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8494-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8501-            fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8502:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8503:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8504-        fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8764-        dnl make sure to use SDK path
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8765:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8766-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8904-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8905:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8906:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8907:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8908:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8909-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8912-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8913:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8914:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8915-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8916:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:8917:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-8918-        else
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9077-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9078:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9079:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9080-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9085-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9086:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9087-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9089-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9090:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9091-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9203-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9204:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9205-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9400-            ])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9401:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9402-        else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9403-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9404:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9405-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9406:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9407:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9408-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9410-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9411:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9412-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9413-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9414:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9415:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9416-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9512-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9513:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9514-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9516-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9517:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9518-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9764-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9765:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9766:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9767:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9768-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9770-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9771:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9772:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:9773:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-9774-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10092-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10093:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10094-    else
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10399-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10400:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10401-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10416-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10417:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10418-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10479-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10480:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10481:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10482-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10503-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10504:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10505-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10546-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10547:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10548-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10570-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10571:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10572-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10608-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10609:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10610-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10633-if test $build_os = cygwin; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:10634:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-10635-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11148-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11149:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11150-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11166-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11167:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11168:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11169-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11466-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11467:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11468:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11469-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11815-    else
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11816:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11817-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11819-        fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11820:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11821-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11828-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11829:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11830:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11831-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11878-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11879:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11880-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11911-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11912:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11913:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11914:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11915-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11929-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11930:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:11931:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-11932-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12024-        esac
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12025:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12026-    done
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12194-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12195:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12196-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12232-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12233:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12234-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12386-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12387:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12388-            else
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12399-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12400:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12401-        fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12414-            a_cwd=`pwd`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12415:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12416:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12417:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12418:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12419:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12420-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12447-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12448:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12449-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12450:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12451-                fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12509-    ant_minver=1.6.0
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12510:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12511-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12512-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12513:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12514:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12515:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12516-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12548-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12549:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12550-    fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12586-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12587:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12588-        fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12732-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12733:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12734-fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12735-# list with substituted ALL
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12736:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12737-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12739-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12740:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12741:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12742-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12750-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12751:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12752-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12761-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12762:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12763-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12927-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:12928:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-12929-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13047-        *)
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13048:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13049-            ;;
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13257-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13258:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13259-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13263-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13264:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13265-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13269-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13270:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13271-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13283-
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13284:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13285-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13309-    fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13310:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13311:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13312-
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13350-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13351:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13352-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13371-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13372:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13373-        fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13425-if test -f config_host.mk; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13426:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13427-fi
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13428-if test -f config_host_lang.mk; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13429:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13430-fi
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13494-    echo > config_host.mk.stamp
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13495:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13496-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13503-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac:13504:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/.pc/liborcus-0.16.diff/configure.ac-13505-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/configure.ac-35-
libreoffice-7.0.3/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure.ac-38-
##############################################
libreoffice-7.0.3/configure.ac-75-            if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure.ac:76:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/configure.ac-77-            else
libreoffice-7.0.3/configure.ac:78:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.0.3/configure.ac-79-            fi
##############################################
libreoffice-7.0.3/configure.ac-83-        fi
libreoffice-7.0.3/configure.ac:84:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.0.3/configure.ac:85:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.0.3/configure.ac-86-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.0.3/configure.ac-87-            if test "$fp_count_colon" = "0"; then
libreoffice-7.0.3/configure.ac:88:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.0.3/configure.ac-89-                if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/configure.ac-94-            fi
libreoffice-7.0.3/configure.ac:95:            formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.0.3/configure.ac-96-            if test $? -ne 0;  then
##############################################
libreoffice-7.0.3/configure.ac-99-        fi
libreoffice-7.0.3/configure.ac:100:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.0.3/configure.ac-101-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.0.3/configure.ac-153-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.0.3/configure.ac:154:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.0.3/configure.ac-155-    fi
##############################################
libreoffice-7.0.3/configure.ac-159-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.0.3/configure.ac:160:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.0.3/configure.ac-161-    fi
##############################################
libreoffice-7.0.3/configure.ac-203-
libreoffice-7.0.3/configure.ac:204:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.0.3/configure.ac-205-
##############################################
libreoffice-7.0.3/configure.ac-214-# they get undoubled before actually passed to sed.
libreoffice-7.0.3/configure.ac:215:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.0.3/configure.ac-216-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.0.3/configure.ac-281-                else
libreoffice-7.0.3/configure.ac:282:                    GNUMAKE=`which $a`
libreoffice-7.0.3/configure.ac-283-                fi
libreoffice-7.0.3/configure.ac-284-            else
libreoffice-7.0.3/configure.ac:285:                GNUMAKE=`which $a`
libreoffice-7.0.3/configure.ac-286-            fi
##############################################
libreoffice-7.0.3/configure.ac-400-        fi
libreoffice-7.0.3/configure.ac:401:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.0.3/configure.ac-402-    else
libreoffice-7.0.3/configure.ac:403:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.0.3/configure.ac-404-    fi
##############################################
libreoffice-7.0.3/configure.ac-611-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.0.3/configure.ac:612:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.0.3/configure.ac-613-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.0.3/configure.ac-843-
libreoffice-7.0.3/configure.ac:844:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.0.3/configure.ac-845-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.0.3/configure.ac-952-    if test -z "$CC_BASE"; then
libreoffice-7.0.3/configure.ac:953:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure.ac-954-    fi
##############################################
libreoffice-7.0.3/configure.ac-2488-                PathFormat "$1"
libreoffice-7.0.3/configure.ac:2489:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.0.3/configure.ac-2490-            else
libreoffice-7.0.3/configure.ac-2491-                PathFormat "$1"
libreoffice-7.0.3/configure.ac:2492:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.0.3/configure.ac-2493-            fi
##############################################
libreoffice-7.0.3/configure.ac-2696-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.0.3/configure.ac:2697:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/configure.ac:2698:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure.ac-2699-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.0.3/configure.ac-2764-        else
libreoffice-7.0.3/configure.ac:2765:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.0.3/configure.ac-2766-            GCC_HOME_SET="false"
##############################################
libreoffice-7.0.3/configure.ac-2785-
libreoffice-7.0.3/configure.ac:2786:COMPATH=`dirname "$CC"`
libreoffice-7.0.3/configure.ac-2787-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.0.3/configure.ac-2789-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.0.3/configure.ac:2790:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.0.3/configure.ac-2791-fi
libreoffice-7.0.3/configure.ac:2792:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.0.3/configure.ac-2793-
##############################################
libreoffice-7.0.3/configure.ac-2834-    for _macosx_sdk in ${with_macosx_sdk-10.15 10.14 10.13}; do
libreoffice-7.0.3/configure.ac:2835:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.0.3/configure.ac-2836-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.0.3/configure.ac-2926-        CC="`xcrun -find clang`"
libreoffice-7.0.3/configure.ac:2927:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure.ac-2928-        CC+=" -m64 $lto -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/configure.ac-2932-        CXX="`xcrun -find clang++`"
libreoffice-7.0.3/configure.ac:2933:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure.ac-2934-        CXX+=" -m64 $lto $stdlib -mmacosx-version-min=$with_macosx_version_min_required -isysroot $MACOSX_SDK_PATH"
##############################################
libreoffice-7.0.3/configure.ac-2995-
libreoffice-7.0.3/configure.ac:2996:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.0.3/configure.ac-2997-        if test -n "$identity"; then
libreoffice-7.0.3/configure.ac-2998-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.0.3/configure.ac:2999:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/configure.ac-3000-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/configure.ac-3005-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.0.3/configure.ac:3006:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/configure.ac-3007-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/configure.ac-3019-
libreoffice-7.0.3/configure.ac:3020:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.0.3/configure.ac-3021-        if test -n "$identity"; then
libreoffice-7.0.3/configure.ac-3022-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.0.3/configure.ac:3023:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/configure.ac-3024-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/configure.ac-3029-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.0.3/configure.ac:3030:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.0.3/configure.ac-3031-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.0.3/configure.ac-3109-    CC="`xcrun -find clang`"
libreoffice-7.0.3/configure.ac:3110:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure.ac-3111-    CC+=" -arch $host_cpu -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/configure.ac-3115-    CXX="`xcrun -find clang++`"
libreoffice-7.0.3/configure.ac:3116:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure.ac-3117-    CXX+=" -arch $host_cpu $stdlib -isysroot $sysroot $lto $versionmin"
##############################################
libreoffice-7.0.3/configure.ac-3408-    for ver in $vsversions; do
libreoffice-7.0.3/configure.ac:3409:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/configure.ac-3410-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.0.3/configure.ac-3412-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.0.3/configure.ac:3413:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.0.3/configure.ac-3414-        fi
##############################################
libreoffice-7.0.3/configure.ac-3429-        esac
libreoffice-7.0.3/configure.ac:3430:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.0.3/configure.ac-3431-
##############################################
libreoffice-7.0.3/configure.ac-3464-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.0.3/configure.ac:3465:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.0.3/configure.ac-3466-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.0.3/configure.ac-3492-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.0.3/configure.ac:3493:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/configure.ac-3494-    else
##############################################
libreoffice-7.0.3/configure.ac-3507-        fi
libreoffice-7.0.3/configure.ac:3508:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.0.3/configure.ac-3509-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.0.3/configure.ac-3548-    dnl The path needs to be added before cl is called
libreoffice-7.0.3/configure.ac:3549:    TEMP_PATH=`cygpath -d "$MSPDB_PATH"`
libreoffice-7.0.3/configure.ac:3550:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.0.3/configure.ac-3551-
##############################################
libreoffice-7.0.3/configure.ac-3566-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.0.3/configure.ac:3567:        MSVC_CXX=`win_short_path_for_make "$MSVC_CXX"`
libreoffice-7.0.3/configure.ac-3568-    fi
##############################################
libreoffice-7.0.3/configure.ac-3571-        CC=$MSVC_CXX
libreoffice-7.0.3/configure.ac:3572:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure.ac-3573-    fi
##############################################
libreoffice-7.0.3/configure.ac-3575-        CXX=$MSVC_CXX
libreoffice-7.0.3/configure.ac:3576:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure.ac-3577-    fi
##############################################
libreoffice-7.0.3/configure.ac-3591-
libreoffice-7.0.3/configure.ac:3592:        export INCLUDE=`cygpath -d "$COMPATH\Include"`
libreoffice-7.0.3/configure.ac-3593-
libreoffice-7.0.3/configure.ac-3594-        PathFormat "$COMPATH"
libreoffice-7.0.3/configure.ac:3595:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.0.3/configure.ac-3596-
##############################################
libreoffice-7.0.3/configure.ac-3652-                BUILD_X64=TRUE
libreoffice-7.0.3/configure.ac:3653:                CXX_X64_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x64/cl.exe"`
libreoffice-7.0.3/configure.ac-3654-            fi
##############################################
libreoffice-7.0.3/configure.ac-3681-            BUILD_X86=TRUE
libreoffice-7.0.3/configure.ac:3682:            CXX_X86_BINARY=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/MSVC/$vcbuildnumber/bin/$VC_HOST_DIR/x86/cl.exe"`
libreoffice-7.0.3/configure.ac-3683-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.0.3/configure.ac-3750-        fi
libreoffice-7.0.3/configure.ac:3751:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.0.3/configure.ac:3752:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.0.3/configure.ac-3753-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.0.3/configure.ac-3843-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.0.3/configure.ac:3844:    _gcc_version=`$CC -dumpversion`
libreoffice-7.0.3/configure.ac-3845-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.0.3/configure.ac-3846-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.0.3/configure.ac:3847:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/configure.ac-3848-
##############################################
libreoffice-7.0.3/configure.ac-4801-        export CC="$CC_FOR_BUILD"
libreoffice-7.0.3/configure.ac:4802:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.0.3/configure.ac-4803-    fi
##############################################
libreoffice-7.0.3/configure.ac-4805-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.0.3/configure.ac:4806:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure.ac-4807-    fi
##############################################
libreoffice-7.0.3/configure.ac-4841-        VV='$'$V
libreoffice-7.0.3/configure.ac:4842:        VV=`eval "echo $VV"`
libreoffice-7.0.3/configure.ac-4843-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/configure.ac-4850-        VV='$'$V
libreoffice-7.0.3/configure.ac:4851:        VV=`eval "echo $VV"`
libreoffice-7.0.3/configure.ac:4852:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.0.3/configure.ac-4853-        if test -n "$VV"; then
##############################################
libreoffice-7.0.3/configure.ac-4858-
libreoffice-7.0.3/configure.ac:4859:    line=`echo "LO_PATH_FOR_BUILD=$PATH" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.0.3/configure.ac-4860-    echo "$line" >>build-config
##############################################
libreoffice-7.0.3/configure.ac-5026-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure.ac:5027:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.0.3/configure.ac-5028-   else
##############################################
libreoffice-7.0.3/configure.ac-5228-        AC_MSG_CHECKING([ccache version])
libreoffice-7.0.3/configure.ac:5229:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.0.3/configure.ac:5230:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure.ac-5231-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.0.3/configure.ac-5290-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.0.3/configure.ac:5291:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/configure.ac:5292:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure.ac-5293-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.0.3/configure.ac-5338-EOF
libreoffice-7.0.3/configure.ac:5339:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.0.3/configure.ac-5340-        no_parallelism_make="YES"
##############################################
libreoffice-7.0.3/configure.ac-5353-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure.ac:5354:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.0.3/configure.ac-5355-fi
##############################################
libreoffice-7.0.3/configure.ac-5374-
libreoffice-7.0.3/configure.ac:5375:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.0.3/configure.ac-5376-STALE_MAKE=
##############################################
libreoffice-7.0.3/configure.ac-5430-else
libreoffice-7.0.3/configure.ac:5431:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.0.3/configure.ac-5432-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.0.3/configure.ac-5717-    160)
libreoffice-7.0.3/configure.ac:5718:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/configure.ac-5719-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.0.3/configure.ac-5731-    if test -n "$msmdir"; then
libreoffice-7.0.3/configure.ac:5732:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.0.3/configure.ac-5733-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.0.3/configure.ac-5749-    160)
libreoffice-7.0.3/configure.ac:5750:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.0.3/configure.ac-5751-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.0.3/configure.ac-5785-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.0.3/configure.ac:5786:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/configure.ac:5787:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.0.3/configure.ac-5788-        fi
##############################################
libreoffice-7.0.3/configure.ac-5794-        # Remove a possible trailing backslash
libreoffice-7.0.3/configure.ac:5795:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.0.3/configure.ac-5796-
##############################################
libreoffice-7.0.3/configure.ac-5913-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.0.3/configure.ac:5914:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.0.3/configure.ac-5915-
##############################################
libreoffice-7.0.3/configure.ac-5943-
libreoffice-7.0.3/configure.ac:5944:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.0.3/configure.ac-5945-
##############################################
libreoffice-7.0.3/configure.ac-5972-
libreoffice-7.0.3/configure.ac:5973:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.0.3/configure.ac-5974-
##############################################
libreoffice-7.0.3/configure.ac-6022-    if test -z "$CXX_BASE"; then
libreoffice-7.0.3/configure.ac:6023:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.0.3/configure.ac-6024-    fi
##############################################
libreoffice-7.0.3/configure.ac-6030-
libreoffice-7.0.3/configure.ac:6031:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.0.3/configure.ac:6032:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.0.3/configure.ac-6033-
##############################################
libreoffice-7.0.3/configure.ac-6521-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure.ac:6522:    GPERF=`cygpath -m $GPERF`
libreoffice-7.0.3/configure.ac-6523-fi
##############################################
libreoffice-7.0.3/configure.ac-7422-    find_msms
libreoffice-7.0.3/configure.ac:7423:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.0.3/configure.ac-7424-    MSVC_DLLS="$msvcdlls"
libreoffice-7.0.3/configure.ac:7425:    MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.0.3/configure.ac-7426-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.0.3/configure.ac-7494-        else
libreoffice-7.0.3/configure.ac:7495:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.0.3/configure.ac-7496-            howfound="you passed"
##############################################
libreoffice-7.0.3/configure.ac-7522-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure.ac:7523:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.0.3/configure.ac:7524:        if test "$BITNESS_OVERRIDE" = 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/configure.ac-7525-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.0.3/configure.ac-7526-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.0.3/configure.ac:7527:        elif test "$BITNESS_OVERRIDE" = "" -a -f "$_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/configure.ac-7528-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/configure.ac-7531-
libreoffice-7.0.3/configure.ac:7532:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/configure.ac-7533-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.0.3/configure.ac-7534-        fi
libreoffice-7.0.3/configure.ac:7535:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.0.3/configure.ac-7536-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.0.3/configure.ac-7538-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.0.3/configure.ac:7539:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.0.3/configure.ac-7540-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.0.3/configure.ac-7544-            *) # assumption: everything else 32-bit
libreoffice-7.0.3/configure.ac:7545:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.0.3/configure.ac-7546-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.0.3/configure.ac-7566-        dnl java -version sends output to stderr!
libreoffice-7.0.3/configure.ac:7567:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.0.3/configure.ac-7568-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/configure.ac:7569:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.0.3/configure.ac-7570-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/configure.ac:7571:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.0.3/configure.ac-7572-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.0.3/configure.ac:7573:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.0.3/configure.ac-7574-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.0.3/configure.ac-7578-            dnl Sun JDK specific tests
libreoffice-7.0.3/configure.ac:7579:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.0.3/configure.ac:7580:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.0.3/configure.ac-7581-
##############################################
libreoffice-7.0.3/configure.ac-7589-            AC_MSG_RESULT([found (JDK $_jdk)])
libreoffice-7.0.3/configure.ac:7590:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.0.3/configure.ac-7591-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/configure.ac:7592:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.0.3/configure.ac-7593-            fi
##############################################
libreoffice-7.0.3/configure.ac-7638-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure.ac:7639:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/configure.ac-7640-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.0.3/configure.ac-7641-        fi
libreoffice-7.0.3/configure.ac:7642:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.0.3/configure.ac-7643-    fi
##############################################
libreoffice-7.0.3/configure.ac-7664-            if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure.ac:7665:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.0.3/configure.ac-7666-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.0.3/configure.ac-7667-                fi
libreoffice-7.0.3/configure.ac:7668:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.0.3/configure.ac-7669-            fi
libreoffice-7.0.3/configure.ac-7670-
libreoffice-7.0.3/configure.ac:7671:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.0.3/configure.ac-7672-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.0.3/configure.ac-7755-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.0.3/configure.ac:7756:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.0.3/configure.ac-7757-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.0.3/configure.ac-7766-        else
libreoffice-7.0.3/configure.ac:7767:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.0.3/configure.ac-7768-        fi
##############################################
libreoffice-7.0.3/configure.ac-7952-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.0.3/configure.ac:7953:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/configure.ac-7954-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.0.3/configure.ac-7964-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/configure.ac:7965:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.0.3/configure.ac-7966-        else
##############################################
libreoffice-7.0.3/configure.ac-7979-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.0.3/configure.ac:7980:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.0.3/configure.ac-7981-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.0.3/configure.ac-7987-            # check version of existing officeotron
libreoffice-7.0.3/configure.ac:7988:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure.ac-7989-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.0.3/configure.ac-7997-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.0.3/configure.ac:7998:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.0.3/configure.ac-7999-        else
##############################################
libreoffice-7.0.3/configure.ac-8016-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.0.3/configure.ac:8017:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.0.3/configure.ac-8018-    else
##############################################
libreoffice-7.0.3/configure.ac-8022-    if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure.ac:8023:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.0.3/configure.ac-8024-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.0.3/configure.ac-8091-            AC_MSG_CHECKING([epm version])
libreoffice-7.0.3/configure.ac:8092:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.0.3/configure.ac:8093:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.0.3/configure.ac:8094:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.0.3/configure.ac-8095-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.0.3/configure.ac-8120-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.0.3/configure.ac:8121:            RPM_PATH=`which $RPM`
libreoffice-7.0.3/configure.ac-8122-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.0.3/configure.ac-8136-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.0.3/configure.ac:8137:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.0.3/configure.ac-8138-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.0.3/configure.ac-8215-        if test -n "$DOXYGEN"; then
libreoffice-7.0.3/configure.ac:8216:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.0.3/configure.ac:8217:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.0.3/configure.ac-8218-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.0.3/configure.ac-8256-
libreoffice-7.0.3/configure.ac:8257:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.0.3/configure.ac-8258-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.0.3/configure.ac-8342-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.0.3/configure.ac:8343:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.0.3/configure.ac-8344-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.0.3/configure.ac-8447-
libreoffice-7.0.3/configure.ac:8448:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.0.3/configure.ac:8449:            cat > conftest.asm << EOF
libreoffice-7.0.3/configure.ac-8450-            [%line __oline__ "configure"
##############################################
libreoffice-7.0.3/configure.ac-8457-EOF
libreoffice-7.0.3/configure.ac:8458:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.0.3/configure.ac-8459-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.0.3/configure.ac-8462-              echo "configure: failed program was:" >&AC_FD_CC
libreoffice-7.0.3/configure.ac:8463:              cat conftest.asm >&AC_FD_CC
libreoffice-7.0.3/configure.ac-8464-              rm -rf conftest*
##############################################
libreoffice-7.0.3/configure.ac-8474-****************************************************************************
libreoffice-7.0.3/configure.ac:8475:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.0.3/configure.ac-8476-To get one please:
##############################################
libreoffice-7.0.3/configure.ac-8491-
libreoffice-7.0.3/configure.ac:8492:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.0.3/configure.ac:8493:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.0.3/configure.ac-8494-
##############################################
libreoffice-7.0.3/configure.ac-8501-            fi
libreoffice-7.0.3/configure.ac:8502:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.0.3/configure.ac:8503:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.0.3/configure.ac-8504-        fi
##############################################
libreoffice-7.0.3/configure.ac-8764-        dnl make sure to use SDK path
libreoffice-7.0.3/configure.ac:8765:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.0.3/configure.ac-8766-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.0.3/configure.ac-8904-        AM_PATH_PYTHON([3.3])
libreoffice-7.0.3/configure.ac:8905:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.0.3/configure.ac:8906:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.0.3/configure.ac:8907:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.0.3/configure.ac:8908:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.0.3/configure.ac-8909-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.0.3/configure.ac-8912-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.0.3/configure.ac:8913:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.0.3/configure.ac:8914:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.0.3/configure.ac-8915-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.0.3/configure.ac:8916:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.0.3/configure.ac:8917:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.0.3/configure.ac-8918-        else
##############################################
libreoffice-7.0.3/configure.ac-9077-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.0.3/configure.ac:9078:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.0.3/configure.ac:9079:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.0.3/configure.ac-9080-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.0.3/configure.ac-9085-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.0.3/configure.ac:9086:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.0.3/configure.ac-9087-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.0.3/configure.ac-9089-        fi
libreoffice-7.0.3/configure.ac:9090:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.0.3/configure.ac-9091-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.0.3/configure.ac-9203-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.0.3/configure.ac:9204:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.0.3/configure.ac-9205-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.0.3/configure.ac-9400-            ])
libreoffice-7.0.3/configure.ac:9401:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.0.3/configure.ac-9402-        else
libreoffice-7.0.3/configure.ac-9403-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.0.3/configure.ac:9404:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.0.3/configure.ac-9405-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.0.3/configure.ac:9406:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.0.3/configure.ac:9407:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.0.3/configure.ac-9408-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.0.3/configure.ac-9410-        fi
libreoffice-7.0.3/configure.ac:9411:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.0.3/configure.ac-9412-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.0.3/configure.ac-9413-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.0.3/configure.ac:9414:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.0.3/configure.ac:9415:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.0.3/configure.ac-9416-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.0.3/configure.ac-9512-        fi
libreoffice-7.0.3/configure.ac:9513:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.0.3/configure.ac-9514-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.0.3/configure.ac-9516-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.0.3/configure.ac:9517:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.0.3/configure.ac-9518-
##############################################
libreoffice-7.0.3/configure.ac-9764-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.0.3/configure.ac:9765:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/configure.ac:9766:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.0.3/configure.ac:9767:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.0.3/configure.ac-9768-    fi
##############################################
libreoffice-7.0.3/configure.ac-9770-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.0.3/configure.ac:9771:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.0.3/configure.ac:9772:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.0.3/configure.ac:9773:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.0.3/configure.ac-9774-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.0.3/configure.ac-10092-    if test "$with_system_neon" = "yes"; then
libreoffice-7.0.3/configure.ac:10093:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.0.3/configure.ac-10094-    else
##############################################
libreoffice-7.0.3/configure.ac-10399-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.0.3/configure.ac:10400:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.0.3/configure.ac-10401-fi
##############################################
libreoffice-7.0.3/configure.ac-10416-    if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.0.3/configure.ac:10417:        SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.0.3/configure.ac-10418-        SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.0.3/configure.ac-10479-    AC_MSG_CHECKING([the bison version])
libreoffice-7.0.3/configure.ac:10480:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.0.3/configure.ac:10481:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.0.3/configure.ac-10482-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.0.3/configure.ac-10503-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure.ac:10504:    FLEX=`cygpath -m $FLEX`
libreoffice-7.0.3/configure.ac-10505-fi
##############################################
libreoffice-7.0.3/configure.ac-10546-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure.ac:10547:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.0.3/configure.ac-10548-fi
##############################################
libreoffice-7.0.3/configure.ac-10570-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure.ac:10571:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.0.3/configure.ac-10572-fi
##############################################
libreoffice-7.0.3/configure.ac-10608-    if test -f "$CL_PATH/$assembler"; then
libreoffice-7.0.3/configure.ac:10609:        ML_EXE=`win_short_path_for_make "$CL_PATH/$assembler"`
libreoffice-7.0.3/configure.ac-10610-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.0.3/configure.ac-10633-if test $build_os = cygwin; then
libreoffice-7.0.3/configure.ac:10634:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.0.3/configure.ac-10635-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.0.3/configure.ac-11148-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.0.3/configure.ac:11149:                CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.0.3/configure.ac-11150-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.0.3/configure.ac-11166-    if test -n "$CLANG_CC" -a -n "$CLANG_CXX"; then
libreoffice-7.0.3/configure.ac:11167:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.0.3/configure.ac:11168:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.0.3/configure.ac-11169-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.0.3/configure.ac-11466-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.0.3/configure.ac:11467:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.0.3/configure.ac:11468:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.0.3/configure.ac-11469-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.0.3/configure.ac-11815-    else
libreoffice-7.0.3/configure.ac:11816:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.0.3/configure.ac-11817-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.0.3/configure.ac-11819-        fi
libreoffice-7.0.3/configure.ac:11820:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.0.3/configure.ac-11821-        qt5_minimal_minor="6"
##############################################
libreoffice-7.0.3/configure.ac-11828-
libreoffice-7.0.3/configure.ac:11829:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.0.3/configure.ac:11830:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.0.3/configure.ac-11831-
##############################################
libreoffice-7.0.3/configure.ac-11878-
libreoffice-7.0.3/configure.ac:11879:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.0.3/configure.ac-11880-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.0.3/configure.ac-11911-    if test "$OS" = "HAIKU"; then
libreoffice-7.0.3/configure.ac:11912:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.0.3/configure.ac:11913:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.0.3/configure.ac:11914:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.0.3/configure.ac-11915-    fi
##############################################
libreoffice-7.0.3/configure.ac-11929-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.0.3/configure.ac:11930:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.0.3/configure.ac:11931:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.0.3/configure.ac-11932-    fi
##############################################
libreoffice-7.0.3/configure.ac-12024-        esac
libreoffice-7.0.3/configure.ac:12025:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.0.3/configure.ac-12026-    done
##############################################
libreoffice-7.0.3/configure.ac-12194-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.0.3/configure.ac:12195:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.0.3/configure.ac-12196-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.0.3/configure.ac-12232-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.0.3/configure.ac:12233:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.0.3/configure.ac-12234-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.0.3/configure.ac-12386-            if test "$_os" = "WINNT"; then
libreoffice-7.0.3/configure.ac:12387:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.0.3/configure.ac-12388-            else
##############################################
libreoffice-7.0.3/configure.ac-12399-            # AC_PATH_PROGS needs unix path
libreoffice-7.0.3/configure.ac:12400:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.0.3/configure.ac-12401-        fi
##############################################
libreoffice-7.0.3/configure.ac-12414-            a_cwd=`pwd`
libreoffice-7.0.3/configure.ac:12415:            a_basename=`basename "$ANT"`
libreoffice-7.0.3/configure.ac:12416:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.0.3/configure.ac:12417:            cd "`dirname "$ANT"`"
libreoffice-7.0.3/configure.ac:12418:            cd "`dirname "$a_script"`"
libreoffice-7.0.3/configure.ac:12419:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.0.3/configure.ac-12420-            cd "$a_cwd"
##############################################
libreoffice-7.0.3/configure.ac-12447-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.0.3/configure.ac:12448:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.0.3/configure.ac-12449-                if test -z "$ANT_HOME"; then
libreoffice-7.0.3/configure.ac:12450:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.0.3/configure.ac-12451-                fi
##############################################
libreoffice-7.0.3/configure.ac-12509-    ant_minver=1.6.0
libreoffice-7.0.3/configure.ac:12510:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.0.3/configure.ac-12511-
libreoffice-7.0.3/configure.ac-12512-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.0.3/configure.ac:12513:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.0.3/configure.ac:12514:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.0.3/configure.ac:12515:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.0.3/configure.ac-12516-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.0.3/configure.ac-12548-    if test "$_os" = "WINNT"; then
libreoffice-7.0.3/configure.ac:12549:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.0.3/configure.ac-12550-    fi
##############################################
libreoffice-7.0.3/configure.ac-12586-        if test "$_os" = "WINNT"; then
libreoffice-7.0.3/configure.ac:12587:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.0.3/configure.ac-12588-        fi
##############################################
libreoffice-7.0.3/configure.ac-12732-    echo $WITH_LANG | grep -q en-US
libreoffice-7.0.3/configure.ac:12733:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.0.3/configure.ac-12734-fi
libreoffice-7.0.3/configure.ac-12735-# list with substituted ALL
libreoffice-7.0.3/configure.ac:12736:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.0.3/configure.ac-12737-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.0.3/configure.ac-12739-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.0.3/configure.ac:12740:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.0.3/configure.ac:12741:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.0.3/configure.ac-12742-fi
##############################################
libreoffice-7.0.3/configure.ac-12750-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.0.3/configure.ac:12751:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.0.3/configure.ac-12752-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.0.3/configure.ac-12761-
libreoffice-7.0.3/configure.ac:12762:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.0.3/configure.ac-12763-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.0.3/configure.ac-12927-
libreoffice-7.0.3/configure.ac:12928:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.0.3/configure.ac-12929-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.0.3/configure.ac-13047-        *)
libreoffice-7.0.3/configure.ac:13048:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.0.3/configure.ac-13049-            ;;
##############################################
libreoffice-7.0.3/configure.ac-13257-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.0.3/configure.ac:13258:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.0.3/configure.ac-13259-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.0.3/configure.ac-13263-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.0.3/configure.ac:13264:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.0.3/configure.ac-13265-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.0.3/configure.ac-13269-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.0.3/configure.ac:13270:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.0.3/configure.ac-13271-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.0.3/configure.ac-13283-
libreoffice-7.0.3/configure.ac:13284:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.0.3/configure.ac-13285-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.0.3/configure.ac-13309-    fi
libreoffice-7.0.3/configure.ac:13310:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.0.3/configure.ac:13311:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.0.3/configure.ac-13312-
##############################################
libreoffice-7.0.3/configure.ac-13350-if test "$build_os" = "cygwin"; then
libreoffice-7.0.3/configure.ac:13351:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.0.3/configure.ac-13352-fi
##############################################
libreoffice-7.0.3/configure.ac-13371-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.0.3/configure.ac:13372:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.0.3/configure.ac-13373-        fi
##############################################
libreoffice-7.0.3/configure.ac-13425-if test -f config_host.mk; then
libreoffice-7.0.3/configure.ac:13426:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.0.3/configure.ac-13427-fi
libreoffice-7.0.3/configure.ac-13428-if test -f config_host_lang.mk; then
libreoffice-7.0.3/configure.ac:13429:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.0.3/configure.ac-13430-fi
##############################################
libreoffice-7.0.3/configure.ac-13494-    echo > config_host.mk.stamp
libreoffice-7.0.3/configure.ac:13495:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/configure.ac-13496-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.0.3/configure.ac-13503-    echo > config_host_lang.mk.stamp
libreoffice-7.0.3/configure.ac:13504:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.0.3/configure.ac-13505-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
libreoffice-7.1.0~beta1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
libreoffice-7.1.0~beta1/configure-45-  as_echo='print -r --'
libreoffice-7.1.0~beta1/configure-46-  as_echo_n='print -rn --'
libreoffice-7.1.0~beta1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
libreoffice-7.1.0~beta1/configure-48-  as_echo='printf %s\n'
##############################################
libreoffice-7.1.0~beta1/configure-50-else
libreoffice-7.1.0~beta1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
libreoffice-7.1.0~beta1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
libreoffice-7.1.0~beta1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
libreoffice-7.1.0~beta1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
libreoffice-7.1.0~beta1/configure-62-      esac;
##############################################
libreoffice-7.1.0~beta1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
libreoffice-7.1.0~beta1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
libreoffice-7.1.0~beta1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
libreoffice-7.1.0~beta1/configure-324-      case $as_dir in #(
libreoffice-7.1.0~beta1/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
libreoffice-7.1.0~beta1/configure-326-      *) as_qdir=$as_dir;;
##############################################
libreoffice-7.1.0~beta1/configure-397-  {
libreoffice-7.1.0~beta1/configure:398:    as_val=`expr "$@" || test $? -eq 1`
libreoffice-7.1.0~beta1/configure-399-  }
##############################################
libreoffice-7.1.0~beta1/configure-404-# ----------------------------------------
libreoffice-7.1.0~beta1/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
libreoffice-7.1.0~beta1/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
libreoffice-7.1.0~beta1/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
libreoffice-7.1.0~beta1/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
libreoffice-7.1.0~beta1/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
libreoffice-7.1.0~beta1/configure-1938-  case $ac_option in
libreoffice-7.1.0~beta1/configure:1939:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
libreoffice-7.1.0~beta1/configure-1940-  *=)   ac_optarg= ;;
##############################################
libreoffice-7.1.0~beta1/configure-1982-  -disable-* | --disable-*)
libreoffice-7.1.0~beta1/configure:1983:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
libreoffice-7.1.0~beta1/configure-1984-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.1.0~beta1/configure-1987-    ac_useropt_orig=$ac_useropt
libreoffice-7.1.0~beta1/configure:1988:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libreoffice-7.1.0~beta1/configure-1989-    case $ac_user_opts in
##############################################
libreoffice-7.1.0~beta1/configure-2008-  -enable-* | --enable-*)
libreoffice-7.1.0~beta1/configure:2009:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
libreoffice-7.1.0~beta1/configure-2010-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.1.0~beta1/configure-2013-    ac_useropt_orig=$ac_useropt
libreoffice-7.1.0~beta1/configure:2014:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libreoffice-7.1.0~beta1/configure-2015-    case $ac_user_opts in
##############################################
libreoffice-7.1.0~beta1/configure-2221-  -with-* | --with-*)
libreoffice-7.1.0~beta1/configure:2222:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
libreoffice-7.1.0~beta1/configure-2223-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.1.0~beta1/configure-2226-    ac_useropt_orig=$ac_useropt
libreoffice-7.1.0~beta1/configure:2227:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libreoffice-7.1.0~beta1/configure-2228-    case $ac_user_opts in
##############################################
libreoffice-7.1.0~beta1/configure-2237-  -without-* | --without-*)
libreoffice-7.1.0~beta1/configure:2238:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
libreoffice-7.1.0~beta1/configure-2239-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.1.0~beta1/configure-2242-    ac_useropt_orig=$ac_useropt
libreoffice-7.1.0~beta1/configure:2243:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libreoffice-7.1.0~beta1/configure-2244-    case $ac_user_opts in
##############################################
libreoffice-7.1.0~beta1/configure-2275-  *=*)
libreoffice-7.1.0~beta1/configure:2276:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
libreoffice-7.1.0~beta1/configure-2277-    # Reject names that are not valid shell variable names.
##############################################
libreoffice-7.1.0~beta1/configure-2296-if test -n "$ac_prev"; then
libreoffice-7.1.0~beta1/configure:2297:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
libreoffice-7.1.0~beta1/configure-2298-  as_fn_error $? "missing argument to $ac_option"
##############################################
libreoffice-7.1.0~beta1/configure-2318-    */ )
libreoffice-7.1.0~beta1/configure:2319:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
libreoffice-7.1.0~beta1/configure-2320-      eval $ac_var=\$ac_val;;
##############################################
libreoffice-7.1.0~beta1/configure-2353-ac_ls_di=`ls -di .` &&
libreoffice-7.1.0~beta1/configure:2354:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
libreoffice-7.1.0~beta1/configure-2355-  as_fn_error $? "working directory cannot be determined"
##############################################
libreoffice-7.1.0~beta1/configure-2409-case $srcdir in
libreoffice-7.1.0~beta1/configure:2410:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
libreoffice-7.1.0~beta1/configure-2411-esac
##############################################
libreoffice-7.1.0~beta1/configure-2452-By default, \`make install' will install all the files in
libreoffice-7.1.0~beta1/configure:2453:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
libreoffice-7.1.0~beta1/configure:2454:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
libreoffice-7.1.0~beta1/configure-2455-for instance \`--prefix=\$HOME'.
##############################################
libreoffice-7.1.0~beta1/configure-3722-*)
libreoffice-7.1.0~beta1/configure:3723:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
libreoffice-7.1.0~beta1/configure-3724-  # A ".." for each directory in $ac_dir_suffix.
libreoffice-7.1.0~beta1/configure:3725:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
libreoffice-7.1.0~beta1/configure-3726-  case $ac_top_builddir_sub in
##############################################
libreoffice-7.1.0~beta1/configure-4727-    *\'*)
libreoffice-7.1.0~beta1/configure:4728:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
libreoffice-7.1.0~beta1/configure-4729-    esac
##############################################
libreoffice-7.1.0~beta1/configure-4810-      case $ac_val in
libreoffice-7.1.0~beta1/configure:4811:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
libreoffice-7.1.0~beta1/configure-4812-      esac
##############################################
libreoffice-7.1.0~beta1/configure-4825-	case $ac_val in
libreoffice-7.1.0~beta1/configure:4826:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
libreoffice-7.1.0~beta1/configure-4827-	esac
##############################################
libreoffice-7.1.0~beta1/configure-4945-    set,)
libreoffice-7.1.0~beta1/configure:4946:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
libreoffice-7.1.0~beta1/configure:4947:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
libreoffice-7.1.0~beta1/configure-4948-      ac_cache_corrupted=: ;;
##############################################
libreoffice-7.1.0~beta1/configure-4956-	# differences in whitespace do not lead to failure.
libreoffice-7.1.0~beta1/configure:4957:	ac_old_val_w=`echo x $ac_old_val`
libreoffice-7.1.0~beta1/configure:4958:	ac_new_val_w=`echo x $ac_new_val`
libreoffice-7.1.0~beta1/configure-4959-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
libreoffice-7.1.0~beta1/configure-4976-    case $ac_new_val in
libreoffice-7.1.0~beta1/configure:4977:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
libreoffice-7.1.0~beta1/configure-4978-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
libreoffice-7.1.0~beta1/configure-5022-
libreoffice-7.1.0~beta1/configure:5023:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure:5024:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure-5025-
##############################################
libreoffice-7.1.0~beta1/configure-5110-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure:5111:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/configure-5112-            else
libreoffice-7.1.0~beta1/configure:5113:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/configure-5114-            fi
##############################################
libreoffice-7.1.0~beta1/configure-5118-        fi
libreoffice-7.1.0~beta1/configure:5119:        fp_count_colon=`echo "$formatted_path" | $GREP -c ":"`
libreoffice-7.1.0~beta1/configure:5120:        fp_count_slash=`echo "$formatted_path" | $GREP -c "/"`
libreoffice-7.1.0~beta1/configure-5121-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/configure-5122-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/configure:5123:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/configure-5124-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/configure-5151-            else
libreoffice-7.1.0~beta1/configure:5152:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/configure-5153-            fi
##############################################
libreoffice-7.1.0~beta1/configure-5157-        fi
libreoffice-7.1.0~beta1/configure:5158:        fp_count_space=`echo "$formatted_path" | $GREP -c " "`
libreoffice-7.1.0~beta1/configure-5159-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/configure-5214-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/configure:5215:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/configure-5216-    fi
##############################################
libreoffice-7.1.0~beta1/configure-5218-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/configure:5219:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/configure-5220-    fi
##############################################
libreoffice-7.1.0~beta1/configure-5387-test "x$ac_build_alias" = x &&
libreoffice-7.1.0~beta1/configure:5388:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
libreoffice-7.1.0~beta1/configure-5389-test "x$ac_build_alias" = x &&
libreoffice-7.1.0~beta1/configure-5390-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
libreoffice-7.1.0~beta1/configure:5391:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
libreoffice-7.1.0~beta1/configure-5392-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
libreoffice-7.1.0~beta1/configure-5411-IFS=$ac_save_IFS
libreoffice-7.1.0~beta1/configure:5412:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
libreoffice-7.1.0~beta1/configure-5413-
##############################################
libreoffice-7.1.0~beta1/configure-5422-else
libreoffice-7.1.0~beta1/configure:5423:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
libreoffice-7.1.0~beta1/configure-5424-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
libreoffice-7.1.0~beta1/configure-5444-IFS=$ac_save_IFS
libreoffice-7.1.0~beta1/configure:5445:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
libreoffice-7.1.0~beta1/configure-5446-
##############################################
libreoffice-7.1.0~beta1/configure-5490-
libreoffice-7.1.0~beta1/configure:5491:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/configure-5492-
##############################################
libreoffice-7.1.0~beta1/configure-5502-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/configure:5503:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[a-zA-Z0-9]\([^a-zA-Z0-9]*\)$/\1/'`
libreoffice-7.1.0~beta1/configure-5504-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/configure-5519-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/configure:5520:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/configure-5521-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/configure-5584-  # Check for GNU $ac_path_GREP
libreoffice-7.1.0~beta1/configure:5585:case `"$ac_path_GREP" --version 2>&1` in
libreoffice-7.1.0~beta1/configure-5586-*GNU*)
##############################################
libreoffice-7.1.0~beta1/configure-5650-  # Check for GNU $ac_path_EGREP
libreoffice-7.1.0~beta1/configure:5651:case `"$ac_path_EGREP" --version 2>&1` in
libreoffice-7.1.0~beta1/configure-5652-*GNU*)
##############################################
libreoffice-7.1.0~beta1/configure-5767-                else
libreoffice-7.1.0~beta1/configure:5768:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/configure-5769-                fi
libreoffice-7.1.0~beta1/configure-5770-            else
libreoffice-7.1.0~beta1/configure:5771:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/configure-5772-            fi
##############################################
libreoffice-7.1.0~beta1/configure-5949-        fi
libreoffice-7.1.0~beta1/configure:5950:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/configure-5951-    else
libreoffice-7.1.0~beta1/configure:5952:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/configure-5953-    fi
##############################################
libreoffice-7.1.0~beta1/configure-6112-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:6113:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-6114-                enable_android_editing=yes
##############################################
libreoffice-7.1.0~beta1/configure-6172-$as_echo_n "checking the Solaris operating system release... " >&6; }
libreoffice-7.1.0~beta1/configure:6173:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/configure-6174-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/configure-6462-
libreoffice-7.1.0~beta1/configure:6463:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/configure-6464-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/configure-6973-$as_echo_n "checking whether the C compiler works... " >&6; }
libreoffice-7.1.0~beta1/configure:6974:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
libreoffice-7.1.0~beta1/configure-6975-
##############################################
libreoffice-7.1.0~beta1/configure-7017-	then :; else
libreoffice-7.1.0~beta1/configure:7018:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
libreoffice-7.1.0~beta1/configure-7019-	fi
##############################################
libreoffice-7.1.0~beta1/configure-7077-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
libreoffice-7.1.0~beta1/configure:7078:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
libreoffice-7.1.0~beta1/configure-7079-	  break;;
##############################################
libreoffice-7.1.0~beta1/configure-7186-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
libreoffice-7.1.0~beta1/configure:7187:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
libreoffice-7.1.0~beta1/configure-7188-       break;;
##############################################
libreoffice-7.1.0~beta1/configure-7418-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/configure:7419:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure-7420-    fi
##############################################
libreoffice-7.1.0~beta1/configure-7678-do :
libreoffice-7.1.0~beta1/configure:7679:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-7680-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
libreoffice-7.1.0~beta1/configure-7683-  cat >>confdefs.h <<_ACEOF
libreoffice-7.1.0~beta1/configure:7684:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
libreoffice-7.1.0~beta1/configure-7685-_ACEOF
##############################################
libreoffice-7.1.0~beta1/configure-8020-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8021:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8022-                enable_extension_integration=yes
##############################################
libreoffice-7.1.0~beta1/configure-8057-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8058:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8059-                enable_extensions=yes
##############################################
libreoffice-7.1.0~beta1/configure-8093-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8094:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8095-                enable_report_builder=yes
##############################################
libreoffice-7.1.0~beta1/configure-8114-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8115:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8116-                enable_ext_wiki_publisher=yes
##############################################
libreoffice-7.1.0~beta1/configure-8135-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8136:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8137-                enable_lpsolve=yes
##############################################
libreoffice-7.1.0~beta1/configure-8155-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8156:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8157-                enable_coinmp=yes
##############################################
libreoffice-7.1.0~beta1/configure-8176-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8177:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8178-                enable_pdfimport=yes
##############################################
libreoffice-7.1.0~beta1/configure-8197-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8198:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8199-                enable_pdfium=yes
##############################################
libreoffice-7.1.0~beta1/configure-8218-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8219:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8220-                enable_skia=yes
##############################################
libreoffice-7.1.0~beta1/configure-8242-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8243:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8244-                enable_mergelibs=yes
##############################################
libreoffice-7.1.0~beta1/configure-8263-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8264:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8265-                enable_breakpad=yes
##############################################
libreoffice-7.1.0~beta1/configure-8284-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8285:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8286-                enable_crashdump=yes
##############################################
libreoffice-7.1.0~beta1/configure-8317-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8318:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8319-                enable_pch=yes
##############################################
libreoffice-7.1.0~beta1/configure-8338-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8339:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8340-                enable_epm=yes
##############################################
libreoffice-7.1.0~beta1/configure-8359-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8360:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8361-                enable_odk=yes
##############################################
libreoffice-7.1.0~beta1/configure-8386-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8387:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8388-                enable_evolution2=yes
##############################################
libreoffice-7.1.0~beta1/configure-8413-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8414:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8415-                enable_werror=yes
##############################################
libreoffice-7.1.0~beta1/configure-8434-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8435:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8436-                enable_assert_always_abort=yes
##############################################
libreoffice-7.1.0~beta1/configure-8455-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8456:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8457-                enable_dbgutil=yes
##############################################
libreoffice-7.1.0~beta1/configure-8476-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8477:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8478-                enable_debug=yes
##############################################
libreoffice-7.1.0~beta1/configure-8497-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8498:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8499-                enable_split_debug=yes
##############################################
libreoffice-7.1.0~beta1/configure-8518-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8519:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8520-                enable_gdb_index=yes
##############################################
libreoffice-7.1.0~beta1/configure-8539-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8540:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8541-                enable_sal_log=yes
##############################################
libreoffice-7.1.0~beta1/configure-8560-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8561:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8562-                enable_symbols=yes
##############################################
libreoffice-7.1.0~beta1/configure-8581-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8582:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8583-                enable_optimized=yes
##############################################
libreoffice-7.1.0~beta1/configure-8602-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8603:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8604-                enable_runtime_optimizations=yes
##############################################
libreoffice-7.1.0~beta1/configure-8630-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8631:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8632-                enable_compiler_plugins=yes
##############################################
libreoffice-7.1.0~beta1/configure-8656-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8657:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8658-                enable_compiler_plugins_analyzer_pch=yes
##############################################
libreoffice-7.1.0~beta1/configure-8677-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8678:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8679-                enable_ooenv=yes
##############################################
libreoffice-7.1.0~beta1/configure-8710-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8711:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8712-                enable_gtk3=yes
##############################################
libreoffice-7.1.0~beta1/configure-8749-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8750:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8751-                enable_cairo_canvas=yes
##############################################
libreoffice-7.1.0~beta1/configure-8770-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8771:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8772-                enable_dbus=yes
##############################################
libreoffice-7.1.0~beta1/configure-8791-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8792:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8793-                enable_sdremote=yes
##############################################
libreoffice-7.1.0~beta1/configure-8812-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8813:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8814-                enable_sdremote_bluetooth=yes
##############################################
libreoffice-7.1.0~beta1/configure-8833-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8834:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8835-                enable_gio=yes
##############################################
libreoffice-7.1.0~beta1/configure-8886-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8887:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8888-                enable_randr=yes
##############################################
libreoffice-7.1.0~beta1/configure-8907-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8908:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8909-                enable_gstreamer_1_0=yes
##############################################
libreoffice-7.1.0~beta1/configure-8928-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8929:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8930-                enable_vlc=yes
##############################################
libreoffice-7.1.0~beta1/configure-8949-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8950:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8951-                enable_neon=yes
##############################################
libreoffice-7.1.0~beta1/configure-8970-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8971:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8972-                enable_eot=yes
##############################################
libreoffice-7.1.0~beta1/configure-8991-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:8992:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-8993-                enable_cve_tests=yes
##############################################
libreoffice-7.1.0~beta1/configure-9012-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9013:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9014-                enable_chart_tests=yes
##############################################
libreoffice-7.1.0~beta1/configure-9063-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9064:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9065-                enable_cups=yes
##############################################
libreoffice-7.1.0~beta1/configure-9090-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9091:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9092-                enable_online_update=yes
##############################################
libreoffice-7.1.0~beta1/configure-9118-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9119:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9120-                enable_extension_update=yes
##############################################
libreoffice-7.1.0~beta1/configure-9139-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9140:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9141-                enable_release_build=yes
##############################################
libreoffice-7.1.0~beta1/configure-9215-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9216:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9217-                enable_readonly_installset=yes
##############################################
libreoffice-7.1.0~beta1/configure-9236-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9237:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9238-                enable_mariadb_sdbc=yes
##############################################
libreoffice-7.1.0~beta1/configure-9257-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9258:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9259-                enable_postgresql_sdbc=yes
##############################################
libreoffice-7.1.0~beta1/configure-9278-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9279:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9280-                enable_lotuswordpro=yes
##############################################
libreoffice-7.1.0~beta1/configure-9299-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9300:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9301-                enable_firebird_sdbc=yes
##############################################
libreoffice-7.1.0~beta1/configure-9334-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9335:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9336-                enable_cipher_openssl_backend=yes
##############################################
libreoffice-7.1.0~beta1/configure-9367-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9368:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9369-                enable_formula_logger=yes
##############################################
libreoffice-7.1.0~beta1/configure-9469-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9470:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9471-                with_helppack_integration=yes
##############################################
libreoffice-7.1.0~beta1/configure-9492-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9493:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9494-                with_fonts=yes
##############################################
libreoffice-7.1.0~beta1/configure-9690-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9691:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9692-                enable_poppler=yes
##############################################
libreoffice-7.1.0~beta1/configure-9720-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9721:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9722-                enable_gpgmepp=yes
##############################################
libreoffice-7.1.0~beta1/configure-9822-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9823:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9824-                enable_scripting_beanshell=yes
##############################################
libreoffice-7.1.0~beta1/configure-9859-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:9860:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-9861-                enable_scripting_javascript=yes
##############################################
libreoffice-7.1.0~beta1/configure-10054-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:10055:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-10056-                enable_qrcodegen=yes
##############################################
libreoffice-7.1.0~beta1/configure-10176-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:10177:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-10178-                with_java=yes
##############################################
libreoffice-7.1.0~beta1/configure-10241-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:10242:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-10243-                with_junit=yes
##############################################
libreoffice-7.1.0~beta1/configure-10280-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:10281:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-10282-                with_doxygen=yes
##############################################
libreoffice-7.1.0~beta1/configure-10332-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:10333:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-10334-                with_krb5=yes
##############################################
libreoffice-7.1.0~beta1/configure-10355-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:10356:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-10357-                with_gssapi=yes
##############################################
libreoffice-7.1.0~beta1/configure-10385-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:10386:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-10387-                with_lxml=yes
##############################################
libreoffice-7.1.0~beta1/configure-10408-  if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/configure:10409:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/configure-10410-                with_latest_c__=yes
##############################################
libreoffice-7.1.0~beta1/configure-10646-                PathFormat "$1"
libreoffice-7.1.0~beta1/configure:10647:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/configure-10648-            else
libreoffice-7.1.0~beta1/configure-10649-                PathFormat "$1"
libreoffice-7.1.0~beta1/configure:10650:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/configure-10651-            fi
##############################################
libreoffice-7.1.0~beta1/configure-11016-$as_echo_n "checking whether version of ccache is suitable... " >&6; }
libreoffice-7.1.0~beta1/configure:11017:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/configure:11018:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure-11019-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/configure-11086-        else
libreoffice-7.1.0~beta1/configure:11087:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/configure-11088-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/configure-11108-
libreoffice-7.1.0~beta1/configure:11109:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/configure-11110-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/configure-11155-
libreoffice-7.1.0~beta1/configure:11156:        COMPATH=`echo $COMPATH | $SED "s@/[^/:]*\\\$@@"`
libreoffice-7.1.0~beta1/configure-11157-fi
libreoffice-7.1.0~beta1/configure:11158:COMPATH=`echo $COMPATH | $SED "s@/[Bb][Ii][Nn]\\\$@@"`
libreoffice-7.1.0~beta1/configure-11159-
##############################################
libreoffice-7.1.0~beta1/configure-11198-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/configure:11199:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/configure-11200-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/configure-11308-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/configure:11309:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure-11310-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/configure-11321-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/configure:11322:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure-11323-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/configure-11400-
libreoffice-7.1.0~beta1/configure:11401:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/configure-11402-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/configure-11403-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/configure:11404:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[^"]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/configure-11405-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name" >&5
##############################################
libreoffice-7.1.0~beta1/configure-11411-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/configure:11412:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[^"]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/configure-11413-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name" >&5
##############################################
libreoffice-7.1.0~beta1/configure-11428-
libreoffice-7.1.0~beta1/configure:11429:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/configure-11430-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/configure-11431-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/configure:11432:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[^"]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/configure-11433-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name" >&5
##############################################
libreoffice-7.1.0~beta1/configure-11439-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/configure:11440:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[^"]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/configure-11441-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name" >&5
##############################################
libreoffice-7.1.0~beta1/configure-11519-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/configure:11520:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure-11521-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/configure-11527-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/configure:11528:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure-11529-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/configure-11951-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/configure:11952:        vswhereoutput=`$vswhere -version "[ $ver , $(expr $ver + 1) )" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/configure-11953-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/configure-11956-$as_echo_n "checking VC++ Build Tools and similar... " >&6; }
libreoffice-7.1.0~beta1/configure:11957:            vswhereoutput=`$vswhere -products \* -version "[ $ver , $(expr $ver + 1) )" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/configure-11958-        fi
##############################################
libreoffice-7.1.0~beta1/configure-11973-        esac
libreoffice-7.1.0~beta1/configure:11974:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/configure-11975-
##############################################
libreoffice-7.1.0~beta1/configure-12005-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/configure:12006:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/configure:12007:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/configure-12008-
##############################################
libreoffice-7.1.0~beta1/configure-12062-$as_echo_n "checking for short pathname of VC product directory... " >&6; }
libreoffice-7.1.0~beta1/configure:12063:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/configure-12064-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VC_PRODUCT_DIR" >&5
##############################################
libreoffice-7.1.0~beta1/configure-12095-$as_echo "found: $regvalue" >&6; }
libreoffice-7.1.0~beta1/configure:12096:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/configure-12097-    else
##############################################
libreoffice-7.1.0~beta1/configure-12110-        fi
libreoffice-7.1.0~beta1/configure:12111:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/configure-12112-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $regvalue" >&5
##############################################
libreoffice-7.1.0~beta1/configure-12126-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/configure:12127:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/configure-12128-    fi
##############################################
libreoffice-7.1.0~beta1/configure-12131-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/configure:12132:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure-12133-    fi
##############################################
libreoffice-7.1.0~beta1/configure-12135-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/configure:12136:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure-12137-    fi
##############################################
libreoffice-7.1.0~beta1/configure-12143-
libreoffice-7.1.0~beta1/configure:12144:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/configure-12145-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/configure-12147-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/configure:12148:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/configure-12149-
##############################################
libreoffice-7.1.0~beta1/configure-12217-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/configure:12218:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/configure-12219-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
##############################################
libreoffice-7.1.0~beta1/configure-12247-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/configure:12248:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/configure-12249-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/configure-12337-        fi
libreoffice-7.1.0~beta1/configure:12338:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/configure:12339:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/configure-12340-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/configure-12497-$as_echo_n "checking the GCC version... " >&6; }
libreoffice-7.1.0~beta1/configure:12498:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/configure-12499-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/configure-12500-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/configure:12501:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/configure-12502-
##############################################
libreoffice-7.1.0~beta1/configure-13654-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/configure:13655:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure-13656-    fi
##############################################
libreoffice-7.1.0~beta1/configure-13658-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/configure:13659:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure-13660-    fi
##############################################
libreoffice-7.1.0~beta1/configure-13798-
libreoffice-7.1.0~beta1/configure:13799:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/configure-13800-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/configure-13803-        VV='$'$V
libreoffice-7.1.0~beta1/configure:13804:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/configure-13805-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/configure-13812-        VV='$'$V
libreoffice-7.1.0~beta1/configure:13813:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/configure-13814-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/configure-13821-        VV='$'$V
libreoffice-7.1.0~beta1/configure:13822:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/configure:13823:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([a-z]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/configure-13824-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/configure-14177-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:14178:  pkg_cv_FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.4.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-14179-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-14194-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:14195:  pkg_cv_FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.4.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-14196-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-14215-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:14216:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig >= 2.4.1" 2>&1`
libreoffice-7.1.0~beta1/configure-14217-        else
libreoffice-7.1.0~beta1/configure:14218:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig >= 2.4.1" 2>&1`
libreoffice-7.1.0~beta1/configure-14219-        fi
##############################################
libreoffice-7.1.0~beta1/configure-14264-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure:14265:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/configure-14266-   else
##############################################
libreoffice-7.1.0~beta1/configure-14536-$as_echo_n "checking ccache version... " >&6; }
libreoffice-7.1.0~beta1/configure:14537:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/configure:14538:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure-14539-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CCACHE_VERSION" >&5
##############################################
libreoffice-7.1.0~beta1/configure-14689-$as_echo_n "checking the GNU Make version... " >&6; }
libreoffice-7.1.0~beta1/configure:14690:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[^0-9]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/configure:14691:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure-14692-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/configure-14778-EOF
libreoffice-7.1.0~beta1/configure:14779:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/configure-14780-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/configure-14796-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure:14797:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/configure-14798-fi
##############################################
libreoffice-7.1.0~beta1/configure-14819-
libreoffice-7.1.0~beta1/configure:14820:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/configure-14821-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/configure-14933-else
libreoffice-7.1.0~beta1/configure:14934:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/configure-14935-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/configure-16333-    160)
libreoffice-7.1.0~beta1/configure:16334:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/configure-16335-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/configure-16347-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/configure:16348:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/configure-16349-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $msmdir" >&5
##############################################
libreoffice-7.1.0~beta1/configure-16373-    160)
libreoffice-7.1.0~beta1/configure:16374:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/configure-16375-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/configure-16413-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/configure:16414:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/configure:16415:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/configure-16416-        fi
##############################################
libreoffice-7.1.0~beta1/configure-16422-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/configure:16423:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/configure-16424-
##############################################
libreoffice-7.1.0~beta1/configure-16542-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/configure:16543:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/configure-16544-
##############################################
libreoffice-7.1.0~beta1/configure-16573-
libreoffice-7.1.0~beta1/configure:16574:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/configure-16575-
##############################################
libreoffice-7.1.0~beta1/configure-16603-
libreoffice-7.1.0~beta1/configure:16604:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/configure-16605-
##############################################
libreoffice-7.1.0~beta1/configure-16900-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/configure:16901:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure-16902-    fi
##############################################
libreoffice-7.1.0~beta1/configure-16908-
libreoffice-7.1.0~beta1/configure:16909:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/configure:16910:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/configure-16911-
##############################################
libreoffice-7.1.0~beta1/configure-18761-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure:18762:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/configure-18763-fi
##############################################
libreoffice-7.1.0~beta1/configure-18807-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:18808:  pkg_cv_LIBCMIS_CFLAGS=`$PKG_CONFIG --cflags "libcmis-0.5 >= 0.5.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-18809-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-18824-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:18825:  pkg_cv_LIBCMIS_LIBS=`$PKG_CONFIG --libs "libcmis-0.5 >= 0.5.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-18826-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-18845-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:18846:	        LIBCMIS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcmis-0.5 >= 0.5.2" 2>&1`
libreoffice-7.1.0~beta1/configure-18847-        else
libreoffice-7.1.0~beta1/configure:18848:	        LIBCMIS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcmis-0.5 >= 0.5.2" 2>&1`
libreoffice-7.1.0~beta1/configure-18849-        fi
##############################################
libreoffice-7.1.0~beta1/configure-20409-    done
libreoffice-7.1.0~beta1/configure:20410:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/configure-20411-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/configure:20412:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/configure-20413-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/configure-20470-        else
libreoffice-7.1.0~beta1/configure:20471:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/configure-20472-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/configure-20533-                if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/configure:20534:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/configure:20535:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/configure-20536-            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You are building 64-bit binaries but the JDK $howfound is 32-bit" >&5
##############################################
libreoffice-7.1.0~beta1/configure-20538-            as_fn_error $? "You should pass the --with-jdk-home option pointing to a 64-bit JDK" "$LINENO" 5
libreoffice-7.1.0~beta1/configure:20539:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/configure-20540-            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You are building 32-bit binaries but the JDK $howfound is 64-bit" >&5
##############################################
libreoffice-7.1.0~beta1/configure-20544-
libreoffice-7.1.0~beta1/configure:20545:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/configure-20546-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/configure-20547-        fi
libreoffice-7.1.0~beta1/configure:20548:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/configure-20549-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/configure-20551-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/configure:20552:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/configure-20553-                    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit" >&5
##############################################
libreoffice-7.1.0~beta1/configure-20558-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/configure:20559:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/configure-20560-                    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You are building 32-bit binaries but the JDK $howfound is 64-bit" >&5
##############################################
libreoffice-7.1.0~beta1/configure-20576-    if test -n "$JAVAINTERPRETER"; then
libreoffice-7.1.0~beta1/configure:20577:                if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/configure-20578-            as_fn_error $? "No valid check available. Please check the block for your desired java in configure.ac" "$LINENO" 5
libreoffice-7.1.0~beta1/configure:20579:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/configure-20580-            as_fn_error $? "No valid check available. Please check the block for your desired java in configure.ac" "$LINENO" 5
libreoffice-7.1.0~beta1/configure:20581:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/configure-20582-            as_fn_error $? "No valid check available. Please check the block for your desired java in configure.ac" "$LINENO" 5
libreoffice-7.1.0~beta1/configure:20583:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/configure-20584-            as_fn_error $? "No valid check available. Please check the block for your desired java in configure.ac" "$LINENO" 5
##############################################
libreoffice-7.1.0~beta1/configure-20587-
libreoffice-7.1.0~beta1/configure:20588:                        _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[-A-Za-z]*//`
libreoffice-7.1.0~beta1/configure:20589:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/configure-20590-
##############################################
libreoffice-7.1.0~beta1/configure-20597-
libreoffice-7.1.0~beta1/configure:20598:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/configure-20599-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/configure:20600:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[eE][xX][eE]$,,"`
libreoffice-7.1.0~beta1/configure-20601-            fi
##############################################
libreoffice-7.1.0~beta1/configure-20678-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/configure:20679:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/configure-20680-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/configure-20681-        fi
libreoffice-7.1.0~beta1/configure:20682:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/configure-20683-    fi
##############################################
libreoffice-7.1.0~beta1/configure-20778-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/configure:20779:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/configure-20780-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/configure-20781-        fi
libreoffice-7.1.0~beta1/configure:20782:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/configure-20783-    fi
libreoffice-7.1.0~beta1/configure-20784-
libreoffice-7.1.0~beta1/configure:20785:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/configure-20786-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/configure-20863-$as_echo_n "checking if gij knows its java.home... " >&6; }
libreoffice-7.1.0~beta1/configure:20864:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/configure-20865-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/configure-20875-        else
libreoffice-7.1.0~beta1/configure:20876:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/configure-20877-        fi
##############################################
libreoffice-7.1.0~beta1/configure-21134-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/configure:21135:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/configure-21136-
##############################################
libreoffice-7.1.0~beta1/configure-21146-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/configure:21147:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/configure-21148-        else
##############################################
libreoffice-7.1.0~beta1/configure-21206-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/configure:21207:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/configure-21208-
##############################################
libreoffice-7.1.0~beta1/configure-21214-            # check version of existing officeotron
libreoffice-7.1.0~beta1/configure:21215:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure-21216-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/configure-21224-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/configure:21225:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/configure-21226-        else
##############################################
libreoffice-7.1.0~beta1/configure-21246-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/configure:21247:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/configure-21248-    else
##############################################
libreoffice-7.1.0~beta1/configure-21252-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/configure:21253:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/configure-21254-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BFFVALIDATOR" >&5
##############################################
libreoffice-7.1.0~beta1/configure-21492-$as_echo_n "checking epm version... " >&6; }
libreoffice-7.1.0~beta1/configure:21493:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/configure:21494:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/configure:21495:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/configure-21496-                { $as_echo "$as_me:${as_lineno-$LINENO}: result: OK, >= 3.7" >&5
##############################################
libreoffice-7.1.0~beta1/configure-21524-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/configure:21525:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/configure-21526-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RPM_PATH" >&5
##############################################
libreoffice-7.1.0~beta1/configure-21581-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/configure:21582:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/configure-21583-                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether epm is patched for LibreOffice's needs" >&5
##############################################
libreoffice-7.1.0~beta1/configure-21749-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/configure:21750:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/configure:21751:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/configure-21752-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/configure-21927-
libreoffice-7.1.0~beta1/configure:21928:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/configure-21929-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/configure-22193-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/configure:22194:        for ac_prog in nasm nasmw yasm
libreoffice-7.1.0~beta1/configure-22195-do
##############################################
libreoffice-7.1.0~beta1/configure-22344-
libreoffice-7.1.0~beta1/configure:22345:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the assembler ($NASM $NAFLAGS) works" >&5
libreoffice-7.1.0~beta1/configure:22346:$as_echo_n "checking whether the assembler ($NASM $NAFLAGS) works... " >&6; }
libreoffice-7.1.0~beta1/configure:22347:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/configure-22348-            %line 22348 "configure"
##############################################
libreoffice-7.1.0~beta1/configure-22355-EOF
libreoffice-7.1.0~beta1/configure:22356:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/configure-22357-            if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$try_nasm\""; } >&5
##############################################
libreoffice-7.1.0~beta1/configure-22365-              echo "configure: failed program was:" >&5
libreoffice-7.1.0~beta1/configure:22366:              cat conftest.asm >&5
libreoffice-7.1.0~beta1/configure-22367-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/configure-22379-****************************************************************************
libreoffice-7.1.0~beta1/configure:22380:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/configure-22381-To get one please:
##############################################
libreoffice-7.1.0~beta1/configure-22396-
libreoffice-7.1.0~beta1/configure:22397:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/configure:22398:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/configure-22399-
##############################################
libreoffice-7.1.0~beta1/configure-22406-            fi
libreoffice-7.1.0~beta1/configure:22407:            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no suitable nasm (Netwide Assembler) found" >&5
libreoffice-7.1.0~beta1/configure:22408:$as_echo "$as_me: WARNING: no suitable nasm (Netwide Assembler) found" >&2;}
libreoffice-7.1.0~beta1/configure:22409:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/configure-22410-        fi
##############################################
libreoffice-7.1.0~beta1/configure-22439-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22440:  pkg_cv_CLUCENE_CFLAGS=`$PKG_CONFIG --cflags "libclucene-core" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22441-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22456-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22457:  pkg_cv_CLUCENE_LIBS=`$PKG_CONFIG --libs "libclucene-core" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22458-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22477-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:22478:	        CLUCENE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libclucene-core" 2>&1`
libreoffice-7.1.0~beta1/configure-22479-        else
libreoffice-7.1.0~beta1/configure:22480:	        CLUCENE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libclucene-core" 2>&1`
libreoffice-7.1.0~beta1/configure-22481-        fi
##############################################
libreoffice-7.1.0~beta1/configure-22587-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22588:  pkg_cv_EXPAT_CFLAGS=`$PKG_CONFIG --cflags "expat" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22589-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22604-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22605:  pkg_cv_EXPAT_LIBS=`$PKG_CONFIG --libs "expat" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22606-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22625-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:22626:	        EXPAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "expat" 2>&1`
libreoffice-7.1.0~beta1/configure-22627-        else
libreoffice-7.1.0~beta1/configure:22628:	        EXPAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "expat" 2>&1`
libreoffice-7.1.0~beta1/configure-22629-        fi
##############################################
libreoffice-7.1.0~beta1/configure-22709-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22710:  pkg_cv_XMLSEC_CFLAGS=`$PKG_CONFIG --cflags "xmlsec1-nss >= 1.2.28" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22711-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22726-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22727:  pkg_cv_XMLSEC_LIBS=`$PKG_CONFIG --libs "xmlsec1-nss >= 1.2.28" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22728-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22747-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:22748:	        XMLSEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xmlsec1-nss >= 1.2.28" 2>&1`
libreoffice-7.1.0~beta1/configure-22749-        else
libreoffice-7.1.0~beta1/configure:22750:	        XMLSEC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xmlsec1-nss >= 1.2.28" 2>&1`
libreoffice-7.1.0~beta1/configure-22751-        fi
##############################################
libreoffice-7.1.0~beta1/configure-22840-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22841:  pkg_cv_LIBEOT_CFLAGS=`$PKG_CONFIG --cflags "libeot >= 0.01" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22842-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22857-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22858:  pkg_cv_LIBEOT_LIBS=`$PKG_CONFIG --libs "libeot >= 0.01" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22859-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22878-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:22879:	        LIBEOT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libeot >= 0.01" 2>&1`
libreoffice-7.1.0~beta1/configure-22880-        else
libreoffice-7.1.0~beta1/configure:22881:	        LIBEOT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libeot >= 0.01" 2>&1`
libreoffice-7.1.0~beta1/configure-22882-        fi
##############################################
libreoffice-7.1.0~beta1/configure-22974-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22975:  pkg_cv_REVENGE_CFLAGS=`$PKG_CONFIG --cflags "librevenge-0.0 >= 0.0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22976-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-22991-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:22992:  pkg_cv_REVENGE_LIBS=`$PKG_CONFIG --libs "librevenge-0.0 >= 0.0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-22993-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23012-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:23013:	        REVENGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "librevenge-0.0 >= 0.0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23014-        else
libreoffice-7.1.0~beta1/configure:23015:	        REVENGE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "librevenge-0.0 >= 0.0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23016-        fi
##############################################
libreoffice-7.1.0~beta1/configure-23096-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23097:  pkg_cv_ODFGEN_CFLAGS=`$PKG_CONFIG --cflags "libodfgen-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23098-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23113-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23114:  pkg_cv_ODFGEN_LIBS=`$PKG_CONFIG --libs "libodfgen-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23115-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23134-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:23135:	        ODFGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libodfgen-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23136-        else
libreoffice-7.1.0~beta1/configure:23137:	        ODFGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libodfgen-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23138-        fi
##############################################
libreoffice-7.1.0~beta1/configure-23218-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23219:  pkg_cv_EPUBGEN_CFLAGS=`$PKG_CONFIG --cflags "libepubgen-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23220-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23235-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23236:  pkg_cv_EPUBGEN_LIBS=`$PKG_CONFIG --libs "libepubgen-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23237-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23256-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:23257:	        EPUBGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libepubgen-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23258-        else
libreoffice-7.1.0~beta1/configure:23259:	        EPUBGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libepubgen-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23260-        fi
##############################################
libreoffice-7.1.0~beta1/configure-23346-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23347:  pkg_cv_WPD_CFLAGS=`$PKG_CONFIG --cflags "libwpd-0.10" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23348-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23363-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23364:  pkg_cv_WPD_LIBS=`$PKG_CONFIG --libs "libwpd-0.10" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23365-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23384-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:23385:	        WPD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwpd-0.10" 2>&1`
libreoffice-7.1.0~beta1/configure-23386-        else
libreoffice-7.1.0~beta1/configure:23387:	        WPD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwpd-0.10" 2>&1`
libreoffice-7.1.0~beta1/configure-23388-        fi
##############################################
libreoffice-7.1.0~beta1/configure-23468-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23469:  pkg_cv_WPG_CFLAGS=`$PKG_CONFIG --cflags "libwpg-0.3" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23470-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23485-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23486:  pkg_cv_WPG_LIBS=`$PKG_CONFIG --libs "libwpg-0.3" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23487-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23506-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:23507:	        WPG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwpg-0.3" 2>&1`
libreoffice-7.1.0~beta1/configure-23508-        else
libreoffice-7.1.0~beta1/configure:23509:	        WPG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwpg-0.3" 2>&1`
libreoffice-7.1.0~beta1/configure-23510-        fi
##############################################
libreoffice-7.1.0~beta1/configure-23590-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23591:  pkg_cv_WPS_CFLAGS=`$PKG_CONFIG --cflags "libwps-0.4" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23592-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23607-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23608:  pkg_cv_WPS_LIBS=`$PKG_CONFIG --libs "libwps-0.4" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23609-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23628-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:23629:	        WPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwps-0.4" 2>&1`
libreoffice-7.1.0~beta1/configure-23630-        else
libreoffice-7.1.0~beta1/configure:23631:	        WPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwps-0.4" 2>&1`
libreoffice-7.1.0~beta1/configure-23632-        fi
##############################################
libreoffice-7.1.0~beta1/configure-23690-
libreoffice-7.1.0~beta1/configure:23691:            ver=`$PKG_CONFIG --modversion "libwps-0.4"`
libreoffice-7.1.0~beta1/configure-23692-            if test -n "$ver"; then :
##############################################
libreoffice-7.1.0~beta1/configure-23770-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23771:  pkg_cv_VISIO_CFLAGS=`$PKG_CONFIG --cflags "libvisio-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23772-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23787-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23788:  pkg_cv_VISIO_LIBS=`$PKG_CONFIG --libs "libvisio-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23789-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23808-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:23809:	        VISIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libvisio-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23810-        else
libreoffice-7.1.0~beta1/configure:23811:	        VISIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libvisio-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23812-        fi
##############################################
libreoffice-7.1.0~beta1/configure-23892-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23893:  pkg_cv_CDR_CFLAGS=`$PKG_CONFIG --cflags "libcdr-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23894-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23909-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:23910:  pkg_cv_CDR_LIBS=`$PKG_CONFIG --libs "libcdr-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-23911-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-23930-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:23931:	        CDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcdr-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23932-        else
libreoffice-7.1.0~beta1/configure:23933:	        CDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcdr-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-23934-        fi
##############################################
libreoffice-7.1.0~beta1/configure-24014-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24015:  pkg_cv_MSPUB_CFLAGS=`$PKG_CONFIG --cflags "libmspub-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24016-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24031-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24032:  pkg_cv_MSPUB_LIBS=`$PKG_CONFIG --libs "libmspub-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24033-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24052-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:24053:	        MSPUB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmspub-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24054-        else
libreoffice-7.1.0~beta1/configure:24055:	        MSPUB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmspub-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24056-        fi
##############################################
libreoffice-7.1.0~beta1/configure-24136-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24137:  pkg_cv_MWAW_CFLAGS=`$PKG_CONFIG --cflags "libmwaw-0.3 >= 0.3.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24138-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24153-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24154:  pkg_cv_MWAW_LIBS=`$PKG_CONFIG --libs "libmwaw-0.3 >= 0.3.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24155-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24174-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:24175:	        MWAW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmwaw-0.3 >= 0.3.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24176-        else
libreoffice-7.1.0~beta1/configure:24177:	        MWAW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmwaw-0.3 >= 0.3.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24178-        fi
##############################################
libreoffice-7.1.0~beta1/configure-24236-
libreoffice-7.1.0~beta1/configure:24237:            ver=`$PKG_CONFIG --modversion "libmwaw-0.3"`
libreoffice-7.1.0~beta1/configure-24238-            if test -n "$ver"; then :
##############################################
libreoffice-7.1.0~beta1/configure-24316-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24317:  pkg_cv_ETONYEK_CFLAGS=`$PKG_CONFIG --cflags "libetonyek-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24318-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24333-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24334:  pkg_cv_ETONYEK_LIBS=`$PKG_CONFIG --libs "libetonyek-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24335-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24354-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:24355:	        ETONYEK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libetonyek-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24356-        else
libreoffice-7.1.0~beta1/configure:24357:	        ETONYEK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libetonyek-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24358-        fi
##############################################
libreoffice-7.1.0~beta1/configure-24416-
libreoffice-7.1.0~beta1/configure:24417:            ver=`$PKG_CONFIG --modversion "libetonyek-0.1"`
libreoffice-7.1.0~beta1/configure-24418-            if test -n "$ver"; then :
##############################################
libreoffice-7.1.0~beta1/configure-24496-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24497:  pkg_cv_FREEHAND_CFLAGS=`$PKG_CONFIG --cflags "libfreehand-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24498-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24513-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24514:  pkg_cv_FREEHAND_LIBS=`$PKG_CONFIG --libs "libfreehand-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24515-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24534-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:24535:	        FREEHAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfreehand-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24536-        else
libreoffice-7.1.0~beta1/configure:24537:	        FREEHAND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfreehand-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24538-        fi
##############################################
libreoffice-7.1.0~beta1/configure-24618-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24619:  pkg_cv_EBOOK_CFLAGS=`$PKG_CONFIG --cflags "libe-book-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24620-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24635-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24636:  pkg_cv_EBOOK_LIBS=`$PKG_CONFIG --libs "libe-book-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24637-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24656-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:24657:	        EBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libe-book-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24658-        else
libreoffice-7.1.0~beta1/configure:24659:	        EBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libe-book-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24660-        fi
##############################################
libreoffice-7.1.0~beta1/configure-24718-
libreoffice-7.1.0~beta1/configure:24719:            ver=`$PKG_CONFIG --modversion "libe-book-0.1"`
libreoffice-7.1.0~beta1/configure-24720-            if test -n "$ver"; then :
##############################################
libreoffice-7.1.0~beta1/configure-24798-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24799:  pkg_cv_ABW_CFLAGS=`$PKG_CONFIG --cflags "libabw-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24800-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24815-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24816:  pkg_cv_ABW_LIBS=`$PKG_CONFIG --libs "libabw-0.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24817-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24836-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:24837:	        ABW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libabw-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24838-        else
libreoffice-7.1.0~beta1/configure:24839:	        ABW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libabw-0.1" 2>&1`
libreoffice-7.1.0~beta1/configure-24840-        fi
##############################################
libreoffice-7.1.0~beta1/configure-24920-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24921:  pkg_cv_PAGEMAKER_CFLAGS=`$PKG_CONFIG --cflags "libpagemaker-0.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24922-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24937-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:24938:  pkg_cv_PAGEMAKER_LIBS=`$PKG_CONFIG --libs "libpagemaker-0.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-24939-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-24958-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:24959:	        PAGEMAKER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpagemaker-0.0" 2>&1`
libreoffice-7.1.0~beta1/configure-24960-        else
libreoffice-7.1.0~beta1/configure:24961:	        PAGEMAKER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpagemaker-0.0" 2>&1`
libreoffice-7.1.0~beta1/configure-24962-        fi
##############################################
libreoffice-7.1.0~beta1/configure-25042-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25043:  pkg_cv_QXP_CFLAGS=`$PKG_CONFIG --cflags "libqxp-0.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25044-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25059-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25060:  pkg_cv_QXP_LIBS=`$PKG_CONFIG --libs "libqxp-0.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25061-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25080-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:25081:	        QXP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libqxp-0.0" 2>&1`
libreoffice-7.1.0~beta1/configure-25082-        else
libreoffice-7.1.0~beta1/configure:25083:	        QXP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libqxp-0.0" 2>&1`
libreoffice-7.1.0~beta1/configure-25084-        fi
##############################################
libreoffice-7.1.0~beta1/configure-25164-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25165:  pkg_cv_ZMF_CFLAGS=`$PKG_CONFIG --cflags "libzmf-0.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25166-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25181-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25182:  pkg_cv_ZMF_LIBS=`$PKG_CONFIG --libs "libzmf-0.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25183-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25202-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:25203:	        ZMF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzmf-0.0" 2>&1`
libreoffice-7.1.0~beta1/configure-25204-        else
libreoffice-7.1.0~beta1/configure:25205:	        ZMF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzmf-0.0" 2>&1`
libreoffice-7.1.0~beta1/configure-25206-        fi
##############################################
libreoffice-7.1.0~beta1/configure-25286-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25287:  pkg_cv_STAROFFICE_CFLAGS=`$PKG_CONFIG --cflags "libstaroffice-0.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25288-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25303-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25304:  pkg_cv_STAROFFICE_LIBS=`$PKG_CONFIG --libs "libstaroffice-0.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25305-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25324-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:25325:	        STAROFFICE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libstaroffice-0.0" 2>&1`
libreoffice-7.1.0~beta1/configure-25326-        else
libreoffice-7.1.0~beta1/configure:25327:	        STAROFFICE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libstaroffice-0.0" 2>&1`
libreoffice-7.1.0~beta1/configure-25328-        fi
##############################################
libreoffice-7.1.0~beta1/configure-25386-
libreoffice-7.1.0~beta1/configure:25387:            ver=`$PKG_CONFIG --modversion "libstaroffice-0.0"`
libreoffice-7.1.0~beta1/configure-25388-            if test -n "$ver"; then :
##############################################
libreoffice-7.1.0~beta1/configure-25469-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25470:  pkg_cv_LCMS2_CFLAGS=`$PKG_CONFIG --cflags "lcms2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25471-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25486-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25487:  pkg_cv_LCMS2_LIBS=`$PKG_CONFIG --libs "lcms2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25488-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25507-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:25508:	        LCMS2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lcms2" 2>&1`
libreoffice-7.1.0~beta1/configure-25509-        else
libreoffice-7.1.0~beta1/configure:25510:	        LCMS2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lcms2" 2>&1`
libreoffice-7.1.0~beta1/configure-25511-        fi
##############################################
libreoffice-7.1.0~beta1/configure-25598-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25599:  pkg_cv_CPPUNIT_CFLAGS=`$PKG_CONFIG --cflags "cppunit >= 1.14.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25600-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25615-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25616:  pkg_cv_CPPUNIT_LIBS=`$PKG_CONFIG --libs "cppunit >= 1.14.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25617-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25636-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:25637:	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cppunit >= 1.14.0" 2>&1`
libreoffice-7.1.0~beta1/configure-25638-        else
libreoffice-7.1.0~beta1/configure:25639:	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cppunit >= 1.14.0" 2>&1`
libreoffice-7.1.0~beta1/configure-25640-        fi
##############################################
libreoffice-7.1.0~beta1/configure-25716-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25717:  pkg_cv_FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2 >= 9.9.3" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25718-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25733-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25734:  pkg_cv_FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2 >= 9.9.3" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25735-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25754-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:25755:	        FREETYPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2 >= 9.9.3" 2>&1`
libreoffice-7.1.0~beta1/configure-25756-        else
libreoffice-7.1.0~beta1/configure:25757:	        FREETYPE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2 >= 9.9.3" 2>&1`
libreoffice-7.1.0~beta1/configure-25758-        fi
##############################################
libreoffice-7.1.0~beta1/configure-25855-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25856:  pkg_cv_LIBXSLT_CFLAGS=`$PKG_CONFIG --cflags "libxslt" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25857-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25872-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25873:  pkg_cv_LIBXSLT_LIBS=`$PKG_CONFIG --libs "libxslt" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25874-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25893-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:25894:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxslt" 2>&1`
libreoffice-7.1.0~beta1/configure-25895-        else
libreoffice-7.1.0~beta1/configure:25896:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxslt" 2>&1`
libreoffice-7.1.0~beta1/configure-25897-        fi
##############################################
libreoffice-7.1.0~beta1/configure-25949-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25950:  pkg_cv_LIBEXSLT_CFLAGS=`$PKG_CONFIG --cflags "libexslt" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25951-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25966-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:25967:  pkg_cv_LIBEXSLT_LIBS=`$PKG_CONFIG --libs "libexslt" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-25968-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-25987-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:25988:	        LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexslt" 2>&1`
libreoffice-7.1.0~beta1/configure-25989-        else
libreoffice-7.1.0~beta1/configure:25990:	        LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexslt" 2>&1`
libreoffice-7.1.0~beta1/configure-25991-        fi
##############################################
libreoffice-7.1.0~beta1/configure-26106-    elif test $_os = iOS; then
libreoffice-7.1.0~beta1/configure:26107:                usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/configure-26108-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/configure-26124-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:26125:  pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-26126-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-26141-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:26142:  pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-26143-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-26162-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:26163:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.0" 2>&1`
libreoffice-7.1.0~beta1/configure-26164-        else
libreoffice-7.1.0~beta1/configure:26165:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.0" 2>&1`
libreoffice-7.1.0~beta1/configure-26166-        fi
##############################################
libreoffice-7.1.0~beta1/configure-26413-else
libreoffice-7.1.0~beta1/configure:26414:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
libreoffice-7.1.0~beta1/configure-26415-fi
##############################################
libreoffice-7.1.0~beta1/configure-26432-else
libreoffice-7.1.0~beta1/configure:26433:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
libreoffice-7.1.0~beta1/configure-26434-fi
##############################################
libreoffice-7.1.0~beta1/configure-26481-     $am_py_prefix*)
libreoffice-7.1.0~beta1/configure:26482:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
libreoffice-7.1.0~beta1/configure:26483:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
libreoffice-7.1.0~beta1/configure-26484-       ;;
##############################################
libreoffice-7.1.0~beta1/configure-26525-     $am_py_exec_prefix*)
libreoffice-7.1.0~beta1/configure:26526:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
libreoffice-7.1.0~beta1/configure:26527:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
libreoffice-7.1.0~beta1/configure-26528-       ;;
##############################################
libreoffice-7.1.0~beta1/configure-26717-else
libreoffice-7.1.0~beta1/configure:26718:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
libreoffice-7.1.0~beta1/configure-26719-fi
##############################################
libreoffice-7.1.0~beta1/configure-26736-else
libreoffice-7.1.0~beta1/configure:26737:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
libreoffice-7.1.0~beta1/configure-26738-fi
##############################################
libreoffice-7.1.0~beta1/configure-26785-     $am_py_prefix*)
libreoffice-7.1.0~beta1/configure:26786:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
libreoffice-7.1.0~beta1/configure:26787:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
libreoffice-7.1.0~beta1/configure-26788-       ;;
##############################################
libreoffice-7.1.0~beta1/configure-26829-     $am_py_exec_prefix*)
libreoffice-7.1.0~beta1/configure:26830:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
libreoffice-7.1.0~beta1/configure:26831:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
libreoffice-7.1.0~beta1/configure-26832-       ;;
##############################################
libreoffice-7.1.0~beta1/configure-27031-else
libreoffice-7.1.0~beta1/configure:27032:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
libreoffice-7.1.0~beta1/configure-27033-fi
##############################################
libreoffice-7.1.0~beta1/configure-27050-else
libreoffice-7.1.0~beta1/configure:27051:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
libreoffice-7.1.0~beta1/configure-27052-fi
##############################################
libreoffice-7.1.0~beta1/configure-27099-     $am_py_prefix*)
libreoffice-7.1.0~beta1/configure:27100:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
libreoffice-7.1.0~beta1/configure:27101:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
libreoffice-7.1.0~beta1/configure-27102-       ;;
##############################################
libreoffice-7.1.0~beta1/configure-27143-     $am_py_exec_prefix*)
libreoffice-7.1.0~beta1/configure:27144:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
libreoffice-7.1.0~beta1/configure:27145:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
libreoffice-7.1.0~beta1/configure-27146-       ;;
##############################################
libreoffice-7.1.0~beta1/configure-27170-
libreoffice-7.1.0~beta1/configure:27171:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/configure:27172:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/configure:27173:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/configure:27174:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/configure-27175-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/configure-27178-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/configure:27179:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/configure:27180:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/configure-27181-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/configure:27182:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/configure:27183:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/configure-27184-        else
##############################################
libreoffice-7.1.0~beta1/configure-27429-$as_echo_n "checking MariaDB version... " >&6; }
libreoffice-7.1.0~beta1/configure:27430:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/configure:27431:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/configure-27432-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/configure-27439-$as_echo_n "checking for MariaDB Client library... " >&6; }
libreoffice-7.1.0~beta1/configure:27440:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/configure-27441-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/configure-27443-        fi
libreoffice-7.1.0~beta1/configure:27444:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/configure-27445-                                if test "$OS" = LINUX -a "$CPUNAME" = INTEL; then
##############################################
libreoffice-7.1.0~beta1/configure-27564-$as_echo_n "checking whether hsqldb should be built with JDBC 4.1... " >&6; }
libreoffice-7.1.0~beta1/configure:27565:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/configure-27566-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/configure-27665-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:27666:  pkg_cv_POSTGRESQL_CFLAGS=`$PKG_CONFIG --cflags "libpq" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-27667-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-27682-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:27683:  pkg_cv_POSTGRESQL_LIBS=`$PKG_CONFIG --libs "libpq" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-27684-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-27703-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:27704:	        POSTGRESQL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpq" 2>&1`
libreoffice-7.1.0~beta1/configure-27705-        else
libreoffice-7.1.0~beta1/configure:27706:	        POSTGRESQL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpq" 2>&1`
libreoffice-7.1.0~beta1/configure-27707-        fi
##############################################
libreoffice-7.1.0~beta1/configure-28479-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:28480:  pkg_cv_FIREBIRD_CFLAGS=`$PKG_CONFIG --cflags "fbclient >= 3" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-28481-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-28496-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:28497:  pkg_cv_FIREBIRD_LIBS=`$PKG_CONFIG --libs "fbclient >= 3" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-28498-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-28517-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:28518:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbclient >= 3" 2>&1`
libreoffice-7.1.0~beta1/configure-28519-        else
libreoffice-7.1.0~beta1/configure:28520:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbclient >= 3" 2>&1`
libreoffice-7.1.0~beta1/configure-28521-        fi
##############################################
libreoffice-7.1.0~beta1/configure-28539-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:28540:  pkg_cv_FIREBIRD_CFLAGS=`$PKG_CONFIG --cflags "fbembed" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-28541-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-28556-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:28557:  pkg_cv_FIREBIRD_LIBS=`$PKG_CONFIG --libs "fbembed" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-28558-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-28577-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:28578:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbembed" 2>&1`
libreoffice-7.1.0~beta1/configure-28579-        else
libreoffice-7.1.0~beta1/configure:28580:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbembed" 2>&1`
libreoffice-7.1.0~beta1/configure-28581-        fi
##############################################
libreoffice-7.1.0~beta1/configure-28635-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:28636:  pkg_cv_FIREBIRD_CFLAGS=`$PKG_CONFIG --cflags "fbembed" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-28637-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-28652-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:28653:  pkg_cv_FIREBIRD_LIBS=`$PKG_CONFIG --libs "fbembed" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-28654-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-28673-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:28674:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbembed" 2>&1`
libreoffice-7.1.0~beta1/configure-28675-        else
libreoffice-7.1.0~beta1/configure:28676:	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbembed" 2>&1`
libreoffice-7.1.0~beta1/configure-28677-        fi
##############################################
libreoffice-7.1.0~beta1/configure-28720-fi
libreoffice-7.1.0~beta1/configure:28721:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/configure-28722-        else
##############################################
libreoffice-7.1.0~beta1/configure-28724-$as_echo "$as_me: fb_config found" >&6;}
libreoffice-7.1.0~beta1/configure:28725:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/configure-28726-            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Firebird Client library" >&5
libreoffice-7.1.0~beta1/configure-28727-$as_echo_n "checking for Firebird Client library... " >&6; }
libreoffice-7.1.0~beta1/configure:28728:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/configure:28729:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/configure-28730-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/configure-28732-        fi
libreoffice-7.1.0~beta1/configure:28733:        { $as_echo "$as_me:${as_lineno-$LINENO}: result: includes \`$FIREBIRD_CFLAGS', libraries \`$FIREBIRD_LIBS'" >&5
libreoffice-7.1.0~beta1/configure:28734:$as_echo "includes \`$FIREBIRD_CFLAGS', libraries \`$FIREBIRD_LIBS'" >&6; }
libreoffice-7.1.0~beta1/configure-28735-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking Firebird version" >&5
##############################################
libreoffice-7.1.0~beta1/configure-28737-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/configure:28738:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/configure:28739:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/configure-28740-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/configure-28808-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:28809:  pkg_cv_LIBATOMIC_OPS_CFLAGS=`$PKG_CONFIG --cflags "atomic_ops >= 0.7.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-28810-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-28825-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:28826:  pkg_cv_LIBATOMIC_OPS_LIBS=`$PKG_CONFIG --libs "atomic_ops >= 0.7.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-28827-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-28846-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:28847:	        LIBATOMIC_OPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "atomic_ops >= 0.7.2" 2>&1`
libreoffice-7.1.0~beta1/configure-28848-        else
libreoffice-7.1.0~beta1/configure:28849:	        LIBATOMIC_OPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "atomic_ops >= 0.7.2" 2>&1`
libreoffice-7.1.0~beta1/configure-28850-        fi
##############################################
libreoffice-7.1.0~beta1/configure-29034-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:29035:  pkg_cv_CURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl >= 7.19.4" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-29036-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-29051-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:29052:  pkg_cv_CURL_LIBS=`$PKG_CONFIG --libs "libcurl >= 7.19.4" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-29053-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-29072-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:29073:	        CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcurl >= 7.19.4" 2>&1`
libreoffice-7.1.0~beta1/configure-29074-        else
libreoffice-7.1.0~beta1/configure:29075:	        CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcurl >= 7.19.4" 2>&1`
libreoffice-7.1.0~beta1/configure-29076-        fi
##############################################
libreoffice-7.1.0~beta1/configure-29136-        fi
libreoffice-7.1.0~beta1/configure:29137:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/configure-29138-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/configure-29140-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/configure:29141:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/configure-29142-
##############################################
libreoffice-7.1.0~beta1/configure-29214-    boost_lib_version_req=1.66
libreoffice-7.1.0~beta1/configure:29215:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
libreoffice-7.1.0~beta1/configure:29216:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
libreoffice-7.1.0~beta1/configure:29217:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
libreoffice-7.1.0~beta1/configure:29218:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
libreoffice-7.1.0~beta1/configure-29219-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
libreoffice-7.1.0~beta1/configure-29221-        fi
libreoffice-7.1.0~beta1/configure:29222:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
libreoffice-7.1.0~beta1/configure-29223-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
##############################################
libreoffice-7.1.0~beta1/configure-29318-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.1.0~beta1/configure:29319:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.1.0~beta1/configure:29320:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.1.0~beta1/configure:29321:                    V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.1.0~beta1/configure-29322-                    if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.1.0~beta1/configure-29324-                    fi
libreoffice-7.1.0~beta1/configure:29325:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.1.0~beta1/configure-29326-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.1.0~beta1/configure-29336-                if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.1.0~beta1/configure:29337:                    for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.1.0~beta1/configure:29338:                        _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.1.0~beta1/configure:29339:                        V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.1.0~beta1/configure-29340-                        if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.1.0~beta1/configure-29347-
libreoffice-7.1.0~beta1/configure:29348:            VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.1.0~beta1/configure-29349-            BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.1.0~beta1/configure-29361-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
libreoffice-7.1.0~beta1/configure:29362:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
libreoffice-7.1.0~beta1/configure:29363:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
libreoffice-7.1.0~beta1/configure:29364:                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
libreoffice-7.1.0~beta1/configure:29365:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
libreoffice-7.1.0~beta1/configure-29366-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
libreoffice-7.1.0~beta1/configure-29522-
libreoffice-7.1.0~beta1/configure:29523:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.1.0~beta1/configure-29524-            if test "x$ax_boost_user_date_time_lib" = "x"; then
libreoffice-7.1.0~beta1/configure:29525:                for libextension in `ls $BOOSTLIBDIR/libboost_date_time*.so* $BOOSTLIBDIR/libboost_date_time*.dylib* $BOOSTLIBDIR/libboost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_date_time.*\)\.so.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.a*$;\1;'` ; do
libreoffice-7.1.0~beta1/configure-29526-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:29527:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-29528-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-29572-                if test "x$link_date_time" != "xyes"; then
libreoffice-7.1.0~beta1/configure:29573:                for libextension in `ls $BOOSTLIBDIR/boost_date_time*.dll* $BOOSTLIBDIR/boost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_date_time.*\)\.dll.*$;\1;' -e 's;^\(boost_date_time.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/configure-29574-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:29575:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-29576-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-29623-               for ax_lib in $ax_boost_user_date_time_lib boost_date_time-$ax_boost_user_date_time_lib; do
libreoffice-7.1.0~beta1/configure:29624:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-29625-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-29755-
libreoffice-7.1.0~beta1/configure:29756:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.1.0~beta1/configure-29757-            if test "x$ax_boost_user_filesystem_lib" = "x"; then
libreoffice-7.1.0~beta1/configure:29758:                for libextension in `ls -r $BOOSTLIBDIR/libboost_filesystem* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/configure-29759-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:29760:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-29761-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-29805-                if test "x$link_filesystem" != "xyes"; then
libreoffice-7.1.0~beta1/configure:29806:                for libextension in `ls -r $BOOSTLIBDIR/boost_filesystem* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/configure-29807-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:29808:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-29809-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-29855-               for ax_lib in $ax_boost_user_filesystem_lib boost_filesystem-$ax_boost_user_filesystem_lib; do
libreoffice-7.1.0~beta1/configure:29856:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-29857-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-29994-
libreoffice-7.1.0~beta1/configure:29995:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.1.0~beta1/configure-29996-            if test "x$ax_boost_user_iostreams_lib" = "x"; then
libreoffice-7.1.0~beta1/configure:29997:                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so* $BOOSTLIBDIR/libboost_iostream*.dylib* $BOOSTLIBDIR/libboost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostream.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/configure-29998-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:29999:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-30000-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-30044-                if test "x$link_iostreams" != "xyes"; then
libreoffice-7.1.0~beta1/configure:30045:                for libextension in `ls $BOOSTLIBDIR/boost_iostreams*.dll* $BOOSTLIBDIR/boost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_iostreams.*\)\.dll.*$;\1;' -e 's;^\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/configure-30046-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:30047:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-30048-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-30095-               for ax_lib in $ax_boost_user_iostreams_lib boost_iostreams-$ax_boost_user_iostreams_lib; do
libreoffice-7.1.0~beta1/configure:30096:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-30097-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-30228-
libreoffice-7.1.0~beta1/configure:30229:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.1.0~beta1/configure-30230-
##############################################
libreoffice-7.1.0~beta1/configure-30232-            if test "x$ax_boost_user_locale_lib" = "x"; then
libreoffice-7.1.0~beta1/configure:30233:                for libextension in `ls $BOOSTLIBDIR/libboost_locale*.so* $BOOSTLIBDIR/libboost_locale*.dylib* $BOOSTLIBDIR/libboost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_locale.*\)\.so.*$;\1;' -e 's;^lib\(boost_locale.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/configure-30234-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:30235:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-30236-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-30280-                if test "x$link_locale" != "xyes"; then
libreoffice-7.1.0~beta1/configure:30281:                for libextension in `ls $BOOSTLIBDIR/boost_locale*.dll* $BOOSTLIBDIR/boost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_locale.*\)\.dll.*$;\1;' -e 's;^\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/configure-30282-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:30283:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-30284-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-30331-               for ax_lib in $ax_boost_user_locale_lib boost_locale-$ax_boost_user_locale_lib; do
libreoffice-7.1.0~beta1/configure:30332:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-30333-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-30467-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:30468:  pkg_cv_MDDS_CFLAGS=`$PKG_CONFIG --cflags "mdds-1.5 >= 1.5.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-30469-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-30484-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:30485:  pkg_cv_MDDS_LIBS=`$PKG_CONFIG --libs "mdds-1.5 >= 1.5.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-30486-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-30505-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:30506:	        MDDS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mdds-1.5 >= 1.5.0" 2>&1`
libreoffice-7.1.0~beta1/configure-30507-        else
libreoffice-7.1.0~beta1/configure:30508:	        MDDS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mdds-1.5 >= 1.5.0" 2>&1`
libreoffice-7.1.0~beta1/configure-30509-        fi
##############################################
libreoffice-7.1.0~beta1/configure-30800-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:30801:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "nss >= 3.9.3 nspr >= 4.8" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-30802-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-30817-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:30818:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "nss >= 3.9.3 nspr >= 4.8" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-30819-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-30838-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:30839:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss >= 3.9.3 nspr >= 4.8" 2>&1`
libreoffice-7.1.0~beta1/configure-30840-        else
libreoffice-7.1.0~beta1/configure:30841:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss >= 3.9.3 nspr >= 4.8" 2>&1`
libreoffice-7.1.0~beta1/configure-30842-        fi
##############################################
libreoffice-7.1.0~beta1/configure-31029-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:31030:  pkg_cv_ICU_CFLAGS=`$PKG_CONFIG --cflags "icu-i18n >= 4.6" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-31031-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-31046-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:31047:  pkg_cv_ICU_LIBS=`$PKG_CONFIG --libs "icu-i18n >= 4.6" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-31048-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-31067-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:31068:	        ICU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n >= 4.6" 2>&1`
libreoffice-7.1.0~beta1/configure-31069-        else
libreoffice-7.1.0~beta1/configure:31070:	        ICU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n >= 4.6" 2>&1`
libreoffice-7.1.0~beta1/configure-31071-        fi
##############################################
libreoffice-7.1.0~beta1/configure-31106-fi
libreoffice-7.1.0~beta1/configure:31107:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/configure:31108:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/configure:31109:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/configure-31110-    fi
##############################################
libreoffice-7.1.0~beta1/configure-31112-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/configure:31113:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/configure:31114:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/configure:31115:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/configure-31116-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if MinGW and system versions of ICU are compatible" >&5
##############################################
libreoffice-7.1.0~beta1/configure-31405-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:31406:  pkg_cv_ORCUS_CFLAGS=`$PKG_CONFIG --cflags "liborcus-0.16 >= 0.16.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-31407-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-31422-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:31423:  pkg_cv_ORCUS_LIBS=`$PKG_CONFIG --libs "liborcus-0.16 >= 0.16.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-31424-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-31443-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:31444:	        ORCUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liborcus-0.16 >= 0.16.0" 2>&1`
libreoffice-7.1.0~beta1/configure-31445-        else
libreoffice-7.1.0~beta1/configure:31446:	        ORCUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liborcus-0.16 >= 0.16.0" 2>&1`
libreoffice-7.1.0~beta1/configure-31447-        fi
##############################################
libreoffice-7.1.0~beta1/configure-31616-
libreoffice-7.1.0~beta1/configure:31617:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
libreoffice-7.1.0~beta1/configure-31618-
##############################################
libreoffice-7.1.0~beta1/configure-31620-            if test "x$ax_boost_user_system_lib" = "x"; then
libreoffice-7.1.0~beta1/configure:31621:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/configure-31622-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:31623:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-31624-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-31668-                if test "x$link_system" != "xyes"; then
libreoffice-7.1.0~beta1/configure:31669:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/configure-31670-                     ax_lib=${libextension}
libreoffice-7.1.0~beta1/configure:31671:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-31672-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-31719-               for ax_lib in $ax_boost_user_system_lib boost_system-$ax_boost_user_system_lib; do
libreoffice-7.1.0~beta1/configure:31720:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-31721-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
libreoffice-7.1.0~beta1/configure-31822-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:31823:  pkg_cv_GRAPHITE_CFLAGS=`$PKG_CONFIG --cflags "graphite2 >= 0.9.3" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-31824-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-31839-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:31840:  pkg_cv_GRAPHITE_LIBS=`$PKG_CONFIG --libs "graphite2 >= 0.9.3" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-31841-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-31860-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:31861:	        GRAPHITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "graphite2 >= 0.9.3" 2>&1`
libreoffice-7.1.0~beta1/configure-31862-        else
libreoffice-7.1.0~beta1/configure:31863:	        GRAPHITE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "graphite2 >= 0.9.3" 2>&1`
libreoffice-7.1.0~beta1/configure-31864-        fi
##############################################
libreoffice-7.1.0~beta1/configure-31944-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:31945:  pkg_cv_HARFBUZZ_CFLAGS=`$PKG_CONFIG --cflags "harfbuzz-icu >= 0.9.42" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-31946-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-31961-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:31962:  pkg_cv_HARFBUZZ_LIBS=`$PKG_CONFIG --libs "harfbuzz-icu >= 0.9.42" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-31963-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-31982-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:31983:	        HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "harfbuzz-icu >= 0.9.42" 2>&1`
libreoffice-7.1.0~beta1/configure-31984-        else
libreoffice-7.1.0~beta1/configure:31985:	        HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "harfbuzz-icu >= 0.9.42" 2>&1`
libreoffice-7.1.0~beta1/configure-31986-        fi
##############################################
libreoffice-7.1.0~beta1/configure-32112-    for ac_var in incroot usrlibdir libdir; do
libreoffice-7.1.0~beta1/configure:32113:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
libreoffice-7.1.0~beta1/configure-32114-    done
##############################################
libreoffice-7.1.0~beta1/configure-32222-  LIBS=$ac_save_LIBS
libreoffice-7.1.0~beta1/configure:32223:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
libreoffice-7.1.0~beta1/configure-32224-do
##############################################
libreoffice-7.1.0~beta1/configure-32986-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:32987:  pkg_cv_XRENDER_CFLAGS=`$PKG_CONFIG --cflags "xrender" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-32988-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33003-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33004:  pkg_cv_XRENDER_LIBS=`$PKG_CONFIG --libs "xrender" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33005-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33024-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:33025:	        XRENDER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrender" 2>&1`
libreoffice-7.1.0~beta1/configure-33026-        else
libreoffice-7.1.0~beta1/configure:33027:	        XRENDER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrender" 2>&1`
libreoffice-7.1.0~beta1/configure-33028-        fi
##############################################
libreoffice-7.1.0~beta1/configure-33142-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33143:  pkg_cv_XRANDR_CFLAGS=`$PKG_CONFIG --cflags "xrandr >= 1.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33144-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33159-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33160:  pkg_cv_XRANDR_LIBS=`$PKG_CONFIG --libs "xrandr >= 1.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33161-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33180-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:33181:	        XRANDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrandr >= 1.2" 2>&1`
libreoffice-7.1.0~beta1/configure-33182-        else
libreoffice-7.1.0~beta1/configure:33183:	        XRANDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrandr >= 1.2" 2>&1`
libreoffice-7.1.0~beta1/configure-33184-        fi
##############################################
libreoffice-7.1.0~beta1/configure-33310-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33311:  pkg_cv_APR_CFLAGS=`$PKG_CONFIG --cflags "apr-util-1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33312-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33327-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33328:  pkg_cv_APR_LIBS=`$PKG_CONFIG --libs "apr-util-1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33329-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33348-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:33349:	        APR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "apr-util-1" 2>&1`
libreoffice-7.1.0~beta1/configure-33350-        else
libreoffice-7.1.0~beta1/configure:33351:	        APR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "apr-util-1" 2>&1`
libreoffice-7.1.0~beta1/configure-33352-        fi
##############################################
libreoffice-7.1.0~beta1/configure-33438-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33439:  pkg_cv_SERF_CFLAGS=`$PKG_CONFIG --cflags "serf-1 >= 1.1.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33440-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33455-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33456:  pkg_cv_SERF_LIBS=`$PKG_CONFIG --libs "serf-1 >= 1.1.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33457-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33476-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:33477:	        SERF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "serf-1 >= 1.1.0" 2>&1`
libreoffice-7.1.0~beta1/configure-33478-        else
libreoffice-7.1.0~beta1/configure:33479:	        SERF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "serf-1 >= 1.1.0" 2>&1`
libreoffice-7.1.0~beta1/configure-33480-        fi
##############################################
libreoffice-7.1.0~beta1/configure-33569-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33570:  pkg_cv_NEON_CFLAGS=`$PKG_CONFIG --cflags "neon >= 0.31.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33571-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33586-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33587:  pkg_cv_NEON_LIBS=`$PKG_CONFIG --libs "neon >= 0.31.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33588-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33607-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:33608:	        NEON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "neon >= 0.31.1" 2>&1`
libreoffice-7.1.0~beta1/configure-33609-        else
libreoffice-7.1.0~beta1/configure:33610:	        NEON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "neon >= 0.31.1" 2>&1`
libreoffice-7.1.0~beta1/configure-33611-        fi
##############################################
libreoffice-7.1.0~beta1/configure-33662-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/configure:33663:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/configure-33664-    else
##############################################
libreoffice-7.1.0~beta1/configure-33756-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33757:  pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33758-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33773-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33774:  pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33775-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33794-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:33795:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
libreoffice-7.1.0~beta1/configure-33796-        else
libreoffice-7.1.0~beta1/configure:33797:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
libreoffice-7.1.0~beta1/configure-33798-        fi
##############################################
libreoffice-7.1.0~beta1/configure-33884-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33885:  pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33886-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33901-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:33902:  pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-33903-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-33922-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:33923:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
libreoffice-7.1.0~beta1/configure-33924-        else
libreoffice-7.1.0~beta1/configure:33925:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
libreoffice-7.1.0~beta1/configure-33926-        fi
##############################################
libreoffice-7.1.0~beta1/configure-34167-  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
libreoffice-7.1.0~beta1/configure:34168:     req_libgcrypt_api=`echo "$tmp"     | sed 's/\(.*\):\(.*\)/\1/'`
libreoffice-7.1.0~beta1/configure:34169:     min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
libreoffice-7.1.0~beta1/configure-34170-  else
##############################################
libreoffice-7.1.0~beta1/configure-34184-               sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
libreoffice-7.1.0~beta1/configure:34185:    libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
libreoffice-7.1.0~beta1/configure-34186-    major=`echo $libgcrypt_config_version | \
##############################################
libreoffice-7.1.0~beta1/configure-34218-     if test "$req_libgcrypt_api" -gt 0 ; then
libreoffice-7.1.0~beta1/configure:34219:        tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
libreoffice-7.1.0~beta1/configure-34220-        if test "$tmp" -gt 0 ; then
##############################################
libreoffice-7.1.0~beta1/configure-34234-  if test $ok = yes; then
libreoffice-7.1.0~beta1/configure:34235:    LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
libreoffice-7.1.0~beta1/configure:34236:    LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
libreoffice-7.1.0~beta1/configure-34237-    :
libreoffice-7.1.0~beta1/configure-34238-    if test x"$host" != x ; then
libreoffice-7.1.0~beta1/configure:34239:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
libreoffice-7.1.0~beta1/configure-34240-      if test x"$libgcrypt_config_host" != xnone ; then
##############################################
libreoffice-7.1.0~beta1/configure-34282-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:34283:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-34284-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-34299-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:34300:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-34301-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-34320-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:34321:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls" 2>&1`
libreoffice-7.1.0~beta1/configure-34322-        else
libreoffice-7.1.0~beta1/configure:34323:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls" 2>&1`
libreoffice-7.1.0~beta1/configure-34324-        fi
##############################################
libreoffice-7.1.0~beta1/configure-34380-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:34381:  pkg_cv_REDLAND_CFLAGS=`$PKG_CONFIG --cflags "redland >= 1.0.8 raptor2 >= 2.0.7" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-34382-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-34397-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:34398:  pkg_cv_REDLAND_LIBS=`$PKG_CONFIG --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-34399-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-34418-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:34419:	        REDLAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>&1`
libreoffice-7.1.0~beta1/configure-34420-        else
libreoffice-7.1.0~beta1/configure:34421:	        REDLAND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>&1`
libreoffice-7.1.0~beta1/configure-34422-        fi
##############################################
libreoffice-7.1.0~beta1/configure-34553-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:34554:  pkg_cv_HUNSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-34555-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-34570-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:34571:  pkg_cv_HUNSPELL_LIBS=`$PKG_CONFIG --libs "hunspell" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-34572-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-34591-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:34592:	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell" 2>&1`
libreoffice-7.1.0~beta1/configure-34593-        else
libreoffice-7.1.0~beta1/configure:34594:	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell" 2>&1`
libreoffice-7.1.0~beta1/configure-34595-        fi
##############################################
libreoffice-7.1.0~beta1/configure-34823-    fi
libreoffice-7.1.0~beta1/configure:34824:    as_ac_Lib=`$as_echo "ac_cv_lib_$_BOX2D_LIB''_main" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-34825-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$_BOX2D_LIB" >&5
##############################################
libreoffice-7.1.0~beta1/configure-35076-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:35077:  pkg_cv_MYTHES_CFLAGS=`$PKG_CONFIG --cflags "mythes" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-35078-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-35093-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:35094:  pkg_cv_MYTHES_LIBS=`$PKG_CONFIG --libs "mythes" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-35095-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-35114-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:35115:	        MYTHES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mythes" 2>&1`
libreoffice-7.1.0~beta1/configure-35116-        else
libreoffice-7.1.0~beta1/configure:35117:	        MYTHES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mythes" 2>&1`
libreoffice-7.1.0~beta1/configure-35118-        fi
##############################################
libreoffice-7.1.0~beta1/configure-35268-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:35269:  pkg_cv_COINMP_CFLAGS=`$PKG_CONFIG --cflags "coinmp coinutils" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-35270-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-35285-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:35286:  pkg_cv_COINMP_LIBS=`$PKG_CONFIG --libs "coinmp coinutils" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-35287-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-35306-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:35307:	        COINMP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "coinmp coinutils" 2>&1`
libreoffice-7.1.0~beta1/configure-35308-        else
libreoffice-7.1.0~beta1/configure:35309:	        COINMP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "coinmp coinutils" 2>&1`
libreoffice-7.1.0~beta1/configure-35310-        fi
##############################################
libreoffice-7.1.0~beta1/configure-35560-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:35561:  pkg_cv_LIBEXTTEXTCAT_CFLAGS=`$PKG_CONFIG --cflags "libexttextcat >= 3.4.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-35562-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-35577-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:35578:  pkg_cv_LIBEXTTEXTCAT_LIBS=`$PKG_CONFIG --libs "libexttextcat >= 3.4.1" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-35579-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-35598-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:35599:	        LIBEXTTEXTCAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexttextcat >= 3.4.1" 2>&1`
libreoffice-7.1.0~beta1/configure-35600-        else
libreoffice-7.1.0~beta1/configure:35601:	        LIBEXTTEXTCAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexttextcat >= 3.4.1" 2>&1`
libreoffice-7.1.0~beta1/configure-35602-        fi
##############################################
libreoffice-7.1.0~beta1/configure-35653-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/configure:35654:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/configure-35655-fi
##############################################
libreoffice-7.1.0~beta1/configure-35686-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:35687:  pkg_cv_LIBNUMBERTEXT_CFLAGS=`$PKG_CONFIG --cflags "libnumbertext >= 1.0.6" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-35688-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-35703-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:35704:  pkg_cv_LIBNUMBERTEXT_LIBS=`$PKG_CONFIG --libs "libnumbertext >= 1.0.6" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-35705-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-35724-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:35725:	        LIBNUMBERTEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnumbertext >= 1.0.6" 2>&1`
libreoffice-7.1.0~beta1/configure-35726-        else
libreoffice-7.1.0~beta1/configure:35727:	        LIBNUMBERTEXT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnumbertext >= 1.0.6" 2>&1`
libreoffice-7.1.0~beta1/configure-35728-        fi
##############################################
libreoffice-7.1.0~beta1/configure-35779-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/configure:35780:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/configure-35781-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/configure-35793-do :
libreoffice-7.1.0~beta1/configure:35794:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
libreoffice-7.1.0~beta1/configure-35795-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
libreoffice-7.1.0~beta1/configure-35797-  cat >>confdefs.h <<_ACEOF
libreoffice-7.1.0~beta1/configure:35798:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
libreoffice-7.1.0~beta1/configure-35799-_ACEOF
##############################################
libreoffice-7.1.0~beta1/configure-35974-$as_echo_n "checking the bison version... " >&6; }
libreoffice-7.1.0~beta1/configure:35975:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[^0-9]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/configure:35976:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/configure-35977-                                    if test "$COMPILER_PLUGINS" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/configure-36029-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure:36030:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/configure-36031-fi
##############################################
libreoffice-7.1.0~beta1/configure-36110-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure:36111:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/configure-36112-fi
##############################################
libreoffice-7.1.0~beta1/configure-36177-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure:36178:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/configure-36179-fi
##############################################
libreoffice-7.1.0~beta1/configure-36217-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/configure:36218:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/configure-36219-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ML_EXE" >&5
##############################################
libreoffice-7.1.0~beta1/configure-36315-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/configure:36316:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/configure-36317-        as_fn_error $? "$ZIP is not the required Cygwin version of Info-ZIP's zip.exe." "$LINENO" 5
##############################################
libreoffice-7.1.0~beta1/configure-36395-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:36396:  pkg_cv_EPOXY_CFLAGS=`$PKG_CONFIG --cflags "epoxy >= 1.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-36397-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-36412-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:36413:  pkg_cv_EPOXY_LIBS=`$PKG_CONFIG --libs "epoxy >= 1.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-36414-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-36433-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:36434:	        EPOXY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "epoxy >= 1.2" 2>&1`
libreoffice-7.1.0~beta1/configure-36435-        else
libreoffice-7.1.0~beta1/configure:36436:	        EPOXY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "epoxy >= 1.2" 2>&1`
libreoffice-7.1.0~beta1/configure-36437-        fi
##############################################
libreoffice-7.1.0~beta1/configure-36552-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:36553:  pkg_cv_GTK3_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-36554-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-36569-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:36570:  pkg_cv_GTK3_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-36571-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-36590-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:36591:	        GTK3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo" 2>&1`
libreoffice-7.1.0~beta1/configure-36592-        else
libreoffice-7.1.0~beta1/configure:36593:	        GTK3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo" 2>&1`
libreoffice-7.1.0~beta1/configure-36594-        fi
##############################################
libreoffice-7.1.0~beta1/configure-36751-    if test "x$found_introspection" = "xyes"; then
libreoffice-7.1.0~beta1/configure:36752:       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
libreoffice-7.1.0~beta1/configure:36753:       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
libreoffice-7.1.0~beta1/configure:36754:       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
libreoffice-7.1.0~beta1/configure:36755:       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
libreoffice-7.1.0~beta1/configure-36756-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
libreoffice-7.1.0~beta1/configure:36757:       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
libreoffice-7.1.0~beta1/configure:36758:       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
libreoffice-7.1.0~beta1/configure:36759:       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
libreoffice-7.1.0~beta1/configure-36760-    fi
##############################################
libreoffice-7.1.0~beta1/configure-36821-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:36822:  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 0.60" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-36823-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-36838-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:36839:  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 0.60" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-36840-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-36859-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:36860:	        DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= 0.60" 2>&1`
libreoffice-7.1.0~beta1/configure-36861-        else
libreoffice-7.1.0~beta1/configure:36862:	        DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1 >= 0.60" 2>&1`
libreoffice-7.1.0~beta1/configure-36863-        fi
##############################################
libreoffice-7.1.0~beta1/configure-36920-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:36921:  pkg_cv_DBUS_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-36922-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-36937-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:36938:  pkg_cv_DBUS_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.4" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-36939-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-36958-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:36959:	        DBUS_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.4" 2>&1`
libreoffice-7.1.0~beta1/configure-36960-        else
libreoffice-7.1.0~beta1/configure:36961:	        DBUS_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.4" 2>&1`
libreoffice-7.1.0~beta1/configure-36962-        fi
##############################################
libreoffice-7.1.0~beta1/configure-37099-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:37100:  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.26" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-37101-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-37116-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:37117:  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.26" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-37118-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-37137-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:37138:	        GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.26" 2>&1`
libreoffice-7.1.0~beta1/configure-37139-        else
libreoffice-7.1.0~beta1/configure:37140:	        GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.26" 2>&1`
libreoffice-7.1.0~beta1/configure-37141-        fi
##############################################
libreoffice-7.1.0~beta1/configure-37229-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:37230:  pkg_cv_GSTREAMER_1_0_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>/dev/null`
libreoffice-7.1.0~beta1/configure-37231-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-37246-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:37247:  pkg_cv_GSTREAMER_1_0_LIBS=`$PKG_CONFIG --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>/dev/null`
libreoffice-7.1.0~beta1/configure-37248-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-37267-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:37268:	        GSTREAMER_1_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>&1`
libreoffice-7.1.0~beta1/configure-37269-        else
libreoffice-7.1.0~beta1/configure:37270:	        GSTREAMER_1_0_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>&1`
libreoffice-7.1.0~beta1/configure-37271-        fi
##############################################
libreoffice-7.1.0~beta1/configure-37429-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:37430:  pkg_cv_DCONF_CFLAGS=`$PKG_CONFIG --cflags "dconf >= 0.15.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-37431-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-37446-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:37447:  pkg_cv_DCONF_LIBS=`$PKG_CONFIG --libs "dconf >= 0.15.2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-37448-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-37467-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:37468:	        DCONF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dconf >= 0.15.2" 2>&1`
libreoffice-7.1.0~beta1/configure-37469-        else
libreoffice-7.1.0~beta1/configure:37470:	        DCONF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dconf >= 0.15.2" 2>&1`
libreoffice-7.1.0~beta1/configure-37471-        fi
##############################################
libreoffice-7.1.0~beta1/configure-37592-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:37593:  pkg_cv_POPPLER_CFLAGS=`$PKG_CONFIG --cflags "poppler >= 0.12.0 " 2>/dev/null`
libreoffice-7.1.0~beta1/configure-37594-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-37609-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:37610:  pkg_cv_POPPLER_LIBS=`$PKG_CONFIG --libs "poppler >= 0.12.0 " 2>/dev/null`
libreoffice-7.1.0~beta1/configure-37611-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-37630-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:37631:	        POPPLER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "poppler >= 0.12.0 " 2>&1`
libreoffice-7.1.0~beta1/configure-37632-        else
libreoffice-7.1.0~beta1/configure:37633:	        POPPLER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "poppler >= 0.12.0 " 2>&1`
libreoffice-7.1.0~beta1/configure-37634-        fi
##############################################
libreoffice-7.1.0~beta1/configure-37760-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/configure:37761:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/configure-37762-                                LO_CLANG_CC="$LO_CLANG_CC -m$WIN_HOST_BITS"
##############################################
libreoffice-7.1.0~beta1/configure-37847-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/configure:37848:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/configure:37849:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/configure-37850-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/configure-38558-$as_echo_n "checking whether version of gpgconf is suitable ... ... " >&6; }
libreoffice-7.1.0~beta1/configure:38559:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/configure:38560:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure-38561-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/configure-38978-    else
libreoffice-7.1.0~beta1/configure:38979:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[0-9.]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/configure-38980-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/configure-38982-        fi
libreoffice-7.1.0~beta1/configure:38983:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/configure-38984-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/configure-38992-
libreoffice-7.1.0~beta1/configure:38993:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/configure:38994:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/configure-38995-
##############################################
libreoffice-7.1.0~beta1/configure-39068-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39069:  pkg_cv_QT5_XCB_CFLAGS=`$PKG_CONFIG --cflags "xcb" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39070-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39085-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39086:  pkg_cv_QT5_XCB_LIBS=`$PKG_CONFIG --libs "xcb" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39087-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39106-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:39107:	        QT5_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb" 2>&1`
libreoffice-7.1.0~beta1/configure-39108-        else
libreoffice-7.1.0~beta1/configure:39109:	        QT5_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb" 2>&1`
libreoffice-7.1.0~beta1/configure-39110-        fi
##############################################
libreoffice-7.1.0~beta1/configure-39139-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39140:  pkg_cv_QT5_XCB_ICCCM_CFLAGS=`$PKG_CONFIG --cflags "xcb-icccm" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39141-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39156-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39157:  pkg_cv_QT5_XCB_ICCCM_LIBS=`$PKG_CONFIG --libs "xcb-icccm" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39158-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39177-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:39178:	        QT5_XCB_ICCCM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb-icccm" 2>&1`
libreoffice-7.1.0~beta1/configure-39179-        else
libreoffice-7.1.0~beta1/configure:39180:	        QT5_XCB_ICCCM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb-icccm" 2>&1`
libreoffice-7.1.0~beta1/configure-39181-        fi
##############################################
libreoffice-7.1.0~beta1/configure-39231-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
libreoffice-7.1.0~beta1/configure:39232:as_dummy="`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH"
libreoffice-7.1.0~beta1/configure-39233-for as_dir in $as_dummy
##############################################
libreoffice-7.1.0~beta1/configure-39283-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39284:  pkg_cv_QT5_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39285-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39300-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39301:  pkg_cv_QT5_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39302-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39321-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:39322:	        QT5_GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0" 2>&1`
libreoffice-7.1.0~beta1/configure-39323-        else
libreoffice-7.1.0~beta1/configure:39324:	        QT5_GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0" 2>&1`
libreoffice-7.1.0~beta1/configure-39325-        fi
##############################################
libreoffice-7.1.0~beta1/configure-39365-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/configure:39366:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/configure:39367:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/configure:39368:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/configure-39369-    fi
##############################################
libreoffice-7.1.0~beta1/configure-39422-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/configure:39423:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/configure:39424:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/configure-39425-    fi
##############################################
libreoffice-7.1.0~beta1/configure-39532-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39533:  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39534-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39549-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39550:  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39551-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39570-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:39571:	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0" 2>&1`
libreoffice-7.1.0~beta1/configure-39572-        else
libreoffice-7.1.0~beta1/configure:39573:	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0" 2>&1`
libreoffice-7.1.0~beta1/configure-39574-        fi
##############################################
libreoffice-7.1.0~beta1/configure-39637-        esac
libreoffice-7.1.0~beta1/configure:39638:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/configure-39639-    done
##############################################
libreoffice-7.1.0~beta1/configure-39909-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39910:  pkg_cv_BZIP2_CFLAGS=`$PKG_CONFIG --cflags "bzip2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39911-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39926-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:39927:  pkg_cv_BZIP2_LIBS=`$PKG_CONFIG --libs "bzip2" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-39928-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-39947-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:39948:	        BZIP2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "bzip2" 2>&1`
libreoffice-7.1.0~beta1/configure-39949-        else
libreoffice-7.1.0~beta1/configure:39950:	        BZIP2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "bzip2" 2>&1`
libreoffice-7.1.0~beta1/configure-39951-        fi
##############################################
libreoffice-7.1.0~beta1/configure-40033-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/configure:40034:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/configure-40035-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/configure-40078-
libreoffice-7.1.0~beta1/configure:40079:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/configure-40080-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/configure-40174-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:40175:  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.8.0 " 2>/dev/null`
libreoffice-7.1.0~beta1/configure-40176-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-40191-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:40192:  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.8.0 " 2>/dev/null`
libreoffice-7.1.0~beta1/configure-40193-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-40212-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:40213:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.8.0 " 2>&1`
libreoffice-7.1.0~beta1/configure-40214-        else
libreoffice-7.1.0~beta1/configure:40215:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.8.0 " 2>&1`
libreoffice-7.1.0~beta1/configure-40216-        fi
##############################################
libreoffice-7.1.0~beta1/configure-40326-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:40327:  pkg_cv_AVAHI_CFLAGS=`$PKG_CONFIG --cflags "avahi-client >= 0.6.10" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-40328-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-40343-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:40344:  pkg_cv_AVAHI_LIBS=`$PKG_CONFIG --libs "avahi-client >= 0.6.10" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-40345-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-40364-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:40365:	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "avahi-client >= 0.6.10" 2>&1`
libreoffice-7.1.0~beta1/configure-40366-        else
libreoffice-7.1.0~beta1/configure:40367:	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "avahi-client >= 0.6.10" 2>&1`
libreoffice-7.1.0~beta1/configure-40368-        fi
##############################################
libreoffice-7.1.0~beta1/configure-40435-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:40436:  pkg_cv_LIBLANGTAG_CFLAGS=`$PKG_CONFIG --cflags "liblangtag >= 0.4.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-40437-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-40452-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:40453:  pkg_cv_LIBLANGTAG_LIBS=`$PKG_CONFIG --libs "liblangtag >= 0.4.0" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-40454-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-40473-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:40474:	        LIBLANGTAG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liblangtag >= 0.4.0" 2>&1`
libreoffice-7.1.0~beta1/configure-40475-        else
libreoffice-7.1.0~beta1/configure:40476:	        LIBLANGTAG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liblangtag >= 0.4.0" 2>&1`
libreoffice-7.1.0~beta1/configure-40477-        fi
##############################################
libreoffice-7.1.0~beta1/configure-40572-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:40573:  pkg_cv_LIBPNG_CFLAGS=`$PKG_CONFIG --cflags "libpng" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-40574-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-40589-  test $ac_status = 0; }; then
libreoffice-7.1.0~beta1/configure:40590:  pkg_cv_LIBPNG_LIBS=`$PKG_CONFIG --libs "libpng" 2>/dev/null`
libreoffice-7.1.0~beta1/configure-40591-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
libreoffice-7.1.0~beta1/configure-40610-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/configure:40611:	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng" 2>&1`
libreoffice-7.1.0~beta1/configure-40612-        else
libreoffice-7.1.0~beta1/configure:40613:	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng" 2>&1`
libreoffice-7.1.0~beta1/configure-40614-        fi
##############################################
libreoffice-7.1.0~beta1/configure-40692-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/configure:40693:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/configure-40694-            else
##############################################
libreoffice-7.1.0~beta1/configure-40749-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/configure:40750:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/configure-40751-        fi
##############################################
libreoffice-7.1.0~beta1/configure-40809-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/configure:40810:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/configure:40811:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/configure:40812:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/configure:40813:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/configure:40814:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/configure-40815-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/configure-40849-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/configure:40850:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/configure-40851-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/configure:40852:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/configure-40853-                fi
##############################################
libreoffice-7.1.0~beta1/configure-40909-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/configure:40910:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/configure-40911-
##############################################
libreoffice-7.1.0~beta1/configure-40913-$as_echo_n "checking whether Ant is >= $ant_minver... " >&6; }
libreoffice-7.1.0~beta1/configure:40914:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/configure:40915:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/configure:40916:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/configure-40917-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/configure-40956-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/configure:40957:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/configure-40958-    fi
##############################################
libreoffice-7.1.0~beta1/configure-40994-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/configure:40995:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/configure-40996-        fi
##############################################
libreoffice-7.1.0~beta1/configure-41224-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/configure:41225:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/configure-41226-fi
libreoffice-7.1.0~beta1/configure-41227-# list with substituted ALL
libreoffice-7.1.0~beta1/configure:41228:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/configure-41229-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/configure-41231-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/configure:41232:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/configure:41233:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/configure-41234-fi
##############################################
libreoffice-7.1.0~beta1/configure-41245-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/configure:41246:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/configure-41247-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/configure-41256-
libreoffice-7.1.0~beta1/configure:41257:    just_langs="`echo $WITH_LOCALES | sed -e 's/_A-Z*//g'`"
libreoffice-7.1.0~beta1/configure-41258-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/configure-41444-
libreoffice-7.1.0~beta1/configure:41445:INSTALLDIRNAME=`echo LibreOffice | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/configure-41446-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for install dirname" >&5
##############################################
libreoffice-7.1.0~beta1/configure-41592-        *)
libreoffice-7.1.0~beta1/configure:41593:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/configure-41594-            ;;
##############################################
libreoffice-7.1.0~beta1/configure-41798-$as_echo_n "checking for active Antivirus software... " >&6; }
libreoffice-7.1.0~beta1/configure:41799:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/configure-41800-    if  [ "$ANTIVIRUS_LIST" != "NULL" ] ; then
##############################################
libreoffice-7.1.0~beta1/configure-41805-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/configure:41806:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/configure-41807-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/configure-41811-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/configure:41812:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/configure-41813-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/configure-41844-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/configure:41845:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/configure:41846:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/configure-41847-
##############################################
libreoffice-7.1.0~beta1/configure-41885-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/configure:41886:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/configure-41887-fi
##############################################
libreoffice-7.1.0~beta1/configure-41911-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure:41912:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/configure-41913-        fi
##############################################
libreoffice-7.1.0~beta1/configure-41965-    if test -n "$libo_fuzz_list"; then
libreoffice-7.1.0~beta1/configure:41966:        tmps=`eval echo $libo_fuzz_list`
libreoffice-7.1.0~beta1/configure-41967-        { $as_echo "$as_me:${as_lineno-$LINENO}: Summary of fuzzing: $tmps" >&5
##############################################
libreoffice-7.1.0~beta1/configure-41973-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/configure:41974:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/configure-41975-fi
libreoffice-7.1.0~beta1/configure-41976-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/configure:41977:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/configure-41978-fi
##############################################
libreoffice-7.1.0~beta1/configure-42166-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
libreoffice-7.1.0~beta1/configure:42167:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
libreoffice-7.1.0~beta1/configure-42168-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
libreoffice-7.1.0~beta1/configure-42234-if test -z "$BASH_VERSION$ZSH_VERSION" \
libreoffice-7.1.0~beta1/configure:42235:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
libreoffice-7.1.0~beta1/configure-42236-  as_echo='print -r --'
libreoffice-7.1.0~beta1/configure-42237-  as_echo_n='print -rn --'
libreoffice-7.1.0~beta1/configure:42238:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
libreoffice-7.1.0~beta1/configure-42239-  as_echo='printf %s\n'
##############################################
libreoffice-7.1.0~beta1/configure-42241-else
libreoffice-7.1.0~beta1/configure:42242:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
libreoffice-7.1.0~beta1/configure-42243-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
libreoffice-7.1.0~beta1/configure-42251-	expr "X$arg" : "X\\(.*\\)$as_nl";
libreoffice-7.1.0~beta1/configure:42252:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
libreoffice-7.1.0~beta1/configure-42253-      esac;
##############################################
libreoffice-7.1.0~beta1/configure-42328-# ----------------------------------------
libreoffice-7.1.0~beta1/configure:42329:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
libreoffice-7.1.0~beta1/configure-42330-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
libreoffice-7.1.0~beta1/configure-42400-  {
libreoffice-7.1.0~beta1/configure:42401:    as_val=`expr "$@" || test $? -eq 1`
libreoffice-7.1.0~beta1/configure-42402-  }
##############################################
libreoffice-7.1.0~beta1/configure-42504-      case $as_dir in #(
libreoffice-7.1.0~beta1/configure:42505:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
libreoffice-7.1.0~beta1/configure-42506-      *) as_qdir=$as_dir;;
##############################################
libreoffice-7.1.0~beta1/configure-42600-# Files that config.status was made for.
libreoffice-7.1.0~beta1/configure:42601:config_files="`echo $ac_config_files`"
libreoffice-7.1.0~beta1/configure:42602:config_headers="`echo $ac_config_headers`"
libreoffice-7.1.0~beta1/configure:42603:config_links="`echo $ac_config_links`"
libreoffice-7.1.0~beta1/configure-42604-
##############################################
libreoffice-7.1.0~beta1/configure-42640-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
libreoffice-7.1.0~beta1/configure:42641:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
libreoffice-7.1.0~beta1/configure-42642-ac_cs_version="\\
##############################################
libreoffice-7.1.0~beta1/configure-42663-  --*=?*)
libreoffice-7.1.0~beta1/configure:42664:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
libreoffice-7.1.0~beta1/configure:42665:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
libreoffice-7.1.0~beta1/configure-42666-    ac_shift=:
##############################################
libreoffice-7.1.0~beta1/configure-42668-  --*=)
libreoffice-7.1.0~beta1/configure:42669:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
libreoffice-7.1.0~beta1/configure-42670-    ac_optarg=
##############################################
libreoffice-7.1.0~beta1/configure-42692-    case $ac_optarg in
libreoffice-7.1.0~beta1/configure:42693:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
libreoffice-7.1.0~beta1/configure-42694-    '') as_fn_error $? "missing file argument" ;;
##############################################
libreoffice-7.1.0~beta1/configure-42700-    case $ac_optarg in
libreoffice-7.1.0~beta1/configure:42701:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
libreoffice-7.1.0~beta1/configure-42702-    esac
##############################################
libreoffice-7.1.0~beta1/configure-42870-fi
libreoffice-7.1.0~beta1/configure:42871:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
libreoffice-7.1.0~beta1/configure-42872-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
libreoffice-7.1.0~beta1/configure-42887-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
libreoffice-7.1.0~beta1/configure:42888:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
libreoffice-7.1.0~beta1/configure-42889-ac_delim='%!_!# '
##############################################
libreoffice-7.1.0~beta1/configure-42893-
libreoffice-7.1.0~beta1/configure:42894:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
libreoffice-7.1.0~beta1/configure-42895-  if test $ac_delim_n = $ac_delim_num; then
##############################################
libreoffice-7.1.0~beta1/configure-43031-for ac_last_try in false false :; do
libreoffice-7.1.0~beta1/configure:43032:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
libreoffice-7.1.0~beta1/configure-43033-  if test -z "$ac_tt"; then
##############################################
libreoffice-7.1.0~beta1/configure-43163-      esac
libreoffice-7.1.0~beta1/configure:43164:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
libreoffice-7.1.0~beta1/configure-43165-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
libreoffice-7.1.0~beta1/configure-43222-*)
libreoffice-7.1.0~beta1/configure:43223:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
libreoffice-7.1.0~beta1/configure-43224-  # A ".." for each directory in $ac_dir_suffix.
libreoffice-7.1.0~beta1/configure:43225:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
libreoffice-7.1.0~beta1/configure-43226-  case $ac_top_builddir_sub in
##############################################
libreoffice-7.1.0~beta1/configure-43274-/@mandir@/p'
libreoffice-7.1.0~beta1/configure:43275:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
libreoffice-7.1.0~beta1/configure-43276-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
libreoffice-7.1.0~beta1/configure-43291-
libreoffice-7.1.0~beta1/configure:43292:# Neutralize VPATH when `$srcdir' = `.'.
libreoffice-7.1.0~beta1/configure-43293-# Shell code in configure.ac might set extrasub.
##############################################
libreoffice-7.1.0~beta1/configure-43317-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
libreoffice-7.1.0~beta1/configure:43318:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
libreoffice-7.1.0~beta1/configure-43319-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
libreoffice-7.1.0~beta1/configure-43435-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/configure:43436:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/configure-43437-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/configure-43444-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/configure:43445:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/configure-43446-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-123-    PKG_CHECK_EXISTS([$3],
libreoffice-7.1.0~beta1/aclocal.m4:124:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
libreoffice-7.1.0~beta1/aclocal.m4-125-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-171-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/aclocal.m4:172:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
libreoffice-7.1.0~beta1/aclocal.m4-173-        else 
libreoffice-7.1.0~beta1/aclocal.m4:174:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
libreoffice-7.1.0~beta1/aclocal.m4-175-        fi
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-446-  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
libreoffice-7.1.0~beta1/aclocal.m4:447:    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
libreoffice-7.1.0~beta1/aclocal.m4-448-  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-461-  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
libreoffice-7.1.0~beta1/aclocal.m4:462:    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
libreoffice-7.1.0~beta1/aclocal.m4-463-  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-509-     $am_py_prefix*)
libreoffice-7.1.0~beta1/aclocal.m4:510:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
libreoffice-7.1.0~beta1/aclocal.m4:511:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
libreoffice-7.1.0~beta1/aclocal.m4-512-       ;;
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-551-     $am_py_exec_prefix*)
libreoffice-7.1.0~beta1/aclocal.m4:552:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
libreoffice-7.1.0~beta1/aclocal.m4:553:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
libreoffice-7.1.0~beta1/aclocal.m4-554-       ;;
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-688-    boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
libreoffice-7.1.0~beta1/aclocal.m4:689:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
libreoffice-7.1.0~beta1/aclocal.m4:690:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
libreoffice-7.1.0~beta1/aclocal.m4:691:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
libreoffice-7.1.0~beta1/aclocal.m4:692:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
libreoffice-7.1.0~beta1/aclocal.m4-693-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-695-        fi
libreoffice-7.1.0~beta1/aclocal.m4:696:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
libreoffice-7.1.0~beta1/aclocal.m4-697-    AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-779-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.1.0~beta1/aclocal.m4:780:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.1.0~beta1/aclocal.m4:781:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.1.0~beta1/aclocal.m4:782:                    V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.1.0~beta1/aclocal.m4-783-                    if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-785-                    fi
libreoffice-7.1.0~beta1/aclocal.m4:786:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.1.0~beta1/aclocal.m4-787-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-797-                if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.1.0~beta1/aclocal.m4:798:                    for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.1.0~beta1/aclocal.m4:799:                        _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.1.0~beta1/aclocal.m4:800:                        V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.1.0~beta1/aclocal.m4-801-                        if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-808-
libreoffice-7.1.0~beta1/aclocal.m4:809:            VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.1.0~beta1/aclocal.m4-810-            BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-822-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
libreoffice-7.1.0~beta1/aclocal.m4:823:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
libreoffice-7.1.0~beta1/aclocal.m4:824:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
libreoffice-7.1.0~beta1/aclocal.m4:825:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
libreoffice-7.1.0~beta1/aclocal.m4:826:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
libreoffice-7.1.0~beta1/aclocal.m4-827-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-956-			AC_DEFINE(HAVE_BOOST_DATE_TIME,,[define if the Boost::Date_Time library is available])
libreoffice-7.1.0~beta1/aclocal.m4:957:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/aclocal.m4-958-            if test "x$ax_boost_user_date_time_lib" = "x"; then
libreoffice-7.1.0~beta1/aclocal.m4:959:                for libextension in `ls $BOOSTLIBDIR/libboost_date_time*.so* $BOOSTLIBDIR/libboost_date_time*.dylib* $BOOSTLIBDIR/libboost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_date_time.*\)\.so.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.a*$;\1;'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-960-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-965-                if test "x$link_date_time" != "xyes"; then
libreoffice-7.1.0~beta1/aclocal.m4:966:                for libextension in `ls $BOOSTLIBDIR/boost_date_time*.dll* $BOOSTLIBDIR/boost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_date_time.*\)\.dll.*$;\1;' -e 's;^\(boost_date_time.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-967-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1075-			AC_DEFINE(HAVE_BOOST_FILESYSTEM,,[define if the Boost::Filesystem library is available])
libreoffice-7.1.0~beta1/aclocal.m4:1076:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/aclocal.m4-1077-            if test "x$ax_boost_user_filesystem_lib" = "x"; then
libreoffice-7.1.0~beta1/aclocal.m4:1078:                for libextension in `ls -r $BOOSTLIBDIR/libboost_filesystem* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-1079-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1084-                if test "x$link_filesystem" != "xyes"; then
libreoffice-7.1.0~beta1/aclocal.m4:1085:                for libextension in `ls -r $BOOSTLIBDIR/boost_filesystem* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-1086-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1192-			AC_DEFINE(HAVE_BOOST_IOSTREAMS,,[define if the Boost::IOStreams library is available])
libreoffice-7.1.0~beta1/aclocal.m4:1193:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/aclocal.m4-1194-            if test "x$ax_boost_user_iostreams_lib" = "x"; then
libreoffice-7.1.0~beta1/aclocal.m4:1195:                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so* $BOOSTLIBDIR/libboost_iostream*.dylib* $BOOSTLIBDIR/libboost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostream.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-1196-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1201-                if test "x$link_iostreams" != "xyes"; then
libreoffice-7.1.0~beta1/aclocal.m4:1202:                for libextension in `ls $BOOSTLIBDIR/boost_iostreams*.dll* $BOOSTLIBDIR/boost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_iostreams.*\)\.dll.*$;\1;' -e 's;^\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-1203-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1310-			AC_DEFINE(HAVE_BOOST_LOCALE,,[define if the Boost::Locale library is available])
libreoffice-7.1.0~beta1/aclocal.m4:1311:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/aclocal.m4-1312-
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1314-            if test "x$ax_boost_user_locale_lib" = "x"; then
libreoffice-7.1.0~beta1/aclocal.m4:1315:                for libextension in `ls $BOOSTLIBDIR/libboost_locale*.so* $BOOSTLIBDIR/libboost_locale*.dylib* $BOOSTLIBDIR/libboost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_locale.*\)\.so.*$;\1;' -e 's;^lib\(boost_locale.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-1316-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1321-                if test "x$link_locale" != "xyes"; then
libreoffice-7.1.0~beta1/aclocal.m4:1322:                for libextension in `ls $BOOSTLIBDIR/boost_locale*.dll* $BOOSTLIBDIR/boost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_locale.*\)\.dll.*$;\1;' -e 's;^\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-1323-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1432-			AC_DEFINE(HAVE_BOOST_SYSTEM,,[define if the Boost::System library is available])
libreoffice-7.1.0~beta1/aclocal.m4:1433:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/aclocal.m4-1434-
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1436-            if test "x$ax_boost_user_system_lib" = "x"; then
libreoffice-7.1.0~beta1/aclocal.m4:1437:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-1438-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1443-                if test "x$link_system" != "xyes"; then
libreoffice-7.1.0~beta1/aclocal.m4:1444:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/aclocal.m4-1445-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1530-    if test "x$found_introspection" = "xyes"; then
libreoffice-7.1.0~beta1/aclocal.m4:1531:       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
libreoffice-7.1.0~beta1/aclocal.m4:1532:       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
libreoffice-7.1.0~beta1/aclocal.m4:1533:       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
libreoffice-7.1.0~beta1/aclocal.m4:1534:       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
libreoffice-7.1.0~beta1/aclocal.m4-1535-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
libreoffice-7.1.0~beta1/aclocal.m4:1536:       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
libreoffice-7.1.0~beta1/aclocal.m4:1537:       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
libreoffice-7.1.0~beta1/aclocal.m4:1538:       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
libreoffice-7.1.0~beta1/aclocal.m4-1539-    fi
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1645-  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
libreoffice-7.1.0~beta1/aclocal.m4:1646:     req_libgcrypt_api=`echo "$tmp"     | sed 's/\(.*\):\(.*\)/\1/'`
libreoffice-7.1.0~beta1/aclocal.m4:1647:     min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
libreoffice-7.1.0~beta1/aclocal.m4-1648-  else
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1661-               sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
libreoffice-7.1.0~beta1/aclocal.m4:1662:    libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
libreoffice-7.1.0~beta1/aclocal.m4-1663-    major=`echo $libgcrypt_config_version | \
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1693-     if test "$req_libgcrypt_api" -gt 0 ; then
libreoffice-7.1.0~beta1/aclocal.m4:1694:        tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
libreoffice-7.1.0~beta1/aclocal.m4-1695-        if test "$tmp" -gt 0 ; then
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1706-  if test $ok = yes; then
libreoffice-7.1.0~beta1/aclocal.m4:1707:    LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
libreoffice-7.1.0~beta1/aclocal.m4:1708:    LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
libreoffice-7.1.0~beta1/aclocal.m4-1709-    ifelse([$2], , :, [$2])
libreoffice-7.1.0~beta1/aclocal.m4-1710-    if test x"$host" != x ; then
libreoffice-7.1.0~beta1/aclocal.m4:1711:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
libreoffice-7.1.0~beta1/aclocal.m4-1712-      if test x"$libgcrypt_config_host" != xnone ; then
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1810-        if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/aclocal.m4:1811:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/aclocal.m4-1812-                m4_translit([with-$1], [-+.], [___])=yes
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1828-        if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/aclocal.m4:1829:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/aclocal.m4-1830-                m4_translit([enable-$1], [-+.], [___])=yes
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1842-    if test -n "$libo_fuzz_list"; then
libreoffice-7.1.0~beta1/aclocal.m4:1843:        tmps=`eval echo $libo_fuzz_list`
libreoffice-7.1.0~beta1/aclocal.m4-1844-        AC_MSG_NOTICE([Summary of fuzzing: $tmps])
##############################################
libreoffice-7.1.0~beta1/aclocal.m4-1881-        AS_IF([test -n "$PKG_CONFIG"], [
libreoffice-7.1.0~beta1/aclocal.m4:1882:            ver=`$PKG_CONFIG --modversion "$2"`
libreoffice-7.1.0~beta1/aclocal.m4-1883-            AS_IF([test -n "$ver"], [
##############################################
libreoffice-7.1.0~beta1/ChangeLog-37064-        re-determining LIBXML_LIBS in workdir/UnpackedTarball/raptor/configure via
libreoffice-7.1.0~beta1/ChangeLog:37065:        `$XML_CONFIG --libs` had set it to
libreoffice-7.1.0~beta1/ChangeLog-37066-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-56229-        
libreoffice-7.1.0~beta1/ChangeLog:56230:        "So it looks like Clang does not treat those register asm as we expect it would,
libreoffice-7.1.0~beta1/ChangeLog-56231-        at least on aarch64.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-56278-        > void g() {
libreoffice-7.1.0~beta1/ChangeLog:56279:        >     register long volatile a asm ("x8");
libreoffice-7.1.0~beta1/ChangeLog-56280-        >     f(a);
##############################################
libreoffice-7.1.0~beta1/ChangeLog-148020-        
libreoffice-7.1.0~beta1/ChangeLog:148021:        > bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx:39:9: error: inline asm clobber list contains reserved registers: X18 [-Werror,-Winline-asm]
libreoffice-7.1.0~beta1/ChangeLog-148022-        >         "ldp x0, x1, [%[gpr_]]\n\t"
##############################################
libreoffice-7.1.0~beta1/ChangeLog-148026-        > ^
libreoffice-7.1.0~beta1/ChangeLog:148027:        > bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx:39:9: note: Reserved registers on the clobber list may not be preserved across the asm statement, and clobbering them may lead to undefined behaviour.
libreoffice-7.1.0~beta1/ChangeLog-148028-        >         "ldp x0, x1, [%[gpr_]]\n\t"
##############################################
libreoffice-7.1.0~beta1/ChangeLog-170827-        
libreoffice-7.1.0~beta1/ChangeLog:170828:        MASM : warning A4018:invalid command-line option : /safeseh
libreoffice-7.1.0~beta1/ChangeLog-170829-        Assembling: C:/BLP/core/bridges/source/cpp_uno/msvc_win32_x86-64/call.asm
##############################################
libreoffice-7.1.0~beta1/ChangeLog-189521-        
libreoffice-7.1.0~beta1/ChangeLog:189522:        and before the asm block, so in the called virtual function, arguments read from
libreoffice-7.1.0~beta1/ChangeLog-189523-        the stack would read garbage (and CustomTarget_testtools/uno_test would fail
##############################################
libreoffice-7.1.0~beta1/ChangeLog-361672-
libreoffice-7.1.0~beta1/ChangeLog:361673:        -Werror=return-local-addr (-with-webdav=serf)
libreoffice-7.1.0~beta1/ChangeLog-361674-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-435562-        
libreoffice-7.1.0~beta1/ChangeLog:435563:        RC of cpp_vtable_call is never used in the asm part, so remove it.
libreoffice-7.1.0~beta1/ChangeLog-435564-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-440346-
libreoffice-7.1.0~beta1/ChangeLog:440347:        iOS, moved privateSnippetExecutor from asm to C function.
libreoffice-7.1.0~beta1/ChangeLog-440348-        
libreoffice-7.1.0~beta1/ChangeLog:440349:        move asm code to C as first step towards reducing the asm code.
libreoffice-7.1.0~beta1/ChangeLog-440350-        Since iOS does not permit java/python or anything else than the
##############################################
libreoffice-7.1.0~beta1/ChangeLog-440461-        
libreoffice-7.1.0~beta1/ChangeLog:440462:        The perl script just generated static asm code, this
libreoffice-7.1.0~beta1/ChangeLog-440463-        code is now included directly in ios64_helper.s
##############################################
libreoffice-7.1.0~beta1/ChangeLog-449113-
libreoffice-7.1.0~beta1/ChangeLog:449114:        iOS, solved problem with -I for asm module
libreoffice-7.1.0~beta1/ChangeLog-449115-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-451573-        Still comparing the "old" gcc3_ios_arm with the new one, in order to make
libreoffice-7.1.0~beta1/ChangeLog:451574:        the asm code work.
libreoffice-7.1.0~beta1/ChangeLog-451575-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-472920-        builds but "nasm" on 64-bit builds - this despite INSTALL.W32 claiming
libreoffice-7.1.0~beta1/ChangeLog:472921:        that only nasm is "supported".
libreoffice-7.1.0~beta1/ChangeLog-472922-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-473037-
libreoffice-7.1.0~beta1/ChangeLog:473038:        gbuild: MSVC: invoke MSASM with /safeseh
libreoffice-7.1.0~beta1/ChangeLog-473039-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-473045-
libreoffice-7.1.0~beta1/ChangeLog:473046:        openssl: MSVC build: link and run MSASM with /SAFESEH
libreoffice-7.1.0~beta1/ChangeLog-473047-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-557275-
libreoffice-7.1.0~beta1/ChangeLog:557276:        pBASM can be nullptr in copy docs, e.g. during insert sheet from doc
libreoffice-7.1.0~beta1/ChangeLog-557277-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-576085-
libreoffice-7.1.0~beta1/ChangeLog:576086:        Make warning about missing nasm more prominent
libreoffice-7.1.0~beta1/ChangeLog-576087-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-602942-        
libreoffice-7.1.0~beta1/ChangeLog:602943:        prefer having nasm/yasm but if its not there warn and fallback
libreoffice-7.1.0~beta1/ChangeLog-602944-        to disabling assembler optional goodness
##############################################
libreoffice-7.1.0~beta1/ChangeLog-828384-
libreoffice-7.1.0~beta1/ChangeLog:828385:        external/jpeg-turbo: Fix calling convention confusion in asm code
libreoffice-7.1.0~beta1/ChangeLog-828386-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-868883-
libreoffice-7.1.0~beta1/ChangeLog:868884:        Fix using /opt/lo/bin/nasm on windows/cygwin
libreoffice-7.1.0~beta1/ChangeLog-868885-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-886211-
libreoffice-7.1.0~beta1/ChangeLog:886212:        ppc64: do not use asm block to retrieve args
libreoffice-7.1.0~beta1/ChangeLog-886213-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-925161-
libreoffice-7.1.0~beta1/ChangeLog:925162:        sal,sd: Windows SDK 8.1 deprecates inet_addr()
libreoffice-7.1.0~beta1/ChangeLog-925163-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-955675-        
libreoffice-7.1.0~beta1/ChangeLog:955676:        Unfortunately requires nasm - the netwide assembler -
libreoffice-7.1.0~beta1/ChangeLog-955677-        http://www.nasm.us/
##############################################
libreoffice-7.1.0~beta1/ChangeLog-965681-        
libreoffice-7.1.0~beta1/ChangeLog:965682:        This likely is a false warning or over-enthusiasm in the salbool plug-in, but
libreoffice-7.1.0~beta1/ChangeLog-965683-        on the other hand, I don't understand why the recently added case needs to use
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1013218-                then
libreoffice-7.1.0~beta1/ChangeLog:1013219:                        if test -z "`/usr/bin/file "${UNIVERSALSDK}/usr/lib/libSystem.dylib" | grep ppc`"
libreoffice-7.1.0~beta1/ChangeLog-1013220-                        then
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1040805-
libreoffice-7.1.0~beta1/ChangeLog:1040806:        Work around Clang -fsanitize=address inline asm error
libreoffice-7.1.0~beta1/ChangeLog-1040807-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1043503-
libreoffice-7.1.0~beta1/ChangeLog:1043504:        Work around Clang -fsanitize=address inline asm error
libreoffice-7.1.0~beta1/ChangeLog-1043505-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1192672-
libreoffice-7.1.0~beta1/ChangeLog:1192673:        For some reason the asm code for rc4_md5_enc seems to go missing for x64 Linux
libreoffice-7.1.0~beta1/ChangeLog-1192674-        
libreoffice-7.1.0~beta1/ChangeLog:1192675:        So configure OpenSSL with the no-asm switch in that case.
libreoffice-7.1.0~beta1/ChangeLog-1192676-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1308348-        
libreoffice-7.1.0~beta1/ChangeLog:1308349:        As the inline asm statement stores parameters into r0-r3 we need to
libreoffice-7.1.0~beta1/ChangeLog-1308350-        include those registers in the clobber list. Clang happened to store
libreoffice-7.1.0~beta1/ChangeLog:1308351:        pMethod in r2 as input to the asm snippet.
libreoffice-7.1.0~beta1/ChangeLog-1308352-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1311415-
libreoffice-7.1.0~beta1/ChangeLog:1311416:        Be truthful to the compiler about registers clobbered by asm snippet
libreoffice-7.1.0~beta1/ChangeLog-1311417-        
libreoffice-7.1.0~beta1/ChangeLog:1311418:        The asm code loads values into parameter-passing registers r0-r3.
libreoffice-7.1.0~beta1/ChangeLog:1311419:        (That is one of the very purposes of the asm snippet.) We need to tell
libreoffice-7.1.0~beta1/ChangeLog:1311420:        the compiler that. The compiler does not analyze the asm snippet and
libreoffice-7.1.0~beta1/ChangeLog-1311421-        has no idea by itself what it does.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1311423-        Otherwise the compiler might well put one of the input values to the
libreoffice-7.1.0~beta1/ChangeLog:1311424:        asm snippet, like the "pmethod" (the value of the pMethod variable)
libreoffice-7.1.0~beta1/ChangeLog-1311425-        into one of those registers, so that when that value then is used in
libreoffice-7.1.0~beta1/ChangeLog:1311426:        the asm snippet, *after* r0-r3 have already been modified, it
libreoffice-7.1.0~beta1/ChangeLog-1311427-        obviously is totally unrelated to pMethod any more, and the result is
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1355858-
libreoffice-7.1.0~beta1/ChangeLog:1355859:        Revert "add forgotten asm file to build"
libreoffice-7.1.0~beta1/ChangeLog-1355860-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1355870-
libreoffice-7.1.0~beta1/ChangeLog:1355871:        add forgotten asm file to build
libreoffice-7.1.0~beta1/ChangeLog-1355872-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1380015-               nss-clang_os_Linux_x86_64_s_comments.patch
libreoffice-7.1.0~beta1/ChangeLog:1380016:          the invalid asm comments were fixed upstream:
libreoffice-7.1.0~beta1/ChangeLog-1380017-          https://bugzilla.mozilla.org/show_bug.cgi?id=624868
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1381510-        
libreoffice-7.1.0~beta1/ChangeLog:1381511:        everywhere else we just do -Wl,--hash-style=$(WITH_LINKER_HASH_STYLE)
libreoffice-7.1.0~beta1/ChangeLog-1381512-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1418084-
libreoffice-7.1.0~beta1/ChangeLog:1418085:        asm fixes in openssl
libreoffice-7.1.0~beta1/ChangeLog-1418086-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1418088-
libreoffice-7.1.0~beta1/ChangeLog:1418089:        asm fixes in nss
libreoffice-7.1.0~beta1/ChangeLog-1418090-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1428839-        
libreoffice-7.1.0~beta1/ChangeLog:1428840:        that broke a case where we had -DMISC=$(call gb_Helper_conver_native,...)
libreoffice-7.1.0~beta1/ChangeLog-1428841-        which transformed in to -DMISC=   d:/foo/bar
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1447499-        
libreoffice-7.1.0~beta1/ChangeLog:1447500:        Noticed that there is no need to wrap the replacement asm snippets
libreoffice-7.1.0~beta1/ChangeLog-1447501-        with dummy C functions. Just having them at the outermost level in the
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1450183-
libreoffice-7.1.0~beta1/ChangeLog:1450184:        Use lo_dladdr() on Android
libreoffice-7.1.0~beta1/ChangeLog-1450185-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1450191-
libreoffice-7.1.0~beta1/ChangeLog:1450192:        Add lo_dladdr(), a wrapper for Android's dladdr()
libreoffice-7.1.0~beta1/ChangeLog-1450193-        
libreoffice-7.1.0~beta1/ChangeLog:1450194:        Android's dladdr() stores just the basename of a shared object in
libreoffice-7.1.0~beta1/ChangeLog-1450195-        Dl_info::dli_fname. LibreOffice expects either a complete absolute
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1456285-
libreoffice-7.1.0~beta1/ChangeLog:1456286:        Adapted numbering of reordered asm parameters.
libreoffice-7.1.0~beta1/ChangeLog-1456287-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1467347-        
libreoffice-7.1.0~beta1/ChangeLog:1467348:        [ build ASM ] basic/source/runtime/wnt-x86
libreoffice-7.1.0~beta1/ChangeLog-1467349-        /bin/sh: /cygdrive/c/Programme/Microsoft: No such file or directory
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508895-
libreoffice-7.1.0~beta1/ChangeLog:1508896:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508897-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508899-
libreoffice-7.1.0~beta1/ChangeLog:1508900:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508901-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508903-
libreoffice-7.1.0~beta1/ChangeLog:1508904:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508905-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508907-
libreoffice-7.1.0~beta1/ChangeLog:1508908:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508909-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508911-
libreoffice-7.1.0~beta1/ChangeLog:1508912:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508913-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508915-
libreoffice-7.1.0~beta1/ChangeLog:1508916:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508917-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508919-
libreoffice-7.1.0~beta1/ChangeLog:1508920:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508921-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508923-
libreoffice-7.1.0~beta1/ChangeLog:1508924:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508925-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508927-
libreoffice-7.1.0~beta1/ChangeLog:1508928:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508929-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1508931-
libreoffice-7.1.0~beta1/ChangeLog:1508932:        drop bogus executable flag from [ch]xx/bas/asm files
libreoffice-7.1.0~beta1/ChangeLog-1508933-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1521503-        
libreoffice-7.1.0~beta1/ChangeLog:1521504:         * this adds memory barriers to the asm code block making it SMP-safe
libreoffice-7.1.0~beta1/ChangeLog-1521505-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1539935-        mechanism. Add the additional steps described in INSTALL.W64 to
libreoffice-7.1.0~beta1/ChangeLog:1539936:        do_ms.bat: generate uptable.asm and assemble it. Avoid a problem with
libreoffice-7.1.0~beta1/ChangeLog-1539937-        _vsnprintf by defining _CRT_NON_CONFORMING_SWPRINTFS.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1541390-        
libreoffice-7.1.0~beta1/ChangeLog:1541391:        See asmbits.asm for some general comments and pointers to useful
libreoffice-7.1.0~beta1/ChangeLog-1541392-        information.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1660015-
libreoffice-7.1.0~beta1/ChangeLog:1660016:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.1.0~beta1/ChangeLog-1660017-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1660019-
libreoffice-7.1.0~beta1/ChangeLog:1660020:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.1.0~beta1/ChangeLog-1660021-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1660023-
libreoffice-7.1.0~beta1/ChangeLog:1660024:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.1.0~beta1/ChangeLog-1660025-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1660027-
libreoffice-7.1.0~beta1/ChangeLog:1660028:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.1.0~beta1/ChangeLog-1660029-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1660031-
libreoffice-7.1.0~beta1/ChangeLog:1660032:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.1.0~beta1/ChangeLog-1660033-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1660035-
libreoffice-7.1.0~beta1/ChangeLog:1660036:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.1.0~beta1/ChangeLog-1660037-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1660039-
libreoffice-7.1.0~beta1/ChangeLog:1660040:        CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)
libreoffice-7.1.0~beta1/ChangeLog-1660041-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-1695343-
libreoffice-7.1.0~beta1/ChangeLog:1695344:        INTEGRATION: CWS os2port03 (1.6.92); FILE MERGED 2008/07/16 12:31:35 obr 1.6.92.2: RESYNC: (1.6-1.7); FILE MERGED 2008/01/14 16:06:43 ydario 1.6.92.1: Skip building of os2 asm Issue number: i85203 Submitted by: ydario Reviewed by: ydario
libreoffice-7.1.0~beta1/ChangeLog-1695345-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2117540-
libreoffice-7.1.0~beta1/ChangeLog:2117541:        INTEGRATION: CWS canvas02 (1.33.84); FILE MERGED 2005/10/09 07:06:58 thb 1.33.84.7: RESYNC: (1.33-1.35); FILE MERGED 2005/09/07 14:58:23 mbu 1.33.84.6: SetTriangleClipRegion() now plays well with the rest of the clipping code 2005/08/19 15:15:26 mbu 1.33.84.5: platform independent float to integer truncation 2005/08/19 14:50:06 mbu 1.33.84.4: consolidating spans in triangle clipper 2005/08/19 13:57:03 thb 1.33.84.3: #i10000# Using non-asm version for non-Windows 2005/08/18 15:31:02 mbu 1.33.84.2: latest changes in ImplSetTriangleClipRegion() 2005/08/17 15:28:36 mbu 1.33.84.1: SetTriangleClipRegion()
libreoffice-7.1.0~beta1/ChangeLog-2117542-
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453587-        
libreoffice-7.1.0~beta1/ChangeLog:2453588:        This commit does NOT include the interlck.c asm code for
libreoffice-7.1.0~beta1/ChangeLog-2453589-        PPC.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453604-        
libreoffice-7.1.0~beta1/ChangeLog:2453605:        This commit does NOT include the interlck.c asm code for
libreoffice-7.1.0~beta1/ChangeLog-2453606-        PPC.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453616-        
libreoffice-7.1.0~beta1/ChangeLog:2453617:        This commit does NOT include the interlck.c asm code for
libreoffice-7.1.0~beta1/ChangeLog-2453618-        PPC.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453628-        
libreoffice-7.1.0~beta1/ChangeLog:2453629:        This commit does NOT include the interlck.c asm code for
libreoffice-7.1.0~beta1/ChangeLog-2453630-        PPC.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453640-        
libreoffice-7.1.0~beta1/ChangeLog:2453641:        This commit does NOT include the interlck.c asm code for
libreoffice-7.1.0~beta1/ChangeLog-2453642-        PPC.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453652-        
libreoffice-7.1.0~beta1/ChangeLog:2453653:        This commit does NOT include the interlck.c asm code for
libreoffice-7.1.0~beta1/ChangeLog-2453654-        PPC.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453664-        
libreoffice-7.1.0~beta1/ChangeLog:2453665:        This commit does NOT include the interlck.c asm code for
libreoffice-7.1.0~beta1/ChangeLog-2453666-        PPC.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453677-        
libreoffice-7.1.0~beta1/ChangeLog:2453678:        This commit does NOT include the interlck.c asm code for
libreoffice-7.1.0~beta1/ChangeLog-2453679-        PPC.
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2453691-
libreoffice-7.1.0~beta1/ChangeLog:2453692:        INTEGRATION: CWS ooo11rc2 (1.8.62); FILE MERGED 2003/07/14 18:33:54 fa 1.8.62.1: Commit interlck.c asm changes for PPC.  Support gcc 3.3.
libreoffice-7.1.0~beta1/ChangeLog-2453693-        
##############################################
libreoffice-7.1.0~beta1/ChangeLog-2627913-
libreoffice-7.1.0~beta1/ChangeLog:2627914:        edited ASM and AFLAGS variables
libreoffice-7.1.0~beta1/ChangeLog-2627915-
##############################################
libreoffice-7.1.0~beta1/xmlsecurity/qa/create-certs/templates/root.cnf-1-# OpenSSL root CA configuration file.
libreoffice-7.1.0~beta1/xmlsecurity/qa/create-certs/templates/root.cnf:2:# Copy to `$root/ca/openssl.cnf`.
libreoffice-7.1.0~beta1/xmlsecurity/qa/create-certs/templates/root.cnf-3-
##############################################
libreoffice-7.1.0~beta1/xmlsecurity/qa/create-certs/templates/intermediate.cnf-1-# OpenSSL intermediate CA configuration file.
libreoffice-7.1.0~beta1/xmlsecurity/qa/create-certs/templates/intermediate.cnf:2:# Copy to `$root/ca/intermediate/openssl.cnf`.
libreoffice-7.1.0~beta1/xmlsecurity/qa/create-certs/templates/intermediate.cnf-3-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx-7--"J#3"L)(3J%!#`&"3dp84NT64`%!N!BL#%)"!!X"38029%C+8dF#!*!')JP#!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx:8:,!8&$6e4'5P0(!`#3"L),3J3!#`&"3dp84NT64`3!N!BL$d)!3!!!!0i!#`#3"3X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx-9-!#3!%!!!!#3#3#4B!#`!*!!3"!!!*!*!*'J!,!!N!"!!!!!N!N!NE!!X!#3!%!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx-10-!#3#3#5%!#`!*!!3!!!!*!*!*)J!,!!N!"!3!!!N!N!NV!!X!#3!%!!!!#3#3#5`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx:11:!'!!5!!3!!!!5!*!*0`!3!!`!"!!!!!`!N!P"!"!!$!#3"3`!N!P+!!`!#J!@!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/TexEdit_2.0.hqx-12-!$!#3#3J!JJ"%!5)"q3!!!3!!!!(Z!!!!lJ!!!&3!9QM-'*`!!!!F!%B!!A0dH@`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/SimpleText_1.0.hqx-9-,!!N!"!!!!!N!N!NZ!"J!%J!%!!!!%J#3#6N!%!!-!!3!!!!-!*!*3`!3!!`!N!8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/SimpleText_1.0.hqx:10:-!*!*6!!-!!S!&J!!!!`!N!J"!!!!!H)!!!$L!!!!-J"1)l!CYJ!!!"`!-J!!Fh4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/SimpleText_1.0.hqx-11-jE!!!!!S!J2rr!*!&6LCSD!3!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-12-!!3%[3IVqpJ&8%")5%J%!N!X2!3K6G'&ZC'&bC"!5%K)!!!%!N!N(!3C&ER4TCA)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:13:3&489!!)"!*!*"`N("`%!$&CTFQGeE'8JCQPiC4!E'aX!!J3!!!%!N!B'#JB'"`N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-14-("`T'!3!(6@pZEQ&TC4!9&48!!3%!!J#3"`F*"`i"!!K3Eh9bBf9ZG"!@&KB!!!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:15:!!!%!N!B'#JB'"`%&-5!b-c33'4NC!!)%!!!"!*!'"JS'"JF*"`F"!!Ja)$)c0#`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-16-e-"!B'"J!!J%#!!!"!*!&"`N("``("`%-8f0TC@jdD@CTFA9P!!!"B`!J!!B!#J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-20-J&3%,4QpbE@&d)'a[EQF!!!!9"`!!!!`[%#m9)#!+1JNk"`%!%6-[0#ma16Jj)#!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:21:j1M-`1M!d!!!!$JN!!!!+)'JJ#3%(15"S)$-`)!!!!!i(!!!!#MS*1JF""cNk-c!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:22:k-$3!!!!1$3!!!!d[%5m9!3S`-bm`0#ma16Jj!!!!$J`!!!!-)")J&!%)-b""GR)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-23-J1$N!!!!-%`!!!"-J&!%)3ACbD@`J1$N!!!!1$!!!!"![$#m9!3Y%BA4P)&8Z8bj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-24-",J!!!(3!)!!3!!-!!J!#!!3!!!!8!!!!"[rr!*!,$3!!!'!!!`#3#3)!!!"Q!"B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:25:!N!N#!!!!E3#3#[mq!!!!G'F',`j1Z[cU60p(C@jPGQ&$Eh9bD@9b3fKTBf&RE`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-26-!$TB!*J)3!!B#!!!#!*!*"Irq!*!*!3!!!"F##!!&!!#J!*!*S!#J!+!!J!#J!+!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-42-!3!"!!$!!1!"!!$!!B!"!!%!!3!"!!$J!3!!i!%!!3!"J!%!!3!"!!$!!)!!`!%J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:43:!!!"3!&!!5!"!!%J!5!")!%!!3!"!!%!!3!"!!%!!3!"!!%!!3!!`!$!!-!!`!%!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-44-!3!"!!%!!3!"!!%!!3!"!!%!!-!!i!%!!5!")!%J!5!"3!&J!@!"J!#J!-!")!'J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-66-!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:67:!N!!!N!!!X!"`!(!!F!"`!(!!N!!!F!"`!(!!F!"`!'!!N!!!S!"`!$!!F!"`!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-68-!!(!!F!"`!(!!N!!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!!F!"`!(!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-86-`!%!!F!"!!%!!J!"!!(!!F!"`!(!!F!"J!(!!F!"3!'!!F!"3!,!!F!"`!(!!F!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:87:J!(!!B!"`!(!!X!"`!(!!F!"3!$!!8!#!!!!!N!!!N!!!J!"`!)!!J!#!!(!!F!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-88-`!(!!F!"`!(!!F!"`!(!!F!"3!&!!8!"3!(!!F!"`!(!!F!"`!(!!F!"`!(!!8!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-96-R!4K#CbmYqQ3r,J!)5'lrp%+R6UdM5K!ICfC`!E"Zrr4X"N)Z!!TJALmYqQ3r,J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:97:)6UdLSN+R,bhkC%kY)ASJAbC32@X!"2r`IJ*J,M!(`I`!$%Rc!"3`,!!+X'lrrQm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-98-'8f`!#Q!3-#`!#V"ZrrjQ"MPmrrd!#P*(D3DqE[r`Em`GI!!"!!T-haL!6PiJAe4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:99:26Y"19J!!3UF[,ITN6UdKHL"I)&!`,J!-`I`!$#*Z!!K"m!!B)0N`N8jH)&pF6dl
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-100-36PErp%*R,bhkC$mZ!!a)E[rd3UG1V50+%"pR+#"Z!!K#3"!328$rpN*R,bhkC$m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-102-rrEm3,2frCb*#CkQE3UF[2&""3dXr2!!-UD"+ReE!4!!C32fr(c`!!DQE'A`!!Ih
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:103:!%#cp[fB1,c`!23I32ca998kY$5SGE2fr!!`SAdjH,Tp1G8j@r[T)j`!B+'i!#%+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-104-R2c`(q8+R6UdUSLCI5'lqqMmm"p!!!!(k!#`!+J!+!!J!"!#3#3Arr`#3#3)!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-108-!$!#3#3-!$!!!!!-!!!!"!*!'J!!!#`"CMTJ!!!!"!!%!$!!!!3#3"J%!$!!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:109:!!!!"!*!'J!!!#`"CMT3!!!!"!!%!$!!!!)!!N!8"!!`!!!!$!!!!!3#3"S!!!!X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-110-!@Bm8!!!!!3!"!!`!!!!%!*!&!3!-!!!!!`!!!!%!N!D!!!!,!&Q1i!!!!!%!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:111:-!!!!!J#3"3%!$!!!!!-!!!!"!*!'J!!!#`"CMh!!!!!"!!%!$!!!!!%!N!8#!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-112-!!!!$!!!!!3#3"S!!!!S!@BlF!!!!S!!#!!)!!!!D!!!!!rrq!*!,!`#!!*!'rrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:113:!!3!!!!3!!!!"!!!!QJ!J!!`!"`!'!!)!!J!!!"S!!!!$rrm!N!X$!)!!N!Err`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-114-"!)$m!20p"5m!!`!"!)6be`K@K1`!"!!#!)[GD`M#"U)!!!!"!)i#3DY8k[m!"3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-117-$k!!!!!-!!3#3"3%!"!2S!!!!!3!(!qKRQ!!!!$`!1J!!!*J!$`!!!%J!5!#3"!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:118:`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!"!!!!!3!#!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-119-!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!#!!$`!5![m#8J#3#3%!!3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-125-PFQaTEQ8JFh9`CA*cBh*TF(4cG@*cBh*TF(303fKTBf&REb`J3fpeFQPPFL`J-6"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:126:`EfPZG(-X)$)d)("[D@jdFb`J$A*PC#!X)'*XG@80F'%ICf8")#"NB4pdC3%J)(4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:127:TE@8J!3d!!"8!!!!"!!!!!`!"!#i!#J!!!!-!!3!b!!%!!!!$!!%!-`!*!!!!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-128-"!$N!!3!!!!-!!3!k!!J!!!!$!!%!3`!"!!!!!`!"!%3!"`!!!!-!!3"2!!B!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:129:$!!%!@!!"!!!!!`!"!&N!"3!!!!-!!3"J!!%!!!!$!!%!BJ!%!!!!!`!"!'N!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-130-!!!-!!3"V!!-!!!!$!!%!F`!"!!!!!`!"!(8!!J!!!!-!!3"q!!%!!!!$!!%!J3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:131:"!!!!!`!$!)F!!3!!!!-!"!#,!!%!!!!$!!%!!3#3"!(S!!%!N!8C!*!%m$Irr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-132-!4Id!N!6J"3#3$)!!,J#3""!!"!%X!!B!C!!"!!B!C!!&Tc!!!!%!!!!"%!!!!"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-133-!!!!b6Np"68&38%`"!*!A#A4PFh3c,R*KC`)!!J"5)bY%8L-V33#3#J)!8L-V4&)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx:134:M+d%!N"M2cMji!*!'!8)!N!`"Q58"8(0[EN&38%`$!*!Hr#8"8LTMD%&38%`#!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_3.2.hqx-135-G!F%P!9*84d459&"'"J#3'!`,8Q&R9'PYC5!c,M)!!!%!!!!"%!!!!"!!!!!b!&C
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx-1-(This file must be converted with BinHex 4.0)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx:2::#A4PFh3b,R*KC`"')bY%4L-V33%!!!!$3J!!!HBhq3!!!`X#3!!"!*!)D)pSMfL
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx-3-2rr-!N!CSMfL2D)m!N!EcMqq!!'8!!`!)`G!!N%-#!*!&!3!"!!%!!!,`!N!!4[[
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx-12-SD@0KCfmX)%0[GA*TCA)X)$%`F'pTER4c,#!b0#"`EfPZG(-X)!e`B4pRC3-J)'4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx:13:K(h4P!5!JG'PYC5!#$3!5!!!-!!!$!!!!,J`"!!-!!!!b$!!!!`!!!$--!J!$!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx:14:!13`!!!-!!!!k$!3!!`!!!%--!!!$!!!!4!b!!!-!!!"2M!!!!`!!!&J-!!!$!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx:15:!@3`!N!CJ$!!!!`!!!')-!!!@!!!!D3`!!!-!!!"V#J!!!`!!!(--!!!$!!!!G4J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/RagTime_2.1.hqx-16-!!!-!!!"q$!!!!`!!!!%!N!3"k!!"!*!&'3#3"2!hrrm!!%Ap!*!%i!@!!*!%"J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-26-H!!d![!#D!B-!%3,r$!$rN!3![!!!!!d!!!'$!!!!QJ#3"k!!JJ#K!'3!#%j*8dN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:27:!"3!+!!%!#J!0!,`!QJ'$!!X!(J!H!%)!$3#m!*S"J`")!+!!J`$r!!!!9J"@!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-28-!3!#2!2J!%3,r$!$rN!3!3!!!!!)!!!$i!!!!M`#3"k!!JJ#K!'3!#%j*8dN!"3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:29:+!!%!#J!#!%!!M`$i!#!!!J"!!)i!p`#J!)-!r`!!#Q`+E!#3"E3"@`!4![m-!2q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-30-3"!#3#!&E!!!!Y!#3"k%"mJ!@9(PME`#3"l3"@dGbLA"SVf*U!+%!C!FN!*!%9(P
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-36-!!3%!"!!!!3%!"!!$!!!!$!!"!3#3#!%!!!!$!!-!!`!$!3C(C@jPGQ%!N$m$!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:37:!$!!#!3#3"!%!!!!"!!!!!`!$!!-!!`%'4f9ZCACK!*!r!`!!!!`!!J%!N!3"!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:38:!!3!!!!-!!`!$!!-""NGPEQ9fB3#32`-!!!!-!!)"!*!%!3!!!!%!!!!$!!-!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-39-$!3C(C@jPGQ%!N$d%!!-!!!!+!!%"!*!%!3!"!!%!!!!$!!-!!`!$!3C(C@jPGQ%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-40-!N$d%!!-!!!!-!!)"!*!%!J!!!!%!!!!$!!-!!`!$!!C(C@jPGQ%!N$m$!!!!$!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:41:#!3#3"!)!!!!"!!!!!`!$!!-!!`!'4f9ZCACK!*!r!3!"!!%!!3!"!!%!!3!"!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-42-!"!!%!!3!"!!%rj!%8P)`-J!!!"J!N!8@!*!&&J#3"4B!N!8@3e)`-J!!!"J!N!9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-43-#!*!&3J#3"8)!N!9#8NJ`-3!!!#S!"!!!!!%!!3"(Sm!!!!!#!!)!N!F$!!-!N!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:44:%!!3!N!FU!!%"!J!3!*!(!`!$!!-!!`#3#dHMa!!&!!%!!!!#3M%SD#N!N!4$5$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-45-a!!!!+J!%!!!!!3!"!%HMc!!!!!)!!J#3"`-!!`#3"`3!"!#3"bS!!3%#!"!!N!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:46:$!!-!!`!$!*!,4k23!!8!!3!!!!&"-LKS+3#3"&4--$%!!!!U!!%"!J!3!*!(!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:47:$!!-!!`#3#dHMh!!)!!%!!!!$E@%JG'&LE'934$%`!!!!!J!"8%3a-3!!!!)!$&"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-48-%-6)!!!!"!&"%-6-!!!!#!!*&4$!a!!!!!3!%!!3!!!!U!!%"!3!3!*!(!`!$!!-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-65-!1!%43`!!!3!+!*!&Y!&E!#)!)3!&!"F!)J!K!!9$!!!L!$J!"8-!!#)!)3!&3aF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:66:!!3!+!$J!5!#d!9X!)`"F!#)!1!&8!&`!)J!i!)X!A!!L!$J!cJ"F!#)!1!%4!&`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-67-!)!!i!%J!1!&8!#!!P!")!*3"9!!J!%m!5!"2!93!)!"Q!%J!CJ&8!#!!I3")!(d
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-91-'!*!&(!!!!!B!!!!*!*!&"J!#!!!!(3!!!!B!!J!(!*!&"J!$!!!!(J!!!!B!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:92:+!*!&&3!$!!!!(`!!!"8!!`!"!*!&&`!$!!!!)!!!!"F!#`!#!*!&'`#3"5%!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-93-E!!!!!3#3"4`!!!!8!!d![!#D!B-,Z3!!!"B!!J"!!)m!q!Zk!!!!c!!"!"!!!!$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-98-bDc)!N!91!!%!%!!!!%jrrrlI!!!!%!!#!"!!!!!q!!!!"J!!!!%!!`!-!!!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:99:!!!)!!`!$!!`!!!!%!!!!!rrrJ"3!!`!$!!`!!!!"!!!!"!!,!!!0"!!!!!-!$!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:100:332q3"!#3'`-!$!!"!*!qrj!%!*!E!`!-!!)!N$lrN!3!N"X$!!`!"!#32[q3"!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:101:3'`-!$!!!!!J!N$crN!3!N"X$!!`!!!!3!*!mrj!%!*!E!`!-!!J!N$lrN!3!N"X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:102:$!!`!%!#32[q3"!#3'`-!$!!J!*!qrj!%!*!E!`!-!%!!N$lrN!3!N"X$!!`!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:103:"!*!mrj!%!*!E!`!-!!3!!J#322q3"!#3'`-!$!!%!!3!N$crN!3!N"X$!!`!!"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:104:)!*!mrj!%!*!E!`!-!!!J%!#322q3"!#3'`-!$!!!!#!!N$crN!3!N"X$!!`!!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-105-!!*!mrj!%!*!E!`!-!!"!!*!prj!%!*!E!`!-!!!"!*!prj!%!*!E!`!-!!!!J!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:106:322q3"!#3'`-!$!!!!J#32Iq3"!#3'`-!$!#3#3%!N$ErN!3!N"X$!!`!N!N#!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:107:frj!%!*!E!`!-!*!*!`#30[q3"!#3'`-!$!#3#33!N$ErN!3!N"X$!!`!N!N&!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:108:frj!%!*!E!`!-!*!*"J#30[q3"!#3'`-!$!#3#3F!N$ErN!3!N"X$!!`!!!3!N$h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-109-rN!3!N"X$!!`!N!B)!*!jrj!%!*!E!`!-!*!'!3#31Iq3"!#3'`-!$!#3"b!!N!d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-110-"!*!Y&J#3'`-!$!#3&3%!!3#3+2q3"!!!J!N!N"3$krm"!9X!N%$rN!3!N!9B5IV
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:111:r6!#3"!&Erd`!N!3"@`!!!-S$k`!#!3!!!3!#!*#E%!#3*c`!!3!3!!!!2(rrrYm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-112-!!!!3!!)!%!!!!#arrrrr!!!!!J!$!!`!!!!1!!!!!94jBfm!N!Hd!9X"@`!!!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:113:!N!3#C(m0"9C8-6!`#!3%@Q9KE!!!$3eDBA"Q)%4TEQGLBA4c!")0@Q&`CL"$D'&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-114-ZBf9bH40@"e48@8C[ER3!&!98D@ePF`3"#&4PE'9dCAKd!!!A"P0jE@*[E!`(rJ9
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-119-B!!3'6@pZB@0[+3IS"deKBfKTEQ8(!!e-G@0TC'%J3R*TCfKd"q%06(9LB@aTEL"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:120:(FQ&`D#TB#%YXB@jR)%e8!$RE&%KPE(CPG'PMB5"$Efe`FQ9cFf9N!MTq$dKPE(C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-121-PG'PMB5"#E'&MD`!9#8KPE(CPG'PMB6UM'%GTE'`J8f&ZFb"$EfjNC@jcC@3J3Qp
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-128-!!$Ji!!-!$!!!!!)!!!!'!!%d,J!$!!`!!!!#!!!!"`!"B@F!!`!-!!!!"!!!!!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:129:!N!3Z)!!$!!`!!!!%!!!!#3!!!!%JC!!$!!`!!!!#!!!!#J%"EQm!!`!-!!!!"!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-130-!!!X!!!!"GA-!!J!3!!!!Y!!!!!%!!!!"!!-!$!!!!!%!!!!#!'`!!`!-!!!!"!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:131:!!!-!!!!G)&3!!`!-!!!!!3!!!!3!H3!$!!`!!!!#!!!!"3!!G'%!!`!-!!!!!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-132-!!!B!!@&b!!-!$!!!!!)!!!!(!!%j+3!$!!`!!!!%!!!!#!#3"`-!$!!!!!3!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-133-*!!!!!J!!!!-!$!!!!!)!!!!+!3*H!!!$!!`!!!!%!!!!#`!!!!(rr`!#!"!!!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:134:d!!!!!3!!!!%!!`!-!!!!!3!!!!)!!!!$!!`!!!!%!!!!!`!!!"fm!!!$!!`!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-135-"!!!!"!!!!!-!$!!!!!)!!!!&!*!&!`!-!!!!!J!!!!B!!Im-!!-!$!!!!!)!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-137-!!!!+!31J!!!$!!`!!!!%!!!!#`!!!!&E!!!#!"!!!!#d!!!!!3!!!!%!!`!-!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:138:!!3!!!!)!!!!$!!`!!!!%!!!!!`!!!"fd!3!$!!`!!!!"!!!!"!!(!!-!$!!!!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:139:!!!!&!*!&!`!-!!!!!J!!!!B!!3!!!!-!$!!!!!)!!!!(!!%!!!!$!!`!!!!%!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-140-!#!#3"%$r!!-!$!!!!!3!!!!*!!!!"!!"!!-!$!!!!!)!!!!+!33!!!!$!!`!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-141-%!!!!#`!!!!%"!!!#!"!!!!#k!!!!!3!!!!%!!`!-!!!!"`!!!!)'9'&LE'8J!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:142:$!!`!!!!%!!!!!`!!!"e5-!!$!!`!!!!"!!!!"!$!!!-!$!!!!!)!!!!&!!!"!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:143:$!!`!!!!#!!!!"J!"4k-!!`!-!!!!!J!!!!F!!8HM!!-!$!!!!!3!!!!)!*!(!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-144--!!!!"!!!!!N!!!!&8c!!!`!-!!!!!J!!!!S""3!"!!-!$!!!!!3!!!!,!!!!!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:145:"!!)!%!!!!,i!!!!"!!!!!3!$!!`!!!!+!!!!!JP&FA9KG'P[EL!!!!!$!!`!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:146:%!!!!!`!!!"d!!!!$!!`!!!!"!!!!"!!!!!-!$!!!!!)!!!!&!*!&!`!-!!!!!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:147:!!!B!!3%!!!-!$!!!!!)!!!!(!!%'4`!$!!`!!!!%!!!!#!#3"`-!$!!!!!3!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-148-*!!!!"J!!!!-!$!!!!!)!!!!+!3B!!!!$!!`!!!!%!!!!#`!!!!%$!!!#!"!!!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-149-m!!!!!3!!!!%!!`!-!!!!#!!!!!)(4QPRGA*P)!!!!!-!$!!!!!3!!!!$!!!!(3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:150:!!!-!$!!!!!%!!!!%!!!!!`!-!!!!!J!!!!8!N!8$!!`!!!!#!!!!"J!"$!!!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-151--!!!!!J!!!!F!!3-!!!-!$!!!!!3!!!!)!*!(!`!-!!!!"!!!!!N!!!!(!!!!!`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-153-$!!`!!!!'!!!!!J9dCAKdC3C(!!-!$!!!!!3!!!!$!!!!(3!!!!-!$!!!!!%!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:154:%!!!!!`!-!!!!!J!!!!8!!`!!!!-!$!!!!!)!!!!'!!-!!!!$!!`!!!!#!!!!"`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:155:%!!!!!`!-!!!!"!!!!!J!N!3'4`!$!!`!!!!%!!!!#3!!!!J!!!!$!!`!!!!(!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-156-!#JB)BA"bCA-!!!-!$!!!!!3!!!!,!!!!!J!!!!)!%!!!!,3!!!!"!!!!!3!$!!`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-160-!!!3!!!!,!!!!!3!!!!)!%!!!!,3!!!!"!!!!!3!$!!`!!!!"!!!!!J!!!!-!$!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:161:!!!3!!!!$!!!!(3!!!!-!$!!!!!%!!!!%!!!!!`!-!!!!!J!!!!8!N!8$!!`!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:162:#!!!!"J!"!`!!!`!-!!!!!J!!!!F!!3!!!!-!$!!!!!3!!!!)!*!(!`!-!!!!"!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-163-!!!N!!!!+!!%!!`!-!!!!!J!!!!S"#J!!!!-!$!!!!!3!!!!,!!!!!3!!!!)!%!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-164-!!,3!!!!"!!!!!3!$!!`!!!!"!!!!!J!!!!-!$!!!!!3!!!!$!!!!(8%b!!-!$!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:165:!!!%!!!!%!!!!!`!-!!!!!J!!!!8!!!-!!!-!$!!!!!)!!!!'!!%!!!!$!!`!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:166:#!!!!"`!"G'%!!`!-!!!!"!!!!!J!N!3a!!!$!!`!!!!%!!!!#3!!!!Xa-`!$!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-167-!!!!#!!!!#J%,!!3!!`!-!!!!"!!!!!X!!!!"!!!!!J!3!!!!Y!!!!!%!!!!"!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:168:!$!!!!!%!!!!#!!!!!`!-!!!!"!!!!!-!!!!G!!!!!`!-!!!!!3!!!!3!4`!$!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-169-!!!!#!!!!"3#3"3-!$!!!!!)!!!!'!!%!!!!$!!`!!!!#!!!!"`!"!!3!!`!-!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:170:!"!!!!!J!N!3"!!!$!!`!!!!%!!!!#3!!!!`!!!!$!!`!!!!#!!!!#J%-!!!!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-171--!!!!"!!!!!X!!!!"%!!!!J!3!!!!Y!!!!!%!!!!"!!-!$!!!!!%!!!!#!!!!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:172:-!!!!"!!!!!-!!!!G%!!!!`!-!!!!!3!!!!3!!!!$!!`!!!!#!!!!"3!!-$)!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:173:-!!!!!J!!!!B!!8B`!!-!$!!!!!)!!!!(!!&RBJ!$!!`!!!!%!!!!#!#3"!d0!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-174-!$!!!!!3!!!!*!!!!$3!!!!-!$!!!!!)!!!!+!3d!!!!$!!`!!!!%!!!!#`!!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:175:!!!!#!"!!!!#d!!!!!3!!!!%!!`!-!!!!!3!!!!)!!!!$!!`!!!!%!!!!!`!!!"d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:176:!!!!$!!`!!!!"!!!!"!!!!!-!$!!!!!)!!!!&!*!&!`!-!!!!!J!!!!B!!EB!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-177-!$!!!!!)!!!!(!!&D!!!$!!`!!!!%!!!!#!#3"!%!!!-!$!!!!!3!!!!*!!!!$PN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-178-!!!-!$!!!!!)!!!!+!3iJ!!!$!!`!!!!%!!!!#`!!!!%L!!!#!"!!!!#d!!!!!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:179:!!!%!!`!-!!!!!3!!!!)!!!!$!!`!!!!%!!!!!`!!!"d&!!!$!!`!!!!"!!!!"!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-180-!!!-!$!!!!!)!!!!&!!!i!!!$!!`!!!!#!!!!"J!"1!!!!`!-!!!!!J!!!!F!!8m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-183-QIrrrrJ!!!!%!!`!-!!!!A!!!!5b!!*"+!3#3%`-!$!!!!#3!!!"N!!!!!3#3"bJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:184:!N"X$!!`!!!!3!!!!H!p%Ef0eE@9ZG#"6Eh9ZC(-!!!!$!!`!N!GZ!!!!!`!-!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-185-!!3!!!-J!N!9i!!m!!!")!%J!N!3#m!*!rr(rlJ-*!P*M!J8S!r`"!!!!!@J"D!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-192-@PNJ!!!!k!!!!1J#3"6S!1J"@PP`!!!!"!*!,!3#3@2m!N#`"!!%!!3!"lYflGql
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:193:GZhIrN!J!r`J)!!!!-3#3"6%!N!8"!3#3"!8!*!"X!!!!#J!!!3#3$#J!!`&6!Id
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-194-!N'ia!*!&-3#3"3%"!*!)!L)!!3#3"4)!%J#3"*QCrrm!N!ErN!B!N!ErN!B!N&E
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-201-rr`!!!88!N!3,Z[rr!!!"T`#3"!2Vrrm!!!)"!*!%!q[rr`!!$(%!N!3$krrr!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:202:59`#3"!2Vrrm!!"6E!*!%!q[rr`!!&2X!N!3$krrr!!!9b`#3"!2Vrrm!!"BG!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:203:%!q[rr`!!)b8!N!3$krrr!!!Mm`#3"%iJrrm!!#3c!*!%!q[rr`!!*$N!N!3$krr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-204-r!!!QS3#3"!2Vrrm!!$&V!*!&J2rr!!!bC3#3"B$rr`!!-Z%!N!@!rrm!!$,c!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx:205:%!q[rr`!!-jN!N!3$krrr!!!d%3#3"!2Vrrm!!$3V!*!%!q[rr`!!0$-!N!3$krr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/NisusWriter_4.0.hqx-206-r!!!d1`#3"!2Vrrm!!$Cj!*!%(5B!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-2-:"@e[GA0P!%GQ6A4(66!a!3!!!!Y)!*!%a0m%4dd`0!#3")!!!!LS!!!"-!!!!(J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:3:!!!"D!*!(#3"p!-!!M`!+!!!!`!#P!!S"I3$!!+S!#J&p!!!!Y`!-!Ad!!!$!!!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-4-"I3!!!-d!$J&p+YF!dJ!1!Ad!$J$D!!i#I3!1!1!!$J&p!!!!iJ!*!(d!`!L"!!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-5-"I3!!#*%!$K&p!!!)TJ!1!Ad!!!LR!!S!!!$!#+J!N!F%!H!5!3!-!!%!qJ#3&!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:6:!N!B%!H!5!3!1!!!!qJ#3'Bm!"!(J$`%!$!!!!+B!N"3"!*!%`!!%!H!2!3!-!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-7-!TJ#3&!%!N!6L!!3"i")"!!d!!!#Q!*!8!3!!!!L"!"F"i!m(!!X!!!#Q!AF"UJ(
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-10-!!!%!!J!!!!%R$`!"!*!1%!#3#4!!rlArTJmY#jS!#!%!N!dC!3!5!"N"!3"Lhk3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:11:!BXk!!!!!#!!!!!ErN!J!iJ!*!(d!`!$!!!i"I3!!#)%"`J(B!!3!+`$1!-i!h3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-12-%!$J"!IrrrrIrrrrhD'9KC'9b)$*QEfpdCA)!K[q3"!"P!,S!%3,r$!$rN!B!!2r
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-19-)m!!(q!!""!6`!!Ii!!%B"2!!%[i!!JIrJ2i!!@!%q3!"$r$k!"2q!!)%!(cq!!'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:20:!"2S!!Jr`)2S!&2i!"`3!!r`!!3!%q`!$!I!!32S!&2i!"`3!!!2r!J!#q`!$2J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-21-!J2S!%[i!!!6q!!!$qIm%mm!!!)$k!"(q!!!%rJ!!$rRr!r`!!!(j!"(q!!!%rJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-22-!(rRr!ri!!!,j!"$q!!!%rJ!!2rMr!J!!"2N!%2i!!!6q!!"rq2m#J!!Bq3!3rJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:23:!"2i!!(rir`+!!#$j!!lq!!!%rJ$hr`,!!%$j!!lq!!!%rJ$hr`,!!B$j!!hq!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:24:%rJ$hr`(!![J!$Ii!!!Mq!2Ir!F!%q!!0rJ!!#2i!prm"`!Mi!!hq!!!)rJ$hr`(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-25-!%2J!$Ii!!!Mq!2Ir!IJJq!!1rJ!$#!!!!IIr!FI!q!!1rJ!$#!!!![Ir!F#qq!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-26-2rJ!$#!!!"2Ir!X%"m2N!%2i!!`J!!!Mhr`2"!!q!qJ!3rJ!$#!!!%2Ir!m)!!(M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:27:k!"$q!!-)!!!Jprm$a!!!"rS!%Ii!!`J!!%$hr`$)rJ!!m2X!%[i!!`J!!)$hr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-28-3rJ!"$i$m!"(q!!-)!!%!prm!i2d!!(Mm!"(q!!-)!!)!prm!`2d!!'$m!"(q!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:29:)!!Ifr`$!rJ!"!i$m!"(q!!-)!!J!prm!`2i!!"cl!"(q!!-)!"J!prm!`2i!!'$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:30:l!"$q!!-)!"!!p[m$q!!$J2X!%2i!!`J!%!$hr`2!"r!-qJ!3rJ!$"!!J!2Ir!m!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:31:!$$$k!"$q!!-%!#!!prm$`!!$32S!%2i!!`3!B!$hr`2!!!$JqJ!3rJ!$"!"J!2I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:32:r!m!!!aMk!"$q!!-%!'!!prm$`!!%"[S!%2i!!`)!3!$hr`2!!"J"qJ!3rJ!$!J"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-33-!!2Ir!m!!)!(k!"(q!!-#!%!!prm%`!"!!)$l!!lq!!-#!%!!p2m"J)$l!"(q!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:34:"!%!!prm%`!)!F%$l!"(q!!-"!%!!prm%`!3!$N$l!"$p!!+!3!$hr`6!'!!"i2X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-35-!%2d!!S"!!2Ir"-!J!!!mq`!4r3!#3%!!prm&`-!!!"1!r!!4r3!#)%!!prm!`Ii
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-37-!prm!d2i!!4!%r!!4r3!##&!!prm!i2i!!4!$r!!4r3!#"%J!prm!`2i!!4!"r!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:38:3r3!"!Nrfr`$!rJ!"%!(m!"(p!!)"3!$hr`$!rJ!"%!(m!"$m!!(!!2Ir!-$q!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:39:3!I`!%2`!!8!!prm!`2i!!4!"r!!3r!!"B!$hr`$!rJ!"%!,m!"$m!!&3!2Ir!-$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:40:q!!%3(2`!%2`!!8J!prm!`2i!!4$Jr!!2r!!"4J$hr`$!rJ!!)rX!$r`!!8%!prm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:41:!`2i!!#cl!!rm!!&!J2Ir!-$q!!"`q`!2r!!"3'$hr`6!!!!"S2X!$r`!!8!Fprm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:42:%`!!!!L$l!!rm!!&!!rIr"-!!!!`Jq`!2r!!"3!$hr`6!!!!3)2X!$2`!!8!!p2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:43:"i%$l!!rm!!%J!2Ir"-!!!*a!q`!2r!!"%!$hr`6!!!-$`2X!$I`!!3J!prm#`!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:44:%q3!0r!!""!$hr`,!!!Mj!!hm!!%#!2Ir!X!!%2N!$I`!!3)!prm#`!!Jq3!0r!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:45:"!3$hr`,!!%$j!!cl!!#!prm#`!'!q3!-q`!"3(rir`'!![J!$2X!!8"rq2m"J!6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:46:i!!cl!!%J2rMr!3!)q!!0q`!"%"rjr`,q!"$i!!hl!!%)$rRr![`!B2J!$IX!!33
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-47-$qIm#m!#!q!!2q`!!"2`!!3*!rJ!!!IF!$rX!!!,m!!%#J2i!!!,h!!ll!!!"r!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-48-!!rd!!!6h!!lk!!#!r3!!![d!!!Mh!!lk!!"!r3!!"[d!!"$h!!lk!!!Jr3!!#[d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:49:!!#$h!!lk!!!3r3!!-[d!!#$h!!lk!!!-r3!!`[d!!%$h!!rk!!8$J!!!"`,p!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-50-!p`!1q3!%B!!!'!,q!!!"pJ!1q3!%(!!!B!,q!!!#pJ!1q3!%!q!$J!,q!!!%pJ!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-56-!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8!!Z8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx:57:!S!#$r`!Y!%F!fJ%8$3dG$GF0F'&RC5"LFQ9KD`eZCAFJFR9XC3eK$@)0e`e`B@G
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MouseWrite_1.hqx-58-P)$-0$F+Q!!!!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-4-!!"*m!!!!2!!!'SF!!!!N!!!5d`#3#J08!!!0`J!!%VJ!!!!A!*!G$`!!!%J!5!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:5:3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!"!!!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-6-#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!*!1'3%&S!@J"D!&S!%"!Y!$j`2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:7:R!!!!!`!"!!!!!`!-!3%!$!#3"!(J!S!!*!!N!E`#A!#3#3%!!!%!!!%!!J!"!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-8-"!2q3"!!$!!%!!`#3"!%"!!%!N!8"!!(rN!EGD`M#"U,rrJ!#!!%!!!!"!!)!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-11-3"[q3$!#3"[q3"J#3"[q3$!#3F`%!N!8&!!Arr`!'!#N!!`(8!Jd!N!N8!!!"i!+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:12:!!!J!"!!p!$d!!!!"rj!%!D`##`#3$3%!!!!4!!!!%!!!!!%!!`!(##!!!!"dqZJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-13-!G3J"!'S6'!!!#)3!#3!%!!!!G3"q,e3!G2VS!(5`U!!"3YB!!88%3)(A-!"U%[J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-14-!DK,B!"!!#!!)!!-&2!!$"6a$lRi!!!3!$`!!!!J!"!#3"bN!!3!!!3J!!!2r!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:15:!(`#3#3%cN!B!!P@3"J!$Ij!'!!5CN!B!"EZ3"J!'hC!'!!IrN!B!#2`!mhd&,`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-16-*mYF)9S6X!!VGD`M#"U)!#`*"Ue6Ur`!-!!#!!"'`!!d!N!68!!!1Irm!!(rr!!p
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-27-39&*19D*9+P@U95S#3DY8k[m#3DY8k[m!!J!!!"a#380,8&456P@r9Hj9qeAZ!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:28:!!"'`!!#!!"'`!!)!!!!F3N&$5e"88NjhrphrGrrGr`#3"03!N!A8!!!#!!!!(%*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-29-"3dY39&*19DT9UP@U9DS!N!ErN!B!!J!!!"a#380,8&456L+))SJLL#+)!*!'rj!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-37-!%!!!)"!!!#!3!!!J%!!!)"!!!#!#)L)J!*!,$`!!0#9'(2rr!!'$!)eQrrm!!J'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:38:4#CfIr`!$!*!("!#3"`8!N!F'!*!("`#3"`J!N!F*!*!(#J#3"`X!N!F-!*!($3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-39-3"`i!N!F2!*!(!J!!!2B!!3!!!"`!!!"1!*!%rrm!N!8#N!9q!*!&J!3!N!8)!!J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-41-L)L!!N!X2!!$[r`!"!!%!!HrrC(KYS3!#Rrm!!3!"!!-!N!F%!*!("3#3"`B!N!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:42:(!*!(#!#3"`N!N!F+!*!(#`#3"``!N!F0!*!($J#3"`m!N!F#!!!!pJ!"!!!!(!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-43-!!%i!N!6rr`#3"3+3"Ai!N!@!"!#3"3J!#!#3#8J!!!")!*!&"!!"!!3!N!GZ!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-47-&#!!)!*!*5!!!!%J!N!8%!!%!"!#3"fi!N!34%4%!%!!!)"!!!#!3!!!J%!!!)"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:48:!!#!#)L)J!*!,$`!!rrq!!)!!!!(rrlJTYEB!!VrrB!"J!!!$!*!("!#3"`8!N!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:49:'!*!("`#3"`J!N!F*!*!(#J#3"`X!N!F-!*!($3#3"`i!N!F2!*!(!J!!!2B!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-50-!!"`!!!"1!*!%rrm!N!Vr!*!&J!3!N!8)!!J!N!P)!!!!5!#3"33!!3!%!*!(EJ#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:51:3""'3"!#3&#+3"!#3#`m!!$3P4Kcrr`!"J`#0C[rr!!)"N3QGRrm!!`#3"`3!N!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:52:&!*!("J#3"`F!N!F)!*!(#3#3"`S!N!F,!*!($!#3"`d!N!F1!*!($`#3"`)!!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-53-f!!%!!!!F!!!!6J#3"2rr!*!+r`#3"B!%!*!&#!!)!*!*5!!!!%J!N!8%!!%!"!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-54-3"fi!N!34N!3!N"3LN!3!N!X2!!$rr`#3"3([rf4iED%!!Trr!!%!!3!$!*!("!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:55:3"`8!N!F'!*!("`#3"`J!N!F*!*!(#J#3"`X!N!F-!*!($3#3"`i!N!F2!*!(!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-56-!!2B!!3!!!"`!!!"1!*!%rrm!N!Vr!*!&J!3!N!8)!!J!N!P)!!!!5!#3"33!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-57-%!*!(EJ#3""'3"!#3&#+3"!#3#`m!!+!!S!#J!!!"hrrIrprr!!*3!&!!8!!!!`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:58:3"`3!N!F&!*!("J#3"`F!N!F)!*!(#3#3"`S!N!F,!*!($!#3"`d!N!F1!*!($`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:59:3"`)!!!$f!!%!!!!F!!!!6J#3"2rr!*!+r`#3"B!%!*!&#!!)!*!*5!!!!%J!N!8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-60-%!!%!"!#3"fi!N!34N!3!N"3LN!3!N!X2!!$rri!!J!!!!IrrZ#QeYJ!#[rpJ!'!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-61-!!!-!N!F%!*!("3#3"`B!N!F(!*!(#!#3"`N!N!F+!*!(#`#3"``!N!F0!*!($J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:62:3"`m!N!F#!!!!,N*"3dY6584&!J#3#3(d!I3!N!3$k!2S!!%!)!#3"`%!"Irr!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-63-!!!!Z3N&$5e0*4%8#!*!*!I3"p!#3"!2S!qJ!!3!J!*!'h@X)`JDL!!)!!!!Z3N&
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-87-!N!6$1!#3%3%$1+%"S3'J!D!"!*!&!J!&!!%!!3!#!*!%!@J"D"D!&S!!"J!!!(%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:88:!!!"+!'F!!!!&!!!#8J!-!"m-*`!!!qF$!B!#!*!&#J`K!!!$j`3#!"J!N!B-)J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-89-"!qF%!J!5!*!'$#F!!!2R$!m!N!J-)3!!!qF3"J!"!*!'$#)!!32R'3X!"3#3"J`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-90-K!!!$jaN,!*!)$#F!!!2R+43!N!8+!"`-)!!!!qFV&Irr!!!!*J!!$#F!!!2R,"B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:91:!!J#3"J`R!!!$jc-C!!%!!!!Q!"`-)!!!!qFd'J!'!*!'$#F!!!2R1"X!"3#3"J`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-92-R!!!$jcXF!!)!!!"#!"`-)!!!!qFm(3!"!!B!N!3-)!!!!qG!(`!#!*!'$#)!!!2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:93:R3L!!!3#3"J`J!!!$jd3K!3#3"``J!!!$jdBL!!!!$`#3"!`J!!!$jdJN!3#3"``
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:94:J!!!$jdSP!3#3"``J!!!$jd`Q!3#3"``J!!!$jdiR!3#3"``J!!!$je!S!3#3"``
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-95-J!!!$je)T!*!)$#!!!!2R9#S"!*!($#F!!!2R9LX"D!&S!*!%$#F!!!2R@#b@J!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:96:3"J`R!!!$jeSYPS!!N!B-*`!!!qGF,J#3#!`R!!!$jei[!*!)#8KPE(CPG'PMB8*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-97-"3dY39&*1!*!)rj!-3N&$5e"88NlrN!J!N!a#380,8&456P@U9DT9UP@UIrprrhr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-98-rIrprrhrr!!!!"94TG'aP!!!#E`!-!"m-%`!!!qF$!B!"!!!!"!!($"-!!!2R"!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:99:!$!#3"J`4!!!!!3B$!!%!N!B-%`!!!qF'!`#3#!`6!!!$j`J%!*!)$"-!!!2R#J8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-100-3!*!($"-!!!2R$!m!N!J-%`!!!qF2"`#3"`3-%`!!!qF3"J#3#!a$!!!$ja!'!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:101:!N!B-%`!!!qF5#!#3#!`4!!!$ja3*!E!!N!B-%J!!!qF8#3#3#!`6!!!$jaB+!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:102:)$"%!!!2R'3X!!3#3"Ja$!!!$jf!`!*!)$%-!!!2RBM%!N!J-3`!!!qGP-[rf!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:103:!#`!F$%!!!!2RD66rr`!!!#F!!!a$!!!$jfSe!*!)$%-!!!2RE$B!!J#3"Ja$!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-104-$jfir!*!)$%-!!!2RF6IrpJ!!!#F!(!a$!!!$jh)i!!%!N!B-3`!!!qGd13!#!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-105-'$%-!!!2RGcVrpJ!!!%-!(!a$!!!$jhJl!!8!N!B-3`!!!qGl22rf!!!!A`!F$%-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:106:!N!4m23@J#(!!N!3-3`!"!qGm233i"`J!N!3-3`!!!qGq2J$F!0`!N!B#d!C(C@j
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-107-PGQ&#380,8&456J#3#2q3$%*"3dY39&*1rj!)!*!-3N&$5e"88NlrN!J!N!a#380
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-109-!!"PLBA0TBb!S)'*[E'3J1L"RC@jPGQ%J-6)T!!!!0!!-!!--%3#3"!B$!!)!N!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx:110:-%3#3"!B$!!%!N!B-%3#3"!B$!*!,"QPdB@aTB`!!!"3!$!!"$"%!N!3'!`#3#`C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/More.hqx-111-ZEh*YB@`!!!!%!!!5c`!!!"J!!"S'!!!!(3!!'Zi!!!!4!!!G"hrri[J!!!!r)"Y
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MaxWrite_1.hqx-7-!!"B!"!!A!!!!(J!&!"m!!!!Srrm!!!"X!!3!%!!-!!%!N!X"!"!!$!!"!!!!$!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MaxWrite_1.hqx:8:3"`%!%!!-!!%!!!!-rrm!N!8"!"!!$!!"!*!%rrm!N!8"!"!!$!#3"3crr`#3"3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MaxWrite_1.hqx:9:!%J!1!*!&$[rr!*!($!!3!!`!%J!1!")!$J!!!3!!!!(!!!!!`!!!!)F!)jlm'i`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MaxWrite_1.hqx-10-!!!!F!&S!!P0dH@`!!!!D8h483J!!!#C-ENKP!!!!-J!"!*!()jc8!!%!$`!!!%!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-2-:"(4PFh3!68*#9%e03N)"!!!!1)i!N!3drdD3"$#3"cB`-$!a-$!a4!%h0d&"!c#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:3:3#MK#-*!)!M%`-$&%!M%#,6G&4N)h488`!MJ`N!B#-!*&JJ)d1$!`0$J#,6)#16%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-4-#0c%a!6!"-6!"088"0M8#,6+#!N-a!N-c!N-a!N-c!MBb43)``J8#1$-#0$J#0c%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:5:a!M)`0J&'N!5"J3%`JS)#-3)d4$4%0$)d-J)a-$3#-!)b3J)`!N8c!63i!6!$-$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:6:`-6#3"M3e-*!(-3)`!M*%33&"-$Jd!M!"-N3#-!%b4!)`!MNa!M3i!MFa-3)b-$B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:7:"-N4"!6!"-`%i46!`!6)#0c!e!M3i!MFa-3)d1!)`!c!`-$)`N!8b46#3#3!b4%%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-8-X9@iJF'9dDA3JG'9cG!d0Bf9ZG'9b$A*TCfKd$@TeFh4TCRN0DR9cG'PQH5"KE'`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-25-"03)a-$3"0J)a-%%"0`)a-6)"-`)a-6N"1!)a-M!"13)a-MF"-`)a-c!"33)a-cB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:26:"3J)a-d8"3`)a0$N"4!)a06N"43)a0N)"4J)a0d)"-`)a0d-"-6!#-6Je!6%a!M%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-27-i4!%a-J)a16F"-6-#-6P'!6%d!M&"3J%a03)a388"-8%#-8)f!6-#-8-d!6%f!M&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-28-$43%a0`)a4$3"-6J#-84'!6%j!M&&1!%c!M)d4J%a3J)b06%"-8-#-M8c!6-#-MC
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:29:#!6&%!M)f4!%c!M)h13%a43)b0d)"-`)b1$N"-8B#-MK#!6-#-N%a!6)`!M*"-`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:30:c!M*%3`%c!c!`-$8`N!Bh4$#3"M%h!M#"!NB"-3)a0J%b!M&$!6-#-M3"0!)c-3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-31-e!M-i!6B#0$)"0`)e-3%e!M8i!6J#0MB"13)h-J&"!MJb!6!#-88j!8)#-8Bd!8-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-32-#-8C&!83#-M!i!88#-M)h!8B#-M-i!6%`!M)d0!%a-3)b0%B"4J)b4%%"-!)b4%-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:33:"-!-`-$!f-*!&188b-*!'-M3"-`%`JB%"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-34-3"!)``JS#-`)``JI"))+#`31#J3%a!6!"13%c!6#"!M%`N!8#--%%!8D3")'"!6!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-35-#3`*$-*!%!M$##J)a!M##JJ)h06-c0$!#-))#-J)d46&%0N-"--%IJS,"!i+"!6%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:36:"-!%j!6-"-)%#-6#3"3)``33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-37-d-!)`!MB#0!)d46&%0M3"--%IJS,"!i,"!`%j!6-"-)'#JX%%!8D3")'"!6!#3`*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:38:$-*!%!M$##J)a3`)`JS)#0c8c-c3`!M$#!m%JJS,"!i)"-3%`J3&"!6)"-)'#JX%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-39-%!8D3")'"!6!#3J*$-*!%!M$##J)a!M##JJ)h06-c0$!#--)$`5##JX%$JJ%b!6#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-41-"))+#`31#!6-"-)%"3`%c!6#"JS,""!&'N!5"J3%`!N3#3c#3"!)``JS#-3)`JS)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:42:#0c8c-c3`!M$#!m%JJS,"!i)"0!%`J3&$!6-"-)'#JX%%!8D3")'"!6!#0`*$-*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:43:%!M$##J)a!M##JJ)h06-c0$!#--)$`5##JX%$JX%$!8-"-`%`JB+#`33"4T!%JB%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-44-"-!*&!N8`N!3#--)+!M%#-)+#!MFe-c-d-!)``J2"))+#`31#`3-"-8)"13%`JB+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:45:#`33"4T!%JB%"-!)b0!)b0$#3"!)``JS#-3)`JS)#0c8c-c3`!M$#!m%JJS,"!i,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:46:"!`%j!6-"-)'#JX%%!8D3")'"!6!#4!*$-*!%!M$#!`)Y-6#3"!)``J8#-3)`JS)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:47:#0c8c-c3`!M$#!`%Y-3%``4k#JX%$JX%$!6N"-`%`JB+#`33"4T!%JB%"-!*$!N-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:48:`N!3#-!)c!M$##!)a!M##JJ)h06-c0$!#--)$J3%Y-3%``4f#JX%$JX%$!6N"-`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:49:`JB+#`33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-d-!)``J1"J3%Y-3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:50:``4b#JX%$JX%$!6N"-`%`JB+#`33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:51:e-c-d-!)``J2"#!%Y-3%``4D#JX%$JX%$!6N"-`%`JB+#`33"4T!%JB%"-!*$!N-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:52:`N!3#--)+!M%#-)+#!MFe-c-d-!)``J2"#3%Y-3%``4@#JX%$JX%$!6N"-`%b!6#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:53:#JX%%!8D3")'"!6!#3`*$-*!%!M$##J)a!M##JJ)h06-c0$!#--)$`3F",6%"--%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-54-AJS,"!i,"!`&"!63"-)'#JX%%!8D3")'"!6!#4!*$-*!%!M$##J)a!M##JJ)h06-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-55-c0$!#--)$`3-",6%"--%EJS,"!i,"!`&"!68"-)'#JX%%!8D3")'"!6!#4!*$-*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:56:%!M!#-3)``JJ#-3)`JS)#0c8c-c3`!M$#!m%%!5da!6$"'S+#`31#`3-"13%c!6#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-57-"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M$#!m%&!5da!6$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-58-"'B+#`31#`3-"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:59:c-c3`!M$#!m%'!5da!6$"')+#`31#`3-"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:60:3"!)``JS#-3)`JS)#0c8c-c3`!M$#!m%,!5da!6$"%i+#`31#`3-"13%c!6#"JS,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-61-""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M$#!m%6!5da!6$"#i+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-62-#`31#`3-"13%c!6#"JS)"1*!%JB%"-!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:63:#0c8c-c3`!M$#!m%JJS,"!i,"!`%j!6-"-)'#JJ%fN!3"4T!%!813"!%`!8D3")'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:64:"!6!#3`*$-*!%!M$##J)a!M##JJ)h06-c0$!#--)$`5##JX%$JX%$!8-"-`%`JB+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:65:#`33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-d-!)``J2"$!%c!6$"%S+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-66-#`31#`3-"13%f!6#"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:67:`!M$#!m%0!6-"--%4JS,"!i,"!`&"!6B"-)'#JX%%!8D3")'"!6!#3`*$-*!%!M!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:68:#03)`JJ)Y-6#3"!)``J8#-3)`JS)#0c8c-c3`!M$#!`%Y-B%"-!%Y-B%"-!%Y-3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:69:``3-",6%"--%'!5da!6$"#i+#`31#J3%a!6!"13%c!6#"!M%`N!8#--%%!8D3")'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:70:"!6!#3`*$-*!%!M$##J)a!M##JJ)h06-c0$!#-!)a!NB`!M4&-83e1!%``4-"13%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:71:``3U#JX%$JS%"-3%`!6N"-`%`J3)a-*!&!M$""!&'N!5"J3%`!N-#3c#3"!)``JS
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-72-#-3)`JS)#0c8c-c3`!M!#-3*'0!)d46&%06!"--%6!6N"--%+JS,"!i+"!6%"-!%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-78-#-6!b-$!d!M$""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M!#-3*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:79:'3`)d46&%0$!"--%IJS,"!i+"!6%"-!%j!6-"-)%#-6#3"3)``33"4T!%JB%"-!*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-80-$!N-`N!3#--)+!M%#-)+#!MFe-c-d-!)`JJ*'43)d46&%-cJ"--%IJS,"!i+"!6%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:81:"-!%j!6-"-)%#-6#3"3)``33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:82:d-!)`!M%#-6!b!M4&-83c-!%``4q#JX%$JS%"-3%`!6N"-`%`J3)a-*!&!M$""!&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-83-'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M!#-J)a-$3#0%8a4$)i!6$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:84:"(i+#`31#!c!`-$F`N!9"-6%`N!Ba-J%`JB(#$-%%JS'#!M3#--)'!M%b!6$"!`&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:85:'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"JB,"!i)"-3%`JF)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-86--`35#JB)#-3)``JB#-6)"--%$!8D3")'"!6$#"-%%!8D3")'"!6$"")+#J3)b0!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:87:d-#`!N%!"-)'"JX%$JJ%b!6#"`Jc"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:88:%`33"4T!%JB%"--%%JS+"!M)d!$3`,!#33!%`JB'#`31#!6-"-)(#$-%%JS'#!M%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-89-#--)'!M%b!6$"!`&'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-92-#--)'!M%b!6$"!`&'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:93:"!6%`-$!#--%$JX%$!M-f!M!#,6%b!M$##-%%JS'#!M%#--)'!M%b!6$"!`&'N!5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:94:"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"!6%`-$!#--%$JX%$!M9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-95-"!M!#,6%b!M$##-%%JS'#!M%#--)'!M%b!6$"!`&'N!5"J3%``J6""!&'N!5"J3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:96:``35#JS%#-M3!0$!X!*"!!6#"!6%`-$!#--%$JX%$`J-#-6J`-$!#--)(`35#JB)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:97:#-3)``JB#-6)"--%$!8D3")'"!6$#"-%%!8D3")'"!6$"")+#J3)b0!!d-#`!N%!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:98:"-)'"JX%$JX%$`J-#-M#3"!)``JI"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:99:%`33"4T!%JB%"--%%JS+"!M)d!$3`,!#33!%`JB'#`31#`32#"3*$-*!%!M$#"F%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-100-%JS'#!M%#--)'!M%b!6$"!`&'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-101-X!*"!!6#"JB,"!i,"!i+#!M%b!M$##-%%JS'#!M%#--)'!M%b!6$"!`&'N!5"J3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:102:``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"JB,"!i,"!`)a-J)`!Lda-J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:103:``JM"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)%`33"4T!%JB%"--%%JS+"!M)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:104:d!$3`,!#33!%`JB'#`31#`31#!M%b!M$##F%%JS'#!M%#--)'!M%b!6$"!`&'N!5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:105:"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"JB,"!i,"!m)-`35#JB)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:106:#-3)``JB#-6)"--%$!8D3")'"!6$#"-%%!8D3")'"!6$"")+#!63#-3)a-J)`JJ)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:107:b!M)f!M##!M-#-dB#-))#0!)e-3)`JJ)b0!!d-#`!N%!"-)'"JX%$JX%$`Jc"")+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-108-"JJ)b!M$#"J)a-J%``3-"4T!%JB%"--)%`33"4T!%JB%"--%%JS)"0!)a!M%b!MB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-109-a!M!#-J)b0J)`JJ)c!M0'!M##!M3#06%#0M)#-!)b0!!d-#`!N%!"-)'"JX%$JX%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:110:$`JF#-`)``J2"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)%`33"4T!%JB%"--%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-111-%JS)"0!)a!M%b!MBa!M!#-J)b0J)`JJ)c!M0'!M##!M3#06%#0M)#-!)b0!!d-#`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:112:!N%!"-)'"JX%$JX%$`JJ#-`)`JS,"")+"JJ)a!M$#"J)a-J%``3-"4T!%JB%"--)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-113-%`33"4T!%JB%"--%%JS)"0!)a!M%b!MBa!M!#-J)b0J)`JJ)c!M0'!M##!M3#06%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:114:#0M)#-!)b0!!d-#`!N%!"-)'"JX%$JJ-`-$!i-*!&-NBf-*!(03!d-#`&9'PYCA-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:115:!N$Xd-#`'4f9ZCACK!*!j!63"-!%a0!%``JX#-3%`!$3`,!G$Eh9bD@9b!*!j0$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:116:X"NGPEQ9fB3#313%d!6!"-6B"--),!M%"-!!d-#`)4'9XF'KTB@i!N$Jd-#`'4f9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-117-ZCACK!*!j!63"-!%h4$F"--),!M%"-!!d-#`*4A0`H5"6B@jc!*!h0$!X"NGPEQ9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:118:fB3#313%d!6!"-MBh-!%``JX#-3%`!$3`,!C0EfjKBfm!N$Sd-#`'4f9ZCACK!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:119:j!63"-!%d!6$##`)a!6!$-$!`16#3"M&#-*!(-J)b3J)`!M%i-J)b0M8#-N)#-!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:120:a1$)#-MBe!c!`-%%`N!Ba4$#3"c)#1$-#0$J#-N4&!M)`0J)i-`)d1!)b4%8#-M!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:121:f!c!`-%)`N!Fe-*!(-J)``JF$-$!`3c#3"M%h-*!(-3)b4$L#JJ)c3d)#4MB"06J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-122-#08@#!6!$-$!`4M#3"M9$-*!)!M)e!6%#4%B#3cF#-!)d13)c0J)b363#-8Bd!M8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-123-i!M3i!MBe!M9&!6-#0%8a4MBd!M$""-)'JB'#JB(#"-%&`J2"")+#JB%"-3)``KF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:124:#,6-c-$Fc-d)e!M$#"!-`-$%c-*!'0d8`N!J"4!&"!6N"-8B"1!&$!88"-8-"-83
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-125-"-88"-8B"0dB"-8)"-!!d0#`",3!!!5i!!!'Q!!!"`J!!!FB!!!'Q!!!"T3!!!D)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-127-3")'"!6!$-$!a0$#3"M9"-*!)!M4&-83f3`)e!M%`-$%h!M&$!M$#"F%%!$*$,!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:128:3#$%d1M!i!*!J45`!N!i$-$!a0$#3"M9&-*!)!M4&-83f0!)e!M%`-$%i!M*#!M$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:129:#!`)f!M$""!!b3b`!N!F'-6)[-M![-6)!N"e&,!#3$J-`-$%d-*!'0MJ`N!J#0%8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-130-a4$8i!M8#16!`-88#0J)`JJ)Y-8D3"6%c!M!#-3)``33!-N-X-3#3,%8X!*!1!c!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-131-`-63`N!Bf1$#3#!)d46&%06!#03)j-$!a43)f!M##!Lda4T!&-%B#-!)b!M$""!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:132:b3b`b!*!X45`!N!i$-$!a0$#3"M9'-*!)!M4&-83h0!)e!M%`-$)c!M&%0!)``J-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-133-#-3)``33!-N-X!!)!!J#3+88X!*!1!c!`-63`N!Be4M#3#!)d46)`-%-#03)a-$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:134:b-`)a4$3#--)$!M%#--%%!$*$,!!#!*!V45`!N!i$-$!a0$#3"M9'-*!)!M4&-89
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:135:'3`)e!M%`-$)c!M&$0J)``J-#-3)``33!-N-X!!F!N#Y&,!#3$J-`-$%d-*!'08B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:136:`N!J#0%8a4$3`!M8#-6!`-M-#-8-f!M$#!`)a!M$""!!b3b`!!3!'!*!T45`!N!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:137:$-$!a0$#3"M8j-*!)!M4&-83c1!)e!M%`-$%j!MF#--)&`33!-N-X-3#3,%8X!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:138:1!c!`-63`N!Be4$#3#!)d46&%-c!#03)a-$!a13)h!M$#!`)a!M$""!!b3b`c!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:139:X45`!N!i$-$!a0$#3"M9&-*!)!M4&-83b1!)e!M%`-$%j!M&%!M$#!`)b!M$""!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:140:b3b`a)'pQ)$-!N#G&,!#3$J-`-$&'-*!'0cJ`N!J!$`!!!%J!5!#3"!,`!N$rmIr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-141-Z!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!"!!!!!3!#!!!!!5F2!!%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-143-!N!m"!*!-"c%Z-$!JD@i(-5ic-#"TEJFa,M)b)'PZ"c%Z0$!JD@i!N!m34T!%-*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:144:(0M!`-$%`-$&%!6Fh38%$-*!+0d3`N!8d-83#-6!`-83#-3)Y08Bh4MG&46!#1$#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:145:3"J)Y0$#3"`)`JJ)d1$!`0$J#,6)#1$-#1%B"-!%a-!%d1!%d-!)Y-B)#--)+!MJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:146:c!M3i!MK'!M)`0J&'N!5"J3%`JS)#-3)d4$4%0$)d-J)`JJ)b3J)`!N8"0$J"-!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:147:`-$!a-*!'-cN`N!Fa!M!#43%i0!)`!6%#-!%a!M!#1$-#0$J#1%B#-M!f!6#"!6-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:148:"1%8`-!%`!MJc!M3i!MK'!MK#!M!$-$!`-M#3"M%b-*!)!%8XB5"cE@&XE#"SC@&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:149:NCA)$-$!`0$#3"cN`N!Fb!M#"!M%`!6!$-$!`06#3"cN`N!Fb!M#"!M%`!6!$-$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-150-`0M#3"M-b-*!(-3%``3-"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:151:``JI"))+#`31#!c!`-$F`N!Bi-c#3"c%"-)'"`Jc"")+"JJ)b!M$#"J)a-J%``3-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:152:"4T!%JB%"--)%`33"4T!%JB%"--%%JS+"!M)d!$3`,!#33!%`JB'#`31#!c!`-$J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-153-`N!Bj1$#3"c%!0$!X"94TE@9c!*!l0$!X"NGPEQ9fB3#313%d!6!"-63"--),!M%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:154:"-!-`-$!j-*!'-6N`N!Fb!M*#!M!#3c!#-MBe!M*#!M!#3c!#-MBe!c!`-%%`N!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-155-a3M#3"c)#1$-#0$J#1%B#-M!f!MJc!M3i!MK'!M)`0J-`-$"#-*!(06#3"c)#--)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:156:(!c!`-%-`N!G&-*!(-3*&!M$#!i%#0$1#!6%$-$!`4M#3"M9"-*!)!M3`!6%#4%B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-157-#3cF#-!)d13)c0J)b363#-8Bd!M8i!M3i!MBe!M9&!6%#-),""-)'JB'#JB(#"!%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-160-!!F)!!!('!!!"TJ!!!D8!!!'L!!!",J!!!5F!!!%L!!!"e!!!!G8!!!(5!!!"d`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:161:!!FN!!!(!!!!"4T!%JB%"-!&'N!5"J3%`!dD3"$#3"cB`-$!a-$!a4!%h0d&"!c#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:162:3#MG%-*!&0$&&!M%`-$&%!M%#,69'0dBh488`!MJ`N!B#,6-`N!F#-))#0$J`-$3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-163-i!Ldb!MJc!MK'!6!"-6!"0$J"0$!#,6'#!M$##J)i-`)d1!)i4J)b-$B"4T!%JB%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-164-"-)+#!M%#0%3d4$3b0$)#-))#-N)#-!)i!63i!6!$-$!`-6#3"M-j-*!(-3)`!MJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:165:"1$3#-!%a!M!"-3)`!MJc!M3i!MK'!M)`0J%`J3%c!6K&-$!"-!)i-`)d1!)i4J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:166:f3`)`!c!`-$)`N!G$-*!)!$JXB5"QEfpdCA)$-$!`0$#3"cJ`N!Fb!M#"!N%"-!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:167:`-$!e-*!(1$#3"c)#-)%#33%`!c!`-$B`N!Bc-M#3"c%"--%$!6N"-`%`JB+#`33
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:168:"4T!%JB%"-!*$!N-`N!3#--)+!M)#--)(`5##JX%$JJ-`-$!h-*!'1$-`N!Fa!6#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-169-"JF)-`35#JB)#-J)``JB#-6)"--%$!8D3")'"!6$#"-%%!8D3")'"!6$"")+#J3)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:170:b0!!d-#`!N%!"-)'"JX%$JJ-`-$!i-*!'16J`N!Fa!$3`,!98D@ePF`#31c3`,!C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:171:(C@jPGQ%!N$N"0!%`!6%d!6$##`)a!6!$-$!`16#3"M%j-*!(-J)b3J)`!N-`!M)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:172:f03)b3J)`!N-`!M)f03-`-$""-*!'-8)`N!Fb!MJc!M3i!MK'!M)`0J)i-`)d1!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:173:i4J)b-$B$-$!`3M#3"c8`N!Fb!M$#"`-`-$"$-*!(46#3"c%#1!)``J1"!M)dJJ%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-174-a!c!`-%B`N!Be36#3#!)d-!%a!N4'!N-h!M!#0$N#-cB#-N%d!M&'0!)e1!)d1!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:175:f03)e43%a!M##`36#"S'"JS'"`J3"-J%``32#!m%%JS+"J3%a!M$#&`)Y-c-`0c-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-176-c3M8#--)%!c!`-6-`N!Bh46#3#!&%!8%"13%a4J%i!8-"43%a3`%a4!%a43%a4J%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-178-R!!!")J!!!G3!!!(9!!!"dJ!!!G-!!!(*!!!"`!!!!8D3")'"!6!"4T!%JB%"-!0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:179:'N!3`N!Ff-$!`-6!`-83"0cG"33-`N!Sh46#3"63a4J)a-$!a4!)a!Lde4MG'0d9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-180-&-!)i-*!'!Lda4T!&-6-#-))#0$J`-$3i!Ldb!MK'!MP#!6!"-6!"0$J"0$!#,6'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-181-#!M$##J)i4J)d1!)j3J)b-$B"4T!%JB%"-)+#!M%#0%3d4$3b0$)#-`)`!M*#!M!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:182:#3`%d1!%`!c!`-$%`N!Bc36#3"c%#-!*$!6Jd!M!"-3)`!6%#-!)i4J)d1!)j3J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:183:b-$B"-J%`!6-"1$J`-!%`!MK'!M4&!MP#!MG%!M!$-$!`-M#3"M%`N!N!3baEA@%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:184:JCQp[G'j[G'8$-$!`0$#3"d-`N!Fc!M!"-3)bJ3*&!6)$-$!`06#3"cJ`N!Fb!M#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:185:"!N8"-!-`-$!f-*!'3c)`N!Fc!6)"-)'"!6N"-`%`JB+#`33"4T!%JB%"-!*$!N-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:186:`N!3#--)+!M%#--)(`5##JX%$JS%"-3%`!6N"-`%`J3)a-*!&!M$""!&'N!5"J3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:187:`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3`!M##!M-#0%8b0d%i!6$"%`%j!6$"#S+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-188-#`31#`3-"13%c!6#"JS,""!&'N!5"J3%`!N-#3c#3"!)``JS#-3)`JS)#0c8c-c3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:189:`!M$#!m%JJS,"!i)$-$!`0c#3"MJc-*!(-3%`JB(#$-%%JS'#!M)#--)'!M%b!6$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-190-"!`&'N!5"J3%``J6""!&'N!5"J3%``35#JS%#-M3!0$!X!*"!!6#"JB,"!i)$-$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:191:`1$#3"MNi-*!(-3!d-#`&9'PYCA-!N$Xd-#`'4f9ZCACK!*!j!63"-!%a0!%``JX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:192:#-3%`!c!`-$N`N!Ba16#3"c)#-N)#-!*$-!)b0M8#-N)#-!*$-!)b0M8$-$!`36#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-193-3"M&#-*!(-J)i4J)d1!)j3J)b-$B#1%B#0$J#18)#-M!f!c!`-%)`N!Fe-*!(-J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:194:``JF$-$!`3c#3"dB`N!Fa!N-#--)$!6%#-ND#!6%$-$!`4M#3"M8c-*!)!M3`!6%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-195-#3M)#18%#-!)c13)c0J)b3c%#-M""!M3i`J-"-3)`JX%%`JD"JB+"JF)%!6%"--%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:196:$`J2"")+#JB%"-3)``KF#,6-c-%4&18-d!M$#"!-`-$%c-*!'0d8`N!J"4!&"!6N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-197-"-8B"1!&$!88"-8-"-83"-88"-8B"0dB"-8)"-!!d0#`",3!!!5i!!!'Q!!!"`J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-198-!!FB!!!'Q!!!"T3!!!D)!!!%Z!!!"*`!!!5)!!!(8!!!"e3!!!G)!!!(6!!!"b3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:199:!!F!!!!&'N!5"J3%`!8D3")'"!6!$-$!a0$#3"M8j-*!)!M4&-MG"1!)e!M%`-$&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:200:'!MB#--)&`33!-N-X-3#3,%8X!*!1!dD3"$#3"cB`-$!a-$!a4!%h0d&"!c#3#MG
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:201:'-*!&0$&'!M%`-$&%!M%#,69'0dBh488`!MJ`N!B#,6&'N!8`4J)`JJ)d1$!`0$J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-202-#,6)#1%B#18)"-!%a-!%d1!%d-!)Y-B)#--)+!MK'!M3i!MP#!M)`0J&'N!5"J3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:203:`JS)#-3)d4$4%0$)d-J)c!M!#-N)#-!)a-3%d1!%`!c!`-$%`N!Bc3M#3"c%#-!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-204-a-3%i0!)`!6%#-!%a!M!#1%B#0$J#18)#-M!f!6)"-!%c!6Ji-$!"-!)i4J)d43)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:205:j3J)j13)`!c!`-$)`N!Ba0M#3#!!a-5aEAA0PBfpZC#"QEfpdEQpdC3-`-$!d-*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:206:(4$#3"c-#-!%a!M+"!M%c!6)$-$!`06#3"cN`N!Fb!M#"!M%c!6!$-$!`0M#3"N-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-207-b-*!(-`%b!6#"J3%j!6-"-)'#JX%%!8D3")'"!6!#3`*$-*!%!M$##J)a!M$#"m%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:208:JJS,"!i+"!6%"-!%j!6-"-)%#-6#3"3)``33"4T!%JB%"-!*$!N-`N!3#--)+!M%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:209:#-)+#!MFe-c-d-!)`JJ)c!M4&-MFb-!%``4-"13%``3U#JX%$JX%$!6N"-`%`JB+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:210:#`33"4T!%JB%"-!*$!N-`N!3#--)+!M%#-)+#!MFe-c-d-!)``J2"))+#`31#!c!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:211:`-$F`N!Bi-c#3"c%"-)'"`Jc"")+"JJ)b!M$#"J)a-J%``3-"4T!%JB%"--)%`33
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:212:"4T!%JB%"--%%JS+"!M)d!$3`,!#33!%`JB'#`31#!c!`-$J`N!Bj1$#3"c%!0$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-213-X"94TE@9c!*!l0$!X"NGPEQ9fB3#313%d!6!"-63"--),!M%"-!-`-$!j-*!'-6N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-214-`N!Fb!M*#!M!#3c!#-MBe!M*#!M!#3c!#-MBe!c!`-%%`N!Ba3M#3"c)#1%B#0$J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:215:#18)#-M!f!MK'!M3i!MP#!M)`0J-`-$"#-*!(06#3"c)#--)(!c!`-%-`N!Ba-*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:216:)-3)a-3)``J-"-3)d3S)"-3-`-$"'-*!'06-`N!J#0$!"-3*#-J)j33)`!M-j!M-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-217-f!M*$-3)b-%%#0$M#!`%a!M##`36#"S'"JS'"`J3"-3%``32#!m%%JS+"J3%a!M$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx-220-"SJ!!!5i!!!%R!!!")J!!!G3!!!(9!!!"dJ!!!G-!!!(*!!!"`!!!!8D3")'"!6!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:221:"4T!%JB%"-!-`-$%d-*!'06N`N!J#0%8b0c)`!M8#-6!`-8B#0J)``JA""!!b3b`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MarinerWrite_1.6L.hqx:222:b!*!X45`!N!i$4NC'46#3"cB`-$!a-$!a4!%h0d&"!d!D!!!!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-15-MG'%JCQPXC5!SFf&fC@3JGfPdD#"0B@0%Ef-T!!%!#J#3"!-B$k!!F3!D!$m!0`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:16:&!$S!2`!h!%8!0`"#!$S!2`!h!(!!'J!r!$F!43!k!$m!0`"&!$F!3J!k!$m!0`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:17:"!!S!1`"$!%N#-`!k!#N!*@%JFfeKE'`J3@0dB5"QD@aP)#KcBACPC#"hDA4S)%e
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-18-KBd4[BbN!!!%!#J#3#6)!5B!#!&GrrJ!k!!3"!!!U$J4LEfaN!!3!!!!T'!%J!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-19-%!J!!+3-'DA4KE'PM!!3!!!!T'`%J!!!%"!!!+3-*G@jNCA*XD@jP!!!"!!S!N!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:20:$'!qJ!(%!'J"0!$F!8`!k!%d!0`"6!$F!8!!k!%d!0`"`!"S!63!h!&-!1J"0!$F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:21:!8`!h!&!!1J"0!$F!!3!+!%N!3`"A!M-!1J!%!3!!+!"6!%3%BQpXC!!!"!!!!#N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-22-B!5!!!!3#!!!T!`CTG'&XD@-!"!!!!#NE!5!!!!3%!!!T!`PeEQ4PFQaTEQ8!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-23-!#J#3#6)!9i!#!'9rrJ!b!&H!!J"VIri!"!!!!!d!%J!S!'B!4!Sa1#"`EfPZG(-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:24:J!!!0!!`!+8d*-6)JF'pTER4c!!!"!!S!N!3$'!qJ!(%!'J"E!$F!B3!k!&X!0`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:25:K!$F!AJ!k!&X!0`"`!"S!@`!h!'%!1J"E!$F!B3!h!&i!1J"E!$F!!3!+!&F!3`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-26-V!M-!1J!0!")!+!"Q!%3+-6JJF'pTER4c)!!!$3!-!#P0#6%b)("[D@jdF`!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-27-+!*!*-J"VJ!)!Ihrq!$)!Di!#!(YrrJ!X!!S!&JG$Eh9bD@9b!!-!&J!S!(F!4!K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:28:$Eh9bD@9b)!!!!`!!!#Ni"d0SD@0KCfm!!!%!#J#3"!-B$k!!F3!D!'m!0`"e!$S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:29:!E`!h!(8!0`"b!$S!E`!h!(!!'J"[!$F!G3!k!'m!0`"e!$F!FJ!k!'m!0`!"!!S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:30:!D`"$!(X#-`!k!!-!&J!S!(F!4!K$Eh9bD@9b)!!!!`!!!#Ni"d0SD@0KCfm!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-31-!#J#3#6)!Hi!#!)YrrJ!k!#J!K`"8"f&Z)'PdC@d!!3!+!*!%!aJ2S!"a!"S!I`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-32-(!)8!5J"r!%F!K3"(!))!5J"r!%F!F!!D!(m!4`#&!%S!I`"(!)8!4`##!%S!I`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:33:(!!%!#J"l!&-!L`)c!$S!+3!(B@iJDA4PE3!!r`!!!3$fIE")r(i!3)c-CEVmIJ"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-34-!l@9%m9lCbjS!QIhE!2a`$JfVhXcMm4-Mc-#p)rJr0fkV*&TpP'B#4Z85)L$rCJB
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-36-iGf9@5llBLJ$+Ca(-l@IN*@J%D9K9"'i3T(&0#IS%E[f3!,h!L84RrGZi95Nil'F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx:37:4`*aR5$3iDNr28D4LcjQ$YjE0X@QNG!`h++"R&VMfGN3SAj&`$(&R%8#NB45!-Q%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/MacDoc_1.0.hqx-38-9)LGK+2VdB4C84NHm8pFI,AKXB5M)ef%SqNUbbM46CaC-rS)',$X%D8`'KHF%rfF
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx-11-!N!N`!"J!%J!%!!!!%J#3#6X!%!!-!!3!!!!-!*!*43!3!!`!N!8-!*!*6J!-!!S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx:12:!&J!!!!`!N!P@!!`!#J!$!!!!#GeV#-)'SJ!!!%J!$%GPEQ9fB3#3'`3!"!!q!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx-13-"h!*m!$i!!`(F!N(2Y6K0!!!!'3!!!"N!N!NS!*!'!3%!!3-B!Q3!)J!L![B#3J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx:14:3"!-B!Q3!!3!!!!-!!`$5!!!"!!!!!Qi!!!&Z!!!!@J!Hr83D&!!!!"`!@J!#Fh4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx:15:jE!!!!"T08&05!!!!*NaA8e)!!!!b!)$rr`#3#!2Yrrm!!!$f!*!%!qMrr`!!!8)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/LightWayText_4.0.hqx-16-!N!65SJ:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-4-J$5!-)("KCf8J-L"NBA4P)&0PF(4PE@*PFL!h,#!b-$)`)(4TE@8J16S`0L""63e
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:5:`B@GP)$)JC'&dC5"6CA"dC@eLCA)J0b`J-M!b-#"dD@eP)$Nk-$FJ38eLD`!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-6-!!!HG!!!'R3!!!4B!N!B&6@&bBfJ!N!S&3A"bD@`!N!3%G'9iG(J#!!!!5PG34%T
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-15-!!!!'!!2rrKB(!!%!N!Pk!*!&!LHi"3S%1!)B!!)RU!!!!Qi!!!1'"!!!!!*Z!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:16:$*J3!!!!$k!!!!!33!J`!!!J!!3-!N!3$!%J#(!")!'`"-J&S!*!I!LHB!*!)628
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-17-!N!N)!!%!!!!2!*!&HRqb!!!!!LH`!'!%1!*i!!)RS!!!!(J!!!#@!*!1!qJ!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-21-%1!,`!!)SZ!!!!*`!!!#k!*!1%iJ!!!!%%!)-!*!+!`")!K`!5!"X!6)"D!#3(`)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:22:Rq!#3#(53!!#3#5`#ZbLd!VXRV!#3"JC#"$J!!$9&+*`###L3!!!!!!%!N!pX!'`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-23-!N!85!')4!3crN!3"!!S!N!84!'%*UT!))J!0!!"I!$)!N!80!&m$!!-0!!SV!3S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:24:%G'pdE`Rr!2m!r`$r!#)!!!"I!!`-!!%!!5)!$J!!!2)*UT!))f%!r`!!!@J"D!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:25:3"Em"Z4%"!3!+!*!&[`'j-J#3"Em"Z5!!S`"*!"F!55)!S`"$"J!L!*`!4J-!)J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-26-9!%-'!#)!MJ"'!`!L!)F!3`B!)J#!!%B$!#)!H3"$"J!L!()!4J-!)J"V!%-'!#)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:27:!C!"'!`!L!&d!3`B!)J"@!%B$!#)!6`"$"J!L!%J!4J-!)J""!%-'!#)!1J"'!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:28:L!$-!3`B!)J!X!%B$!#)!*3"$"J!L!"i!4J-!)J!A!%-'!#!!S`"*!+-"M5)!S`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-29-*!!BL!+-!E3!')J#M!*%!"L)!S`#e!!BL!+-!f3!')J#M!2d!"L)!S`%K!!BL!+-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:30:"43!')J#M!@N!"L)!S`'0!!B$!!-0!!SV1DB"-#J!Q!!b!M%`+!#+!$)#-M!S!(`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:31:!-J)c-#J!EJ!b!M3`+!"J!$)#06!S!&)!-J)f-#J!4!!b!MF`+!!f!$)#1$!S!#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx:32:!-J)j-#J!'J!V!c%`-2m!!!#A!*F!N!8H!)S4!3%!#J!#!!)!(J#+#3$r!2m!r`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/JazzLotus.hqx-33-r)J!#!%8!(#)!!J#*!"`*9C!))!!2!!)!$`#*!`!$$3!++cd0!6)T4!%c)!!G!!)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-7-!V!!A"@)!Fq@L!!G!0+!BNi+J'*1#!9B#%"!Zr`#3"rm"!!!!!3"1(X3"##CY!%i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:8:Ha!"cjMi!!!!4eQ`!6K,%rrr)!!!9IEi!!pF+!!G`eJ!+!%i4N!!$-5i`!!!!%rq
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-9-3"!&@!K!3,[fEX#i!!3&@!K!!!3!6$R9Z)("PG'Pd)'9cFf&T'!!!!"!"9J,r!%p
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-26-1iQiR4rrrkkD'&')rX[q3"ZVre!qJ!!!!!rbUS!#31KmQRJQENYX2SL8m!!!(29E
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:27:m*QS"6!#3"N`!Kk!!!!!"rP93!*!k$S%`+RLT6$DfXP-5Z!!!&(r1f+`#)!#3"3+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-28-!&B8Irrrrqi!!Irq31NHX9S5ZKZ[r%UAAd!!!&hb'RNb!%J#3"JEJ$G#Mrj!%G8!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-65-&3K53!*9K1*(G54NeY58G'i&3SJ"$I4RQMGTI"Q!'&!"Q&eCe29Kra&eC'!'jV`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:66:6fA+QARmp'00@[&8@&GFk449E%`(j,d!&CC@IGAUGYkIQIeKE)b$@Aj`rarrm+Af
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-67-l8G53!(5PD4)BA6NN(4E5mk"6"%68XG,r9rrdYX-'(CS5F&T-3%Sa%rAmG,2aGE5
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-83-#Y[pUp[TQKqV)bE3,cF32j5@@X9CAk8N!&#d01&UAhcfcA-`D*b8qZ-[!"EdB+Ar
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:84:)[A!!!!!#c+UJ!!`Z`$hVG2rbclPE[-A%PbrcbQ2ESchIU0AAiXiQq!3`$`F('Lk
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-85-Ybb+*bZEC)eXLeYZPRE5XGHHhJ!b5YYJ"@&(rN!5LDU[rrLErTU+@pi[!Q-lKm4h
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-89-q0E1V+M6p@fQXYDreNBr2U&3S6VTd*i%Bj5(5"iq%LB'$J91b%X0$T"N'Ir)h6!6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:90:mUld(rj!%`$99rrm+PrhC,LIl*F%(qD"TLYU0HH5@fk`VbAN@Y!rqT*drPrrHkqe
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx:91:T%dUUHMQZh5HV--5`!1e'5&r`3X$!!!!!$k2r`!!VU!*$[VaKkr%Ch0$F3C,Zc`f
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.6K.hqx-92-FcH(@,*HPqR'BK"ILaaSU+L"qrVDTUr#qG@Zq*C[mrNIrk1'[[2HLIj`U)!h`,!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-5-N5KKcG@*UC@0d$3eXD@GZC5!b$A0eBQTPBh4QJ"9l8J"d!bi!!!QBr`#3"Iq3"!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:6:1*j)!#J#3"8iT&!#3"XeH&l8!!!$lrrmJ%J"d$E`!!2m!!(3$5!!3q*`!!!!"!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:7:rr`"p)")!G925!!$rr`"p)")!G925!(3$fJCKGA4SEh)H!!)N$3#!!!"!J1D53)$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:8:JaJ"d$E`!!2rr#$%Z-#KbCABTI5!5!!-4[J"eCF`!G!3X!(dJ%J"d""S3FQ9YBA*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-9-V$3eXD@GZC5!b$ImJ!!!m[6JJ"!!$!!-4[J!!#+!!!)!fAm3!@J"e8p)!#8m)!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-25-!N!F"!*!@)!#3&!%!N!S,#`X!N#3"!!%!!3!"!!%!N2m!N"Arr`!#!*!)"NC[Eh4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:26:PFJ#3'`'i!mS!!!!$!!!!$!#3"`%!N"BJ!*!8!3#3#JX,#`#3*!%!!3!"!!%!!3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-27-3r`#3&Irr!!-!N!J&5@jNCAJ!N"`"Z!6)!!!!!`!!!!`!N!F"!*!@)!#3&!%!N!S
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-39-r!!X!N!J)5'9KC'PZCcB!N"N"Z!c*!!!!!`!!!!`!N!F"!*!@)!#3#"J!N!X"!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:40:+#`X,!*!N!3!"!!%!!3!"!*$r!*!9rrm!$!#3#!C96'PcG$%!N"X"Z!h*!!!!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:41:!!!`!N!F"!*!@)!#3#$!!N!X"!*!+#`X,!*!N!3!"!!%!!3!"!*$r!*!9rrm!$3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-42-3#!C96'PcG$)!N"X"Z!l*!!!!!`!!!!`!N!F"!*!@)!#3#%J!N!X"!*!+#`X,!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-43-N!3!"!!%!!3!"!*$r!*!9rrm!$J#3#!C96'PcG$-!N"X"Z!r*!!!!!`!!!!`!N!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:44:"!*!@)!#3#"J!N!X"!*!+#`X,!*!N!3!"!!%!!3!"!*$r!*!9rrm!$`#3#!C26'P
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:45:cG$%!N"X"Z"$*!!!!!`!!!!`!N!F"!*!@)!#3#$!!N!X"!*!+#`X,!*!N!3!"!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-46-!!3!"!*$r!*!9rrm!%!#3#!C26'PcG$)!N"X"Z"(*!!!!!`!!!!`!N!F"!*!@)!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-55-!!`!!!!`!N!F"!*!&`!#3%b3!!`!!!!`!N!F"!*!%!3#3&#3!!`!!!!`!N!F"!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:56:%!J#3&#3!!`!!!!`!N!F"!*!%"!#3&#3!!`!!!!i!N!F"!*!C*!!$!!!!%!#3"`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:57:!N"NN!!-!!!!5!*!(!3#3'53!!`!!!"J!N!F"!*!C*!!$!!!!#3#3"`%!N"F"!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-58-%%9`!!!#J!!`!!!!-!!!!!J!#!*!%rri!!!"1*2J!N!6rrJ!!!%iP!*!&rri!!!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-70-&Rb*&!*!*db*&!*!)!3`L43#3[J&J)!#3&!%!N!S,#`X!N#3"!!%!!3!"!!%!N2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:71:!N"-"B#!!N"3"!*!+#`X,!*!N!3!"!!%!!3!"!*$r!*!5!`#3"!B-!!!!E!!0!!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-72-!"!!-!!S!!3#3"8iL-!"1)L`!%!!!!%iNc!"1*0J!6L(3!%iN0!"1)M3!6L)m!%i
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-75-!4))!N!B(!(i!!!%L!!!!p!!!!BS!!!!,!*!1!BS!!!"q!!!")J!!!23!N!G1++!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:76:!!3#3"85#!*!'#!#D!!!"I`!!!6!!!!)$!!!!$!#3"K!!N"a1+,`!!3#3"85#!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:77:'!`()!!!"@!!!!I-!!!'-!!!!$3#3"L!!N"a1*p!!!3#3"85#!*!'!`&$!!!"I`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-78-!!B%!!!'F!!!!$J#3"P'!!*!E6LC`!!%!N!9%JJ#3"J-"BJ!!!8S!!!),!!!"I3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-82-GZ`)G)N8#N[AX!*!%!N`B-3$P)N8!!3#3"I8!6LLF!%iNE!!!!$3b!3!!!!%!"3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:83:i!!!#S2AX!KdL43+`pH`!#J!!!!`!!!$P)N8!!3#3"diQI!"1*q`!!!!d)J%!`2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-84-r!!B!4Yfl!V$el!)G)N8#`[AX!!-!!!!3!!!"eN5+!!%!N!G1+*J!6LMd!!!!0#)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-105-&6LNS!*!%#J!!8h4TBfYTCA-!N!30!!#P)&0SGA3!"3#3"!D9!!!#%!!6!#d!#!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:106:!!%!!!3#3$3-!!!!"!!!!!`!%!!)!!!!$!!S!!`!!!!-!%`!%!!!!!`!D!!8!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-107-$!#!!"J!!!!-!+J!(!!!!!`![!!J!!!!$!$-!#3!!!!-!3!!+!!!!"!!!!!X!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-114-MG#""E'`!33!!#84eF'aTBf&dC3"%!!!",3#3"!4'D@jN!"X-!!p*ER0PFR3J9Q&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:115:bD@&LE'8!'`)!$%PZFf9bG#"#FQ9KD`!E!`!+3Qp[Db"8EfpXF`!E"!!",3#3"!e
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-116-(Eb"dEb"3B@F!!!)3!!S!0J!)!!!!3!!"!*!0"J!"!*!&"`!#!*!&#!!$!*!&#3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:117:%!*!&#J!&@!J!6J!,!!B!!!!"!!`!#&J)!%i!$3!(!%EGZ`!1!!N!!!LJ!!!$(!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-118-1&F3!Jrq3"!"3506rN!3%4QpZG"K"FQPKE#"09#"$EfjNC@jcC@3J6'PRD(3!N!3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-152-3"!S!!%j[G'8J8'&N!*!%&3!!8Q9MC@jd)%&`F'aTBf&dD@pZF`#3"")!!&*PBf9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:153:ZG#"%Ef0eE@9ZG(-!N!33!!"5C3!!!*!!!!%!$`!)!!!!%!!"!*!(#`#3$!X,#`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-154-3*!%!!3!"!!%!!3#33e!!!3!2!!3!!!!3!!%!N%F3J0e[kFe[J(2VJSkkMT*33!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:155:)!*!&$!#3"3J!N!8-!*!&#!#3"3`!N!8)!*!&$!#3"3J!N!8-!*!&"`#3"!')!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-156-!5!!#!!B!"!!B!!J!!3#3"!)#!!3"!!!$!!!!"!"1*i3!6L)J!%iRL!"1*i!!6L4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-157-3!*!E-!!#!!!!%!!!!!)!!3#3#8iNU!#3#`%!6L5m!*!,-!!#!!!!%!!!!!)!!3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:158:3"`)!6Ld!!J#3"!%!N!8$!%iNZ!#3#c!!!`!&!!3!!!!)!!%!N!P!rjN!JImb!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-159-A-!!$!!8!"!!!!!J!!3#3#9,rQ3#Prc)!N"GJ!!)!!!!S!!!!!3!#!*!%rri!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-166-!N!!!!!!"!!!"!!!!%3#3$%iRp!"1*V`!$`#3"@!!!!"8!!%!!!"%!!!!!3!"!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx:167:&!`!$"NGPEQ9fB38#'`!%8b)!N!D!6MD8rrX!!%PA!(3#&LLN!!&B#!"c3J!!6LL
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/HanMac_2.0.4J.hqx-168--!%i!!!BM$E`!N!D%@J!+!*!%!T!!!!!!'!#3$8iXl!"1)L3!N!FU!*!*!Irr!%i
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-11-#Pc![!"3-3!!,BPc33$!l!!C1q`!#!"J!)J!b!$`!8J"5!&)!5J"5!&)!8J"5,`S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:12:[!dkk#cjJ-&P2,`S[!dkk%!)J(bk!B#![#Lm$6VS4LQ!@,`S[!cm[!#*1ZK'`B!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-13-[#Lm$6VS6%#pA!"aB6dcI"!JJAdr[!!a1d&92)'m!"L*[!!S`+3!#X'J!!QBb)'m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-21-'d%-e3!!'6qm!-NcI$(JJAdr[!!T1d%MR(M"2lrqZ(#m!EN)[!"%[,`"b)&qJ+8S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:22:'C`!!eL"[!()N8&P25(J!6L!IS5)ZL#"I*8J!(#"U!"`J8$&U!")!4P92UC3`(b"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-23-U!"`J8$&!!%KC6kMB)&mLDJ!F)P%M5!!B@8qSf#"I)QS!(#*4)dJ!1&P2U0JJAb*
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-32-F)P%cD!!5!%C)E`"#,c`!!Irr,c`!%3!2U+G)E`!kF!l33cm!2c`!!A!Hd%-r!$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:33:m!"'STdK[!#*`(G"$2`!r2!!"F#h33cm!2c`!%DLR5'm!%R!Xd%-r!$mm!!&`20"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:34:$2`!r2!!4U+G)9h!ld%-r!$mm!!%`!`C!!-3r!$mm!"'STb"[!()J8#"S!"`J8#&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:35:A!!JKE`!%!!a)E`!D-!-'3!$$2`!r2!!"-!-'3!$62`!r2!!4U+G)E`!U-!-'3!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:36:52`!r2!!"-!-'3!$L2`!r2!!4U+F[,`"b5'm!6Mm$6VVm##"[!()J8#"S!"`N8#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:37:[!()J8#"S!"`J8%KS!""`!Y"[!%`r!$mm!!%`,`"%98!r!$mm!"'STb"[!()J8#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-38-S!"`J8#pS!"!!-LpS!"3!0L"[!()Q8#4,8)T)E`"#2bS!!Mm5U+K)E`!k2bS!!Mm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-43-3,bJ!*+MG)'X!(#"3,bJ!,+MG)'X!(#"3,bJ!-+MG)'X!(#"3,bJ!0+MG,fX!#!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:44:),fX!$!!-)'X!(#"3,bJ!'%K[!!bShb"V!"`J8#mS!$K)E`"'U0mJD`!F)&![+!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-45-S5'm!2UMI)'X!(#"3,bJ!)%K[!#DShb"V!"`J8#mS!"a)E`!@U0mJD`!F)&![+!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:46:N5'm!(UMI)'X!(#"3,bJ!,%K[!#kShb"V!"`J8#mS!$")E`"1U0mJD`!F)&![+!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-47-d5'm!0UMI)'m!FL"3,bJ!(#"IS#S[,`"b)&qJ+Kp[!"%!GNr[!&*-h`ai)&p36dl
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-51-!#Nkkrh"`"Y"[!!Sr!$![!!jE3$m!U*-r2!!"U)Fr2!!*U)Sr2!!"U)P#CkL),bm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:52:!(+L%98m[,`!HU)``(h)'dQm!#Y*!A%%r33!+-#m!$&Y!8d"E3$p!!!K)E`!)2bm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:53:!$Mm[!!j`#G"[!")r!$![!"*D3$m!U+Fr2"125'm!#Nkkr[)[#UKj,`USf8r[!"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-54-NAb"I8%p1d%MR%$"2lrl`*'m"+#"[!53ZN!![D!!%!!4C6kMB)&mQ5#m,U(T)9kK
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-62-!!3ir2"155'm"#Nkkr9K+,`%LCbir2"1))&)JD!!F)&")D!!)6VVp2Mmm%iiJ8L"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:63:S!"`J8#"S!$!J8%KS!!*1Z[dN,`ZSH5m,U0P2l`%360m-##"I6qm!$%l388mJE`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-64--,T!!,fJ!"!!%5&HSF%K[!!5SF#"[!"!JPb&[!!3!"&"2,Tp1G8MR(L!NE`!H1Lm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:65:!($`[!"Si,`!B0JCJ),T$CJ`[#Mm$(c`!!DP&B!J[#Mm$3LHT43a$IrpR"P*$YN4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-66-[h%cI"(JJAdr[!!T1d%MR($*2lrrJ1Lm!5KJ[!%3QE`"!*'m!2#"[!&![8!!B,fJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-67-!"!!F5J4R"MBm!+9J!RB55&G)E`!F6VVr9#p[!!3!(#p[!!J!)%S%@%pR2NK[!!k
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:68:SG$(&#kC+,`"'C`j)E`!5UNJ[,`!5U(0J$%K[!!UT%#m[!!USFcm&U)Fr,`")U)S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:69:[#cm55'm!(+P$,`Xr%Mm$U83[#cm52c`!!992,`ZT8$!I2`"1Z[m36Hm!'&P2,`X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:70:`&Y"[!&3r!$!Z!!,3E`"B2`!r%UJ,)"mQ!%S%Caa#H!ZQ3QHSKd*RU)S[,`!1U(-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:71:[#cm52bm!(+P%5S0@`%3!(d!!#8U$C`T96bm$U'X`(c5!(fm!#3"86qm!)%cI6$J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-72-JAdr[!"K1d%MR($"2lrlU+Lm",P92UC3`(cJ!)'m"-L"3)'J!(#"32bJ!5+QB*'m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-73-"-L458)Sf+J!'"%-!e!4$!""83e92,bm"0%*R3LG1Z[Bm%"pR8L"[!6)J8#"S!"`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:74:J8$pS!%B"&$"[!43J#&1!iBJJE`%b)&!JD!!F)&!JD!"!dF"$l`!8)$`!!!%!SLj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-75-)E`!8)'m"0L"3)'J!(#"35'J!%%kkqcS[,`%b)&qJ+5"[!6)N8#!&6VVcU!25!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-83-)9kPb2fS!%J%8,bS!(#"IS#NJDJ!F)&!JD!!d)&![D!!#!!`[D!!'!""96dK[!!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:84:`,`!)N!"[!"4C3$m!,c`!!`!#2c`!#5"U!"`J8"mS!%9#*b"U!"`J8#mS!$a)E`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:85:U6VVmI"!IC`!!a$!U!"+`E`%8C`!!Z$9[!43!%L"[!6)J8#"S!"`J8$&[!43!4Lm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-86-[!6*)E`!)2`01Z[,%*NT3LdK[!!3r+`!#F!,38cm!U+JJDJ!F)&![+!!`U0dJDJ!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-97-U!"`[%"mm!!&#*dkkpqi[,`%b)&qJ+Mm%UCK2l`%@60m-1#"I8%p1d#m+A8p96kQ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:98:8-"mqJ#"[!")J8#"S!"`J8$mS!%LTQ#m[!")JAk!T)'m!%L4398m[,`!3)'S!(#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-99-3,bJ!-+MS%"pR(Lpm!!!!J3!#)'m!%L"3)'J!(#"3)@m!$J"+B!!"(&92,bm!%#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:100:U!"`J8#mS!#LSk"!IC`T`)Lp!!!*J!!$m98m[,`!3)'S!(#"3,bJ!(+MS%"pR#R!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-101-8,d!!!Q!!!0a96bm[!"!JDJ!F)&![+!!NU1J3(fF+F"8[3!!#B!!![&92,bm!%#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:102:U!"`J8#mS!$5Sk"!IC`T`(Lp!!!*J!!#F98m[,`!3)'S!(#"3,bJ!1+MS%"pR#(!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-103-I,d!!!Q"m98m[,`!3)'S!(#"3,bJ!)+MS%"pR#(!J,d!!!Q"H98m[,`!3)'S!(#"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-108-)jam`6qrraL4[!&SJE`"H,e!!-LpS!!3!0LC58)Xf+`!'"%-!e!4$!""83b"52LJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:109:!&L"52#J!&$S[!$3J8MJS!!VB3ck'5&G)E`!%2c`J$URV,ha!"Hi!!!T#V`!13Qm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-110-!%M!(8d!r3!!85'm!&%K[!"Jr2#!1UHY)E`!+5'm!'$mm!!DTkc!&N!"%"%!!3&K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:111:!2d!!(NK[!"j)E`!L2c`J$URV5'm!&%K[!#)r2!!%UHY)9dK[!#)r2!!!UHX[E`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:112:H!#J[E`!L!#`rE`!Q!$"96e92@8p)E`!`U%3J(bm!U'``(dM!,`#SDc!I1!!J8L"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:113:S!"`J8$&%!%BJ8M&%!")[#NK[!$Br!dkklDK)E`!b)&)r+!!+)&*`!Y"S!!Jr!+L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:114:S)&)JD!!F)&![+!!`U0dJ8L"S!"`J8#mS!$")E`!fU0p2l`!k60m-q#"I8%p1d%M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-115-R(L"2lrlN,bm"1#"IS#NJE`%i)&![+!!F)&qJ+992UC3`(c`!)'m"1#"3)'J!(#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-116-32bJ!5+QB)'m"1#"3)'J!(#"3,fJ!5J!))'m"1#"3)'J!(#"30LJ!4L"[!6JJ8#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:117:S!"`J8#"S!$!J8#pS!!)"&#pS!!B"'#"[!6JJ8#"S!"`J8#4S!$!JE`%i)&!JD!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:118:F)&!ZU!!),fJ!$!!%5&F[22r1rq+SU5"[!6JJ8#"S!"`J8#pS!!J"$#pS!!`"%$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-119-[!!U3!'m"&Y"[!3j53$p!!3i`,`%DN!"[!!Sb,`%5NN!r33%5@8m[#Lm[!"")E`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-120-B5'm!%$mm!!&)H!!!U38J(bS!98m["DKV-"mi!#"[!6JN8!a%XH"[!!#@5'm"&$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:121:%3QHSU%K[!43[,`%m6VVpK#"[!6JJ8#"S!"`J8,CS!%CR!!$!,bm"1#"[!6`J8#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-122-S!"`J8%KS!!JI2!!"(c`!!8kkmc`JE`%i)&!JD!!F)&!f+!"'-%-J#&1!iBJJE`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-123-i)&!JD!!F)&!JD!"!dF"$l`!-)$`!!!%!SLj)E`!-)'S!(#"35'J!%%kkmLTJ9#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:124:U!"`J8#mS!$#Sh5"U!"`J8#mS!$")E`%BU0m`3b!)8i$KL#"[!6JJ8#"S!"`J8#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-125-S!%$4`%2[!!`J2!!!!3#L,NK[!!`JDJ!F)&")D!!36VVae#"[!6JJ8#mS!"`JAk!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-140-$E'pcC5"0EhCTC4C6D'ph)&4KBQaP)%pQ)%0[ER4PER4c&NKTC'8J9'&LE'8J6fB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:141:J3fpZG'9ZG(-"dJ(6!5i"1J%k!!!#+J)U!-X!*`$S!*J4!D!`13%!#J#3"!&@!J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:142:B!"!!b`!J!1J!Q!$,!#F!k!#B!-X!*`$S!*J!!!i+!Iq!2!(Lr!2`!(lm!!i+!Ir
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-143-!r`Iqr!2`!(lm!!i+!(MKjimq2!2!!"lm!!i+!(KK`iiH2!2!!"lm!!i+!(Kc`pi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-144-12JI!!"lm!!i+!(Kc`pi12JI!!"lm!!i+!(Kl`pi'2JI!!"lm!!i+!(Kl`pi'2JI
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:145:!!"lm!"%2!(Kl`pi#2`r$i"jrM`r-!"%2!(Kl`pi#,`[(q"jr[mrH!"%2!(Kl`pi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-146-#,`[22"iHHH2c!"%2!(Kl`pi!,`[2("iFF12R!"%2!(Kl`pi!,j[2(KiBm22[!"%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-147-2!(Kl`pi!*j22(Ki`m222!"%2!(Kl`pi!*j2'(KiJm222!"%2!(Kl`pi!*j2!rKj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:148:Jm222!"%2!(Kl`pi!*r2$rKjJm22'!"%2!(Kl`pi!)q2(RKl`rr2!!"%2!(Kl`pi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-149-#)q22(Kl`rr2!!"%2!(Kl`pi#)q21(Krim!2!!"%2!(Kl`pi#)q2H(Kpim!2!!"%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-150-2!(Kl`pi#)F2H(Kpmm"2!!"%2!(Kl`pi#)F2H(Kimm"2!!"%2!(Kc`pi')F2H(Ki
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:151:qm"2!!"%2!(Kc`pi')F2H(TiHm$2!!"%2!(KK`ii%))21(TiIF#2!!"%2!(MKjim
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-152--F)222ji2H12!!"%2!Ir!r`Iiq)rhlrqrrmr`!"%2!Iq!2!(`q)raahqrc`r`!2m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-157-rN!8!N![rN!8!N!JMN!!M$`J)$`#3"%H3"C!!N!-)#!K(4dF!!04NC'53!*!$#2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:158:)#'4N4`!!e'4NN!#3!`m)r`J)C'4(!!$8C*'3"!m2r`m)C'4(!!$8NC!&$`rr$`q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-159-4C%F!!04NNC!&$`m2NC'44`!!e'4NNC!&rj'4N50(!!$8C'4NNT!%rj+5C'4(!!$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-166-'J!!!"S!!!!ErrrrqrrrrrUUUm(p&9F!c)UZB&K&@*!`)[rr'"&BB!`)VJ!-"&F!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:167:$!)T`!`"&Vr-!)NBI!"'-!!!)'!!!"$!!!!*J!!!"`!#3")!!N!RrrJ!"J!-!!cr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-168-jJ!Crr-!-rrjJ'Irr-$2rrjJRrrr),rrrl#rrrk`[rrmX,rrr,#rrrb`[rrmX,rr
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-171-Xh!!!@'`!!0KZ!!#iGJ!"Z(F!!AKl!!0iHi!#q(f!"[Kp`!AiIX!0q(lJ#rcrB"[
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:172:rrh!Ar2q`0rKrZ#riIpJ[r2rF,rrrh$!!!$`rrrrm$rrrq!#3"i$rrrrqJ%!!!S"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-173-IrrU!ArrlRerrqi![J(ZI,`!lKLjlQi!Z!"Z!,J!EJ#lqfi!Z!"Z!&J!EJ"B!'i!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-186-%$f4N!%F!N!A84`"NC'3MN!#3")N2#*!%r`L3"!pNC!"(!*!&e%F!C'3MN!#3"BN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:187:2#*!%r`L3"!pNC!"(!*!&e%F!C#14N!D*$`J)#!rr#*!%$f4N!%F!N!A84`!MNC!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-188-(L3m)#!q4r`m)#!J2C'3!4`#3"G4()j'3#)N2$`J2NIm2#!J2N50N!%F!N!A84`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-200-,!hGhGhSL,-*hGh-`!!"M#l!hGhGhUUmRGhF`-!!!B`Zl!hH3"+phGh-!-!!!B`Z
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:201:lX$GhGhGrGhF`X$!!!'-,ZlX$GhGhIhGc#l!`!!"M#lZlX$GhGhph-,Z`-!!!B`Z
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:202:lZlX$GhGhF`ZlX$!!!'-,ZlZlX$GhGc#lZl!`!!"M#lZ3"!0hF`ZlZl!`!!"M#lZ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:203:3",!h-,ZlZl!`!!"M#lZ3"3-,ZlZlX$!!!'-!N!``!!"M-j!--!!!CT!-B!#3&3G
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-204-"8&"-!*!'&J"k!)S!f!(3!!%!N!R)!9J!!!!@!#B!(!$Z!9S!!3#3#B3"@!!!!"B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-216-c,QjPG!eSG(4`1Lm[GhGh,QKcGLjdDA-ZEQ9d,hjRFQ9PEQedELm0GQpTBf8[4N&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:217:B)$)`05ii1$-Z-$-h-`#3"Ci!"J#X!&Q)#(Bd,MFZ-Q3e!!!!6!!#!*!&#3!+!"N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-218-"3)J#AM!!N!8J!!S!3!&!L!*H-3#3"88!6J"A!3D)(&"bCA0c)#J4)#"`CA*TEf3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-227-!N!9"!&m!93#J"!4%EfjP!*!&#J!Y!"S"*a!!N!BM!!S!03"V"3T0BA4MD#"$BA0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:228:P!*!&)`"Z!$8""3868f9KFQ0S)%&XE#"$D'&`G'9bF`#3"JS!#J!E!#U)"8CTEQ3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-229-k!*!%+!!"!*!&@!%3!'`"5`3#6dX!N!8(!%S!5`&,L!KH-&iaAM*H-`!!!P`!"!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-245-)!!!!5!#3"3J!!3!)!*!&k@!d!*!'&0B!!!!%!!$rN!B!!Gf3"J!#Gj!'!!-LN!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:246:!r`#3#a!!%!#3"4!!%!!!![(r"`$rp!!"![m)!Im!p3%"![m,![m!!IJ$!`%"![m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:247:2"Im!!3-#!2`#"!-"!3,r#`,r!!(i!`-"!3,r$`2r!!%$r!!'!J)$!3%#r`i%r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:248:"!`$l!J3$!3%#r`m$r`!"!r`!"J)#!`%"![m1"2m!!3-!q`)%!`%"![m2!rm!!32
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:249:m!!B#!J-"!3,r#`,r!!(i!`-"!3,r#!(r!28"!3,r#!(r!28"!3,r"J$rm`)!r`,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-250-ar`#J!)-!r`!!!AS"HJ#3"4!!%!!4![m-!2q3"!#3#4!!!!!3!*!(S!##!"i!!3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-252-!!2q3"J!"hC!'!!*hN!B!!b+3"J$r!*!,%!!3!*!&%!!3!!!#mIm(!2rd!!%#r`J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:253:"r`$e!3%#ra!%r`!"!!2p!3%!!ri"!3,r%36r!!%!!ri"!J!$!ri"!3,r%!Ir!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:254:!!`%"!2i$rJ%"![m2"[m!!3!$!3$p!ri"!3,r$JAr!!%!!`$m!ri"!3,r$`Er!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-255-!!`%!r32q!3%#ra!(r`!"!!-"!3$q!ri"!3,r%36r!!%!!ri"!J!$!ri"!3,r%!6
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-259-"hC!'!!*hN!B!!b+3"J$r!*!,%!!3!*!&%!!3!!!#mIm(!2rd!!%#r`J"r`$e!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:260:#r`d"r`$l!3%!!rd"!3,r$J(r!2`"!J!$!rd"!3,r$J(r!2d"!!$q!rd"!3,r$J(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-261-r!2i"!!$p!rd"!3,r$36r!!%"!2`$r3%"![m1!Im!rJ%!!2d$r3%"![m1!Im!r3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:262:!!2i$r3%"![m1!Im!r!%#!!-$r3%"![m0!Im!q`%"!!2p!3%#r`J"r`$e!3%#r`J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:263:"r`$e!3%#r`B!rr-#!2m#mIm!S!#$!2m!!!&H!9i!N!83!"!!%3,r$!$rN!3!N!N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-264-3!!!!%!#3"k!!JJ!H!!%!#J#3"4!!%!#BJ"!!N!83!"!!N!P)!!!!5!#3"3J!!3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-266-!%!!!![(r"`$rp!!"![m)!Im!p3%"![m-"Im!!3%!!rN"!3,r$3Er!!%"!!-$qJ%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:267:"![m0"2m!!3%!rJ2l!3%#r`d%r`!"!3$p!r`"!3,r$36r!!%"!2`$r3%"![m0"2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-268-!!3%!r32m!3%#r`d%r`!"!3$q!rX"!3,r$3Er!!%"!!-$qJ%"![m-"Im!!3%!!rN
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-271-3#8J!!!")!*!&#!!"!!J!N!ATCU3!N!BB2`!!!!3!!2q3"J!"hC!'!!*hN!B!!b+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:272:3"J$r!*!,%!!3!*!&%!!3!!!#mIm(!2rd!!%#r`J"r`$e!3%#ra!%r`!"!!2p!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-273-!!ri"!3,r%3Ar!!%!!`2q!3%!!ri"!3,r%32r!!%!rJ-$!3%!!ri"!3,r%!2r!!%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-275-!!3$q!`-"!3!$rJ%"![m4"Im!!3!$!ri"!3!$rJ%"![m3"2m!!3!$r3%"!!2q!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:276:#r`J"r`$e!3%#r`J"r`$e!3%#r`B!rr-#!2m#mIm!S!#$!2m!!!&Q!@B!N!81!"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-277-!%3,r$!$rN!3!N!N3!!!!$J#3"k!!JJ!H!!%!#J#3"4!!%!#BJ"!!N!81!"!!N!P
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-279-!"1k3"J$r!*!,$J!3!*!&$J!3!!!'!!(c!!!#"`%"!23$!!)(!3%!p!-!!JF"!3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:280:d!`!#%!%"!2i$"33#"!)%![d$!!)4#`%!!`-%!J)%!J3#![i$!!)4!`%!!`6q!J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-281-%!J6q!J)$!`)2!J%!"2d#!J3#"2d#!3-#%3-"!!-%rJ)#"!)%rJ)#!`-#%3X"!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:282:$"!)#"!)%!J,q!`!#%!%"!2i$"33#"!)%![d$!!)(!3%!p!-!!JF"!3$d!`!#![%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:283:#!+!!J`$r!!!!e!$8!*!&"3!*!"%#r``!rj!%!*!*#3!!!!8!N!HJ!))!(J!"!!S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-284-!N!83!"!!Q)!+!*!&"3!*!*!*5!!!!%J!N!8)!!%!#!#3"HPN3!#3"KQY!!!!!`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-292-'!!*hN!B!!b+3"J$r!*!,%!!$!*!&%!!$!!$rrrm"r`!!rrm!!AAr!!%!r`!"l2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:293:!!3Mr!!&Sr`!"92m!!36r!!%$r`!"8rm!!@Vr!!%Jr`!"8rm#!Qcrrrm(!+!!J`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-294-r!!!!mJ$b!!!!$3!3!"!!%3,r$!$rN!3!$3#3"a!!!!!3!*!(S!##!"i!!3!+!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-295-&%!!3!*!!J!3!!!!0!"!!%!!!!!%!N!9)!!!!5!#3"3J!!3!)!*!&k@GN!*!'+J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:296:!!!!%!!$rN!B!!Gf3"J!#Gj!'!!-LN!B!r`#3#3d!%!!3!!!!$3!3!"!!!2rrr`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-297-!![rr!3,r9!%#r`!"![r8!3,rD3%#rfm"![p[!3,rE!%#r`!"![pT!3,rC3%#rf-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-300-m!*!'T'J!!!!%!!$rN!B!!Gf3"J!#Gj!'!!-LN!B!r`#3#a!!%!#3"4!!%!!!![(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:301:r"J$rm`)!r`F"r`,d!3$r"`(r![3"!2m,!rm#!3(i!`)"!Im2"[m#!3%$!J$m!J-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:302:$!3(r#`2r!J%"q!-#!3(r$`6r!J%"!r`!"3)#!`%"r`i&r`)"!3-!q`)$!`%"r`m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:303:%r`)"!32m!!8#!J-"!Im1"Im#!3%$!2X#!`-"!Im2"2m#!3%$r!!&!J)$!3(r#`2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-304-r!J%"q!-#!3(r"`(r![3"!2m(!Im#p!%!r`,ar`!!S!#$!2m!!!&f!AB!N!83!"!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-306-)!!!!5!#3"3J!!3!)!*!&k@CF!*!'PpF!!!!%!!$rN!B!!Gf3"J!#Gj!'!!-LN!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:307:!r`#3#a!!%!#3"4!!%!!!![(r"J$rm`)!r`F"r`,d!3$r"`(r![3"!2m3"Im#!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:308:!!rd"!3!$rJ%!ra%&r`)"!3!$rJ%#!!-$rJ%!ra!)r`)"!3!$!3%!rJ2q!3$r$`I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:309:r!J%"!!-"!2d$rJ%!r`i'r`)"!3!$!2`$rJ%!r`m(r`)"!3!$!3$p!ri"!2m3#2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:310:#!3%!!`%"!2i$rJ%!ra%&r`)"!3!$rJ%#!!-$rJ%!ra!&r`)"!3!$r3%"!!2q!3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-311-r"`(r![3"!2m(!Im#p!%!r`,ar`#J!)-!r`!!!9`"A!#3"4!!%!!4![m-!2q3"!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-314-&%!!3!!!#mIm'!2rc!J$r"`(r![3"!2m(!Im#p!%!r``"r`,k!3%!!rd"!2m0!Im
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:315:#q`%#!!-$r3%!r`d"r`,m!3!!rJ2p!3$r$3(r![d"!!$p!rd"!2m0!Im#rJ%!!2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:316:$r3%!r`d"r`,p!3!!r32p!3$r$3(r![`"!!$q!rd"!2m0!Im#q`%#!!-$r3%!r``
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:317:"r`,k!3%!!rd"!2m(!Im#p!%!r`F"r`,d!3$r![(r!!#J!)-!r`!!!9`"A!#3"4!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-318-!%!!4![m-!2q3"!#3#4!!!!!3!*!(S!##!"i!!3!+!*!&%!!3!*L!%!#3"4!!%!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-320-3"J$r!*!,%!!3!*!&%!!3!!!#mIm'!2rc!J$r"`(r![3"!2m(!Im#p!%!r``"r`,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:321:q!3%!!rN"!2m0!Im#rJ%#!!-$qJ%!r`d"r`,q!3!!rJ2l!3$r$3(r![i"!!$p!r`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:322:"!2m0!Im#rJ%!!2`$r3%!r`d"r`,q!3!!r32m!3$r$3(r![i"!!$q!rX"!2m0!Im
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-323-#rJ%#!!-$qJ%!r``"r`,q!3%!!rN"!2m(!Im#p!%!r`F"r`,d!3$r![(r!!#J!)-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-329-r!J%"!2d$!J%!!ri"!2m4"2m#!3%!rJ-$!3%!!ri"!2m4"[m#!3%!!`2q!3%!!ri
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:330:"!2m3"Im#!3%!!rd"!3!$rJ%!r`F"r`,d!3$r"`(r![3"!2m#mIm!!+!!J`$r!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-331-28!p3!*!&%!#*!"%#r``!rj!%!*!*L3!!!"!!N!FH!!%!#J#3"4!!L3#BJ*!!!13
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-333-!rj!%QCN)!2q3"'CQ#!$rN!3c-`J!rj!%!!!)!2rrc-crr`J!rrr-N!3)!2rrc-b
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:334:CQ3J!rrr-c'CQ#!$rrmc--c-)!2rrc-`!!!J!rrqCQIrr#!$rrjQCc-`)!2rrQC!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-335-%#!$rrjQCCQB)!2rrQCNc-`J!rrqCQ3!!#!$rrfCQrrm)!2rrCQE-c!J!rrpQCTQ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-341-CQ6-c#!$-c*QC!!!)!-c-CQErr`J!c-aQCXc-#!$-c'CQQCN)!-c-CT!%#!$-c'C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:342:Q-c-)!-c-CQB!!!J!c-`c-rrr#!$-c$-cc-`)!-c--c1CQ3J!c-`c-fCQ#!$-c$1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:343:3"!J!c-`c-`!!#!$-c!!!rrm)!-c-!!$-c!J!c-`!!*QC#!$-c!!!CQB)!-c-!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-344-c-`J!c-`!N!3)!*QCrj!%#!#CQIrrc-`)!*QCrrqCQ3J!QCRrrfCQ#!#CQIrr-c-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-359-QCTQC#!!c-fD3"!J!-c0QCM-c#!!c-fCQ!!!)!$13"2rr#!!cN!6-c!J!-j!%QCN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:360:)!$13"'CQ#!!cN!B)!$13"!!!#!!c-`!!rrm)!$-c!!$-c!J!-c-!!*QC#!!c-`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-361-!CQB)!$-c!!!c-`J!-c-!N!3)!!!!rj!%#!!!!2rrc-`)!!!!rrqCQ3J!!!$rrfC
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-451-06VS#'#*YLjj1ZJ)3UD01ZJ+@3Lf,Sc!mU*qR4Lm)-$bKQ+0'XGpR#KYm!!',Sh!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:452:"SCJ`2+R`TdBV5)ZD-$bTmDG'+dL,PM!mUI5R4LY)Lj)`2+R`3IS#D+C(-$bTm8(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-453-k!b5Q4c!mUI4"qJ!ZTNG1Z3!!")K1Z3!!"L4)HJ!L5LhrrfF#3QG#Cdkj!!!@"Pb
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:454:23UG1Z3!!")T1ZJ1-UI3!N!4)ja``@8mQE`!FH!"J!!$N(TXI@`!"(eX!!KpE!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:455:NE`!JeGF@'dL$-!-#3!#!C`i#3`"r&0Y63dT$E2KJjM!$!N!!3'F1-!-#3!!r8N"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:456:)`0A!B0!`!`*!!#"R#J*$!"p53aSEB!i`!`*!!""R%!*$!!pkra6&8d0+3fciB+B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:457:`!`a!!!4LC0"!-$X!"Nll!!)!B!!+!"`!,!"#@)S8r2rr&2crra6E&0YJ!2pk@)S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-458-8r2rr&0X8fa6EB!$rDK6mrkN8r2r`9)S8fa6E8SS8ff!!re38r2qT&2crm&++&0X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:459:8fa6E8SS8ff!!rc`r2!!2UFP54!a%!!0Y!2mB)%YB6dcI$$K1G5m&@8mLE`!-(TN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-460-I@3!"(eN!!KpC!!-U&h3!B%`5'4!"!N!!J'F-dJ%3!8L!5-$8J'!S(S%I@3!"%!%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-465-1G3#3"%(krrSJM8je3rN!!!3B`2`!%#1)#2"1G6mm!!&1Z[qd9%p)jq$J9Dm!'#4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:466:[!"JJ,BZNC`SJ3$mU!!C1N!"8Me$i#PjCMbmm3dp%46mU!!DTS#!ACKBJ,BZ`CJ4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-467-`$kR*)%!r+J!'6T!!9)pJfNSi#l*R"#"!S'3J9k!T)&mJ8#!)S&8J3#m)-#S!"Nk
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-474-8+e+,Y$mmrrm[+J!))'S!"%k3!&a2*'f,Y#!+CZ3NAdje51F`!(3#6[XL!'!+6!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:475:!!%cI!!a1G53!5%,%`5B"5%2'`04$5%*#3X$"d)*-h`!-6R9)jc!!G!*1qb)!B!T
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-476--33!!60m!$%je*!&#3NK#CK`f!%*!5%"R"S$"0!")3M!$J-%d!#!#60m!$%je0!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-489-SF5m+,cb!!)!!,carrRrqU0j+,BfDC`aC6kNN)&qalIM%C`SJEIK`)&"+8'B15'f
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:490:-&UK4,`S[$+MFB(*+,BfNCf"96bm[!#K)E`!'5'm!&%kj!!!#5"!ICdK+,BfJC`j
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-491-+VIKdC`J[,IKdUKaJ##"Yq(J[%+K45'm!!NK[!!j1Z3!!![![E`!'!!i[E`!+!")
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-498-S!!3!$#"[!"iZN!![D!!%!!3EI!!"r1G#E`!32fm!%!!L6qm!%L"I6qm!$%l3LdK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:499:"6N4-49&"8&"-!!"96b"[!!C)D2rd-$`#"+J@-"mr!&52,Tp1GBK$E'9KEP9`-3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-500-!!%T[!!KR'L"[!!3aE`!)rr)[,`!%6VVra#j[!!41qJ%8)&pF6dl3L%CKD@a&FR)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:501:b!!!!,`02lrq`)'m!A#p3!!3[D!!%!!JJE`"J,e!!$#pS!!3!%%+[!%a"l`!8d2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-502-!+%MJ2cT96dK[!!i[,Ii8,bhq'%K[!&B`2!J5U"B`(cm!5'm!9NkkrhSJE`"-)&!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-506-miNKS!"#T+NK[!&41Z[k`3Qm!4Q!-6qrrV%([!"4-f&cm2fm!4J"N6qm!8#BI)&p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:507:2l`!-6Y#-5%&14%a&4d0"8&"-!!!!98mJE`!'5'Mrq$!m!J5S&M!I2`"8MbkI6R@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-508-)3faPB@j9F$-!!!"+E`!)CaSJE`!%-@m!#2r',bm!"%kkrm3ZE`!%6[S!ZL"IA%p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:509:1d)K'B@PX4A*b0!!!!%r[rlSJE`"1,e!!$LpS!!3!%L"[!&)ZN!![D!!%!!4#V`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-510-#5Lf0QQG`-#hib0"YNj!!5-![3!!)5Um!%QGF3Hm!&Y$m!#K)i$mk98m[,IiF5'm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:511:!$NKi!!4)E`"--$`)*DJ@-"mr!%K[!%K1Z[pN3Hm!&Y$m!#K)i$mk98p)E`!3,bh
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:512:q)%K[!%J`2!B3U"B`(cm!5'm!5%kkrcK)E`"'6VVr#N*[!!aJ$%r[rlT"l`!@60K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-513-Fr$p[!!`!9Nr[!%BJAdr[!!a1d)a)38j%6%916N&38%`!!!"96b"[!!C)D2ri-$`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-521-1Z[r%,Qm!"%lk!6BJAea26Y#)4Q&TE%9bFMJ!!!")jaJ`6qrpXL"[!QBZN!![D!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:522:%!!3JE`*U,e!"$LpS!!3"%N+[!NT+,BfDC`!!k%([!4E3r!!S51!r1P925'm"%#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:523:YrL`[,Ii`5'm#9$!m#"+S&M!I2`")E`*J6VVrFL"[!NSJ8#J398m["+KV-"mf!%A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-524-Yq,``+J!-d'f6N!#f3'i!!*4(l`&!-%-J#&1!jBJJ5N(S!"K+F!J#CKi`3b!)8i$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:525:PL#"+3HJ!'$9`#!!!$N*U!""#DJ!5B%4(l`&!5'm!#$"$)!K6J1@))%T"k!!B2c!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:526:)!Nkj!!!"X%([!!a$l`&%F%!Lf&()rr`bf$96!!ieD`!#!"!eD`!%!"*B6cmU!!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-527-r+J!32bS!%Nkj!!!"U%kj!!!#d%K[!Pj1Z[k13Qm"2Q!-6qrpSN([!4C-f&cm2fm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-531-!##"[!')[8!!3,fJ!"!!83Um!5N([!"c3r!!S51!r1P925'm!%LmYrM3[,Iii5'm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:532:!9$!m#"+S&M!I2`")E`"B6VVrH#"[!%SJ8#J398m["+KV-"mf!%T$E3!!LP922`-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:533:[,ILB6VN!!!0i-"mf!&P22`-[,ILB2c`!#+Jp,em!$#p[!!`!'&922`-[,ILB6VN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-534-!!!0`-"mi!#mYq)4C6h!"d%4)`#m!F!(34%M!,`![,ILB2c`!#DJp)"m[3!!%98m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-537-36!!!!#m+6qrqj#4[!6!JE`%N,e!"%LpS!!3"&L"[!5J[8!%+,fJ!"!%1)'m",#p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:538:3!3)[D!!%!3C)9bm[!3T1Z3!!!pK"l`!%@%p$lBb-)$`!!!%!SLiJE`%1)&!E8)f
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-539--)'m"&L"3'e#0M4pm!!%"'dK[!4Y1Z3!!!BK1Z3!!!Y"96bm+-$`#"+J@-"mr!&5
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-541-I)&p2l`!36Y#+4%p"48424NP14!!!!&92)'m!"NKSrrJ`2!)%U"B`(cm!9)p96b"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:542:[!!C)D2qi-$`#"+J@-"mr!&5298mJE`!'5'Mr`$!m!J5S&M!I2`"8Me92)'m!"NK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-543-SrmJ`2!)%U"B`(cm!9)mZRdjeL80XC@&Z9A!a-3!!5Qm!#'FD)'m!"$&[!!MrULm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-546-!!LmYrN![,Ij%5'm!D$!m#"+S&M!I2`")E`"N6VVrFN([!$,3r!!S51!r1P925'm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:547:!A%K[!!i`2!3(U"B`(cm!5'm!C%kkrdT+,BfEC`!"#(!$X+m!#'B!!2j"l`!bd2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-548-!+%MJ2cT96dK[!&a)H!!",bhq5%K[!#4)E`!X-$`+#kJ@-"mr!%K[!'41Z[m%3Hm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:549:!-Y$m!#K)i$mk98p)E`"F5(J!!LmYrNa)E`!N5'm!0$!m#JZS&M!I2`")E`"N6VV
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-550-qd%([!$,3r!!S51!r1P925'm!A%Ki!!-[,Ij35'm!*%K[!$``2!S,U"B`(cm!5'm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-552-1Z[jZ5Um!%QFX3Hm!-Y$m!#K)i$mk98p)E`!3,bhq9%K[!'3`2!B3U"B`(cm!5'm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:553:!C%kkrMa)E`"L6VVpc%*[!!aJ$%r[rjj"l`!b60KFr$p[!!`!FNr[!')JAdr[!!a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-554-1d)a)38j%6%9%4N&38%`!!!")ja!J6qrrl&P2U0JJAb4)5Lf0SQF!!4T96bmYrPJ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-565-j!!!")'!Q5'm!"%kkm(4J(%kj!!!#f&925'm!"M!m!KZS&M!I0J"J"%kkm%4+,Ic
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:566:RC`$r!%r[!"4-h`3)6R@068&*6N9@48j86%p28!!!6Ud!++"MS$DJ0U!fS$DJ0U!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-567-f5'f-JUKZU2kT%UN`UFa)H!!!UAX[2!!!rrmJ(k!b6Ud!-%kY!%K1V3"!6Ud!1%U
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-583-`G'pcB5"cBh"d9%9B)&5%49K8ER8JE)&ZG5"XJ@je)'b$FfPREL)YK&4&@&4P)(+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:584:%EQa[EQFL,B0XEfjR33#3"#J!N!3S!`!-%!-!S"!$"b33!aAb%!-BJK!$!!`2!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:585:S$`-!3!m$!)!2!`#H$`-!iJm$!4J2!`%i$`-"@!m$!CB2!`'k$`-"c!m$!H)2!`)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:586:%$`-%'Jm$#iS2!`Zf$`--(!m$$8`2!`hQ$`-!$!d$!+J0!`kd$3-2)Jd$&P)0!aK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:587:J$3-Bm!d$!)!-!`$N#`-"VJS$!J)+!`!-#3-!+!N$!%`*!`"m#3-!Q!N$!13*!`*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:588:)#3-%$JJ$"p!)!`!-"`-"$!F$#$J'!`!-"3-"AJ8$!rJ&!`3k"3-&'J8$"E)&!`C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:589:1"3-'T!8$#&S&!`YH"3-08J8$$BJ&!`h8"3-'+J3$%#S%!`!-!`-!SJ-$"&i$!`8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:590:N!`-(-J-$"r3$!`N@!`-+XJ-$#ji$!`c!!`-0)J-$$Ci$!`jX!`-1L!-$$fJ$!`q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:591:f!`-3rJ-$%K3$!a--!`-81J-$&0J$!aA3!`-@CJ-$'3i$!aT#!`-!$!)$!%3#!`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:592:k!J-"$!)$!eB#!`4@!J-'0!)$"V)#!`Fd!J-(H!)$"m3#!`J1!J-)8!)$#+3#!`N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:593:b!J-+A!)$#Xi#!`X)!J-,F!)$$$J#!`e8!J-0V!)$$L!#!`j)!J-1F!)$$UB#!`l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:594:'!J-21!)$$i!#!`r)!J-3&J)$%+3#!a'#!J-5"!)$%Z)#!a0`!J-6i!)$&'`#4B%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-595-@Y%f"&3C0J5,D6B%AQNf"$Xj0J3R16B%"B%f"#%C0J3+U6B%$Z%f"!ZK0J3)%6B%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-601-L,Nr[!3!ZRdjeM%a26NG86e088NP14`!!!%r[rI``E`)),SK)E`!%,bm!"%kkrl4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:602:"l`!)@%p$l`%%)$`!!!%!SLj"l`%%)Qm##L!m!!!"!+)Z6qm#"#"I9%p1d)aA6e*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-603-%9%p69&**6NF!!!"2lrm!)'m""%2AF$mLf&()rra)9amm!!&1Z3!!!&K"eb*[!3J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-609-2l`!360mF1#kI6R@24d984%p058j"6P454808!!![#Nr[rq4)9kKd,bm!,+Kc)'m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:610:!,%SS!'jQH%AYq+3[,`!X-")%3#F32`!`+J!#"%!R%$m!3LHT'bm[!#`I2!!"U3J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:611:JE`!X)'J!FL"3,fJ!!J!8,fJ!"J!B5'm!"#"[!$")D!!36VVpSLp[!!J!%#p[!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-612-!&#m[!$"#*kN)4HhiT#m[!$!r%MmU!!*#*kNE@%pJ0#"[!#`JD!"b)&![D!!#!"3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:613:[D!!'!"K)E`!%)'m!-%KS!""1Z[e5,fm!#!!3,fm!$!!8@%p&l`!8,bm!+$!U!!D
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-614-3!'S!!Mm!-#S!"*!!8Mm!U)![,`!N-#m!%T!!E`!D2`!`,`!5N!"[!"Sr!+L!,aH
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:615:SFdr[!"`NAb"I6qm!$%l3L%G&9&088P9$!!!!51F3-%r[rpJQE`!q,`Y)E`!N5'm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:616:!,%kkrXj&l`!k5'm!'$!U!!+3!'m!+Mm!-"+3!'m!+Mm!-#S!!T!!E`!Zd'm!+Mm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-617-!-"+3!'m!,Y"[!#Sr!+LR5&G)E`!F6VVpQLp[!!3!&#p[!!J!'%A[!"4)E`!-F!V
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-618-3DJ!#d'm!,Mm!F!V38Y"[!#ir!(!+d'm!,M)U!!D530*[!$)r!A!+d'm!,M)U!!5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:619:530*[!$)r!DLR5'm!$#m[!%+T6L!I*J![#e92,`1SDc!I2`"96bm$U'S`(cm!3LH
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-620-T'dS[!$KR##m,U48[#kKc6qm!+%cI$!JJAdr[!!T1d)a-6d0"9%9A58j%6eF!!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:621:)jai`6qrrj#4[!$im,`!m1#m!1LkYM!i[EB`5!!3Q8LpV!"!!&#pV!"3!'#m5F$,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-622-3E`!)2`"`-Y"[!!`r!%)RU4X[%Kmm!!'T##"V!()J8#pS!!)!##pS!!B!$#m53LH
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:623:T#$![!!k3!'m!#T!!E`!Dd'm!&NM!+J$JMH#0i)hZMGU!iS8f,`!-PQm!#*C[!"M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-624-@E`!8$%-!%fm%GK0J%M"$)!MJL1#)i)MZL0#)iS!f!$!'$%!!#@)!!)l33$!l!!C
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-644-99&426J!!51FF!%r[rr)D,`!H)'m!)#p3!!B[D!!%!!T#,`!"5J9R"NK[!!DST(J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:645:"5'm!!UPb98m[,`!%5'm!$+LY%"m@!,B%C``B!dS&C`C)E`!'U+496kPc%"pQdJ`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-646-%!!&Q%%S&C`C)E`!'U+3II!!"!!%IE`!"!#42l`!160m!1#"IA%p1d)P88N&$5dP
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-647-848d!!%MR%$"2lrrb*Qm!)L4[!"j#,`!0-"063'FH98"RBP9!Cej63'F%B!!!h"p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:648:m!!%!$65m!I9J!!$1,fX!#J!#98m[,`!%5'm!$+NX-"mf!$!$@8"R"'!!!+iJE`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:649:'XHm!*QB!!+)[,`!',bm!"NKYq+bT*4pm!!%!$65m!I4J!!#'98m[#cmm!3")E`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-650-)5'm!&Nkkr1i3(aB!5J0R#!a[!#i!#QF)$'m!'`!+CKJII!!"!!d[,`!Q2c`!!Nk
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-652-BEa)[,`!Q2c`!!8kkrLBd[!!"B!3d[2rr(fm!$3!U6qm!$NcI$!JJAdr[!!a1d)a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:653:69%423e9'58a849)!!!"2lrrX5'm!#+Kd,bm!'+Kc,c`!!`!$U*Y)9bm[!"`r2!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-654-"6VVmY#p[!!3!%#p[!!J!&%K[!"![22rmrrbSU8K[!"![2!!3!"#SX#mm!!%!!DL
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-656-#0@m!%!!%)'m!'L#A-@m!"!!%A%mNAb"I6qm!$%l3L8e"5d9$6da28J!!98md,`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:657:+)Qm!"R,r)&%`+!"H8d!J88(S!'$3`,4`!!"Y#L"4-LJ!AP0"B#4`!G""-J!J88(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:658:S!'$3`E4`%!"Zl#"43HJ!B0$"Y(!3!'`#8d%qJ6pA!!a86b"IA%p1d)G(494-58j
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-659-&!!")jamJ@8mq,`!N,bm!)#"IS#NrEIkm!!*k!(ErH!!JE`!J*&![+J!q)&qJ+A`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:660:"h)0`!G#$*J"C6bmU!$i[!dK[!!p)H!!"5(J!!%Ki!!'Ti#!I*J"`rlD!Ebj96b"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-661-U!$i[%&92,`1SDc!I2`![2))'!"#SY6!ICK"`!G"&1J#k4ec!4!!B!'!'5S0X!RJ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-668-""UKc2c`!!DL(2c`!#DL+,bm""UQ"6VVj!#m[!3DTJbmAU(02l`%1*&p1GBP65%p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:669:A38*2993!!%MR(L!NE`!H1Lm!($`[!"Si,`!B0JCJ),T$CJ`[#Mm$(c`!!DP&B!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-670-[#Mm$3LHT43a$IrpR"P*$YN4[h%cI"(JJAdr[!!T1d)a$5%Y26Np'4NP848d!!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:671:)jai`6qrrmLC[!$!k,`!Z2#m!,$J[!#Sf"Q!b,`Xr!dK[!!C)E`!85'm!%+Q0*'m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-672-!#VC&CJS[#Mmm!!'TBf!',`T#CkPM$%0rrfF'8N1f4'r+6qm!$NcI$(JJAdr[!!T
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-686-m!!!"!+)Z,`SJAk!U6qm"!%cI"!JZRdjeM8K849K89%p69&**6NF!!#m$6qrkrL"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:687:["3T$l`3#F$mLf&()rra"lC!!XN2[!`)J2!!!!3#L,NK[!J)[2!!F!)"1Z[fD3Hm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-688-#"PK23qm!!L!m!!!"!+)ZGJ!@,`3#3Hm%!K!`-!#`,`!$CJ*63ck$0KGJ6%(["!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-689-3-$!!X#m!!fG%5'm$!N(["!C`!"!`-!!!3!%!2d!#"NK[!JC)E`%+2c`!!Nkj!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:690:!i%([!4"2l`!13qm$!L!m!!!"!+)Z8d--3`!"E+j"l`-#)Qm&$L!m!!!"!+)Z6qm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:691:&!LBI,Tp1GBe69&**8%C*6%9138e&!!")j`!`6qrrY#"[!&a$l`!#F"%Lf&()rr`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-692-bf#4[!&K(l`!#&*-9D`!"!!%PD`!#!!*96cmV!!C#TdKV!!T)DJ!'F!'U8M!I2S!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-701-[!``J2!!!!3#L,Nr[!`3ZRdjeNdG&9&""9%K'8Np04P9-6&""9%J!!#m+6qrqb#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:702:[!84$l`!%F$mLf&()rra&l`%%3US!$%([!!3P5!!5*@m"3!!F3US!-%*U!"C96dK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-703-[!3BJAh!"SQ!qJ$!I2S!rE`%D!!)rE`!#!8K2l`%i*&mJAe"26Y#24d989P*&4NC
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:704:56de3394)!!![#Nr[r[`JE`%13qm!"(!r)YK4b2rm98qTP$!I2S!r,`%BUCK#*kQ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:705:E5Lm"$'F5@8m[,`%B5'm!$+JJ)&mN5'!3@8m[,`%B2bm"'UJI)&mN5,Am!*!%9X"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-706-%!"p!!!-I2!!"UCXr&kQB,`UTSap[!!-"'Nr[!33NAb"I6qm!$Nl3L9*&8d9B590
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-707-88`!!51F!-%r[rm)QE`"+3Lm!!3aY"`#0U'eD*%Y#NN+U!!4&l`!#F$`NJ%+U!!4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:708:#UJ!iB$*96bm,5'm!#$mm!$USMc!ICL"&l`!#$+T"8&"-!""Q%L!U!"5`V`"1CJJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-709-II!!"!!&J$P92,`Xr2!!iU)m`(fI!(fm!!3"56qm!2NcI$!!JAe"26Y#3!&"56d0
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-717-j!!!$F$!I)'hiF#"3-QJ!!L)*8i(5J8([!!3aJ"J!5N0X!2pf,bhiQ#"IS#T&lIL
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:718:F1LS!"*T5-'f6ML!)8i$3J%(YNkJa[!!"#!!`EC11)!K6J0#!3Hf6U$*`#!!J#91
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-719-!jBJJEIK`)&""k%&)3R!)!(B!H!!JEILB)&!m+!"HGJ"J!!+8)'hiF#"3Z'J!!Q`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-722-*8i(PL5"Yq(!J8%(S38JaJ"J#-'f6ML!)8i$3J%(YNkKb!G*`#!!`EC11)!K6J0#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:723:!3Hf6U$'"#!!`EC11)!K6J0#!3Hf6U$*`#!!J#91!jBJJEIK`)&""k%&)-B-)!'!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-724-!!Ei[,IK`)&qJ+5"Yq*JJ8,CS!&jQ+M"YNiiJ#&1!d)""lC1S-R!)!#!*8i$PL#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:725:Yq(!J8%(S38JaJ`J#B!!"J$"&,SKC6c"$,`J`EC11)!K6J0#!3Hf6U$*`#!!J#91
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-726-!jBJJEIK`)&""k%&)-R!)!#m*,bhiQ$mm!!QS25!IX*GQHM"YNiiJ#&1!d)""lC1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:727:S-R!)!#!*8i$PL#"Yq(!J8%(S38JaJ`J#-'f6ML!)8i$3J%(YNkKb!G*`#!!`EC1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-728-1)!K6J0#!3Hf6U$'"#!"`!G"$-'f6ML))8i(5J8(YNkJbF"J!)JP6JH@*)'hiF#"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-731-S-R!B!#)*8i(PL5"Yq(!J8%(S38JaJ"J#-'f6ML!)8i$3J%(YNkKb!G*`#!!`EC1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:732:1)!K6J0#!3Hf6U$'"#!!`EC11)!K6J0#!3Hf6U$*`#!!J#91!jBJJEIK`)&""k%&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:733:)-B-)!'!),bhiF#"IS#S-3hrrC`K53lC'E`$pDNr[!-a-h`4i6R@+8N9338G&6N&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-734-843!!!%MR(#"2lrrf,bhiF#"IS#NJEIK`)&"+8'F!!)SJEIK`)&!k%(B"B(J`3b!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-743-!"J!#2S4)9dK[!!3r2#!1UHXr43!+5'm!#NK[!!ir2#!1UHY)9dK[!!ir2!!'UHX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:744:r4J!85'm!&%K[!"Jr2#!1UHY)E`!+5'm!'$mm!!5Tkbm[!"S[,`!D2bm!(%kj!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:745:!`$9!!!42l`!+B')`+J!)8d"R#P0!CbT63'FbB$i`"C!!4%M!)J$JLH#*i)RZLG+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-746-!iS%JEILB)&!bD!!#dSNdJ@!D)'hiQ#"30+J!!Q!1)'hiQ#"3-#J!"T!!4$5!-",
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-750-[!dKYNI9)H!!"5(J!!%Ki!!'Ti#!I*J"+Jfe898mJEILB)&!JD!!q,a"96bm$U'X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:751:`(cm!,cb#"J!3U,8`(fB`F!(34$J!98m[!kKV-"m`4#))8i%qJ#!m!!!"%Nkj!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:752:%fL"Yq(!J8%(S!4!aP`J')'hiF#"3Z&"R"NU$E!$rF#mYq*JJAk!U9%p-h`!B6R@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-753-+3d&-3e"*3da23`!!!%MR(MK2lrlN+'m"3#C[!6a#,`!&)'hiF#"32""f!@!!!0S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:754:`3b!)8i!L2!!!!4*1Z3!!"0SJEIK`)&""k!%3dF"$l`!+F%-Lf&()rr`bf%A[!!T
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-755-96cmU!!B[,ILB6VN!!!0`-"mk!&P22bS!"LmYq*Jr2!!)U$dZRbpA!!CC6h!"d%9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:756:)`#m!F!(348M!,`![,ILB2c`!#DJp)"m`E`!')JL5J$J"98m`"0"U!!3r!#"Yr1)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:757:`+!!8"%!!%$m!6VN!!!1J-"mk!#m,2a)r"$mU!!)r"DLR98m[,`&',`ZSV4!ICa"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-758-+DJ!19X"%!"p!!!8iJf!1$%0rrfF)8N1f4Qm!rb3IE`!&!8K2l`%F60mFH#"I6qm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-761-!!!6D)'hiF#"33HJ"%0(!3qm!+("$)YK4b2rm-YK&l`!S1#S!#P922bS!"LmYq*K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:762:1Z3!!!h!`(c`!@8mr+J!',bhiQ$mm!!LS25pI!!J[E`!)!"aC6h!"d%C)`#m!F!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:763:34NM!,`![,ILB2c`!#DJp)"m`E`!F)JL5J$S"5'm!)$m52`8r+J!#-!A3DJ!%2`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-764-STbmYq(!JAk!T-%3J#&1!jBJJEIK`)&""k!!J,c!)!#"IS#P96dK[!#*)E`!55'm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-778-J8#*Yq*JL86!T!!L3!&!r!+PM@%mQ(djeN!""4%T98e4@8d056da-3N&5!!!!,`S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:779:[,IL%U9JNEIcL8)T3LLmYq)3`+J!'"%!!$cm!-"*63$m!U9N[,IL%2c`!%$!U!!5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-780-3!&)%3!!02`#TA#mYq)5T9b"Yq)3J8%KS!!LT+L4I6R@04NPB9P0$8Np-6%*"8J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:781:!,`T46`aY!!'6N!"[@LmYq)#T@#4Yr1*3LP#+,bhiJ$mU!!)`+J!%"%!!%$m!U9N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-782-[,IL!-#S!"T!!DJ!#"%!!$Mm!2c`!%+PF,bhiJ+PA)'hiJ#"3,UJ!##pS!!`!"(!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-784-Yr1)LEILB)P%MD!!3!!JMD!!8!!`JEILB)&!`+!!1"%!!$b"Yq*JJ8$&!!!iJEIK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:785:`)&!LEILB)P%`+3!+d'J!%#"Yq*JJ8$&!!!SJEIK`)&!LEILB)P%`+3!-"%!!$j!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-786-!D!!5)'hiQ#"3-8!!$#"Yq*JJ8#*Yq*JL860S!!S!!L"Yq(!J8#*Yq*JL86!T!!k
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-799-5)P)`+3!-N!"S!!Jr3!!)5'm!#%K[!!`r2#!1UHY)E`!@5'm!$$mm%!5Tkbm[!!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:800:[,`!12bm!%%kj!!!!`#p!!!i[#kPJ-"r3E`!L5-#3!+m!$&"22`#TBbmYq*JJAk!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-801-U6qm!)NcI$!JJAdr[!!j1d)p63e*26%a648a&3e4*6di!!#m+6qrrmPP2U0JJAb4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-802-),`USHL"Yr1*)D!!3U(Y)E`!#UA)JEILB)&![D!!)!!B[D!!-!!S`,`!#X'm!"Q`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:803:1,bhiK$mm!"41Z[e#B"B`,`!#X'm!#Qm-,bhiK$mm!"91Z[dU,`USH5m+U0NII!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-804-"!!%IE`!"!"C2l`!1*&p1GBT"99428d056da-!!!!,`SNEIcL8)T3LLm[!!J`+J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-809-r+`!%U+G)E`!)U(X[,IcLU33[#UKj,`USf@"+@8qSf#"I*%J[#UKk*QhmiP#,8)Y
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:810:)E`!)-#X!"J4!!"!r!$!V!!3%3!!32`!r+`!'2bX!"+LR5'm!#+Kl,bhmiUN%,`U
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-811-SH5m+U0P)9dkkrXB[E`!%!!`[E`!)!"")E`!-U5T)E`!%6VVql#p[!!J!%#p[!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-812-!&%K[!"#SSdr[!"K-h``!6R@04&*"9e*(8NpA58026J!!,`T2lrrX,bhmiUKc*'h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:813:miP#+8)S`+J!#"%!!C$m!-#S!"!4!!""53$m!U*0`C0"U!!Br!$!U!!3%3!!38N!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-814-r!+L45'm!$$!U!!B%3!!39%!r!$!U!!3%3!!39%!r!$mU!!Br+J!%U+G+,`!FC`a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:815:)E`!-5'f-HULPB$*C6bmYrVir2!#"U"mJAbp)!!J[,`!))&qJ+5m[!!K)E`!3U2B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-816-[,`!))&qJ+Lm[!!LTSdK[!!``+J!'"%!!%&*!2`!`+J!%"%!!%&*!2`"`&0"U!!B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-823-[!!6mh$Y[!!Mmi#mYrXBr2!#!U"mJAb4))!TR!!#D,`SJAk!T,e)!"NK[!!C)H!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:824:'6VN!!!1`98p)E`!)6VN!!!2)-"p53$B!Z%0Z#MB%8d2(r!!)B!*f!%K[!!B`3bm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-825-)6VN!!!1`98p)E`!)6VN!!!2)-"mf!&925'm!#%kj!!!$b$!I1d$mh&925'm!#%k
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-830-AU(02l`!-6R@3!&934%&848e"58jA58j%6eF!!!")ja``6qrp!$JYr1K64!aY!!'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:831:6N!"[(LmYr3J`,C11d%3r!$mYr1J`,C13!0"%2`"1Z3!!!iK(lBfB4HhmkPP2U53
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-832-JAl(Yr1*Q!!&!5LX!"'F5,bhp!$m5U6N[,Id!2bS!!UNj5LX!"@F+,bhp!$mU!!5
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-835-m!!1T1NSYMCpR&L"Yq*JJ8#*Yq*JL86!T!##`D!!LCJ`[,Id%2c`!"+NkB!S[,Id
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:836:%2c`!"+Nj,bhp"$mm!!@T1LmYr33r2!!'U6T+,BfDCcJ[,Id)2c`!!DNj5&F[2!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:837:@!)"1Z3!!!kK"l`!%@%p$l`)!)$`!!!%!SLi[,Id)2c`!!8K[!JDT4`aY!!'6N!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-838-[!!%X1Lf6N!"f!@!@,bhp#$!$d%3r!+Nj$%0rrfF!!4"53lC&EqCJ!!%'5LX!"'F
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-841-j,bhp"$mm!!5T15mYr33r2!!&U6N[,Id%2c`!"UNj5Lf0QQG5@8qT*#"IXHhia'B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:842:m,bhp#$mm!!'T18K[!3![2!!A!)"1Z3!!!kK"l`%%@%p$l`)!)$`!!!%!SLi[,Id
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:843:)2c`!!8K[!JDT4f!+,bhp#$mm!!'T1JaY!!'6N!"[)$SYNj!!GJ&J&#mYr3J`!p"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:844:%2`#T1Ja$IrpR"P*$YN9[k%r[!`"-h``i6R@18d98689198K*6%P849-!!!"+,Bf
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-845-VCLKC6kNN)&qalIcLCKa+,BfICaBJEILB)&!LEILB)P%`+3!JX'J!)QB),bhiQ+R
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-847-LF!(33dM!8i$PL#"+9)Jb3b)*8i(PL5*+9)NMX!J!'!"53`a$!'0[f'!'F!(38M5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:848:!-&)J#&1!jBJJ5P5)-Df6MJJ!98m[,IL%U@!`(c"5)JK6JH@*)%T8L$'!'!*-h`3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:849:)6R@+6%p"4&"*3e*86J!!!%r[rIkS8%K[!!)[2!!2!)"1Z3!!!kK"l`!'@%p$l`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-850-#)$`!!!%!SLj)E`%#5'f3!,*)EC!!XNKYN!#bUBY96cmm!)&)H!!!UBB`(ck!6qm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-853-)!#"IS#Y54!a%!$a[hLmYq(!JAk!U98qTP$!I2S!r,C(iUCJ[,IK`)&qJ+6BYNij
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:854:63`C$!)!JEIK`)&![+!!')&qJ)e922bf4q#mYrXSr!dKYrXj#*dkj!!!%#"!ICcK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-855-C6bmYrY!r!kJI)&mLEIK`)P%M5!!')'hiF#"35UJ!"QB)5'm(bNkkrX`JEIK`)&!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-861-J8#*Yq(!L840S!"!!(L"["c)J8#*Yq(!L860S!")!"#m["c+TSb"Yq(!J8%*398m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:862:[,IlLU!d`(cJ!5N4[!!,+)'hiF#"3F!(38#"Yq(!J8$#!)'hiF#"30Lf6MP0$ar`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-863-!C!C$!-M@8&P2,bhqjMm$U"mJAbp)"c*+V`FbC`!#9%A["4`[,`Fb)&qJ+9P2,bm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-865-`(c9!!!K96dK["l"1Z3!!!mJ`(e0!9m"%!"9!!""96dK["l"1Z3!!!mJ`(c9!!!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:866:[,`HZ5'S!%Lm$)"mLAb"IS#i[,`Fb)&qJ+Lm["c+TSb"+3HJ!%Lp)"kjC6c"U!!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-867-[#%kj!!!!b#!I6VN!!!B!!9J!!3!3!!B!!3!q!!8!jJ!'!")!"`#m!!J!r!!0!%i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:868:!%!%@98p)E`H`6VN!!!2)-"mf!&925'm(X%kj!!!$b$!I0J"J!!%598p)E`H`6VN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-869-!!!2)-"mf!&925'm(X%kj!!!$b$!I0J"J!!$Z@8p)E`Hb6VN!!!23,em!"Lp[!!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-870-',PP25'm(XNkj!!!$d#pI!!S[E`!+"LjC6dK["l*1Z3!!!p![A`!1,fm!$JBZ5'm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:871:!%NK["l*1Z3!!!lK"l`!@@%p$l`Bb)$`!!!%!SLjJ!!#)5'm"%NK["l*1Z3!!!lK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:872:"l`%@@%p$l`Bb)$`!!!%!SLjJC%K[!K*)E`Hb6VN!!!1i3Hm#&PK23qm'-L!m!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-873-"!+)ZB%*)E`-55'm(XNkj!!!$Z%([!aCB6d2["M)J2!!!!3#L,Q!J5'm%%NK["l*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:874:1Z3!!!lK"l`3@@%p$l`Bb)$`!!!%!SLj96dK["l"1Z3!!!mJ`(e0!9m"%!"9!!"%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:875:JEIK`)&!b8#!*8i!L2!!!!4*1Z3!!"0SJEIK`)&""k!%3dF"$l`8FF%-Jf9()rr`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-876-`f8U["c*R'#"Yq(!J8!a3!$aR$#"Yq(!J8,K3CJ$p8NU["c*Q%L"Yq(!J8$!38d!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-880-+"@C8F!(34ci!-%3J#&1!)M`!!!%56VN!!!6D)'hiF#"33HJ"%$*()JP6JG+"3qm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:881:(0M1`#!`B!$"%)!K6J#)m!!!"%Nkj!!!%fL"Yq(!J8%(S!4!aK`J+$%4rrfF+8N5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:882:iE`85E`$r-$S(H!&J!!#D-%3J#&1!d)""l`Ff0M!)!&P2,bhqkMm$U"mJAb4)98q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-883-TVc!I0J!J#QGH5N0Q@M"%)!K6J1@))'hiF#"33HJ!)#'+#!![,IK`)&qJ+992-%3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:884:J#&1!jBJJEIK`)&""k!!J5(!)!%kj!!!!U$!I0J![,IK`)&qJ+NT$C`K)E`I+6VV
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-885-j9#m+UD0J#%K["mT1Z[P'$%4rrfF)8N5i4@m!rf3r&kQB@8qSf#"I*%J[#UKk2bm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-894-kl#i[,IL%3QHTBdkkk'K1ZZP3,`USH5m+U0N[,IL%U@dJEILB)&![D!!)"43[D!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:895:-"4K)E`88,bhiQ+R65Lf0SfF898m[,IL8,bhiQ$mm!!qS26!I0J!JEIK`)&"+8'm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-896-J)'hiQ#"3,fJ!#!88,fJ!$!8B5'm&&%K["4K#*dkkjPS[,`!#U(02l`Hb60m%q#k
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-899-")VK!S8RU39ATj1Cr[!#3"KIX!K!!!J!!!K!!!"HD51FB!%r[r!!JE`3-3QMqc$J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:900:YNj!!GJ&J4$!$8d!JE`3--8$rl&923LFJE`335'Mrl#"[""3[+2rS2c`!2+RR%"p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:901:R%L"["!a`!G"SrX`JE`3--8$qc!a$IrpR"P*$YN4[Z#"["!a+D2l-EaiJE`3-%A`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-902-!!Ikj)'m%$#mSrp4)H!!"6VN!!!0!B"`JE`3-3LMqZ5"["!`[+2r8,c`!r`!"6VN
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-909-55'm#'#mm!!d!J%kj!!!$U%([!KaB6d2[!"JJ2!!!!3#L,NK[!KJ[2!!1!)"1Z3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:910:!!kK"l`)F@%p$l`%B)$`!!!%!SLii,C13!(B"@%pJ*VCYNijQ$M"$)!K6J"@m!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-911-)!'!+-%-J#&1!3M))!!a$IrpR"P*$YN4[eM![!dk3!'m$5NM!)J$QJH#*i)RJLHL
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-912-*dS$SJHQ*-'m$5Y+)2d%$6Lp[!dS$3Lp[!di$4NK[!d)[22rr!!#SUA!"d'm$5$p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:913:!!dJ`,`03"%!!$cp!!e"`!G"[!d`r3!0-5'm!$%+R2c`!!6mYNj!!U+FrI!!3!a3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-914-`,`03N!"[!d`r3!-@@8p)E`015'm!&#m[!b"#Cbm["'j#*d)R3LFI2!!"2c`!4+R
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:915:R)&m[5!4`1#f6N!"f!@"%-!063$p!"(3`3b!)8i$KL%(YP($4`%2[!eSJ2!!!!3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:916:L,NK[!eY`!"![!eir!#m["(S[,`4k2c`!@+RR$%0rrfF'8N1f4'qi)'m%F#"3%A`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-917-!4J!N1#f6N!"f!@"!-!063$p!"(3`3b!)8i"+-JJ!Ca3I2!!",bm%GLm["(Br2!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-920-rrrp)H!!!U'!3(aB!B"+TY&922ccrrdK["'5TF"!I&J"+!fF!!AC96dK["'+TIa!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:921:IC`!"8&925'm%BMmm!3")E`-Q5'm$ANkj!!!$)"!I&J"`!$!["'"AJ'Bk98m`E`0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-922-8,`K)E`-Q5(J!)%kj!!!!d"!ICb"+,`0"CaTk!5m["&`r2!!"6VN!!!0)2h`!!34
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-924-FUB&)E`5)6VVlELm["&a1Z3!!!f![,`4FU50J!!#q98p)E`4L5'm$)%K["'5TJ"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:925:IC`!!U$!["&S-3!!&BJ!!R0"!-$X!"Nll!!)!N!!!$!!-!!`!%J"+HJ&J!!#!1#f
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-926-6N!"f!@!L-!063$p!"(3I2!!",bm%GLm["(Br2!"FUHF-3hrrC`C53lC%EpT)E`5
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-936-!!NK[!3C#CkRY4Hf6NM!59d"R$P0!Caj93'F`98"R3Q"@3GFLE`))3qRbHL!m!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:937:"!+)ZB&C"l`%!)Qm##%2TmRSJ2!!!!3#L,Q"!3Hf1XL*[!JK$kI*k)$`!!!%!SLj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:938:J+N(YME)LE`))3qRbHL!m!!!"!+)ZB"4"lC!!XL*[!JK$kI*k)$`!!!%!SLi`+J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-939-#9d"R$P0!Caj93'F`98"R3Q"@3GFLE`))3qRcHL!m!!!"!+)ZB&C"l`%!)Qm##%2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-940-TmhSJ2!!!!3#L,Q"!3Hf1XL*[!JK$kI0k)$`!!!%!SLjJ+N(YME)LE`))3qRcHL!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:941:m!!!"!+)ZB"4"lC!!XL*[!JK$kI0k)$`!!!%!SLi`+J!%9d"R$P0!Caj93'F`98"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-942-R3Q"@3GFLE`))3qRdHL!m!!!"!+)ZB&C"l`%!)Qm##%2Tp(SJ2!!!!3#L,Q"!3Hf
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-943-1XL*[!JK$kI4k)$`!!!%!SLjJ+N(YME)LE`))3qRdHL!m!!!"!+)ZB"4"lC!!XL*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:944:[!JK$kI4k)$`!!!%!SLi`+J!'9d"R$P0!Caj93'F`98"R3Q"@3GFLE`))3qReHL!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:945:m!!!"!+)ZB&C"l`%!)Qm##%2TpASJ2!!!!3#L,Q"!3Hf1XL*[!JK$kI9k)$`!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:946:!SLjJ+N(YME)LE`))3qReHL!m!!!"!+)ZB"4"lC!!XL*[!JK$kI9k)$`!!!%!SLi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:947:`+J!)9d"R$P0!Caj93'F`98"R3Q"@3GFLE`))3qRfHL!m!!!"!+)ZB&C"l`%!)Qm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-948-##%2TpRSJ2!!!!3#L,Q"!3Hf1XL*[!JK$kICk)$`!!!%!SLjJ+N(YME)LE`))3qR
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-958-18d4f!@!S-%-J#&1!d)""lC1S)Qm1($)TrqV5F!J!)'m1($&"rqS-3hrrC`C53lC
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:959:%Ep3JE`iF)Qm1($!TrqV3D2rS)'m1($&!rqS-8J!(CL!`EC11)!K6J1')3Hf8F0(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-960-!)Qm1(%2TmRSJ2!!!!3#L,JaU!!F!!QBJ-'f6ML!)8i$KL%(YP($4`#*[$Ka$kI0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:961:k)$`!!!%!SLi-DJ!(!!4Q)$"YNiiJ#&1!iBK"lC4`dF!LE`iF3qRdHL!m!!!"!+)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-962-Z$'S!"`!'CL!`EC11)!K6J1')3Hf8F0(!)Qm1(%2TpASJ2!!!!3#L,JaU!!F!#'B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:963:J-'f6ML!)8i$KL%(YP($4`#*[$Ka$kICk)$`!!!%!SLi-DJ!(!!TQ)$"YNiiJ#&1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-964-!iBK"lC4`dF!LE`iF3qRhHL!m!!!"!+)Z$&)!"@C'5'm"!#"[$L!r+2rU6VN!!!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:965:i@%p)E`%!5'hr&%K[$3K)E`F-2c`!!dkj!!!!i%(["a*2l`!5)Qm1(%2TmRSJ2!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:966:!!3#L,JaU!!8!!QC'5'm#!#"[$L!r+2rU6VN!!!,i@%p)E`)!5'hr'%K[$3K)E`J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-967--2c`!!dkj!!!!i%([#"*2l`!5)Qm1(%2TmhSJ2!!!!3#L,JaU!!8!"'C'5'm$!#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:968:[$L!r+2rU6VN!!!,i@%p)E`-!5'hr(%K[$3K)E`N-2c`!!dkj!!!!i%([#4*2l`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-969-5)Qm1(%2Tp(SJ2!!!!3#L,JaU!!8!"QC'5'm%!#"[$L!r+2rU6VN!!!,i@%p)E`3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-970-!5'hr)%K[$3K)E`S-2c`!!dkj!!!!i%([#K*2l`!5)Qm1(%2TpASJ2!!!!3#L,Ja
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:971:U!!8!#'C'5'm&!#"[$L!r+2rU6VN!!!,i@%p)E`8!5'hr*%K[$3K)E`X-2c`!!dk
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-972-j!!!!i%([#a*2l`!5)Qm1(%2TpRSJ2!!!!3#L,JaU!!8!#QC'5'm'!#"[$L!r+2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:973:U6VN!!!,i@%p)E`B!5'hr+%K[$3K)E``-2c`!!dkj!!!!i%([$"*2l`!5)Qm1(%2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-974-TphSJ2!!!!3#L,L"[$K`r+2*`U)FJE`iF2bMiHUL+2c`!!DL*98mJE`iH5'MbHUL
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-979-JE`iF5'McHUL%-#X!"T!!46m!)'m1(M!6d'MiHMm!U*-JE`iF5'MdHUL%2bX!!L"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:980:[$Ki`+2Kkd%$38dM!)'m1(M*Sq(SL#H#*i)RJLHk*dSRLJG+!2`'SNb"[$Ka)D29
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-981-kU)3`EC1-)!MJL1#)i)MZL0#)iS!`D`!#d)J`4#))i)RJLH#*lSR5L1+"N!#"2`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:982:JE`iH-#MiHY"!d&0)`#"[$KibD2Kk)JRJLH#*i)RZLG+*iS(5J$m"U*-JE`iF5'M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-983-fHUL%-#X!"T!!3cm!)'m1(M!Sq(V330"65-!JE`iH-QMiHL)*i)RJLH#*lSR5LH+
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-986-b-`!!!%MR(`"2lr*SU&"+,IcQCJ41Z[AZ5LhmjQF!"d)-E3!"Nj!!CL)II!!""LK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:987:f!Q!3-%-J#&1!3Hm'+%)`#!"53`a$!'4[kQ!398p)E`BU6VV`i"!IC`!(#$JYNj!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-988-!GJ&J'M"$)!K6J%(["LK+-!J!C`)k!`a$IrpR"P*$YN4[iLmmb!!!!+Mp98m[2,S
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-991--!!`JEILB)&![8!!3,fJ!"!!8@8mr2!$)5(J!!%KirrqTI#"I,dJ,M%K[#ia)H!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:992:&(c`!!8kj!!!$%#mYr1*#*kN),bm,M+Kc)'f0VL"3$#J!!3"%CL4)E`Z8,c`!#!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-993-!6VN!!!1S3Hm,Q&K23qm(M#!m!!!"!+)ZB#*)E`Z8,c`!"`#!6VN!!!1S3Hm,Q&K
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-995-!!%Ki!!![2!3!$!#Sr5"I,dJ,N!!q"A`"B!!%IMY'Nij+,C1HCa3`EC11)!K6J%(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:996:["LK+-!J!C`!"BLm[#ibSFdK[#j3[2!!*!)"1Z3!!!kK"l`ZB@%p$l`b8)$`!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-997-!SLi`EC11)!K6J1')3Hf8F0(!5&")EImX5'm,R#mm!"X!J%kj!!!$U&K25'm,R%K
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1002-!!qJJEILB)&!a3!!+,bhiQ#"IS#S[,ILBUG!JEIK`)&"+8'm56VN!!!*!6VN!!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1003:`6VN!!!)i6VN!!!)S5'm0V%kkmcC)E`fX6VVfc$"YNiiJ#&1!3Hm'+%S`#!"R!!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1004-5-'f6ML!)8i$3J%(YNkJk-!J!2h`!!3f8B!!#R#m[#ibSFdSYNjjR#$p[$C30PQ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1005:q3Qm0PMJYNij64(B"B#!`3b!)8i$3J%(YNkJb,`f@dR!)!$p"$CB-3hrrC`C53lC
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1006:%Ep``,`f@d'm0P$p!$CBJEBfZ)&!-+!!"!%4Q*%K[#j3[2!!'!)"1Z3!!!kK"l`Z
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1007:B@%p$l`b8)$`!!!%!SLjJ)NK[#j3[2!!%!)"1Z3!!!kK"l`ZB@%p$l`b8)$`!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1008-!SLj)E`Z8,c`!#J#!6VN!!!1S3Hm,Q&K23qm*M#!m!!!"!+)Z5'm'M$m[$CT1Z3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1010-)8i$KL%(YP($4`%K35'hr,NK[#l![2!!E!)"1Z3!!!kKB6dK[#l")E`bd5'm+X$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1011:m!!P1Z3!!!1""l`Uf6qm!+N2[$*3J2!!!!3#L,NK["ia)E`bB5'f3!,*)EC!!XUQ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1012-,,bm,M+Q",bhiF#"IS#PC6c"[$CJJ#&1!jBJJEIK`)&""k%&)FJ(5F!J#5-%[!6"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1018-J+N*R-!0%3$m!,bhiQ+RG$'prr`f8C`a5E`f8ZQm0P'`!r@"96bmmZJ!!!+Mp-"m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1019:-3!#!Cb"96bmmZJ!!!+Mp-"m-3!#!C`i-4RrrC`K54Va(E`$lJ#m[#j!!,c`)!!5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1020-%U2dJEBfZ)&!-+!!"!%4QDP92,cbk!!!!U2d`(fCF,bm,M+Kc5'm,P#mm!!8!J%k
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1025-T##m[#ibTJbmYr1+T(bmYr1+SFbmYq*LTf#mmd!!!!+Mp6qm0Q%cI!2K1GBG%6e"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1026:558j8!*!&0%"@mE$XSBk(ZSZIld&RIib`NSe$+d'&fC!&30(CN!9#I%+[I`RQiqr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1027-ZIbINIlrZ3Djqc8*ZIEq$[)1$Jd#,3,e!Z3#3#J&`!C!!!!)!!!'3!!!!!@")jaJ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1030-rGNK[!3Jr2!!#6VN!!!$J3Hm"$Nr[!!j$l`)!)$`!!!%!SLjJ"Mpm!@%#!#mYr3K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1031:)E`)%U6-[,Id)-!083$m!-%-J#&1!iBK"lC4`dF")8+P(,bhmq%KYrhUT-bmYr2J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1032-r!c"$)!K6J1')3Hf8F0(!5&#T4`a$IrpR#&*$YN4[!2pU6qm$!%cI!"K1GBp$8N9
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1038--6Y#%4NP14!!!!%MR(c"2lrm!*Qm"*"km!2m[%b"IS#PC6bm66VN!!!"3)"mZ!#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1039:6*K!N3bSm!!!!rb!()M`!!!$r6VN!!!9U2!"i!@!q,`T)E`!&,`8J(b*I)&qJ,NK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1040-A3LG1Z3!!!&K)E`!",`S["5!I)PmJAk!Z)$`!!!$rd)-Q!#4$$%4rrfF'8N5i4Qq
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1048-%!)"C6bmYrh`r"+JI)&m[5!%B,bm"'+Q55LX"!'B-5'm"'%K[!"a1Z[i%3P*96dK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1049:[!"S[,`%H,`T1Z[e`%"mB!#m[!4JJAk!M5J4R"$L$B!`-3hrrC`C53lC&EjK+"'C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1050:f5LX"!@G`1Lf6MRB"B'3r,C(iUCJi!e0%"N3!J&P2,bhrJ$m%U"mJAbp)!4J[,`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1051-BUC*++`%!CJa)E`%B5'm!(%kkrBT#8P925'm!'Lm[!4i[#Nkkr2B3(aJ!,bm"'#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1052-IS#0+"'F%1)0J$!a$IrpR"P*$YN9[Q%S%C`!!T$!8X'f6MQFH5Lf0T@F),bhiJ$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1053:8U@-r&%)R6VN!!!,J6VN!!!,3F!!3,`!Bd&)mJ$"5,`J`9Lm),bhiQ+R45Lm"3'G
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1054-H,h`rrXc-!!B[I-b3"!!+2hc-c3!15'm!"Mmm!!)[,ILB,bhiK%kj!!!#Q%kj!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1059-"!'F@,bm%$#mm!!3!"$mm!!41Z3!!!j!!B"3[,`3-,c`!"2qF2c`!"%kj!!!$N!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1060:-E3!#Nj!!E")[,`3-,c`!r`!&6VN!!!0!B$"++J%"CaB[,`3-,c`!"3!&2c`!"8k
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1061:j!!!$N!"J&#m["!`[2!!&rj`r2!!&6VN!!!13!#m["!`r2!!$,`T1Z3!!!c![,`3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1062--5(J!!cmm!qLTIP92,`T)EC!!XMmm!!&1Z3!!!0J3(fFD,bm%$%Ki!!&1Z3!!!d!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1063:JE`3-F!%K3!#BB"J[,`3-,c`!r`!"6VN!!!0!)'m%$%+S!*K)H3!!!eK)E`--UC%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1064-`,`-)6VN!!!B!!L3!!3(e!!B!!3#)!!)!pJ!$!2J!"!'8!!8"cJ(d!!B"p3!S6VN
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1066-[,`3-UB%[,`3-6VN!!!0J,bm%$+NM6VN!!!,)5Lf0QQF3)'hia%SS!'jR"Nkj!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1067:###m["!bSFf!!!C3JEILB)&!rD!!L!`T)E`)),bm%%$mm!!01Z3!!!cK"l`)-@%m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1068-L5L!m!!!"!+)Z)'hiI#m3U&&96dK[!`a)E`%+5'm"%"mm!!&1Z[Y'%"pR##mYq*L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1069:Tf'!'2c`!"DR),bm%$%Ki!!-r2!2SUAkS8'!!!5*f!@!!!4a)E`%),bm%%$mm!!0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1070:1Z3!!!cK"l`%-@%p$l`--)$`!!!%!SLj96dK[!`i[#Mmm!!&1Z3!!!0J3(fF!!1"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1071-#Td+R,bhiQ+R43Hm$$#*+)$`!!!%!SLj96bm+5'f3!,)r2!!"6VN!!!$B%"pR(#m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1074-%$#mm!!6rR$mm!!41Z3!!!j!!B$`3+J%"9m"%!"9!!3&++J%"CaB[,`3-,c`!"3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1075:&2c`!"8kj!!!$N!"J&#m["!`[2!!&rj`r2!!&6VN!!!13!%S$C`$p`NKA,bm%%$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1076-m!!01Z3!!!cK"l`!%@%mL5L!m!!!"!+)Z,bm%$+Q$,bm"!+Kc6qm%%%cI"!K1GBC
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1089-Vl6!I0J"C6kMB)&mQ5#m+,`ZSh#m,,c`!!3!"U1%[#Lm,,`USjLm,U0P96bm[!"K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1090:)E`!',`T`$D[Y-"mf!%T$C`i-3rq!C`JII!!"!"&J'&92,bm!'(!'Uqd`(cB!,`U
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1091-Sf4pm!!%!%4p[!"%!0Nr[!"j-h``))&p36dl3L%4538G849K8!*!'!8#N!*!+'KX
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1098-A!!!!51FF)%r[qriS,`3@5S4R!!*598m["+KU-"mk!&92,`5SDc!I0J!`"90!CaC
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1099:63'F!!)T63'F!!A"63'F!!C4J!!)H$%-!!f`16VVr2%kj!!!$J'!!!JS[,Icm2`0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1100-)E`-)U8C96dK[!`5TYM!I0J"96dK[!34)E`-)6VN!!!-!@%p)E`%%2c`!!R!!%#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1101:$#P0!2`")E`)-6VN!!!$S5'm#"%KYrl4#Cdkj!!!!f"!IC`!"VN)Yr1CJ!!'Q4Hh
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1102-mkVC5CJj1Z[l#6VN!!!)3B!!"N!#fDJ!#CKT1Z[kZ6VN!!!)B5LhmjQB!!AK1Z[i
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1105-1Z3!!!Y"J!!%-YQS!#QBk6VVq+NK[!3)[2!!#!)"1Z3!!!kK"l`%'@%p$eb!m!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1106:"!+)Z(c`!!8K[!!*)E`-)6VN!!!&!B!!!c,CU!!aQ!!$%'h`!!IcRB!!!ZP92-!0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1107-63$m!UF)3(fB!!+S-3`!%CJ!!SPP2UI`J(bB!,bhiQ+R9B!!!N!!-3`!"CN"+,Bf
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1111-%1#kI6R@,8&*23d968de&6P8!!#m+6qrqp#"[!4K$l`!%F$mLf&()rra)9kKd4Hm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1112:"&%K[!33r+J!#2a)`2!$)d'S!!Mm!F'638Mm!U+GC6dKi!!")E`%-5'hr[%)R2c`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1113-!!dKirrp#*d+RU4-JAb4),`USFcmm!!'SKcmm!!QSLLm+,bm"'"mm!!&1Z3!!!`J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1117-N5(J!98m[,Ir15'm!"h!!%#m!#NM!,`")E`%@-$`)*DJ@-"mf!&P2,`T)E`%3,`3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1118:[,Ir53UG)E`%B,c`!&!B$F!#S+L!I0J![,`%-)&qJ)e925'm"#M!m!J5S&M!I0J"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1119-96dK[!3)`2!)%U"B`(cB!6qm"%%cI""JZRdjeL%428d0559"8!!!!98mJE`!'5'M
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1122-rQ$mm!!'Tb$mm!!'Tb#j[!!41qJ'd)&pF6dl3L%CKD@a&FR)a!!!!6qrqUL"[!9T
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1123:$l`!@F$mLf&()rr`JE`&H,e!!"#pS!!3!##pYrpB"(N+[!5)[EIrD!5C#V`%U,fh
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1124-rhJ%@3Um"'N([!5l3r!!S51!r1P92,bhriNK[!A")H!!%5'm"*$!m##@S&M!I2`"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1131-96dK[!!Br2!!lU)m`(fF'2c`!!DR)B!a2lrkU3Hm",NcBA2`rE`!8!A*2l`&@)&p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1132:2l`!B6Y#)389648j%388!!!")ja`J6qr`SM"[$h)J#&1!)M`!!!%56VN!!!6D)'h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1133-iF#"33HJ"%0(!3qm,+("$)YK4b2rm-YK&l`XS)%T"k!!5,dJ29PP2-'S!$Lm)6VN
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1138-!!!&BB!!&p&925'm2@%kj!!!$b$!I0J"96dK[$eK1Z3!!!mJ`(cS!5N0[!!A1YQf
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1139:6N!"Z!!A'YQf6MPE!4!!B!%S%CaT+,BfPC`J[,IL!2`1TBcm$(c`!!8kj!!!#i%T
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1140-&E!C+"'B!!)496cm&,bhiQ%kj!!!$H$!I1J"C6cm&,bhiQ$mm!!LS25pI!!J[E`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1141:)$eT96cm&,bhiQ%kj!!!$F$!I0J![,IL%@8p`!G"$5-![!(!"d%0)`#m!,bhiQ$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1142-m!!QS25!I,d!!"&92,bhiK+PJ-"r3E`pH5-#3!+m!"&@!2`#TBdkj!!!#@%kj!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1143-#d'!!"3J`,C11X'f6N!"X!!6m5Lf0T@F1,bhiJ(!"d'f6MMm!U@0`!G"YNiir!"m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1144:m!!&1Z3!!!Z"1Z3!!!Y"J!!6-$'d!!C11E`!%`NSYMD9R$LmYq)!`,C118d!r!+P
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1145-M-#f6MP0!2`!I2!!"6VN!!!,J6VN!!!,3B!!%NNSYMCaR!!5+6VVfQNkj!!!#'%S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1146:Yr1CQ!!4i6VVel'!!"(!EI!!"r1GJ!!4Q@8p)E`pD6VN!!!23,em!$#p[!!`05PP
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1147:25'm2@Nkj!!!$d#pI!"![E`!3$$TC6dK[$eT1Z3!!!p![A`!8,fm!&!`q5'm!'%K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1148:[$eT1Z3!!!lK"l`!F@%p$l`e@)$`!!!%!SLj+,BfLC`!$r&92,bm06%K[$%K1Z3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1149:!""!3(fF!!qC96dK[!!B[,`e3,bm-4#m[$%a)E`a85'm0E%kkq[B`(cB!B!!$`%K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1150-[!4K)E`pD6VN!!!1i3Hm"(&K23qm19L!m!!!"!+)Z)'hiI#m3U&&)E`j@6VVjE'!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1151-!!ia1Z[@F6VN!!!1!B!!$INSYMD&R!!$f98p1Z3!!!9!3(fF'6VN!!!&B5'm#'%K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1152:[$eT1Z3!!!lK"l`)F@%p$l`j@)$`!!!%!SLj96cmU!!B[,ILB6VN!!!0`-"mf!&P
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1153:22bS!"LmYq*Jr2!!)U$d[A`-B,fm$'!pD98pC6h!"d%0)`#m!F!(33dM!,`![,IL
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1154:B2c`!#DJp)"m`E`pF)JL5J$m"2c`!+%kj!!!$Q$!I2d!2@Mp5$ea)E`e12a)r,`p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1155-J2bS!!M![$f63DJ!%2`#STdK[!aa)E`e56VN!!!,`,fm$)!e5,fm$*!e@5'm2AUK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1156:`6VVdVNK[$PSr,C(f5'm0@%kj!!!"S&K2B!!#JMmm!!'Tb'!!!RK)E`-N5'm2@Nk
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1157-j!!!$Z%([!bKB6d2[$PBJ2!!!!3#L,P925'm1@%kj!!!"Q"!ICcC)E`3N,c`!!J#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1160-["ba)E`jL6VN!!!2J@%p)E`FX5'm'-#mm!"J!J%kj!!!$U&K25'm'-%K["63[2!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1161:8!)"1Z3!!!kKB6dK["64)E`aH2c`!"8kj!!!!i%([$'42l`!D3qm09L!m!!!"!+)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1162:Z(c`!!8K[$9K)E`jF6VN!!!&!B!!"D%K[#L4)E`pD6VN!!!1i3Hm++&K23qm19L!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1163-m!!!"!+)Z98mr+J!',bhiQ%kj!!!$F$!I0J"C6cmU!!B[,ILB2c`!#+Jp,em,*#p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1164:[#b32@P92@8p`!G"$5-![!(!"d%0)`#m!,bhiQ$mm!!QS25!I-'m2A#))NS!r!6m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1165:m!#K1Z3!!!jJ`(cp!$eSr8JpF5'm2@UK`6VVbjNK[$PB[,`pH6VVed'!!!-*1Z[,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1166-5(c`!!8kj!!!"-'!!!,"&lC(k5P*[!!#Q-&)J#&1!jBJJ5P5)2c!)!%)R6VN!!!,
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1170-2ANcI"$JJAe426Y#25%&14%a&8%P$9%0-580,!!![!hB!-#m!#!4!!"4R"P0!Ca*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1171:J)!aY!!'6MQmB0Lf6MP0$B"!`,C11X'f6N!"X"RB"eQf6MNT$Cb![,`!+2`1TBcm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1172:$(c`!!8kj!!!#i%KYM"DS88kj!!!#d#BI)&pF6dl3Le0$8Np-6%0)39"6!!")ja`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1173-J6qrqb#"[!8a$l`%B)YJLf#,B)YJ[E`%L!6"96bm[!6*)E`%kU5``(cB!-!--3!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1176-LCJ!$CNSYMCpQ"LmYq*LTf8K[!6#SF992,bm"-Lm[!6T)E`%HU@``(cB!5Lf0T@F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1177:!!Hi-E3!"Nj!!E`!"j#"[!45alIL!CJ!"f!a$!)&Q@#"Yq)!J8#"S!"`J8#&[!6!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1178-!5P92,bhiJ#m[!6C)H!!!U@J`(cB!98m[,IL!U@!`(l"YNijR!!Af98m[,IL!U@!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1182-0QQFL,bhia+N9,bhia+NI,bhia+Kc,bhi`+PY6VN!!!,3B!!&1!a$!#*QANAYNIT
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1183:+8Qm!"5J`8L!)8i$PL#"+9)Jr-!J!3LG1Z3!!!Z"+,BfPC`S[,IL!2bf6MUPM6VN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1184:!!!,3,bhiK$"5)!K6J1@))%T8L$m`#!+TBdkj!!!#@$!58d!dJ'!!"03-3`!JCM4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1185-96bmYq)#TB$!I$%!!!@m!",`[,IL!2c`!!DPM2c`!!4mm!!&1Z3!!!Z"1Z3!!!Y"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1196-al`%dC`S[,`%dU4pJ!!+b)'m"0,(Yr1*Q!!$')'f0P#"35LJ!#@F!!,JlI!%Bq,B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1197:lI!#@q,4C6bm[!6J[,`%i5'hiY+NV)"mQ!%U$C`!#FLmYr1+SFb"Yr1*)D!!3U+0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1198:96bm$U'S`(cS!98m[!kKV-"mi!#mYr1)r"$m&(c`!!DNG)'hmiNKS!"#SHb"Yr1*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1199-)D!!3U5K1Z3!!!RK1Z3!!!S"1Z3!!!QK1Z3!!!Q"1Z3!!!PK+,BfPC`C1Z3!!!R"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1200:+,BfMC`!"qP92,bhiP#mYq*Jr2!!2U$d`(cB!B!!"iNSYMCTR!!(D)'m"0,(Yq-4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1201-Q!!(1,fhiY!%S,fhiZ!%X)'hia(!"d'J!&Mp!!5SJEIM%F!(3D!!@2d!",Mpm!*B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1202-"+&P2,bm"1#m[!6K)E`%dU5XJ(bB!5S0R!!'',bhia+Kc)'hia%KS!"#SSe92,`1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1203:SDM!I1J"96bm$U'X`(cJ!,bhia$m%2`8I2!!"U4dJEIM%5'J!%+Kl)'hia%KS!"#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1204-T+%kj!!!"d#mYq,bTd%kj!!!"f%kj!!!"b#"Yq-!J8%KS!!LT+Nkj!!!"Z#mYq,b
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1207-EI!!"r1GJ!!#S5Lf0QQF!!+!JE`%dXHhia'B!!*3[,IM%U4B[,IL%U@eJ!!#%98m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1208:[,`%f,bm"0Mm$U$X3(fG`)'m"0,(Yr1*QCLmYr1+SFb"Yr1*)D!!3U+-[,IcL2`0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1209-C6kNN)&qalIcL9m"%!"m!U$SJEIcL5'J!%+Kl)'hmiNKS!"#T+%kj!!!#H%kj!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1211--9dP85%e2990&4%pA6P-!!!")ja!J6qrrl#"[!#"$l`!%)YJLf#,B)YJZV`!'GJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1212:@,`!$@8p`!$![!"B[!%Ki!3#S@#!I$)!!!!%!CK*C6cm$U6iJ(bm!6VVUL'!!!D*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1213-C6kNN)&qalIcLCJ!"8&92-%-[#%KYNE*)H!!J6VN!!!$3%"pR!!&k-!01Z3!!"J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1215-1Z3!!!PK1Z3!!!Q"J!!%b,bhiK&92,bhiK+PL-"mr!+PM6VN!!!*B6VN!!!*JB!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1216:"%!aY!!'6N!"[!!%'$'d!!C11E`!!r%SYMD9R$LmYq)!`,C118d!r!+PM-#f6MP0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1217-!2`!I2!!"6VN!!!,J6VN!!!,3B!!!c!aY!!'6N!"[!!$#-#f6MV"YNj!!E!!!YNS
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1221-U!"")DJ!56VN!!!(`%"pR%MmU!!ir+J!32bS!%Nkj!!!"U%r[!"4-h`3),Tp1GC!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1222:!4%9"6&G*9%K,49P%6eG18`!!!#m+6qrrl#"[!"j$l`!%)YJLf#,B)YK"l`!%,SJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1223-J9b4S!!)[#UKc5Lm!('FJYHhmiQB'6VVRH'!b5Lf0QQFXYHhia'BQ6VN!!!(iB"k
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1229-e3B"rH(q+dXk9Y8&1I`+CP*j!8rAVpH*!CRqVSU"!Ed"*3%D'39rLbY$)3,rLdYr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1230:Tb%,QI`"qQ%",NV+MXCU-390r!%%$I`""!hm!330r!%%*I`"!C)D$L8$6Xqq8ld"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1231-6hDEG3%6iq2L`Ll@3!)1RLJ!!!!0$dN8r3P8!N!B1MJ"3!"3!!!"3!!!1GL*I)&q
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1243-L)%!J8$!B-Li!#'F@XN"L%R!!8d&R"K!BdF"JpK!38N#J,NjH)&p3Mdl3)'m!#!*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1244:3IrmJE`!%5P"X##"[!!J!8)!!6R@+6AP$Eh"j8fPREJ!!!%r[rrBZV`!5,fm!&J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1245-%2fm!'J!)5&Fr2!!2UHXJE`!1)*FKE`!%!!3aE`!)!!K2l`!+6R@%CQ&LF`!!!%r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1246-[rr)[E`!@!!3[E`!D!!JrE`!H!!a)E`!#2c`!!kRV2Va!!%KA2c`!!DRV5'm!"$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1247:m!"5TkdK[!!)r2!!"UHXJE`!5)+m!"#&[!!J!"$&[!!`!#%r[!!j1GB9QE'p[FJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1248-!6qrrpLk[!")[E`!@!!3rE`!D!!K)9cmm!"5Tkb"[!!iJPb&[!!3!"$&[!!J!#%r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1249:[!!T1GB4bD@jd!!!!6qrreN*[!#K)E`!S2c`!!DRV,bm!1#m[!$Jr,`!k5'm!+%k
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1250:j!!!$%%K[!$Br2!!$UHX),`!%!$C2l`!1Cfi[,`!i,bm!1$m[!$T)E`!86VN!!!*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1251-b,h`rrS!!!!j#V`!53Qm!&NK[!"K)E`!52c`!!+RV,fm!$J!L,fm!%J!Q2fm!&J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1252:U5'm!)NK[!%41Z3!!!NS[,`!`,bm!-$m[!$*)E`!q6VN!!!+Z6qm!*#"[!#iJV`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1253-H)@m!)J!%-@m!*J!)6qm!+NjeKA*[G@jN!!![!dr[rqa#Pd+[!!4#E`!)5&G)E`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1254-J2c`!#+RVE#JZV`!F,fm!)!!%2fm!*!!)5&Fr2!!@UHY)9dK[!!3r2#J3UHXQ&f"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1255:),bm!)Lm[!#)r,`!N5'm!&%kj!!!$6#p[!"J!$Lp[!"`!%Mp[!#!!&NK[!!ir2!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1256-@UHY)E`!15'm!%Mmm+"#TkbB[!!j2l`!1)!02l`!8*Kp1GBKbEh9ZC(4[E!!!!%j
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1260-R!!8i8d"R!!9d8d"R!!@ZB!!'#Lem)%PZG[pJ,AaKE'PNrf3YI#"`EfRrD#emER4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1261:PF[pX,A`JF'&crh!YI(0PC#$rG#emG'mJ8[pi,AaPE'9Krh`YI(0P)'rrJ#emFL"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1262-%DIq%,AacF'pcriJYI'8Z)#$rM"em!#rrB'!!"D3YI#"2GA6rB#em)'pQ)2pN,Aa
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1289-rH"em!"MrB'!!!+BYI#"'D@crB#emC5"ZErpN,Aad)'p`rfJYI'9Z)'ErE#emEh)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1290:JErp`,AaeG("erh3YI(3Z)#$rH"em!"RrB'"N,A`J5@jfrf!YI'&XD@6rC#em)'j
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1291-eEIpS,AaPFQPMrf`YI#"QEh,rF#emE@&d,[pd(A`!&rpJB#`YI#"'D@crB#emC5"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1294-"3P0IA`!!!%j@!!!["#m$*Li!%#J$jS4+Jfd+)#i!#1H)YS"Y"N)[!"aJ*L!Z!!K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1295:6J*!!K#"Z!!`3-!J!5)"b"m+$G!(MDX4!5N*@`N3#(d)!(#BI+"p1AL"I6qm!$%l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1296-3LPpI8d98AdP1Aem!!!"19J!!51FI-#CZ!!iNEJ!+2Li!#(J!'"Yk!"SD5NGQ$,K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1297:&C`K#,`!ZB!!!k!a(!!&Q$VK&C`SII!!"!#jJ!!$8Z%9["$`&B!)m"$B'B!C5Le+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1298-+8d0+3fm'%"1`%QI`-!F-3!!&BJ!!R0"!-$X!"Nll!!)!$!!F!#J!3J"F!(C+3fB
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1306-I1#iZ!"!k,J!11#i!$#4Z!!JJ4hB!&K"R'NT%EaC+4@m5ZN0Z$VK$EJS`"G"%8d#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1307:`3fm%3K*J1$!&8d!m!ja![%4X!MJ'&)3Q4pE&+%T5M$"%)!JL6#",FL#`J@8%SLj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1308-J$NU!C`SL#4,B8i"QqL*"60mFq%jH)&p2l`!-6Y#)Aep$6e"CAem!N!i)3EL@RiY
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1310-Y@%p1GBT649498&08380,!!!!51F!1%r[rmJQI!!!!K3SI!!!!jK&l`!%3US!$%+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1311:U!")`%d4!08!!&L98!$"96dK[!!BJAh!"SQ!qJ$!I2S!rDJ!@!!)rE`!#!%K2l`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1312-i60mF!%jeN8G&9%098P*&6P4@8N9'6P90!!![!e92UC3`(cY!NIK96dkkriJ`(cY
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1314-ZL#"I)QhiF#*4)dJ!#RB"B#"C6k&Q,SJJAc*$)!P6J1@))QhiF#*43qN!)#1)#!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1315:53`a$!$a[fLBI6R@,8d9899"048e28PN!!#"[!!J`V`!')'m!#$&[!!3!!L"I8%p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1316:1d)C6494%58d!!!")ja`J6qrrm$!Yq+U3!'hiTMp!!!)`,ILSN!"Yq+3qJ$p[!#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1317-!$Mp[!#S!$(BU-#m!!Pe!X'm!$Ph!4!!D!$!A"%!!'h)5dQm!$,*!AX&%!4J"4GG
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1318:+"@F85'm!"$mm!!-`+J!#9d!r!%kkrhC+"'F35'm!#$m$-"*A3$m!6VVrBM![!#`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1319--3!!*BJ!$H0"!-$X!"Nll!!)$E!!8!%J!ZJ$d!@!##J*m!VJ$-%S&CK4)E`!%2c`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1324-59d#3!'m!%$m!-"*A3$m!6VVqA'!!!RT+"@C-5'm!"$!U!!*G3*!!E`!55-!L!1#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1325:*i)RJLHk*dS$LJ9D"2`%`+J!#A8#3!'m!&%M!)J$JLH#*i)RZLG+!iS&`!p"[!"4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1326:)`0#"2`"1Z[i)5J4Q!!)N5'm!#$m$-!23E`!52`"1Z[h`B!!#$NS&CNa)E`!%-#S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1327-!!Pe!N!"[!"*)`#)!i)RJLH#*lSR5J1+"9S%r!6!U!!*G3*!!E`!85-!L!1#*i)R
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1332-!6VVmmNS%CJ!"$NK[!!J`%PG!N!"[!"!r!$!59d!r!%kkr04J!!$b5J9Q(%K[!!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1333:`+J!#9d#3!'m!%Mm!-#S!!PG!2`"1Z[b`5J4Q!!$-5'm!#$m$-!23E`!52`"1Z[b
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1334:BB!!!YNS&CKa)E`!%-#S!!PG!N!"[!")r!$!U!!*A3$m!6VVmG%S%CJ!!N!")E`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1335:)-")%3!!EN!"[!"")`#)!i)RJLH#*lSR5J1+"-%25L$m"-!0@3$)5NN#5E`!55-%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1336-J!H#)i)MJL1k)d)(LJ$)$dQm!%NM"dS!r!8kkr"jJ2%S&CKa)E`!%-#S!!PG!N!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1337-[!")r!$!U!!*A3$m!6VVlr%S%CKK)E`!)-"*A3*!!E`!32`!`%PG!2`"1Z[[J,bm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1338:!*$m[!!Jr,`!12bm!$Mm[!"5STdr[!""-h`3i)&p2l`!+6Y#,8d0"6%9A58j%6eF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1339-!!&e298m[,`!-5'm!"L*I)"qKV5+)2S!`(fB)2fm!!J!%B!4#E`!%2fm!"!!1A%m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1340-ZRdjeN!"(494(490838a88N9698a8!!!!51F3)%r[rr4C6bmYr4Sr2!2SU"mJAb4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1341:),`SJAk!T,e)!"&925'm!"Nkj!!!$b$!I0J"`2-($0J![#L"IS#S[#UQM5Lm!''F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1342-Z98mr,C(i,bhp(Mmm!qK)EIdL3LG1Z3!!"!J3(fF32c`$k"mm!!&#*dkj!!!"H&9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1343:22bf4q#mYr53r2!2S5'hp+%)R6VN!!!3)%"pR6&P22c`$k%Ki!!")H2rrUA`JAbp
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1344:)!!K)E`!),c`!-J!%(c`!!8kj!!!$%#m[!!LSFbm[!!LTJ6"$,`K)E`!%)PmJAk!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1345-l)S![,`!)UB02l`!-60m%##"I9%p1d)Y%6e4)49036%&65!!!98mJE`!'2UMq`$3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1348-%UENJAbY)q(`JEIKm,a#S86mYNILTQ$pm!!%#+Q!898mr22rr5'm!'+Pa%"m@!&*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1349:[!LS-E`!$!LT[j%)YMDY96bmYr5T)E`!1)PmJ(k'Y)SJqJ$!IC`Jr2!!"UFLTp%*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1350-[!LS`,`)UC`C63'F)B!a#,BfQB!BEI!!"MDC&lBfJ98m[,IdZ6VVpc$!I08!!#&9
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1353-96dK[!!T)H!!IU&d3(a9!!!0#,BfN5Lf0S'Fd98mr,C(i,bhp3Mmm!)&)EC!!XN)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1354:R6VN!!!3)%"pR&PP22c`!JDSE)&mV52Kd'h`!!BfNB$*96cmYNIJ[,Ie'2c`!J8K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1355-YN!#b3LG1Z3!!"!J3(fF8@8mr2!#"UENJAbY)q(JEI!!"MD496cmYNIJ[,Ie+3QG
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1365-+5N"@`%3!&S![,`!N)&qJ+Lm[!#5TSdS6Cd*C6cmm!qLTZL"I*%JJ#QBN5'm"+#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1366:m!!`!J%kj!!!$U%([!5aB6d2YME)J2!!!!3#L,Q!1)&*$lBfb)$`!!!%!SLj(lBf
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1367-B5LX!!@GD@8mr2!ZhUESJAb4))&*$l`)X)$`!!!%!SLj96dK[!5T)E`)b6VN!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1368:!@%p)E`%U5'hpE$mm!!&1Z3!!!0J3(aG!!!&++`!"Ca![,Icm2c`!!8K[!M+T4kN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1369-h1h`!!C11$'d!!C13!'mF@8mr2!!b5'hpGUNa)&mV52ci,bhmq$mmrrqT08K[!5J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1370:[2!!3!)"1Z3!!!kK"l`%X@%p$l`)X)$`!!!%!SLii,C13!(B"B!!!MJa$!'4[!UR
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1371:d@8m`!`C!"p&63$m!UESJAb4))!TQ6$"$)!K6J1')3Hf8F0(!5&")E`%X2`01Z3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1372-!![KB6dK[!5a)EIek5'm#1%K[!$Jr2!!$6VN!!!$J3Hm!2Nr[!")LAb!m!!!"!+)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1373:ZB"S`3b!)8i$KL%(YP($4`%23)&)J2!!!!3#L,Ja$IrpR#&*$YN4[!2p`5Lf0QQF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1374-!!6KC6bmYrA`r2!#!U"mJAb4),`SJAk!T,e)!"&925'm!"Nkj!!!$b$!I1d$meP9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1375-25'm!"Nkj!!!$b$!I1d$mf&925'm!"Nkj!!!$b$!I1d$mfLm+)&qJ+Lm+UD0&lIL
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1376:m@8m[,If!2c`!J+JI)&mP5!!8,bS!&+Q5)'S!&#"309!!$&P22c`!!NKi!!")H2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1377-rUEdJAb9)!!K)DJ!),c`!!J!"3LG1Z3!!!a![+J!)U(-[+J!)5'm",#mm!"!!J8k
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1386-'N!"U!!*G3$p!!LTJ3$!U!!D3!'S!!Ja!!J"[&$!U!!D3!'S!!Pe!"%!!8$p!!LT
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1387:J(M!U!!D3!'S!!Pe!2d!#+Q!1-$`#!0"U!!*G3$p!!LS[,IcL,c`!+J!$3LHT'bm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1388-Yr1)r,`)Z-#S!"*!!8J4!!"3%3!!2Ad"A3$m!3LHT(@"5)'f0P#"32bJ!!L"YMC3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1398-m!"!!J8kj!!!$U%([!5aB6d2[!L`J2!!!!3#L,LmYr3K#CdK[!M+T4`aY!!'6N!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1399:["Nkj!!!"N!"+,BfDCK`[,Id)2c`!!DP5,bhp#$mm!!'T8MYm!!(mk'!`5'm"+#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1400-m!"%!J8kj!!!$U%([!5aB6d2[!L`J2!!!!3#L,LmYr3Jr2!!"5'm#-UP(3Qm#+%K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1401:[!5J[2!!*!)&1Z3!!!kK"l`%X@%p$l`)X)$`!!!%!SLi[,Id!5'm#-%*RU#C`!G"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1402-[!LJr3!)S,bhpc%K[!fa1Z[9f4Hf0Q%SU!!CR4%K[!5J[2!!)!)&1Z3!!!kK"l`%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1407-B5'm$E%kkp*!!5'm!+#mm!!B!J8kj!!!$U%([!#aB6d2[!L`J2!!!!3#L,LmYr3"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1408:)E`)`3QHS*R!"d'm#+$p!!LJ[,IhF5'm$E%kkp%a++`!%CJC++`!&CbiII!!Y!Li
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1409-rI!)S!L`[,Id!5'm#-%*RU#C`!G"[!LJr3!)S,bhpi%K[!fa1Z[353Hf3!,)L5L!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1411-23qm#,#!m!!!"!+)Z,bhp!%K[!M"#CkJQF!(3E`)S2d!#+#mYrH4)E`0X6VVcV%A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1412:YMCK++J!%C`!!LNK[!5J[2!!%!)&1Z3!!!kK"l`%X@%p$l`)X)$`!!!%!SLi[,Id
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1413-!5'm#-%*RU#C`!G"[!LJr3!)S,bhpk%K[!fa1Z[0F5'm!+#mm!!-!J8kj!!!$U%(
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1415-kmaLT0dAYr1T#8N*U!!*#DJ!%3QS!"N*U!!K#DJ!+3QS!$%AYr1Si,`)SGJ&J!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1416:1-%-J#&1!jBK"l`-X$,"338G&#!"Q"M5$B!!!UM"$)!K6J1@)3Hm$,!b`8&*19!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1417:!CJJe3`!#B!!!M$"$)!K6J1@)3Hm$,!b`6e988!J!CJBe3`!%B'i`3b!)8i$PL%(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1418-[!b`-X%C14%F)!'B'08-!#'"5-%-J#&1!jBK"l`-X$,"'58j%#!"Q"M9$!!CJ0M"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1419:$)!K6J1@)3Hm$,!b`9&*"6JJ!CJBe3`!+B"S`3b!)8i$PL%([!b`-X&&9593)!'B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1420-%08-!$!a$IrpR#&*$YN4[!2m`6VN!!!,398mr,C(i,bhpm%*R5'hpp"mm!!&1Z3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1431-)E`!B,`01Z3!!!l")E`-H5'm")+N!HJ"+E`%FCLj96dK[!5")E`-N6VN!!!-!@%p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1432:)E`%J5'hq"$mm!!&1Z3!!!0J3(fF'2hcrr`%FI!!F,`!FGJ&JB%([!"ai!"J`-!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1433-96cm[!4ir"+N#%"pQ3(i"HJ&)E`%H2`41Z3!!![KB6dK[!4j)EIi-5'm$*NK[!LS
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1434-r2!!$6VN!!!$J3Hm#-%r[!"*$l`-H)$`!!!%!SLi-3hrrC`C53lC'Eja+"@G+5'h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1435:q$NK[!b*)E`%Q2c`!!Nkj!!!!i%([!5a2l`!13qm$(L!m!!!"!+)ZGJ!@,`-H5-0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1436-96dK[!b%[#Lm$)"mLAb"IUHmqJ$!I1!!-Ehrr!"CR%&*[!"B`,`!@X'm!&'m!rSJ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1440-[,`!3UB-[#L"IS#02l`3H60m-q%jeMd4*8e"-39P'6dj86Np843!!,`02lri!GJ&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1441:J,PP22`1T[b"I-N-J#91!jBK$lIcm)iJ)!$"$)!K6J1@)3Hhmr#m`#!"#CkNe8N-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1442:-3`!$Em`[,Icm,bhq%+P05&F[2!!"!)&1Z3!!!kK"l`!%@%p$l`%!)$`!!!%!SLi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1443-[,Icm2c`!!8K[!3DT4dKA,c`!!J#"6VN!!!1S3Hm!"&K23qm"!#!m!!!"!+)Z,bh
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1444:p!%*R5'm""UP(5&F[2!!+!)&1Z3!!!kK"l`!%@%p$l`%!)$`!!!%!SLi[,Id%3QG
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1445-)E`%'U8G)9bmm!!X!J8kj!!!$U%([!!4B6d2[!3!J2!!!!3#L,LmYr33r2!!"5'm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1446:""UP(5&F[2!!-!)&1Z3!!!kK"l`!%@%p$l`%!)$`!!!%!SLi[,Id%2c`!!dK[!3D
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1447:T4dKA,c`!$3#"6VN!!!1S3Hm!"&K23qm"!#!m!!!"!+)Z,bhp"$mm!!4)E`%'U8G
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1448-)9bmm!!i!J8kj!!!$U%([!!4B6d2[!3!J2!!!!3#L,LmYr33r2!!&5'm""UP(5&F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1449:[2!!2!)&1Z3!!!kK"l`!%@%p$l`%!)$`!!!%!SLi[,Id%2c`!"NK[!3DT4kNh6qm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1450-#!#BI6R@*68&,48e&6P96!*!&2d,kXHQ+T%GpIkGjpZIQZN9ChYKrX0jrY0RQdAi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1451-KId4rS+Z+3&D13%Ihpd""3%G!4Te!Ui@9M%#(3Ip!@DP!IZVjid",LTkVid"JN!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1452:+N8$HkC!%kZVT!*!,'!!!"6!!!(4`!!!!#!!!!#!!!$mm!!'Tm!!!!!TB`!!3!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1453-!$8J!N!3"Q3!!!"B!!`!%!!8!"3!(!!J!!!%!!!!(e`!*!!!!$`j'EfpdCA)J5@j
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1473-&J!!5!!!B!*!'J2rr!!!C[`#3"@3!(`!!'qd!N!9P!#N!!"[f!*!&!3!c"!!Er`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1474:3"3-!0`3!(#i!N!8#!$`%!"ak!*!&"!"""!!FNJ#3"B$rr`!!(-N!N!@!rrm!!"h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1475-0!*!&J2rr!!!H83#3"!Zjrrm!!"k9!*!'rrmJ!"mC!*!&![rr)!!IR3#3"3(rrb!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1479-Xe`#3"B%!G#!!,9d!N!3,Z!"j)!!YL3#3"!%!!(m%!#rT!*!%!qJ!K!3!-!8!N!@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1480:!rrm!!$!K!*!&J3#*)!!`33#3""1*rrm!!$"4!*!%%iVrr`!!-EN!N!36Lrrr!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1481:c0`#3""1-rrm!!$5K!*!%%ihrr`!!0J-!N!36M[rr!!!hK3#3""12rrm!!$M[!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1482-%%j!!rrm!!$R(!*!%%j(rr`!!1Td!N!36N[rr!!!lN`#3""1lrrm!!$b*!*!%%lc
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1483:rr`!!2Hm!N!36[Irr!!!rD3#3""1qrrm!!%$*!*!%%lrrr`!!3LN!N!36L2rr!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1484-$U3#3""16rrm!!&,p!*!%%m$rr`!!9)d!N!Err`!!9Kd!N!3,Z2rr!!"DV`#3"!Z
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1485-irrm!!&VM!*!(MJ!!@[X!N!3,Z2rr!!"E)J#3"3%!R4`!@l3!N!8#!+)X!(HD!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1486:&!`#X,!#-`!#3"33!Z#!!X!3!N!8(!--X!-Id!*!&#!$0)!$*D!#3"3`!dL!!dIB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx:1487:!N!80!0FX!03-!*!&$`$H+!$Z+`#3"4!!l#J!r,d!N!ErrbJ"&fm!N!ErrbJ!FQ`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/DOCMaker_4.hqx-1488-!N!6rN!3!!4H,!*!&J2rr!!%AQ3#3"B$rr`!"&ji!N!3$k!$c!!%AZ!#3"!I4rrm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-27-!!!!f!!!!0J!f!!!!0J!"!#"CM`!"!%J!!3&`6UeJ%L"I)"#`VICBCKS[$$m&-!C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:28:53$m!-!D3!%3r!(!!(`"1ZZrD%`!!B3#3$K1klm5k4f0)F!!`"NU!CLT`!$!()'h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-29-fY0#!)J$5JG#"FJ!b-!J%5S&Q%#m-2`F`"j!!46m!6VV`I'!@,``r"h!!-!Gb!$)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-31-cR"eZrrN0!3d"$3%0!3$F!0i!i!$L!1i#!!!N!!!!0J!!!$B!0J!!!$B!!3!S!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:32:!!3&`!!%"R3!#!BiJA`'G!Chf@'BD,``r"6!'8N!r!$!'N!"%2`"`!"m!6VV[fK-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-33-!!'%!N!i6ZZr%ZNGM5(!!-!C+J'BUF!!`"b"YpV63J#)!dS(3JA)!-M!)"%U"CK!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:34:[$$m(-!H3!%8r!%kkm(aJ&Lm-2`G`!$!(FJ!b"C!!J9*!2`"1Z["N9Bm[$$m(2`9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:35:`!4m!6VVp8Lm-2bhf@$mYpPSr"6m%(blrrdkkmj`GE[rj$3%0!3d"G'KP)'C[Eh4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:36:PFJd"!!!"!!1`!!!%X!$N!!!&P!$Z!!!"`!!!!ki"$3!-!!!!)5!!!!!#!*!&!J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-37-3"!%"I`&%!*!%!Dd",!!`!!!!)5!#!!!!J!!I!!!!J!!I!!%!L!(X!*!%!Dd",!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:38:`!!!!)5!#!!!!J!!I!!!!J!!I!!%!L!(X!*!%!l$rN!3!A"Q8!!%!!`!3!&`CN!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-39-!!3!3!!!#)!!!!L!!!3&)!#!!N!3"i!!"!UJ#G3!!,`%[#`&J!P8!(`!3!8J!9J%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-40-d!'8"03!"!!%$+!!!!S3!!2r`!*!%!aJ#C!!!!%J!!!")!%J!!!")!%J!!!")!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx:41:!!3"F'Ca#3!"aFHS!FA(U!(&akJ#3"J1Z!!!$VJ&%!!!#(!!!%`!!B3#3$K1kl`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/BeagleWorks_v1.hqx-42-")!!q!!!$)!"B!!!#)!"a!!!%)#X"!!!%)$%"!!!&)!#39J%"!Im"N)J!A"QB!!%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx-2-:#R4PH(3a,Q&MG'%!Eh4XEN&$9%%!N!3#V3!!!SZ@J`!$!!%!!3!!!"!!!!!-!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx:3:*%@%JFfeKE'`J3@0dB5"QD@aP!!!!&J!"!*!&$J!+!"!!!!!-!*!*"J#3"`%!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx-4-!!"!!!3!-!*!*&@*[E'3JDA4KE'PM)(9ZC'9bE'PZC3!!!'B!"3#3"3i!#J!3!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx:5:!$!#3#33!$J!+!"!!!!!-!*!*"3!1!!S!%!)!!!`!N!N,!!i!#J!3!!!!$!#3#3`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/pass/Acta_1.0.hqx-6-!$J!+!"!%!!!-!*!*"J#3"`%!!3!!!"!!!!!5!*!*%c%i)("[D@jdFb!a-L"`EfP
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-14-!!J!-!*!(!3!1!!S!N!89!!3!$!#3"`%!%!!,!*!&&3!)!!`!N!F"!"%!#`#3"48
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:15:!%!!-!*!(!3!4!!S!N!89)!!!$!#3"`%!$J!+!*!&&3!J!!`!N!F"!!i!#J#3"48
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-16-!3!!-!*!(!J!5!!i!N!89!3!!$!#3"`%!%J!+!*!&&3)!!!`!N!F"!!i!#J#3"48
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-56-(!*-!!!#K!!!!"!!!!!B!S3!!!+m!!!!&!!!!"3#[!!!![3!!!!B!!!!*!,d!!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:57:,!!!!"`!!!!S!b`!!!0N!!!!)!!!!#!$C!!!!j`!!!!N!!!!0!1F!!!$e!!!!#3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-58-!!!m!p3!!!3-!!!!*!!!!!3%$!!!"%3!!!!N!!!!A!4%!!!%I!!!!#3!!!!%"(`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-75-!jJ!!!8%!!!%h!*!3!J!"3!!!!8`!!!&!!!!"V!!!!!3!!!!$!8!!!!&-!!!"3!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:76:!!D`!N"!$!!&5!!!!c3!!!@3!!!$X!!!!!3!!!!3!N"i%!!&6!!!!r`!!!@-!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-77-R!!!!!3!!!!8!!3!5!*!D#!!"8`!!!6d!!!&S!!!"M!!!!!%!!!!'!!!!3J#3'J`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-81-!5!!!!Y!!!!)F!*!l!3!"!!%!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:82:!!!!"!!!!!3!!!3#3"`%!rj!'!3#3"`%!rj!'!3!!!Iq3#!!$!*!*!`!#!!N!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-83-*!!$rr`!#kci!N!6J&rrr!!,Y`J#3"1!Brrm!!Zj0!*!&aIrr!!)!N"-"!!%!!3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-86-h9!!#J!!bEJ!EYeS!!3!"!!%!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:87:!!3!"!!!!!3!!!3#3"`%!rj!'!3#3"`%!rj!'!3!!!Iq3#!!$!*!*!`!#!!N!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-88-*!!$rr`!#kci!N!6J&rrr!!,Y`J#3"1!Brrm!!Zj0!*!&aIrr!!)!N"-#!!%!!3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-106-3'-hM@C`!!"S)!!!3Z`#3K4S!!3'[!P8!+`!&!#X!"3(D!PS!+`!&!GS#HJ!!!(J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:107:!$`!!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-108-!C!!"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!!!$!J"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-114-!)!#)!!)!L!!!!)J!!!#!!!J!J!!)!)!!!!!)!!!!L%3L%BK%)K%4)N5)%5*%L)"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:115:!)"!)"!)"!3)%#"!J3)$JF$JF$JH$`B-($K`iF1$"L%3L!)K%)J!4)N3!%5*%!)*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-116-%+"!S4))"QFaQ-jR-CM0hZphZGl[GlZlGZhIZhEYhIlrIlrIlrIlqrI[hlpqrIaq
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-118-3#-b3#)L3#2m!!!$r!!!!J*!)r`#3"`L!J!J)J)!)CJ!!!*N!!!$rL)L)riL)L2q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:119:!N!Ir!2m!r`$r!2rr!!$rr`!!Gj!)!2rrr`$rrrprN!J!rj!(phprprGrIrHCrrr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-120-rC[rrr`"hGhF!GhGh!(q3"r#3"!q3"*PQCTQCCQDC!!JF2Rmq(!J!#"3U95S8#,%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-154-*!Iq3"J#3"bd!!Iq3"J#3"eS!!Iq3"J#3"iF!!Iq3"J#3"l3!!Iq3"J#3"q%!!Iq
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:155:3"J#3"J%1!!(rN!B!N!B"1`!$rj!'!*!*!`#3"[q3"J!!!!,rN!B!N!N#rj!'!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-156-(Y!!"lZi!N!5)L!#3"`%!!1lZ!*!%998!N!8"!*!%rrm!N!5)L!!!!!(rN!6-c2q
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-164-rrb!$#Ad!N!6J"[rr)!-!"J!*!!!!")!!!!N!!!!%J!!!!3!!!!5!!*!&i#,rr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:165:$#Td!N!6J"2rr!!-+V3!#!!%!!!!%J!!+``#3"1!$rrm!!`V6!*!%m!Err`!$#bF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-166-!N!6`"rrr!!-,T!#3"!'!!!%!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-172-d0H&(3!,YffVR(5&eZJ$b!!3!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!&B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:173:!!`!!!!X!"3!12rf[S09lY$AK4d!#lGYUjadKGES!#!!$!!!!#`!%!"%rr1bM##J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-174-4R&NN3!1,YXK)Bme$j3"@!!!!+!)!J!!!!`Cf-Li`,M%D8hPYB@jdC@-J4h*PBA4
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-178-!!,i!!Irr!*!&9SG-!!(rr`!!!"i!9SL`!!(rr`!!!*S!9SG!!!(rr`!!!k!!9SF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx:179:N!!(rr`!!#JJ!9SF`!!(rr`!!#K!!9SKm!!(rr`!!#a3!9SFd!!(rr`!!$3`!9SF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/writer/libmwaw/indeterminate/GreatWorks_v2.hqx-180-X!!,rr`!!$T!!!&D(',rdrrm!!!km!&D($#QJ:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-17-!!3#3"3`!N!83!*!&'!#3"4`!N!F%!!!!!3!#!!)!!3!!!!(r!*!1!J!!!!-3!),
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:18:!rh$jd!Q3!!B`!3!"N!3!!J#3"2rp!!"$E`Vd%"!!`2C`qQ$qi!@J!3!"N!3!!J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-19-3"2rp!!!"!*!+$Rrr!!!!$J!!6!#!!!!!rihk#JPc"IB!!!!-!!!!!3#3"IqP!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-34-!d2C`qQ$qi!@J!3!!!3!"!!)!N!6rr3#3"K!!JX$rF2R3#C!!"M!"!!!"!!%!!J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:35:3"2rp!!"$E`HF)!!!'NB2!!!!$3!K!"`!0`!B!*!*P!#3"C3!"B`!J!!!!!T,rdd
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-36-+X`#crrm!#`!!rrm!!#4A!2q9!2rr!'3!N!F"!'3!-J#3"3%!!!!(8'&RC5!M)`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-37-!$!!!!!F!%!!!!!%!!!!(!!!!$!!!!!%!N!8B!!!!"`!F!!!!!3!!!!F!rk8!N!4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:38:N!*!(!3"D!*!)6!#!!!!!rihk#JPc"IErr`!-!!$rr`#3"Iq9!2rr!'3!N!8%!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-39-!@J!S!!!!!3!"!!!!1d*[C(NJ9'9iG!e6C@0[EQ3J6'9fC@`09'KTFQ3J6'9fC@`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-45-!N!C96J!#!!)!N!B(!J!-!*!'%!#N`!S[raB+c`$U!3!"N!3!!U3%TcErr3!!0UF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:46:%R#!!!"T'$`!!!!d!)3!F!$F!'!#3#R*N!!!!P!!&M!#!!!!!#N[r63Uc!,2rr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-47--!!$rr`!!'8X!rj8!rrm!C!#3"`%!@J#3"`%!!!!(8'&RC5!M)`!!$!!!!!F!%!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-49-*(J!!!"X!!3!"!!(rN!8!N!iF!!!!(3"BFh3!!!!D!*!((`#3#`%!N!C96J!#!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:50:!N!B(!J!-!*!'%!#N`!S[raB+c`$U!3!"N!3!!X`%TcErr3!!*SF$I#!!!"T'$`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:51:!!!d!)3!F!$F!'!#3#K!"!!!!P!!&M!#!!!!!#N[r63Uc!,2rr`!-!!$rr`!!b)B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-52-!rj8!rrm!C!#3"`%!@J#3"`%!!!!(8'&RC5!M)`!!$!!!!!F!%!!!!!%!!!!(!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-55-!@0ld!!!!+!"aEeB!@@&-!&KZh!#3"!%J!5!#3!*!!f!$B!5!")!!!`*!!!!!Y!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:56:!!E!")!,3!N!$c!0J"1`%J!!$!N!!N!B"%J%5!L-#)`-e!c8%4J4'!!-#)`!!J!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-57-!F8`%!!Crr`!!!!3!@9pB!!F!!!!U!*!6!`!!!#X!!`!!!#`!!!QJJ!!!"`!U!#S
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-61-1f-lBJ!%!F8jS!!&rr`!!!!3!@9p-!!B!!!!`!&K`*!"BC4`!@'rX!!"0!)!I!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:62:!*!!"!!-!N!FN!!%!!`#3"b3!!3!$!*!(*!!"!!-!N!FN!!%!!`#3"IqP!*!%C!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-63-3"`%!@J#3"3%!N!ArT3#3"'3!N!8"!!%!@J#3"3%!N!ArT3#3"'3!N!8#!!%!@J#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-67-3"3)!!!"D!"i!N!K!!D8!N!4N!*!&!`!!!&S!(J#3#%!"d!#3"'3!N!8%!!!!@J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:68:H!*!+6!#!(`!!!!`!!!!"!*!($!!!!!%!N!F-!!!!!3#3"``!!!!"!*!($!!!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-69-!N!ArT3#3"'3!N!PD!#J!!!!"!*!&rk8!N!4N!*!&!3!!!&S!+!!!!!%!N!ArT3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-79-%!YS#+2rKrq)#q3*'!dF&+!2m!!)!!!")!%J!N!3#fJ)S!!%!!!"N!!!!!3!"!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:80:!!!!"*`m!!3!"!*!0!J!C!C!!!*!&3!#3#3%!N"%6!*!d!8J"Z!hJ%MMhN!$d`!K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:81:`#d$d`2H3!!Y!#(!!N!Jj9!!!!!d!!!!R!!!!'3!!!#!!!!!kqC!!piJ!!Irr!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-82-!!J!#!!-!N!FT!!!!,3!!!$%!!!![!!!!-`!!!$)!!!!i!*!%&S!3i"$J&S!!!3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-88-3"JDH!!!!$`!!rj!'!!%!N!6rr`!#!!#YD`!!!!-!!2rr!!!!"!!!rj!%!!9M')a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3:89:Mrrm!"T5PP+@8T3!(cR21Fmjc!!Mrr`#3"3Rrr`!!+8S!#[rr!!$rr`!,rj!%!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_3-90-!$)3KK#'%)3!0cR21Fmjc!!jcR(1FFj`!$`#3"[r6rm3!,J!m!*!&@`"i!!!#a3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-7-!#&!!!!"i!!!)LJ!!!+!!!!N#rf6reIq#!#S$!*!%!3-"!*Mrr`!"!"N!E&E-rk$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:8:r4J!'!!B#!*!%!3%"!"6rr`!"!!8!E&GS!#ArC!!mrjF$!*!%!3%"!!$rr`!!!")
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-9-!E&GF!%MrA3"Yrj3$!!%!!!%%"3!!rrm!!!!5!'aAB!"irhB!VIrF!J#3"!%"!3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-15-"!"8#!3!-#C!%B@%*#@'3"!!'!!!5!3!9rjMqZ3"Trp!"!*!&!3%!r`#3#[q3"!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:16:3"!%"!*!,!3#3"`B"!!!"9K3!'J!!!!-!N!8#!!'3"$3!m!%drf6re2q#!#`$!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-17-%!3%"!*Mrr`!"!"N!E&EBrjVrL2qJ!&S!N!B"!3!!rrm!!3#3"[qqrdErk2pm!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-18-"!!!!!J&"!2rr!!)!N!Erl[qX!",reJ'3"!!!#J-3!2rr!!%!N!FHrd!!92q#!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:19:"!!%!"`%!!2rr!*!*0[qf!'8!BJ-!!3!!!3%%!!$rr`!!!#B!E&CJ!)6r8J#HrpB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-20-#!*!%!3%"!!$rr`!!!!%!E&C)rm6rd2qQ!!`!N!B"!3%!rrm!!3#3"[r@rqJ!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-26-!$J%!'2"1AL"I!!!!#!#3"3F!!3%"!!K3393Jrf6rYIq#!%S$!*!%!3%"!*Mrr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:27:"!"N!E&G`!3!!$%eKFh4PFL"cE'PNC3!'!!!B!3!9rjMqZ3"Trp!"!*!&!3%!r`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-28-3#[qD!!!!'!#k!3!"!!!!!3%!&[rr!!%!%J"X9QJ"!!!)G'KP)'j[G'8!"J!!%J%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:29:!&3!!!!N!N!8"!*!,#`#3"3S!!3%!,blr[UKG!!!!$3#3"3`!!J%!U&d3(m!I!$%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-30-!N!3#d!*!%3'J!))"!!S!N!3#d!*!#J#3#$3!5!!Y!)J!QMLJ!)2r!$%!"`!(!%`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-32-2!!%!!!!3)!#3'K)!!!S2!6J!0J!N#Jm"!!"D!%J+$`&(!(i!E!S2!@i!SJ#3!!S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:33:2!@F!!3!$!&%!G`#A!*!2"J!5!!!+#`%i!$B!*!S,!3!!@J")#JX"4`"q!'`+#`&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-34-Z!+)!N!!+#`&R!!%!#J!)!"-!(!!N!$!!3!"3!&i!E!"f!$J!"!!-$"!"1!!f!#3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:35:-%!%!!&S!5!`3!8F!IJ"X$"!"EJ#L!*!!$"!"C`!"!!S!"`!0!"8!(3!M!#S!,J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-36-k!%8!8!29!")!!!S2!6J!0J!N#Jm"!!"D!%J+$`&(!(i!E!S2!@i!SJ#3!!S2!@F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:37:!!!!+!!J!%`!F!#3!-!"!!&!!AJ"X!(B!1!!9!!`-%!%i!$B!*!`3!3!!@J")$"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-38-"4`"q!'`-%!&Z!+)!N!!-%!&R!"8!%J(!!"8!%J(!!"8!'!&""q%!I4NJ!!%!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-41-!!2rr!!!!%J"X9a!!!!!8G'9iG#"TEL"SB@jNEh9d)("KCf8!"J!!%J%!&5"Z!!j
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:42:$l[ri!*!+rrJL6#,B)YJ`,J!-8d$T30"81)!!!!!@!*!&&3!%!3"63%M!JI`!$`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1:43:!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-!"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_1-44-"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"rrrr,IrrrX!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-12-IDB8H!!!!*dF$K4i!!!!S,TU&(J!!!#N@-i8H!!!!+J!!K4i#1!!V!!#&(KUH!#`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:13:!!)8H-`F!,3!!K4j,E3!Z!!#&(Q2A!#qpF$+"!!!!-,e`)VN!!!!a[A"&FJ!!!$+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:14:pF'J[!!!!-le`LZF!!!!d[A#YT3!!!$@UK,e`!!!!0SI([A!!!!!hC3kpF!!!!$K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:15:#8Ee`!!!!14qB[A!!!!!k!!#pF!-S!$X!!,e`*H%!2!!![A")RJ!p!!#pF'YA!$i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:16:!!,e`MK3!2rA#3B8!!!"!pF)Y#`!!!%(e`PSA!!!!3[A#KbJ!!!"$pF+d-`!!!%6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:17:e`Z&&!!!!4GdfpF)!!!"'X#Ae`J!!!%H$'IA#!!!!5&B)pF)!!!"*+2he`J!!!%S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:18:!!2A#""J!5`!!pF)a*!"-!!$e`Pie!%d!!2A#Ld!!6J!!pF+i8J"2rrpQ#bi8!&$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-19-rre51,K3!8IrrH`JZ&!"5rrqKKbi8!&2rrmJ",K3!92rrlRmZ&!"9k`Mrrbi8!&E
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-28-dC[rre`S!KqcNrrrA#J#)j@(rrpF+!)RGhrrre`S!LYF+rrrAZ3#,e`Vrrpml!)c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:29:A#[rrjVi!MGF+rrrZ3!#1e`VrrrA$!)rA#[q3"!#3!0F+q(lrr`#4e`V`r2rr!*,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-30-A#ZPjrrm!NpF+iIIrr`#8e`VDG2rr!*AE)GF+rrm!PZ+Ne`Vrr`#AkLEA#[rr!*M
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-37-rrfCQa4m![IrrCQDSp`#qrrpQCSc0!,mZ&2rrrrd!`#i8fBErr`$",K5c$2rr!-)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:38:Z&)b0rrm!`bi8CK2rr`$%,K3rPIrr!-9$$#i8rrm!aQQ,,K6rr`$(N!!&,K6rr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-39-)YS-Z&2rr!-RFr5i8rrm!b[rr,K6mJ3$,rrmZ&0B(!-crrbi8ViJ!cIrr,K5*$J$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:40:1rrmZ&'+2!-m!!2A#pEi!d!!!b,Ie`J$4!!#EUrA#!0)!!'kDpF)!d`!!3Bre`J$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:41:8!!!8IIA#!08BM!!!pF)!eN@G!!$e`J$AFUN!!2A#!0LIZJ!!pF)!fFc&!!$e`J$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:42:DpF)!!2'U!0[e`J!!a*i!h2A#!!#AM3$GpF)!!'U#!0le`J!!2A%!h`!![A#pE3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:43:J!!#DYle`!1%!!(Iq[A!!iJ!!98'pF!$M!!!bLEe`!13!!!r,[A!!j4,X!!#pF!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:44:Q0DN!!,e`!1GBBJ!![A!!k(XI!!#pF!$TRGJ!!,e`!1UpF!!!ZNJ!kle`!!#AM`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-45-X[A!!!(65!1fpF!!!8KN!lVe`!!![A!$[!!#&(S8F!2!!!'biK4i!m3!!9&+&(J$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-62-#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!#Z3!1q3!!$q[r!-$e!2k
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:63:!k!!5q3!!$q[r!-$h!!!"r8%!31N!$[N!!!rVr`$!p`$l2ZN!$[N!!!rVr`$!q!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:64:k#1N!$[N!!!rVr`$!q!$j#1S!%2N!!!rVr`$!q3!!"2N8kJ!5q3!!$q[r!-$j!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:65:MqH-!i1X!$[N!!!rVr`$!q3$hJ1X!$[N!!!rVr`$!q3$fJ1`!%[N!!!rVr`$!qJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:66:!!IG"!%$X!"$j!!!2krm!`2S!pMi!21`!$[N!!!rVr`$!qJ$e#1`!$[N!!!rVr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:67:!qJ$e#1`!%2N!!!rVr`$!q`!!"288l!!5q3!!$q[r!-$l!!!$pH-!i1d!$[N!!!r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:68:Vr`$!qJ$dJ1d!$[N!!!rVr`$!q`$cJ1d!%2N!!!rVr`$!r!!!!I0"l3!3q3!!$q[
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-69-r!-$m!!!#mclY!!lj!!!2krm!`2X!m`MY!!lj!!!2krm!`2`!mJMY!"$j!!!2krm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:70:!`2`!mK3!%1i!%[N!!!rVr`$!r!!!)r2M!1$Z!!lj!!!2krm!`2X!mS$Z!!lj!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:71:2krm!`2X!mS$Z!"$j!!!2krm!`2`!mN%!31i!$[N!!!rVr`$!r!$a2Zi!$[N!!!r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:72:Vr`$!r!$a#1i!$[N!!!rVr`$!r!$a#1i!$[N!!!rVr`$!r!$a&1i!%[N!!!rVr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:73:!r3!!!r(M!)$[!!lj!!!2krm!`2`!m)$[!!lj!!!2krm!`2`!m)$[!",j!!!2krm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:74:!`2d!!!(a33"!l`!5q3!!$q[r!-$p!!!1m6i!)1m!$[N!!!rVr`$!r3$`#1i!$[N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:75:!!!rVr`$!r3$`#1i!%2N!!!rVr`$!r3!!"2%8lJ!5q3!!$q[r!-$p!!!$mH-!i1m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:76:!$[N!!!rVr`$!r!$`J1m!$[N!!!rVr`$!r!$`J1m!%[N!!!rVr`$!r3!!!I&"!%$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-77-[!",j!!!2krm!`2d!!!la2J!Jl`!1q3!!$q[r!-$p!2!)lJ!1q3!!$q[r!-$m!2%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:78:)lJ!3q3!!$q[r!-$p!!!%m46Z!",j!!!2krm!`2d!!!2ai`$!l`!1q3!!$q[r!-$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:79:m!2#!l`!1q3!!$q[r!-$m!2#!l`!3q3!!$q[r!-$p!!!"m8(Z!!lj!!!2krm!`2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-80-!m6lZ!!lj!!!2krm!`2`!m3MZ!!lj!!!2krm!`2`!m3MZ!!lj!!!2krm!`2`!m46
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-83-l!2-)l3!1q3!!$q[r!-$l!2-)l3!1q3!!$q[r!-$l!2-8l3!5q3!!$q[r!-$l!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:84:MpH-!i1d!$[N!!!rVr`$!qJ$dJ1d!$[N!!!rVr`$!qJ$dJ1d!%2N!!!rVr`$!q`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-85-!!I9"l!!1q3!!$q[r!-$k!28ql!!1q3!!$q[r!-$k!28)l!!1q3!!$q[r!-$k!2B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:86:)k`!3q3!!$q[r!-$k!!!%pa6V!"$j!!!2krm!`2N!q1-!iZX!$[N!!!rVr`$!q!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:87:iJ1X!$[N!!!rVr`$!q!$iJ1X!%2N!!!rVr`$!q!$k33"!kJ!5q3!!$q[r!-$i!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:88:1qci!)1S!$[N!!!rVr`$!p`$l#1N!$[N!!!rVr`$!pJ$p#1J!%2N!!!rVr`$!pJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:89:#""38j`!+q3!!$q[r!-$C!!Vj!!!2krm!`0N!#[N!!!rVr`$!f3!+q3!!$q[r!-$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:90:C!!Vj!!!2krm!`0N!#[N!!!rVr`$!f3!+q3!!$q[r!-$C!!Vj!!!2krm!`0N!#[N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:91:!!!rVr`$!f3!+q3!!$q[r!-$C!!Vj!!!2krm!`0N!#[N!!!rVr`$!f3!+q3!!$q[
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-92-r!-$C!!+j!!+j!!EG!!!%hJ!(h3!"!q$I!!IF!!'!J1!!"p`!!B#!i!!+hJ!!!Ij
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-93-"!%$K!!MH!!!'r6lK!!EH!2X)iJ!'hJ$l#1)!"Yi!qK6M!!VI!!!"qZ-!iZ3!"Yi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:94:!q)$P!!EH!2H!jJ!+h`!!!IG"!%$R!!MI!28q!$$S!!EI!23)k!!'h`$c#1N!#1!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:95:!!!6b&1S!#Z!!!!2bi`$Jk`!'h`$aJ1X!"Z!!m)$V!!MK!!!"m8(U!!VK!!!'mMi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-96-!21S!"Z%!m!MU!!EK!2%)k3!'i3$a&1N!#1)!!!2aiqN!"Z%!mB$T!!EK!2'!k3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-97-+iJ!!!I*"!%$T!!EL!2%qk!!'iJ$a#1J!"Z)!m3MS!!VM!!!%mK3!%1J!#Z-!!#2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:98:bi`$Jk!!'iJ$aJ1J!"Z-!m)$S!!VN!!!"mN%!31F!#Z3!!!lb2J!mj`!'j!$a#1B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-99-!"Z3!m3MQ!!EN!2%8jJ!)j3!!!r(MjJ!'j!$aJ1B!"Z3!mB$Q!!MP!2&"!%$Q!!E
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-100-P!2%qj3!'j3$a#18!"ZB!m!MP!!MQ!2%8!"$P!!VQ!!"MmZ-!i18!"ZB!m)$P!!E
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:101:Q!2#!j3!+j`!!!I*"!%$N!!VR!!!HmMi!213!"ZF!m3MM!!ER!2%)i`!'j`$a&1-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:102:!#ZJ!!!2bi`$Li`!'j`$aJ1-!"ZF!mB$M!!MS!2&"!%$M!!ES!2%qiJ!'k!$a#1)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-103-!"ZN!m!ML!!MT!2%8!"$L!!MT!2(M!1$L!!ET!2#!iJ!#Z3!#Z3!#Z3!#Z3!#Z3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-134-3X'`!&Qi1)'`!"L"3-A`!%!!HB!SJE!!')&"#D!!H-#`!&P0!CaK63'F898"R%&P
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx:135:!C`a43'FL"%!!%'FfB%`JE!!')&!aI!!"!*!%$!Y#C@&RE'9AEh*VF`!!!!J!6J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_P_1.0.hqx-136-#!G`#GJ!!!3!!!!%F!!!!(!!!!%B!,@Lm&i)!!!!F!%B!!9088L!!!!!5Ge"[F`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-6-'!!!44!!!!(!!!!@S!!!2c!!'!!!4[!!!%``!!!!#!*!%!YS#+)!"!!%!#3!!!!N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:7:!!!!"!*!&#!!"!!!!!3!!!!)!!3!"!!!!!3#3"4N!'3!"!!`!N!8K!!$rr`#3#B!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-8-!J!#%!!B!J!!+!!!&+!#3&[q3#!!!)&#)N!3&!J#3""`L)L)F!!!!9D"!3&8+"!3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-15---m`c!!#!%!)J!3K!"!!!J8)N')&#*"J!!!1%5$!-!J%"!!#)&#*"L!#U!!!!JN3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:16:j4))"!3%!!"!J9+Vr!J3)!!#!`#%5$!3#!3!!!(prI`$hprF!!2"i*%+($a)K!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-17-rS,qp[Id&r3!!Q@CQQCPQCTN!!!!)&#T9+K3)!!#!!!!!#!#3"B!!#!#!!!J!!!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-23-9lPAl9Hi!!&@r9Ip9qeAr!!"9reAr9Ip9r`!!9IrGreArhIm!!(Irrrphrrrr!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:24:rrrrrprrrr`!!UT!)!!$-N!J!!)L3#!!!J*!)!!$r!!!!r`#3"Im!N!RrL)L)riL
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:25:)L!!!ri#3"`!!%5*%L"%L4)J!!)K%)K')4#)4!!#$"`iF1($J`3!!i(!i(!i(Jm%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-26-!!!%#"!J3)%#!!!#!3#!3#!3#!3!!JN3S%#K%JJ%!!)&#*"JB*%+"!!!!r`$r!2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:27:!r`!!rrm!!2rr!*!%Gj!)!!"rN!J!!!$rrrm!rrrr!!!!rj!(!!!!GhGh!(GhG`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-28-!!(q3"`!!lYflGqlGZhF!!(HlhHjhZphZ!!!cCXbC-fE-Q3!!QFaQ-jR-CM-!!2l
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-38-94`1&(J#3"!&9,TU&(J#3"!&9&M1&(J#3"!&9!!#&(J)i!!!"93!!K4iDRJ!!!98
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:39:!!)8H-`F!!!&9!!#&(NYY!!!"93!!K4jMe`!!!-fpF$+"!*!&cEe`)VN!N!A0[A"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-40-&FJ#3"FfpF'J[!*!&4Ee`LZF!N!9&[A#YT3#3"8@UK,e`!*!&4BI([A!!N!3"9@8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-41-1[A!!N!3"98*4[A!!N!3"94qB[A!!N!3"93!![A!$+!!!!98!!,e`*H%!!!&9!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:42:pF%LH!!!"93!![A"V9`!!!4%!!,e`MK3!!!$0pF*"K3#3"Fhe`Ld,!*!&cIA#@KF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-43-!N!9&pF+(+!#3"8Ae`V3c!*!&4IA#i88!N!9&h6Ee`J#3"8@`*IA#!*!&4B-CpF)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-58-He`Vrrpml!!!!(YF+rrrQ[J!!!"lA#[rrlN!!!!!He`VrrrA$!!!!(YF+rj!%!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:59:!(YF+q(lrr`!!!"lA#[$mrrm!!!!He`VTHIrr!!!!(YF+iIIrr`!!!"lA#YTdrrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-60-!!!!Hfb(A#[rr!!!!(Z+Ne`Vrr`!!!"lU*YF+rrm!!!!HmDRA#[rr!!!!([NVe`V
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-69-"%5i8fBErr`!!!4%Z&,--rrm!!!%4,K5-MIrr!!!"%5i8CK2rr`!!!CNZ&$q9rrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:70:!!!'C3``Z&2rr!!!"Q@Q,,K6rr`!!!)Q3!!8Z&2rr!!!!LED$,K6rr`!!!)RFr5i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-71-8rrm!!!#*rrmZ&2b"!!!!LIrr,K6@"`!!!)Rrrbi8ViJ!!!#*rrmZ&)N1!!!!LIr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:72:r,K4LM`!!!4%!!2A#pEi!!!%4!!$)YrA#!!!"%3!!Qk[e`J!!!4%!!'kDpF)!!!'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:73:C!!""MrA#!!!"Q3!!&(he`J!!!CNBM!!!pF)!!!'C4Cd!!2A#!!!"QA+T!!$e`J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-74-!!)QIZJ!!pF)!!!#*c-8!!2A#!!!!LIA#!!$aUJ!!!)Re`J!!a*i!!!#*pF)!!*H
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-84-!!#d!N!F#!*!Drre-c#Sm!!!!%dc-1&!!!!!86-a'C3!!!"9&)%c-!!!!&MF,6-`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:85:!!!!A+2K-c!!!!"JDiNc-!!!!'3c2rr`!!!!D!!"-c!&)!"X!!%c-$eX!(!!!6-`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-86-GF!!G!!"-c#Z%!"i!!%c-1CN!(i8H)hd!!!!JK4iBCJ!!rrZ&(M$-!!!!)S8H568
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-92-"!%N!!!!h!%S!!!!C!"N!!!!-!*!)rrm!N!N(!*!&#!!"!!!!!3!!!!)!!!"*!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:93:!#3#3"4N!'3!!!!`!N!8K!!$rr`!!!!`!N!8"!*!&#!!"!!!!!3!!!!)!&`"*!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-94-!3J$C!!!!'3!C!!!!$!#3#2rr!*!*!J#3"3J!!3!!!!%!!!!#!$X!53!!!#3!C3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-97-*!3!C!"!!83!!!"P")%*PB@GXC9G[FQYc*h-JC(*KGb"QD@aP#8`!!!%!!!!"(!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx:98:!!"`!!!"'UY$T!!J[##"Zrr`JD!#U)QJ!$%k4F!"36f!#F!"`!#m,+Q4bBAFa,RG
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/WordPerfectWorks_1.0.hqx-99-`Gc!#!!!!3PGNFN*ADh-!N!T#9f4b3PGVF`#3'-qdeM3!N!B"BJ!!M+-H+%JJ$'F
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-9-%L4)%%2i4&!#%L3)N4)%4!)"%#)K#)N5)%5*!!ZS!*!J!!""!K*N5*"$q%43!L)N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:10:5C%5*%3"!4!L)3L*%L"%L4!6U!#3J!!!33(KTiF33$a%3`2"`iD4%F4$!3$`2#$)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-11-L22!1)MJ%kJ!5r!!!!I)!!#$l!!#!rJ!!#1S!#[`!!!(V!!#!jJ!#b3!#b3!#b3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-14-!"!IRKi!!&J!"lci!12i!!%re$`!)m`!%I`m2#!!9!!,Z(2i!!&,e%J!Bp!!&"j)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:15:5%K!!&`!#l`J!$2i!!'(e)3!Sp!!!1IiK!5!!&J!#l`!!"2i!!($em!$ip3!!!Ic
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-16-`!!!5!!,[#!!-rJ$cH28!!!lmH!!!&3!#lKcq!!"Np53!+28!!$cp*!%J!"8!!Zm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-20-h!!!-qRJ!!"8!!ZiFrJ!!C28N!#Mh!!!Fqb3")!!9!!,[2J!mrJ$d3J")p`!!B[Y
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:21:#!8!!&`!$lhm!I2i!!%IeK`#)p`!!arZ(!B!!&`!#lci!22i!!%re$`!)q!!!!rS
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-22-2!3J!&3!#lKcq!!"5p4)!'2J!!!Ek%J%3!"F!!Zm)!!cq!!"Kp5%!+2J!!!Rk)3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:23:J!"B!!Zm!!!6q!!"`pI!!q2J!!"$jm!!!%!!#l`J!$2i!mhMi!2Ki!!!9!!,Z(2i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-24-!!'6e*!!Sq!!!j2SN!5!!&J!#lci!22i!p%)!52N!!3(#qN)"3!!A!!2[I`"mrJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-25-!4r@(!)Mj!!!$qBF"J!!A!!,[2J!mrJ!!6r82!!Mj!!!(q3m"#!!9!!,Z(2i!!&,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:26:e%J!Bq3!!#[N5!4!!Q!!i!%m!1!#$!I!!6`!q!)-"l3"2!$i!J`(Y!!%A!!,[#!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-27--rJ!!BI8K!#Mj!!!4q5%")!!@!!,[!!!%rJ!!F2A`!2Mj!!!`q2!!!"!!!Zm)!!c
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-30-$q!m"#!!9!!,Z(2i!!&,e%J!BqJ!!"[J5!4!!&`!#l`J!$2i!!'(e)3!SqJ!!$IJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:31:K!5!!&J!#l`!!"2i!!($em!$iqJ!!#2I`!!!5!!,[#!!-rJ$cH2S!!"MhH!!!&3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-32-#lKcq!!"Np53!+2S!!$6i*!%J!"8!!Zmq!$cq!24#!%Mk!!!Lq%)"3!!A!!2[I`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-33-mrJ!!4r@(!)Mk!!"(q)F"J!!A!!,[2J!mrJ!!6r82!!Mk!!"2q!m"#!!9!!,Z(2i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:34:!!&,e%J!BqJ!!N[J5!4!!'!!#l`J!$2i!!'(e)3!Sq`!"!D(i)3%J!"B!!Zm!!!6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-35-q!!"`pI!!q2X!!!(fm!!!%J!#l`J!$2i!mhMl!!!$pRJ!!"8!!ZiFrJ!!C28N!#M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:36:l!!!#pb3")!!9!!,[2J!mrJ$d3J")q`!!![G#!8!!&`!$lhm!I2i!!%IeK`#)q`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-37-!"rH(!B!!&`!#lci!22i!!%re$`!)q`!!"rF2!3J!&3!#lKcq!!"5p4)!'2X!!!V
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-39-fm!!!%J!#l`J!$2i!mhMl!!!BpRJ!!"8!!ZiFrJ!!C28N!#Ml!!!8pb3")!!9!!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:40:[2J!mrJ$d3J")q`!!%[G#!8!!&`!$lhm!I2i!!%IeK`#)q`!!*rH(!B!!&`!#lci
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-41-!22i!!%re$`!)q`!!,rF2!3J!&3!#lKcq!!"5p4)!'2X!!$,h%J%3!"8!!Zm)!!c
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-43-iq`$eH!!!&3!#lKcq!!"Np53!+2X!!'6h*!%J!"-!!Zmq!$cq!24#!%Ml!2C#!8!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:44:!&`!$lhm!I2i!!%IeK`#)q`!!4rH(!B!!&`!#lci!22i!!%re$`!)q`!!MrF2!3J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-45-!&3!#lKcq!!"5p4)!'2X!!*,h%J%3!"F!!Zm)!!cq!!"Kp5%!+2X!!+(h)3%J!"3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-49-"!$M`#!$!h3!(!3!2m2rF!+!!Mrm!!$TX!!!"!!!!"4J!!!3B!!!!9P*cE(C"8&"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:50:-!3#3"JC0!J%!#`&5Ffaf8R0$8`%!#A"KD@jd-5jcF!)!!!"68&4(8e"19!#3$&0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-51-39%G68%j8!*!Bcl5SF`!!#U`!!!9Z8R0XGP*c9h-"!*!'"Ni#!3!,!9*cE(C5FeG
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-64-J!)J!!J#!!!J!J!!)!)J!!!#)!!!!J!!!!!J!N!8"!J!J!*$r!!!!!3)!)+U3#!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:65:r!2m!r`$rL*!)Gj!)r`!!!2m!N!6rrrm!rrrrJ*!)Ij!)r`#3#2q3"mb3#2rr!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-66-rr`!!riL)L2q)L)J!GhGh!(GhGrq!N!F!Ij!(L%3L%BK%)K&hZphZGl[GlK%L4)J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-67-4)N5)lYflGqlGZhH!3#!3#!3#!Aqrhqrhqrhq!3)%#"!J3)$qrI[hlpqrIq"`1"`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx:68:1"i2"QFaQ-jR-CM1$"`iF1($J`60Qc*NcCXbCJ8)N'"JN3S&q[G[RjpZpIS*%+"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_P_1.0.hqx-69-S4))"IE[AlpHlIIi!!!%!!!!&'!!!""J!!!"@!&&Rr"PB!!!!(!"@!!"3393M!!-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-3-r!*"d-J"9!AB!f`)N!*!*(!%"!3!!,!!"!!(rN!M`N!32N!3%!3%1!&S!-J"E!+8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:4:!QJ%i!*!*(3%"!!!!@`!"!!(rN!M`N!32N!3%!3"5$c3!!!!Q!#B!@`#P!*N"0`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:5:H!-)!GJ#P!*N!h`"e!6F!@`%$!'`!hJ"H!-)!-J"B!$X!N!!!H`#3#4S"!3!!!,3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-6-!!3!"rj!)m*!%$j!%"!%!N!8b!$m!8`!r!6B!N!NB!*!&"`!$!!2rN"!%!3#3"8S
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-20-U!+S!UJ!4!+S!4!#U!#)!UJ!L!)J!)J#)!#)!L!!J!)J!!J#!!!J!J!!)!)J!!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:21:)!!!!J!!!!!J!N!8"!J!J!*$r!!!!!3)!)+U3#!$r!2m!r`$rL*!)Gj!)r`!!!2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:22:!N!6rrrm!rrrrJ*!)Ij!)r`#3#2q3"mb3#2rr!!$rr`!!riL)L2q)L)J!GhGh!(G
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-23-hGrq!N!F!Ij!(L%3L%BK%)K&hZphZGl[GlK%L4)J4)N5)lYflGqlGZhH!3#!3#!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:24:#!Aqrhqrhqrhq!3)%#"!J3)$qrI[hlpqrIq"`1"`1"i2"QFaQ-jR-CM1$"`iF1($
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-25-J`60Qc*NcCXbCJ8)N'"JN3S&q[G[RjpZpIS*%+"!S4))"IE[AlpHlIIi!!!%!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx-26-&'!!!""J!!!"@!&&Rr"Qf!!!!(!"@!!"3393M!!-!#J$krrm!N!95$U3""2rr!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/SuperPaint_1.0.hqx:27:""J"5$d3"'2rr!!!#$!"5$`3"$[rr!!!$%J"5$`JQ#`:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx-2-:#@4bBAFc,QecG`""9d45690A5`%!!!!%`!!!!8C')3!!!!N!+`!%!Gi#2J#3"3`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx:3:!N!B)!*!)$`!!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx-4-,3!!"!3!!C!!"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx-20-3"!%!@`!1$k-!&3qK'eJ!![rr!!%!"J!)rrrrf2rrrr!"B!!!!+i!!!%K!!!!MJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx:21:!!!%!!!4X!!!&!!%!@`!1$k-!&3qK'eJ!![rr!!%!"J!)rrrrf2rrrr!!S`!!!5X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MicrosoftWorks_3.0.hqx-22-!!!%e!!!"IJ#3"J4d!*!%"3"6[-!!h!!!!@d!!!%#!!!"IJ!!!68!!!&9!!!!jJ!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-5-LF9@J3%"9#J3%)&#)N!3&!Vm![lq`N!3!N!L!!!J!J!!)!)J!)J#)!#)!L#+))SJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:6:LL#+U!+S!UJ#U!2m!r`$r!2m!%5*%L"%L4)Mr!!!!r`!!!!%#"!J3)%#!UJ#!!)J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-7-!J!$rJ*!(#"`L`B!"!J5)&#*"L!#U!%#J!!!%#J!!!i4)-!`#!3'!J%%q#!J8ia!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-10-4V[4q5QhriQF33QFr,IrL,`j1Z[A529rrrP5Zr+48V[bS8QldS!aZ!Y$dS'q#-#h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:11:Q1P0!3HhQ2-(m!Pj"k!)F-M!!!,*ZrlT@`$)YjMT638(YjMc$r!*H3HJ#(M3`%!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-12-dE[qm9X'!!5m!3QFb,HBk8d&"lHBm`r`#AN(S!Ga)F"!!5'fj!,N!Z3#j!,N!Z3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-18-j!,N!Z3#j!,N!Z3#j!1X!#XB##!!(`!3!3!a'fJ$V!!T#!aJ!"#!!!%!3!YS!m!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:19:3"`$Lc$K#!UMKa#1-@1!i`KcE!2!!%!L"%c*%3J**%L3N4'4!%%)Lf`$`!"!(J3)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-20-L2%)##2)(`m4%3""#)YX!m!!3#)$L)N4#!JN5"!4%4%!33MlE!2!!%!L!%L*%3J)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-23-j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!mJ$fr`$Je!$b!2EG!1$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:24:8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:25:b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:26:hG`"Je!$b!2EG!1$8!2)!!2IhG`"Jr!!!"rEr!2cQ!2)!pYd!i2`!!"hfh3$IjJ$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:27:b!!$hphF!B2`!!$IeG`#!j`$b!2EG!1$m!!"GpGd!`1F!mJ!!prGh!'$m!!$hpAF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:28:!B1F!mJ$fh3$Jr!$dh3$Jj`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-29-!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:30:!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-31-p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:32:hG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-33-b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:34:R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-35-dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:36:!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-37-!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:38:fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-39-b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-40-!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:41:dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-42-p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!p[m!i2d!!!(dG`"`j`$L!!!"p0d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-43-!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!!!I6G!0$R!1)!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:44:dG`"`j`$L!!!"p0d!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:45:!!I6G!0$R!1)!!!(dG`"`j`$L!!!"p0d!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-46-L!!!"p(F!F1F!iJ!!!I6G!0$R!1)!!!(dG`"`j`$L!!!"p0d!d1F!i3!!pr9h!'$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-48-j!,N!Z3#j!,N!Z3#j!,N!Z3#j!1i!!"hph3$FdJ$[!!(`IrcrdJ$`!!%"FIYhl3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:49:!F1F!m!!!!r[r!2lY!!$qj`$`!!)"hGrpr`$`r!!"!F$e!!)"hG$S!2!!!J2r`2k
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-50-!qJ!"!q$e!!)$rrMS!2!!!30hrB$k!!%$F28!!J0(GqJ!m!!%!I`!J)$j!!%$r28
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:51:!!`I$rm$T!1m!!"cf!!%"h28!!`f!(G$T!1m!!(cf!!)$ri$f!!-2!!rmk3$[!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:52:`pJ!#!dG!pJ!$"`!"GqN!l`!!H2B!!J2(m2B!"!m!!(q!kJ$[!!"BpJ!#!F(Br!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:53:!%2`!"%d!!"h!kJ$[!!"ipJ!#!m$qr!!!H2`!"2m!!!IJkJ$[!!"`pJ!#!d"hr!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:54:!F2`!"(F!!!&`kJ$[!!"ipJ!$!m!I`2d!!(Mm!!$rrJ!!r1S!l`!!@2B!!`(!$F$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:55:p!!"Br!!!hIi!!&cU!1m!!2Mf!!-$`!2`r3!!H2`!!2rq!!!rkJ$[!!"`pJ!$!d!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-56-"G2d!!($m!!"frJ!!"qS!l`!!m2B!!`2!!(lp!!"ir!!!m2i!!3q!k`$[!!$3pJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:57:%!F!!(B$q!!"Br!!!d2i!!3@!k`$[!!$`pJ!%!m!!(m$q!!"ir!!!m2i!!3H!k`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:58:[!!"`pJ!%!d!!"f$q!!"`r!!!F2i!!3G!k`$[!!$`pJ!%!m!!!rMq!!"ir!!!m2i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:59:!!32!k`$`!!%"d2B!"!(!!!$FrJ!!@2`!!0$q!!%"`1X!m!!"!H$f!!3$`!!!Iri
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:60:!!(Mm!!$`rJ!"!H$V!2!!!3&JpJ!%!d!!!$Iq!!"`r!!!F2i!!3&`k`$`!!%"i2B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:61:!#!2!!!!2`!!!H2`!!2$p!!$`k`$`!!%"`2B!#!(!!!!&d!!!@2`!!0$p!!$Bk`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:62:`!!%$i2B!#!2!!!!"q!!!H2`!!2$p!!"ik`$`!!%$32B!!30!rJ!$G!!!F2`!!($
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:63:p!!"dk`$`!!%$`2B!!32!rJ!$I`!!q2`!!2$p!!!mk`$`!!%"`2B!!3(!rJ!$(B!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:64:!d2`!!0$p!!!Gk`$`!!%$`2B!!32!rJ!$$m!!m2`!!2$p!!%IJ1`!m!!"!d$f!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:65:$32i!!`G`!($m!!"`r3!""d$X!2!!!32!pJ!"!m$q!!-"q!$`r!!!m2d!!3IJl!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:66:`!!%"`2B!!3(!r3!#h!$3r!!!d2d!!3(Bl!$`!!-(rrrJq!!"!m$p!!*r!2$m!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:67:`r!!!r1`!m!!!"rjh!($j!!%$32d!!KF!F2`!!($m!!"hl!$`!!!(r2m!r[X!!32
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-68-!r3!#$m$`r!!!m2`!!6r!l3$`!!%&RIcGq`!"!F$p!!)&d0$m!!$3r!!"$G$Y!2!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:69:!!`H!!$rqrrX!!32!r3!#!IM`r!!!m2`!!3Iml3$`!!!(rJ!#"hGfq`!"!d$m!!&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:70:eF2`!!($m!!%"GZd!m!!""i$f!!%$`2`!!ArJr!!!m2X!!(rY!2!!!3@!pJ!"!F$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:71:m!!%G`2`!!0$l!!!Gl3$`!!%(J2B!!32!r!!"$q$m!!$`q`!!$qd!m!!!"r8!!30
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:72:!r!!""f$m!!"`q`!!&qd!m!!!$r8!!32!r!!"!r$m!!$`q`!!(Zd!m!!!$I8!!3(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:73:!r!!"!GMm!!$3q`!!(1d!m!!!$r8!!32!r!!"!Icm!!$`q`!!21d!m!!!"r8!!30
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:74:!r!!"!AEm!!"`q`!!G1d!m!!!$r8!!32!r!!"!Irm!!$`q`!!H1d!m!!!(I8!!3(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-75-!r!!"!Fhm!!$3q`!!@1d!m!!!([8!!32!r!!"!qrm!!$`q`!!q1d!m!!!&[8!!30
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:76:!r!!"!dEm!!"`q`!!F1d!m!!!([8!!32!r!!"!m$m!!$`r!!"!I$Y!2!!!"ce!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:77:"`2`!!3(!r!!!d2`!!3(!l3$`!!!Hp3!"!m$m!!%$`2`!!2$m!!%$i1d!m!!!0[8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:78:!!30!r!!"!d$m!!"`r!!"!d$Y!2!!!$ce!!%$`2`!!32!r!!!m2`!!3I!l3$`!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:79:Fp3!"!F$m!!%"`2`!!0$m!!%&J1d!m!!!228!!32!r!!"!m$m!!$`r!!"$i$Y!2!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:80:!!$6e!!%$32`!!30!r!!!F2`!!!IX!2!!!$ce!!%$`2`!!32!r!!!m2`!!!rX!2!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:81:!!"ce!!%"`2`!!3(!r!!!d2`!!"hX!2!!!$ce!!%$`2`!!3I!r!!!m2`!!"lX!2!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:82:!!$6e!!%$32`!!!Il!!"`r!!!&Z`!m!!!2r8!!32!r!!""i$m!!$`r!!!2Z`!m!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:83:"(B$f!!%"`2`!!3@!r!!!d2`!!"cX!2!!!3r!pJ!"!m$m!!%(J2`!!2$m!!!ml!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:84:`!!%(32B!!30!r!!!"rX!!($m!!"dl!$`!!%$`2B!!32!r!!""i$m!!$`r!!!H1`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:85:!m!!"!F$q!!-&hGh!r3!"!F$m!!%&J2`!!0$m!!$Bl!$`!!3$`!!!(rlr!1$p!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:86:$`2`!!3H!r!!!m2`!!2$X!2!!!!2kG`"Jr3!"!d$m!!!(q`!!F2d!!3&`l!$`!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:87:$q[m!`2d!!32!r!!""i$m!!$`r3!"!H$X!2!!!!(ph3$FqJ!"!F$m!!%&J2`!!0$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:88:p!!%"`1`!l`$qr`$`q3!"!m$m!!%(J2`!!2$p!!%$i1`!l`!!B2B!!30!r!!!"rX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:89:!!($p!!%$31`!i`!"!m$m!!%(J2`!!2$p!!%$`1`!i`!"!F$m!!%&J2`!!0$p!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:90:"`1`!i`!""m$m!!%(J2`!!2$p!!%(`1`!i`!!"rX!!!Il!!"`r3!!"qX!i`!"$i$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:91:m!!%(J2`!!2$p!!%(J1`!i`!"$B$m!!%&J2`!!0$p!!%&J1`!i`!"$i$m!!%(J2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-92-!!2$p!!%2J1`!i`!!"rX!!!Il!!"`r3!!"qX!i`!!"[X!!3H!r!$lrqX!h!!""B$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx:93:m!2[Gk`$F!!%(J2`!qrrV!0`!!!Il!2ah!(EV!0`!!3H!r!!!m1B!h!!""B$m!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_2.0.hqx-94-!jJ$F!!%(J1!!h!!!"pm!h!!""i$J!0`!!3@!i!$F!!%(J1!!h!!!!pm!Z3#j!,N
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-5-9S%"!93S%"#"3L*!%"3+r!,qrX*!%!*!)J!!)!)!!#!#)!#)!L!!L!)JLL#+))SJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:6:LUJ#U!+S!UJ$r!2m!r`$r!"%L4)J4)N5)r`!!!2m!!!!"!J3)%#"!J+S!J!#)!)!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-7-!ri#3"`JF)X'!!3)%L"3L3BJ!UJ"!S!!!"!S!!!1%5$!-!J%"J)""2JJ)&1-3)&5
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-13-j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:14:j!1X!#XB##!!(`!3!3!a'fJ$V!!T#!aJ!"#!!!%!3!YS!m!!3"`$Lc$K#!UMKa#1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-15--@1!i`KcE!2!!%!L"%c*%3J**%L3N4'4!%%)Lf`$`!"!(J3)L2%)##2)(`m4%3""
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-18-j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:19:j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!mJ$fr`$Je!$b!2EG!1$8!2)!!2IhG`"Je!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:20:b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:21:hG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$8!2)!!2IhG`"Je!$b!2EG!1$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:22:8!2)!!2IhG`"Jr!!!"rEr!2cQ!2)!pYd!i2`!!"hfh3$IjJ$b!!$hphF!B2`!!$I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:23:eG`#!j`$b!2EG!1$m!!"GpGd!`1F!mJ!!prGh!'$m!!$hpAF!B1F!mJ$fh3$Jr!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:24:dh3$Jj`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-25-p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:26:!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-27-!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:28:R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-29-!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2IhG`"Jr3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:30:!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$b!2EG!1$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-31-p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$R!2)!!2I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:32:hG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(dG`"`j`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-33-b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!!!I6G!0$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:34:R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF!B2d!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-35-dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$fh3$Jr3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:36:!!I6G!0$R!2)!!2IhG`"Jr3!!!I4h!($R!2)!pYd!i2d!!!(dh3$3j`$b!!$hphF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-37-!B2d!!!(dG`"`j`$b!2EG!1$p!!!"p0d!d1F!mJ!!prGh!'$p!!!"p(F!F1F!mJ$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-38-fh3$Jr3!!!I6G!0$R!2)!p[m!i2d!!!(dG`"`j`$L!!!"p0d!d1F!iJ!!!I4h!($
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:39:R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!!!I6G!0$R!1)!!!(dG`"`j`$L!!!"p0d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-40-!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!!!I6G!0$R!1)!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx:41:dG`"`j`$L!!!"p0d!d1F!iJ!!!I4h!($R!1)!!!(dh3$3j`$L!!!"p(F!F1F!iJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacPaint_1.0.hqx-42-!!I6G!0$R!1)!!!(dG`"`j`$L!!!"p0d!d1F!i3!!pr9h!'$R!1%!p0d!i1F!i3$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-20-!!3J!!!!S!!!!"!!!!'!!!!#B!!!!p!!!!5`!!!')!!!"`!!!!K`!N1)#M!!!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:21:!!!"F!!!!#!!!!"`!!!!"!!!!!J!"!*!%J!#3"Khrr`!!!!%!$3!!!!N!N!HD#`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-22-3"!%!!!!F!!%!$3!!!!N!N!d1!*!&!3!!!$J!!J!"!!'K+`#3#@"J`J!&UeF!$NK
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-24-3")!!N!B1rrm!!!!"!!d!!!!*!*!(5,L!!!!!!3!!!!d!!3!0!!!!#3#3$3i!N!8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:25:"!!!!1!!#!!%!!D%V!*!*B'$#!!@V9`!15&3!#&`a!!i693!%ee`!$Gj@!!&5K`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-26-!!!%!!!"F!!!!%!!!!"%!!!!"!!!!!J!"!*!%J!#3"K,rr`!!!!%!$3!!!!N!N!G
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-36-!J3#@[(N"2IVf!!3!!3)!`!E!"J!"aBX!!)!"!&GI[`&U9DX!LfA-!F"I[`!&!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:37:#!-!'`!B!N!D!!J#TP#J!A3X@!3VdkJ"QCdG!)J!"!J$!"J#3"3`!N!3"%REZ!$A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-38-EY`%JGZi!IT3h3!%!N!X3!!"!!!#ECp!!pKdk!2c)NJ$rH@Y!)J!"!J$!"J#3"43
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-44-c!!!!03#3"32992rr-c-!!!!f!*!&!q10rrmc-`!!!$F!N!8$lMMrrc-c!!!!1!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:45:3"3-!!2rp6-d!!!!j!*!&!`UVrre-c3!!!$S!N!8$&9Arr8c0!!!!1`#3"3-J!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-46-p6-d!!!!m!*!&!b99rre-c3!!!$d!N!8$+UVrr8c0!!!!2J#3"30!!2rp6-d!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-63-r@!"4re`!N!dm!!!!!3#3"31GU2rqCQB!!!"F!!!!!3#3"30992rqCQB!!!"8!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:64:!!3#3"3-!!2rqJ!#3"')!!!"3!*!13fp&6!!3!*!08Ip`!*!-4&"$E`!8!!-!N!4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-65-$EdjK!!X!$J"4rhJ!N!X3!!%06@pdD@Cc)%0XBA*TF`!!!#i!!3"!!&(r,!!)!!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:66:!!!"N!*!&C!#3"e(r0!"4rcJ!N!d+!*!08!!"!*!,!9"K48`!$J#3"`%!!!!"!&(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-67-r9!#3$%438'%!%J#3"3&3B8jK!!i!)!"4rd`!N!X5!!%24)jRFQ&NMR-J3faKFQP
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-69-#8Q&&6!!d!*!(!J!!!!)!8ImS!*!-4&"5B3!i!*!&!P*K6Q%!$J!J!&(r-!#3#bi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:70:!!3!I!&(rG!!"!"m!!!"N!*!&#`#3"e(rI!"4ri!!N!d+!*!08!!$!*!,!dCK48`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-71-!@J#3"`-!!!!$!&(rN!!!N!a%8%CK!$B!N!8$4Q&1B3!3!#!!8IqN!*!,E!#3Ea,
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-76-f!!!!%J#3%`5!5!!!!!N!!!!*!!!!#3#3#`@!5!!!!!N!!!!*!!!!#3!!!!N!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:77:*!!!!"J!!!$`!$!!!!!3!!!!"!!`!!!!$!!!!!J!'!!!!"J!!!!-!$!!!!!8!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-78-%!!8!!!!&!!!!"3!$!!!!!`!!!!B!!!!D!!8!!!`!!"aBX3!H!*!%`!#3$#i!!3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-93-dCAKd"94TE@9c"e48@8C[ER30@Q&`CL"$D'&ZBf9bH3eDBA"Q)%4TEQGLBA4c"&T
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:94:PB@`&9P3a-$!!!!!)!"X!#!"14"!!!!!E"6NJF(4c!M%`!M%b!M%d!M%i!M)d!M-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-95-f!M3i!!!"!!!!#JS!!!N+!!!#eJ"*k-`BqJ!!!"`#eJ!G4'PZCJ!!!2*69&P*!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-99-#0P"bCM8!!!*#8(*Q0J!!!Nj3FQBi!!!#@P"bCMN!!!*Q4QedH!!!!R*'EQec!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:100:#IQCZG%`!!!++CQjd4!!!!TCcDAT-!!!#SR0THN3!!!+Z!3$rr`#3"8j%E!!!rrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-101-!!!"f!%j%D!!!rrm!!!#!!*!&!Irr!!!"A!#3"3,rr`!!!J3!N!Err`!!!*B!N!8
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx-104-3"32rr`!!!Z!!N!3"!2rr!!!$3J"14&J"!2rr!!!$XJ"14&3"!2rr!!!$b!"14&!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:105:"!2rr!!!%A!"14%`"!2rr!!!%N!!!6N4)!3$rr`!!"6!!6N4%!3$rr`!!"A!!6N4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:106:!!3$rr`!!"Bi!6N3m!3$rr`!!"F!!6N3i!3$rr`!!"FS!6N3d!3$rr`!!"G!!6N3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:107:`!3$rr`!!"GJ!6N3X!3$rr`!!"H)!6N3S!3$rr`!!"RJ!6N3N!3$rr`!!"U3!6N3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:108:J!3$rr`!!"V`!8Ir!!3$rr`!!"XJ!8Iqm!J$rr`!!"YB!6N3F!J$rr`!!"Z)!6N3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_Pro_1.0.hqx:109:B!J$rr`!!#0m!6N38!J$rr`!!#1X!6N33imS!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-4-"!!)!!!!"*`m!!3#3$K!!N!N3!2qerkB2,3ZD!!J!N!iC!3!#!(J!5!!!!%J!N!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:5:"!3#3E`-!"J!'!!%!"J!'!$8!1`!)!*!*!`!$!!!!!3!!!!B!N!PdJ!!!2S!!!3H
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-6-!!!'MJ!!!G)!!!$k!!!%(J!!"Si!!N!3'!!!!!`!!J!!!!)!!!BQ!!!)PJ!!!G)!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-14-3&3%!5!!!!!N!!!!*!!!!#3#3$3%!5!!!!!N!!!!*!!!!#3!!!!N!!!!*!*!&!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:15:"!!`!!!!%!*!&!3!#!!`!!!!$!*!&!3!$!!B!!!!'!*!&!3!%!!`!!!!&!*!&!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-16-&!!8!!!!&!*!&!3!'!!-!!!!$!!!!!`!3!!`!!`!!!!`!N!N#!*!(!J#3#`,rN!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:17:!N!d*!!!!C`!!!"N!!!#X!*!%J!!!!)!!!BQ!!!)PJ!#3$JN!!!"R!!!!'3!!!+`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-18-!N!5!!!!!J!!"LB!!!L@!!!"I1Z!!!!"!!!!!$)!!!!3!!!!(!!!!!3#3#`(rN!3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-53-A8&"656)"!!!!!3#3"L8!N!3$S`!!#!#3#meEl!V0@qc3!*!@!bB!!3#3'!i!N!4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:54:B4!d!#3!U!!-"f`*J!!!!!3!"!!%!!3!#!!)!!3!"!!%!"J!+!!-!$!#3"`)!N!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-55-#3!!!!['CQJ!!!,i!!!$a!*!+!['CQJ*!!*!&5!#35a,rN")!!!#3!!!"!!!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-56-!)3#3$!J!!3!"!!!!!3!!)!!$!*!+#J!#!!"!!!!"!!!K!J%!N!S-!!-!!3!!!$)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:57:!!#!!!`#3#J%!"!!#!!!!!3!!)3#3$"3!"3!"!!!!!3!!)3#3#`%X!!B!!!#3!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-58-"!!!!!3!!)!#3$!J!!3!"!!!!!3!!)3!$!*!+#J!#!!"!!!!"!!!J!J%!N!S-!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:59:!!3!!!$)!!#%!!`#3#J%!"!!#!!!!!3!!)!#3$"3!"3!"!!!!!3!!)!#3#`%X!!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-60-!!!#3!!!!!!9!)J#3"MqmFFFFFFFF!!JK!*!%!8!'V9UeDY@V2pD6k6k6k6m!#L!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-65-!!!N!N!X&!%J!!!!*!!!!#3!!!!N!!!!*!!!!#3!!!!B!!!!m!!`!!!!%!!!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:66:-!!!!!`!!!!)!"J!!!!B!!!!$!!`!!!!&!!!!"!!&!!!!"3!!!!8!!`!!!!-!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-67-'!!!!'J!!-!!#"!!E!!!!(J#3"-!!N!`)!!!!!3!!!!-!!!!1!!%!!!%!!!)!N!Q
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-78-N'!!!!!'!3#!3#!3#!3!!!!(JF$JF$JH$`3!!!!&hZphZGl[GlJ!!!!')4#)4L%3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:79:L%3!!!!'Cc'BcQFaQ-`!!!!%J3)!!#!3#!*!%!Im!r`$r!2m!N!3"r`!!!2m!N!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-80-"c!!!!$-!N!B"m*!%$j!%!!!!!Iq)L)MrL)L)!!!!!DT%UK'U4+S4!!!!!3%#"!J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-87-!!!!"q(3L4imA)R%!!!!"GiQ2MhHBq2J!!!#!!!!!!3!&rj!'!!!!(J!!!!%!"J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx:88:3#5%!!!!"!!cGD`M#"U)!!!$0!!!!!3!+!!#!!"'`!!!"93!!!!%!#`#3"03!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_II.hqx-89-"Q3!!!!%!$r`!mhd&,`!!!%8!!!!"!!d#3DY8k[m!!!%4!!!!!3!1mYF)9S6X!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-11-p!!!")!!!!&S!!!$m!!!!@J!!!38!!!"q!!!"F3!!!+X!!!&@!!!"!!!!!J-#!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:12:L!(`"!3-"!3!!%3$D!&B!k!#UD@`JMR4KDA3JG@jP)'C[DA-)!!!!!J-"!*!%*!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:13:&!3%!!!!f!!!""`!!!$X!!!%)!38!!!!f!!!&!2[m!!8"!3F!!!!#!`%!!-B!!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-14-6!!!"$J!!!'-!!!"D!&S(!!!!!J-"!!$U!!!!@J!!!5!!!!%J!!!!@J"D!`!!!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:15:$!3!![3!!!!N!!!!5!!!#0`!!#3!!!!)$!3#3"$`!"3!5!!!!#3!!!EN!!!)6!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-16-!#3!5!!!!#3!!!EN!!!&k!!!![3!!!K-!!!"e!!!"X!!!!*N!!!'9!!!$!!!!!J-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-21-$!J-!Q3!!!+X!!!%1!!!"F3#3"J)$!J!)!!!!!J-"!!!!!JS!q!#3#!'e!!!#2!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:22:!!!J!SJ!!!"X!!!2kq2hkr[Vpq[lmp!$R!2)"k`,j![S(rJJ#$`34"Ji$$`%3!"$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:23:j$r8)q3Rk#Im*!!N!"3!&q`(l!2N,!a)'&3B1"!S%$J-(!!J!"r`)rJRr#`!,!")
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-24-#%J)-!!m!$2`(qJ2k#r8+pJVi#I`)!!8!"3!)#J-(!JF$"J-("!8&"JB&#JJ+"JB
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-26-1!!Rr"`!&rJEl#288pa$f&[d(r!F!qr[qq3$f!2-$m3A["rF(q3Al"2S%qJ$h!28
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:27:!m`$X!26rp[Rkqr[mqrhkrrIrmI[Zp2Abmqclq2[kq[ck!2J!q`6k"IN&qJ2k!rN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-28-'qJEl"IJ(qJIl"ri'r3Elq[X!rIRrqJ$k!2F!qJ$jq2lir[6klrAcpI6eqIRkq[c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:29:l!rB*l`Vb#I-*q!Rm$3!4!#!*)3`P#LX1*!8S!K`!&2S2p!c[$1`-l!l[#23+p3A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-30-h!rJ"p[Eam2$XpqAiirhS!1d)m!hc$282m"Mh%rS4qad!&J-8%"N1$!N'"`3'!Jh
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:31:l'[)CpK,m#[i(r`3*q`cf$r%4m!lZ$1N*j`AQ!q8!jrlSqZMfm[Raq2(dq2Elm2V
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-32-K!,`3`JEP#1-&l`(j!38"#!B&"J!%"Ilr!*!%!J-#!!X!!!!#!`%!!')!f!!M!(B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-49-!!*!3!J!!!!(rN"6!!*!3!J!!!!(rN"6!!*!3!J!!!!(rN"6!!*!3!J!!!!(rN"6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:50:!!*!3!J2rm!(rN"6!!*!3![`!$m(rN"6!!*!3$`!!!$hrN"6!!*!31J!!!!IrN"6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-51-!!*!2!F3!!!!"rj!8`!#3$`B%!!!!!Iq3&-!!N!mB"!!!!!(rN"6!!*!2B!3!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:52:"rj!8`!#3$J'!"!!!!!(rN"6!!*!1!`!%!!!!!Iq3&-!!N!i-!!3!!!!"rj!8`!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-53-3$KJ!"!!!!!(rN"6!!*!1)!!%!!!!!Iq3&-!!N!j!!!J!!!!"rj!8`!#3$3'!!!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:54:!!!!"rj!8`!#3$3-!!!J!!!!"rj!8`!#3$3B!!!J!!!!"rj!8`!#3$3`!!!J!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:55:"rj!8`!#3$3J!!!J!!!!"rj!8`!#3$4!!!!J!!!!"rj!8`!#3$5!!!!J!!!!"rj!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:56:8`!#3$8!!!!J!!!!"rj!8`!#3$F!!!!J!!!!"rj!8`!#3$B!!!!J!!!!"rj!8`!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-57-3$!%!!!!)!!!!!Iq3&-!!N!`#!!!!#!!!!!(rN"6!!*!-!J!!!!J!!!!"rj!8`!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-83-J!*!&!B!!N#)B!*!&"J#3)`B!N!8B!*!M!F!!N!6J!*!N1!!!!!F!N#82!!!!2!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:84:3*[`!$m!!N#B$rr!!N2m!N2m!N2m!N2m!N2m!N,B+!!!!!J-"!3#d!!!!,3!!!8`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-85-!!!%d!!!!!3!"!!!8J!"L!"J!BJ!B#`!!!!)$!3!!BJ!N!*!&Q!%(!,3!!!!Y!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-101-!!*!2"rq3%F!!N!m(rj!4`!#3$`IrN"(!!*!2!rq3%B!!N![r!!!!!rq3%B!!N!S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx:102:"r`!!!!(rN"%!N"(rN"$q!*!4Irq3$r`!N"%Irj!2m!#3r`#32J(r!*$r!*$r!*$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_1.hqx-103-r!*$r!*"U!J-#!*!&!J-#!,%'!!!!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx-5-X!!%$!3%!!!%"!!(j!Y!#3!,3!N!#d!*!!*!&!3%""J!"!*$r!*"#"!!!!!)$!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx:6:!'`!!!#d!!!"M!!!!K`!!"`!!!!)$!3!!B`!!!%J!!!#p!!!"RJ!!!3i!@JJ!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx-7-#!`%!N!4Z!#S!*3!!!%J!!!$'!!!!fJ!!!!J!aJ!!!&S!!!(lr[MlpI[jq[Vrq3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx:8:f#HJ8k4$`$rB2p`[q"`!&"J8'"`J%#!-(!Jd"$3!1r42m$rm*!!Elr[hjr[)&p!h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraw_0.hqx-9-i#[d)rJAr!rS!j2RIrI2pmrllr!d!N!3#!`)!HJ8!!!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-10-!"43SC-L3"#L3##+3"&@3"!!!!!%!!3*!!I`!&!!"#J!&&#KNb*!%+*!))T!%9C!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:11:%!3%!!`"N!3!"!!!"!!)!!3!)!!B!"`$J!"!"!*!&!3#3#!%!!3,`!N!!9!fd!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-12-!!`#3"Z*k!!!!9!j`!*!&!`!#!!!!!J!#!"i!9!kJ!2!!9"(N!!8!"Iq3#!#3#4i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-13-!9"(`!2!!9!kJ!!8!"Iq3#!#3#4i!9"))!2!!9"(`!!8!"Iq3#!#3#4i!N!A`!&3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:14:5#!!&!!ArN!J!N!X`!&34q!#3"!4!(!!,#8!!"X!$B!YN#I`!N!J&p!,k#JX)cJ"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-15-8%@J%)!AJ!$!!9"(J!&342)4!(!!*#8!!#0`$B!V8"4!!N!J(i!-!#D!%J!"8%2!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-22-3"8)!9"&J!*!%$%!L!!N*!!!!b!%2!9m#J!%(!2%!N!6rU`!!!$%"5!#3"4!$$!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:23:#!!!!!3!'!!&ZEh*YB@`J8!"#!&32Z!#3"!a!)J!*#3!!!0!$4!&R"*`"$J1!!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-24-%rk[rC`!a!*N!N!9I!``"!J!!!!%!"J!"Bf9ZG'9b!!!!33"8%I`!N!3-3#)!#3P
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-31-!!)!!!3#!!*!%!3!!-J"8%d`!N!3i3#)!#3N!!!1%")!%J!8d!b!%!*!+F!"3!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:32:!!!#J!1!!!!!b!&32'!#3"$K!)K!*#8!!!f!&S!4F"J`$!!8!N!T`!$!!!3#3"H!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-33-!B!!b!&32(!#3"$K!)J!*#3!!!i3'9!4F"X!$)!@J!*!*B!!`!!%!`!"J!*!&-J"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-34-8$``!N!3i3#)J#3NK-306"Nm%4!LI!`!'B!&8$a!!N!9J!%!!!3$!!*!&J!!D!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:35:+!``"!3!!!iF'6`3A#*m$"!!b!&32#!#3"$K!)J!*#3!!!m`)"!2`#,J$B!FJ!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-36-*%!"3!!%!)!#J!*!&-J"8$`3!N!3i3#)!#3N!!!2-#8J%&!SJ!f!)3!#3#5!!B!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-53-[!(B!Q!"Y!)!!B`#b!&31c!#3"%"!'J!*#8+d#(i+JJR($()(JJP!!*!*R!$c!#%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:54:!J!"M!*`!K!#d!+8!b3$(!1d!l3$V!3X![`%P!*%"63"p!AJ!K3'L!))"b3"V!G!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-55-!3J'd!#-"I`!1!8i!#J%R!%F"'J#*!4F!a!%A!2%!r`%A!+%",J!A!38!(!$N!$d
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-57-%'%!D!!N*!!!,V!-m$$`&%!TJ!Z!!N!Q!!D!!3!"!!$!!9!l%!*!%+%!D!!N*!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:58:,3`@4$+8'm`TJ"3#3"IqMrr-!h3%Y!*!&J!%J!$J!9!l`!*!%-%!D!!N*!!!,L!H
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-59-B$+3*"!T!"X!!N!6qV2kX!93"9!#+rq)!N!3"!!$J!)!"J!!S!&31`!#3""a!'J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:60:*#3!!#iJ*f!aJ#f3+3!M!!*!*`!&J!$d!9!kB!*!%$%!L!!N*3!!+a`Zq#ei-$`R
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-61-U#VJ!N!6rUrqi!$%!N!J$$2m#!!!!!3!"!!&KL'%!6J"8$V3!N!3-3#3!#3Y"$JR
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-64-#!3!!S!!!!$%"!!#J!$)!9!ki!*!%1%!F3!N*!!!**!%J#C!!![3))!%!N!S`!0!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:65:!!3"J!*!%!D!!-!"8$N3!N!3%3"`!#`Y!!!5*#$m*,3lErJ`%6!#3"!Ad![S+#`M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-66-1!&31V!3J"H!!-!"8$U3!N!5%3"`!#3P!!!DP#$m)R3R[!*!)"q!$!!QJ")!!9!k
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-68-J!+!"J2qJ!@$rJ!#!!!!!)!!!!$!!9"(F!*!%K%!F!!N*3!!(S3YA#5d0F`#3#!M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:69:!"F!+)!HJ!&31U!&J!H!!+!#3#*a!'J!*#8!!"k%,9`NY$A-)`!A!!*!)!@!"i!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-70-!!$!!N!L%3"`!#3P!!!5*#`m'&3lE!*!)"J!&J!GJ#1!!9"$8!@!$B!!S!&35!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-73-)3!!!#`X!N!B@J"(r!!!!pJ#3"[m+%pJ1k3"8$N!6f!rI!$i!9!ii!&314-a!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:74:,#`#3"J&3%Im!!2m+!*!)!5J2h`"8$M`!!3#3"5S#3!#3"5S#3!!q!&31-!"8$N$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-75--3!!!#`X!!!&3!!!#S"(r!5Mr#J#3#!%S$pm!9!id!!%!+J!!!&3#3!!U!!!!9!*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:76:!!$i!9!iS!&311-a!!!!,#`!!!Tm!!!2`%Im#82m+!*!)!5N2h`"8$L`!!3"8!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:77:!IJ*!!&3!!!"q!N!!2J"8$L!!9!i`c%!!!!X,!!!$m!!!"8!4r`0jr`S!N!J"+!r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-78-I!&31*!!"!(i!!!#S!N!!IJ!!!+J#3!!q!&31'!"8$LM-3!!!#`X!!!9!!!!'N!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-79-4r`5Kr`S!N!J"+!rI!&31(!!"!+J!!!$5!N!!U!!!!0)#3!!q!&31%!"8$L$-3!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:80:!#`X!!!D2!!!(i"(r"FRr#J#3#!%T$pm!9!i8!!%!dJ!!!2`#3!$5!!!!r!*!!$i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:81:!9!i)!&31'-a!!!!,#`!!"q!!!!N`%Im'm[m+!*!)!5J2h`"8$J`!!3$m!!!"*J*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:82:!!2`!!!%Q!N!!2J"8$J!!9!i3c%!!!!X,!!!*-!!!#S!4r`JDr`S!N!J"+!rI!&3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-83-1"!!"!5B!!!&3!N!"*J!!!9!#3!!q!&30q!"8$JM-3!!!#`X!!!Tr!!!,d"(r#8,
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-88-"cJ!!!IJ#3!(1!!!"q!*!!$i!9!hB!&30k-a!!!!,#`!!$m!!!"%3%Im0j2m+!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:89:)!5J2h`"8$G`!!3(i!!!#)J*!!IJ!!!)L!N!!2J"8$G!!9!hJc%!!!!X,!!!4%!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-90-!%Q!4r`m-r`S!N!J"+!rI!&30e!!"!L)!!!*-!N!#)J!!!N`#3!!q!&30b!"8$GM
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-94-I!&30[!!"!U!!!!,+!N!#S!!!!XS#3!!q!*!&9!h!c%!!!!X,!!!@6`!!&S!4ra1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:95:Yr`S!N!NV$pm!9!fd!!%#bJ!!!Y!#3!,+!!!#d!*!!*!)!F`!9!fm!!!!9!fd!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-96-!!)"9ccJ!5!,+!!!#d!*!!*$r!*#a#q`!9!h%!!!!9!fm!!%!!)"9`[`!5!+J!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-118-#(J!!!"rJ!*"#(J!!!$q!!*"#(J!!!(m!N%-H!!!!r!#33ai!!!(`!*"$(J!!"q!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:119:!N%-H!!!2`!#33ai!!"q!!*"$(J!!2`#34"i!!2`!N%3H!!2i!*"%(J!2m!#34"i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-120-!2q!!N%3H!(q!!*"%(J(q!*"&(JIi!*"&(KrJ!*"&(Rr!!*"&(rm!N%BIr!#34Kr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:121:`!*"'$m!!N2m!N2m!N2m!N&X,l!"8$Ma#E`"8$M3!!3!!J&8,H!")!#S!!!"8!N!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-122-!N!BH!*"((J#34ai!N%FH!*"((J#34ai!N%FH!*"((J#34ai!N%FH!*"((J#34ai
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-124-r(rrrm!!!!$ri!*!r(Mr!!*!%"ri!N$mH"q!!N!3"r`#32ai"m!#3"6q!!*!q(J$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx:125:`!*!&$i!!N$iH"r!!N!8(`!#32Ki2m!#3"32!!*!q(Jr`!*!&!m!!N$iH"q!!N!8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/MacDraft_1.0.hqx-126-$`!#32Ki!N!F$`!#32Ki!N!F$`!#32Ki!N!F(`!#32Ki!N!F2J!#32Ki!N!FI!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-6-!!!!m!!8!#`#3"5!!)3!L!#-!*!!P!#B!*`!S!#N!+J!!!"J!"3!#!*!&+`!X!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx:7:!%!!&!*!*+!!&!!B!N!8Y!#i!,`!`!$%!-J!!!"`!"3!$!*!&-`!d!$8!!!!i!!8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx:8:!#J#3"6B!0`!i!$N!1J!l!$`!23!q!$m!!!!`&4d!N!9N!!!i!!B!N!3J!#X!N!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-9-%ZK,+$l38(J!!!$!9(3"!!!!!C!!!B!!)!*!%)3!V!*!&2!e)"[i2-J!!!$`9'3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-21-!&J!A!)8!!!!$!!!!!J!!!!%!!2rr!!!!%3!!rrB!LUl!!!NQh!!#f53!$3!!!"J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx:22:!!2rf!$#U`!!**Y`!!YNN!!d!!!!I!!$rpJ!`UX!!#5EF!!,C*!!0!!"TE##1G'&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-23-TG#"eEQ8JCQpTF`eXD@jP)$)0E'PZC5!c$3!!!"i88J"*!*!(!3(#!!%!!!!H&&)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-36-!N!F%!"3!&!!8!$`!!!!8&Ad!N!F#!2S!EJ!!!!`6L`!!!!F'B5"ZEh4P!!!!("5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx:37:h!*!('`!!#Fi!!3!!!#)8YJ#3"a`!!!!$h4X!#J#3"a`8d`#3"adcCXbC-fE-Q3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_2.0.hqx-38-!!#)8YJ#3"ad!!!!$h4X!#J#3"a`8Y`#3"am!!![J!!)!!!!L&,B!N!FI!!!!!pd
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-5-!"3!'!*!&F!qL!*!0%!!(!!J!#3!+!!X!$!!0!!i!$`!3!"%!%J!6!"3!&3!@!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:6:!*!!#!!!!%!!&!*!&&`!B!"N!'J!E!!!!(!!#!!!!%!!$!*!&(!!G!"i!!!!`!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-7-!!!!3!!J!N!8I!#!!)3!L!#-!*!!P!#B!!!!i!!)!!!!3!!S!N!8R!#J!+3!U!#X
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-10-2ja!6!!!!#4%2$k!4&3qG%3m2S!!!!$34-3#3"@3!N!Xb#S`Dp"21&F)!N![#%!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:11:!N!9N!*!,,!!-!!!!"rb!!!`!!!!-!!!!"J!!!!eAJ!!09i!!$9H!!!`!!!!-!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-12-!$!#3"4B!N"N,C'CRC!eLEQ*fGQ)2S!Z)%TJ*U!3*!!%!N!X"!*!6!3!!!!%!!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:13:!!!3!-`!I!"J!!2rrrri!N!8"!$-!(`!B!!$rrrrq!!8!!3!"!$-!)!!B!!$rrrr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:14:q!!N!!!!"!*!&!QTi!$`!+3!,!*!(-"%b!*!&C!#3#c3$K!V`#*J'`J#3"c34-3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-15-3"@3!N!Xe#S`+#Jmm"IS!N!@-!)`!!!%N%63!N!9N!*!,0J!!!"!!!!!*"#X%E33
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:16:V"'d$X39L!!)!#3+E#JF"M!L&!kF,J`!#!!N(d!eT"L8-X`Ip$A`!!J!*#h80c3U
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-17-c$Sm0f3YN!!!!#3dR!PJ+933i$5F#@!!!!!N88!i3&&!1%!bc$`#3"!Rpk``F"&8
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-19-h#eB4Y3j6!!!!#3H[#H8(V`RP#3)(NJ!#!!N5A!GX$a!&V"BM#@d!!!!*'T!!$VF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:20:A)``N'T!!$VF!!!!*!5crR!%Xrj`#3`&!!!!!#33V!PJ#X`(#""N#KJ!!!!N$k!0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-21-"!qJ#c32S!d%!!!!d%6%!!!!("Q%JEQpdC3"N!!%!N!NG%IJG,K8f'B)!N!Xd%6%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-27-`!!%!N!X"!!!!#J#3#!8%%63!N!9P!*!,(3!!!%i!!!!*!TX4P!+E%C3#Qa8d!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:28:!#3S(&6N(!KFk#iX80J!#!!N0L`bK#S8,V4$c$E3!!!!*&,3CC"+9&D`3QKPN!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-29-!#3Lj'(X-+KNd#$dBB3!#!!N&H"H4"EFArJ6Z&U3!!J!*"685'35E%d`&GK'9!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:30:!#3V`%)N*63qJ$2!4TJ!!!!N1%"Hc$B38Y!i3&l-!!!!*"%`6!`4-%`-%[a+2!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-31-!#3ER%3m''a$p#+d413!#!!N0LaF-$3d@P!mS'*3!!!!*%GFDda"$'6m1MaPY!!)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-35-!!!NCK4-N&a)2$"BM%eN!!J!*$Hm6!a&2%e3+"4+Q!!)!#3F)$8J'a"%f"aX-,3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:36:#!!N18`Y8$%`+%K'k$A!!!!!*&(%AN40P%P83B"IT!!!!#3GX%Tm)M"D-#QJ4E3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-37-!!!N0V"CP$4i6QJXl&jm!!!!*"X8AF!R4&ld'BK86!!)!#3Mm%E8'"K&+#r-5)!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-41-!!!N+m"9m#fN9l!NE%68!!J!*#,N*a!MJ$[i)S`Dq!!)!#3Zi!TX)aJ(R$R!$3!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:42:#!!N4e`RP%'X)$4)M#NJ!!J!*&082S"Bl$8S6Za&i!!)!#3ia$P-1-`j8$*X0IJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-43-#!!N)G`FT"Si+Y!LT"XX!!J!*$$d&Q3VF"-X1qJFa!!)!#4-N$Hm4CJY,%hi1H3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-46-!!!N+ca$Y#884cJa@%Z8!!!!*$M%B[3ia&3),`KLp!!)!#3Mm&#m*LKB+#+J6&3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:47:#!!N)f`pr"li36JSG$T3!!J!*$--4-!bG%3`1j40"!!!!#4'e',d4'48,$r!AS`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-48-#!!N1-45d$h3@A!a)%M-!!!!*#e30*`Y8%,%2KJdR!!!!#4(i&!d4q!rE$488$3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-49-!!!N+m!cN#[!4aa!5$%)!!!!*%Z%9R41J%(d3A"@G!!)!#3ia%fF2cK5F#bN4)J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:50:!!!N)%`[C#1B3#!UH#pN!!J!*$T82I`cV$KB1Q3q#!!)!#4'8&&!5dK,E$ii@V`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-51-#!!N-Aa0&$@X8D`R"%'8!!!!*"dX+V3Ic$`))1`TH!!)!#3Y8#S`+(JRQ$5%,J3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:52:#!!N18`lB$B)-qJq6%EB!!!!*%3m@C4"r%e%,qKCP!!)!#3H0%KN*`K@$"c`4R!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:53:#!!N&h!k9"C`28JAc$N`!!!!*"N!1f!C$$ZF'3!lB!!!!%K$0!*!&2J!J!*!%%K$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:54:0!*!&2`!K!*!%'"$3!!!!#2q3"!!8!!!!3!!J!#!)V!)!N!38%0%!N!9"!!!!(`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-55-!!")3c`#3"8)%F'pcG!!!!"`3cJ!!!!J!!3!@!!J!!!"$!#!!+J!"!&N!#J)"!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-62-!&!!8!"3!&!!!!"34P3#3"`3!&!!8!"3!2!!!!"!4P3#3"`)!qJ"Z!!!!("$1!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:63:((`!!!!2G'`!+!*!&("$1!*!((`!!!!2G'`!+!*!&#J!$"94TE@9c!!!!("$1!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:64:((`!!!!2G'`!+!*!&("$1!*!((`!!!!2G'`!+!*!&("$1!*!((`!!!!2G'`!+!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-65-&("$1!*!((`!!!!2G'`!+!*!&%K$0!!!!#!!#rrm!&!#3"4m!N!3F%-i!N!FI!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-69-TE'`!!!!+!!-&E'PZC6%!!!!+!!-&E'PZC6)!!!!*!!-%F(*[B`!!!!S!!`9#E'&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:70:MD`!!!!J!!`0bC@3!!!!,!!-'Ch*KH6)e!!!!#J!$"9*PC$N`!!!!$`!$#NKeC6*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-71---M"6-c!!!!!2!!-+Bc)`E6-`H6%`-!!!!"!!!`YbC@3j-&4TER3b-!!!!!i!!`P
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx-74-d%6%!N!9N!*!,9!'Z(3B(*KKq!*!,0"%a!*!&C!#3#e8)0"ZH$Bi@lJ#3"B`!M!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/FreeHand_1.0.hqx:75:!!"`3cJ#3"bB!!!!$h4X!#J#3"4`3cJ#3"bB!!!!$h4X!#J!!rj!%$kS!!!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-6-!!!%R$`!"!*!1%!#3#4!!rlArTJmY#jS!#!#3$KN"!!)!!J!#!!!!"J!&!*!&&!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:7:"!5%#!!%!!!!"!*!'#J!$!#J*IJSb#Ai(#!Pq"`J%l!F)"1`(#!6X$9`%l!eF#Ai
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-8-0A!Pq$9`*IJSb!!3!N!8'!!-!J!!!!"`!!3%K!J!"!!!!!3#3#3-U!bS%1!55!!B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-15-&!J"$J!#3#R!!!"Z!!*!&!J"-!*!,$!!#IB!!N!8#!$!!N!X#!!!!J!#3"33!F!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:16:3#`%!!!"!!*!&"!#3!!#3$-!!!%!!N!8%!3J!N!`J!!"!!*!&"!B)!*!-%!!!)!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-17-3"33)#!#3$!J!!#!!N!8%-!3!N!`%!!!3!*!&"%!%!*!-!J!!%!#3"35!!J#3$!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-18-!!!J!N!8%J!)!N!`"!!!%!*!&"3!#!*!-!3!!"!#3"3B!!3#3$B!!!J#3"3B!!3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:19:3$B!!!J#3"33!!3#3$B!!!3#3"3`!!3#3$!%!!!#!!*!%&!!!J!#3#`%!!!#!!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-20-%&!!!J!#3#`)!!!"!!*!%*!!!J!#3#`3!!!!J!*!%4!!!J!#3#`3!!!!J!*!%K!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-39-#k`!#k`!#k`!#k`!#k`!#k`!#k`!#k`!#k`!#k`!#k`!#k`!#k`!#k`!#k`!(p`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:40:"!B$h!!Ih!!%"i2F!"rF!!3(`p`!(p`!"!Ich!!Ef!!$rp`!(pJ!"rm$i!!If!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-41-ri2J!"rB!!Iriq!!(pJ!"rrli!!Mf!!*rri$j!!Mf!!*rrm$j!!Mf!!*rrr$j!!M
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-46-f!!!(rIm!i2`!#[B!!!Ipr`$`r!!+pJ!!"rhr!2Mm!!Vf!!!(rIm!r2`!#[B!!!I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:47:pr`$mr!!+pJ!!!rhr!2lm!!Mf!!!$r2rm!!Vf!!!$r2m!J2d!#[B!!!2mr`#!r3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-48-+pJ!!!rcr!-$p!!Vf!!!"r2m!i2d!#[B!!!(mr`$`r3!+pJ!!!Icr!2$p!!Me!2c
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-52-"r2m!i2i!#23!r2m!i2i!#[3!!(rpr`$JrJ!+p!!!2rhr!1$q!!Vd!!!IrIm!i2i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:53:!#[3!!!rpr`$JrJ!+p!!!"rhr!1$q!!Vd!!!$rIm!i2i!#[3!!!(pr`$JrJ!)m`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:54:pr`$JrJ!+m`!!Irlr!1$q!!Vc!!!rr[m!i2i!#[-!!"rqr`$!rJ!,p!!"IiIqr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-55-!rJ!+p3!!$rcr!-$q!!Me!2[r!)$q!!Vf!!!(qrm!J2i!#2B!!!rlrrd!#2B!!$r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:56:lrrd!#2B!qrm!r[d!#[F!!!(lr`$qr3!+p`!!!r[r!2cp!!Vh!!!(qrm!q2d!#[F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:57:!!"rlr`$`r3!+p`!!(r[r!1$p!!Vh!!!rqrm!J2d!#[F!!(rlr`#!r3!)p`$kr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-58-!r3!+q!!!!IVr!1$p!*J!&J#!!!!!ZJ#Z!)!!!!#k!+i!J!!!!,S!VJ!$#[J!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:59:kr`$Jr3!+q!!!!rVr!2$p!!Vi!!!$q[m!m2d!#[J!!!Ikr`$ir3!+q!!!$rVr!2M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-60-p!!Vi!!!2q[m!r2d!#[J!!!rkr`$mr3!+q!!!(rVr!2cp!!Vi!!!Iq[m!r[d!#[J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:61:!!"rkr`$qr3!+q!!!(rVr!2lp!!Vi!!!Iq[m!r[d!#[J!!$rkr`$qr3!)q!!!2rR
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-62-rr3!)q!!!2rRrr3!)q!!!2rRrr3!)q!!!IrRrr3!)q!!!IrRrr3!+q!!!IrRr!)$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-64-rqIrp!!Mi!!!rqIrp!!Mi!!!rqIrp!!Mi!!!rqIrp!!Vi!!!rq[m!r[d!#[J!!$r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:65:kr`$qr3!+q!!!(rVr!2lp!!Vi!!!Iq[m!r[d!#[J!!"rkr`$qr3!+q!!!(rVr!2c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-66-p!!Vi!!!Iq[m!r2d!#[J!!!rkr`$mr3!+q!!!$rVr!2cp!!Vi!!!(q[m!q2d!#[J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:67:!!!Ikr`$ir3!+q!!!!rVr!2$p!!Vi!!!$q[m!m2d!#[J!!!(kr`$Jr3!+q!!!!IV
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:68:r!-$p!!Mh!2Vr!-$p!!Vh!!"rqrm!J2d!#2F!!$rlrr`!#[F!!"rmr`$qr!!+p`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-69-!$rcr!2cm!!Vh!!!(r2m!q2`!#[F!!!2mr`$`r!!+p`!!!Icr!1$m!!Mf!2cr!-$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:70:m!!Mf!!!rrIrl!!Vf!!!2r[m!r2X!#[B!!!2qr`$`q`!)p3$qr`$!q`!)p3!#$rr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-71-qqJ!(p!!"2i$k!!,V!*J!&J#3"8!!VJ#3"8!!VJ#3"8!!VJ!"!ZX!!ZX!!ZX!!ZX
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-77-$2rrrJ2S!#IB!!crrrq$k!!Rf!!-rrrr`qJ!*pJ!$2rrrr2S!#IB!!crrrrlk!!M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:78:f!!!Ir[rk!*J!&J"!!!!!J!#Z!%!!!!#!!+i!3!!!!)!!VJ!"#[B!!"rqr`$!q`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:79:+pJ!!(rlr!1$l!!Vf!!!Ir[m!m2X!#[B!!!rqr`$iq`!+pJ!!$rlr!2cl!!Mf!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:80:2rIrl!!Vf!!!2rIm!J2`!#[B!!!rpr`$!r!!+pJ!!"rhr!1$m!!Vf!!!(rIm!m2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:81:!#[B!!!Ipr`$ir!!+pJ!!"rhr!2cm!!Vf!!!(rIm!r2`!#[B!!!2pr`$qr!!)pJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-82-!!rcrr!!+pJ!!!rcr!)$p!!Vf!!!$r2m!J2d!#[B!!!2mr`$!r3!+pJ!!!Icr!1$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:83:p!!Vf!!!"r2m!m2d!#[B!!!(mr`$`r3!)p3$mr`$ir3!)p3$mr`$mr3!+p3!!Irh
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-84-r!2lp!!Ve!!"rrIm!r[d!#[8!!(rpr`$qr3!)p3!!2rcrr3!)p3!!2rcrr3!)p3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-86-q!!Ve!!!(r2m!`2i!#[8!!!2mr`$JrJ!+p3!!!Icr!1$q!!Md!2cr!1$q!!Vd!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:87:rrIm!i2i!#[3!!$rpr`$JrJ!+p!!!(rhr!1$q!!Vd!!!2rIm!i2i!#[3!!!Ipr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:88:JrJ!+p!!!!rhr!1$q!!Vd!!!"rIm!i2i!#2-!rIm!i2i!#[-!!(rqr`$JrJ!+m`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:89:!2rlr!1$q!!Vc!!!Ir[m!`2i!#r3!!Aq(r[m!`2i!#[8!!!rmr`$!rJ!)p3$lr`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-90-!rJ!+pJ!!"r[r!)$q!!Mf!!!2qrrp!!Mf!!!rqrrp!!Mf!2[r!2lp!!Vh!!!"qrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:91:!r[d!#[F!!!2lr`$mr3!+p`!!"r[r!2Mp!!Vh!!!Iqrm!m2d!#[F!!"rlr`$Jr3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:92:+p`!!2r[r!)$p!!Vh!!"rqrm!J2d!#2F!q[m!`2d!#[J!!!(kr`$Jr3#B!"B!J!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-93-!!,S!VJ#!!!!!ZJ#Z!)!!!!#k!+i!!3Vi!!!"q[m!i2d!#[J!!!2kr`$`r3!+q!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-94-!!rVr!2$p!!Vi!!!(q[m!q2d!#[J!!!rkr`$ir3!+q!!!$rVr!2cp!!Vi!!!2q[m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:95:!r2d!#[J!!"rkr`$mr3!+q!!!(rVr!2lp!!Vi!!!Iq[m!r[d!#[J!!"rkr`$qr3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-96-+q!!!(rVr!2lp!!Vi!!!rq[m!r[d!#2J!!$rjrrd!#2J!!$rjrrd!#2J!!$rjrrd
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-100-!(rVr!2lp!!Vi!!!Iq[m!r[d!#[J!!"rkr`$mr3!+q!!!(rVr!2cp!!Vi!!!2q[m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:101:!r2d!#[J!!!rkr`$mr3!+q!!!"rVr!2Mp!!Vi!!!(q[m!q2d!#[J!!!2kr`$`r3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:102:+q!!!!rVr!2$p!!Vi!!!"q[m!i2d!#[J!!!(kr`$!r3!)p`$kr`$!r3!+p`!!Ir[
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:103:r!)$p!!Mh!!!rqrrm!!Vh!!!Ir2m!r[`!#[F!!!rmr`$mr!!+p`!!"rcr!2Mm!!V
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:104:h!!!$r2m!m2`!#[F!!!(mr`$Jr!!)pJ$mr`$!r!!)pJ!!2rhrq`!+pJ!!$rlr!2c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-105-l!!Vf!!!$r[m!m2X!#28!r[m!`2X!#28!!Jrrr[S!"r3!!6q!qJ!#k`$r$aBP)9"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-112-c0M!J-MJi)#dc0M!0*59&EQ4$EfeYC@jdF`dP*8*PCfPZ8(*[Be0PG$T"C'pLC9p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:113:*E'aeFh4bBA4[FPma,M%J-#!`$58J3fp`HA*TCfKd)#K$+5!a16Jh)%&NEf*P)&0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-114-jFh4PEA-J5@jMEh*`Eh*KG'9N,JdP)%&XE#"5D@GSG(-J8Q9cCA*fC@3Z$58J3@4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-115-[BQ8J5@aXGA0dFQ&dEh)JDA-JB5"dFQ&NC@eKFQXJEfBJ3@4[BQ8J8hPcG'9YFb"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:116:*EQ0[FR"[FQ&dC@3Z$5p"C'pLC9p*E'aeFh4bBA4[FPma,M%JC(9`)$%`-#"ND@0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-117-d)'4PCL"XEf&N)'*PCfPZ$5p@CA*cD@pZ)$!JC'9Q$5p5CACTFfP[EL!`)'4PCJd
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-138-dEh*c$5pIC5"EA5"NC@B0,ep&)(YIC5"XC@jRG'JJ-#"ZC5"lCh0KGQ8J-#"R)$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:139:J4b!`)'NJ-#"+)$!JDL!a)(FJ-6!J65"EA5!`)'30,d0[GA*TCA)J-M!J-#!`)$%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-140-JHL"E-#ij0MBJ-#ib06NJ,6!Z-M8j)$!Z16Bf$9pP)$!JCf9d)&pP)$)JCf9d)'&
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-177-PG!dP*89ZC&"bEfa[C`dP*8*PCfPZ8f9dGA!03@4[BQ9I5@aXGA0dFQ&dEh*I-5i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx:178:a)'*PCfPZ$@i0*59&EQ46CA4eF!d`)'F0-#"($6!JD3d`)%S0-#"U$6%JG`da-#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/DrawingTable_1.hqx-179-0$9YG-#"N$58P6QpdC6S006FJ,6%h0L"Y$6%d-b!Y-M%j)$%a-b!Y-M8e)$%`0L!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-2-:!Q0N!%0,4&4$8N4A!3!!!"-B!*!%lA`!"!Fh,c)b,cJi!*!%rp6rr!'X!M`!$`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:3:!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-4-"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!)N!33)!!!%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-9-%)!#3"#!!N!3J!*!%)!#3"#!!)!#3"#!!!!"Q#d3!N!6ri)!!rmi!!!!IJ!!!-J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:10:!!3J!!!%6!!!"4`!!!AF!N!m$!!!!%!!"!!!"C!!K!*!(!3!K!*!'!@3C5`!+!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-11-!#!!!!#%!N!GN!)F!N!XK!*!+!5H!!!&&!*!,L3!!!#d!2!#3"b!!LJ'C!)X"M3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-18-!!Ai!N!S#!*!%,3!m!*!()!#3')!!!43!!!#3!!!5!!$rkJ!!rrd!!2rP!!$rl3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:19:!!!3!!!!6!!!!'`!!!'B,i!"Q$#$rmB!!rr-!!!!1J!!!$3!!!,B!!!%Z!!!!d`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-20-!!8J!N!m,!*!&!3!!!@3!)3#3"`%!)3#3"f3C5`#3#5%!N!GN!*!0)3#3#m5!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:21:l!*!2,3!m!*!()!!!!@J!#J!m!!#(!!!X!"N!!`(D!N)!'3!$!N&rr`!Drr'!!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-22-c!!$rmB!!!!d!!!!1J!!!$3!!!!k!!2rc!!!!CJ[B!'B,k2ra!!$rkS!!!!m!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-23-9J!!!Y3!!!1S!!!$6!!!"&3#3$`S!!!!3!!%!!!&N!#%!N!F"!#%!N!GN'8X!N!N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:24:K!*!(C!!i!*!,)3#3#m3!!!$rJ!#3#L!!!!!Y!$`!N!FJ!!8!!+!U-$J#)'B5,b`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:25:!(UQU-$J+B'B'2b`!#+QCB4$rm3!!rqU!!2ra!!!!&B!!!!m!!!!9J!!!$`!!rqU
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-26-!!!"Q#L`!CJ[Jrq8!!2rB!!!!'`!!!#J!!!#p!!!!M!!!!2-!!!$F!*!2#3#3"3%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-30-!!!!Q!!!!&J!!!#B!!!!-!!!!*`!!rq`!!!!8!!$rj3!!!!8!!2rq!!!!#!!!!!N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:31:!!!!*!!!!#`!!!!J!!!!1!!$rq!!!!"!!!2re!!!!&`!!rr8!!!!D!!$rp3!!!"X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-32-!!2rf!!!!'J!!rrB!!!!A!!$rp3!!!'B,d!"Q#pMrjS!!rq!!!!!CJ!!!)!!!!-`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-37-!!!&N!#%!N!F"!#%!N!GN'8X!N!NK!*!(C!"r!*!,)3#3#pf!!!",!*!,JJ!!!#d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:38:!2!#3"bJ!J`'+!)-"L`#$!CS!J`'E!)3"L3#%!BS!K!'E!)3"R2r`J!$rl!!!!"Q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-39-!!2rJ!!!!%)!!!!S!!2rQJ!!!)!!!rqH!!!!+!!!!CJ[)!'B,d2re!!$rpJ!!!!X
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-42-Z!*)"&3#5!4J!NJ%V!*)",3#6!4Mrp3#3#`S!!!!,!*!+rrB!!!"Q#JJ!CJcNrr-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:43:!!2r`J!!!$3!!!!q!!!"l!!!"63!!!*8!!!&X!*!2"J!!!!J!!3!!!@3!)3#3"`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-44-!)3#3"f3C5`#3#5%!N!GN!(d!N!XK!*!,L!!!!9b!!*!+J!!!!#d!2!#3"b!!L!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-47-%!68!N!m1!*!&!3!!!@3!)3#3#5%!N!GN'8X!N!NK!*!(C!"f!*!,)3#3#iL!!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:48:QZ[3!N!Pj!!!!,3!m!*!,!`"k!0-!I!$k!(`!q`"p!0%!CJbB!'B-G!#3!!$5!'B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-49--T!#3"2r`J!$rki!!!!q!!!!8J!$rl)!!!#9&$!!,J!!!6N8-!*!0"3!!!")!!3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-56-2J!!!$3!!rq[B[2qaZ[-!&#G%rpM2*3#3$3-!!!!5!!%!!!&N!#%!N!CF!3"&!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:57:(C"P,!*!*)3#3"f3!N!dK!*!1rm9&$2rG!*!,,3!m!*!()!#3)2r`J!$rm`!!rr#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-58-!!!!0!!!!$i!!!!d!!!!2J!$rm`#31`)!!3!!!@3!)3#3"m`!)3#3"f3C5`#3#5%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-68-"!#%!N!GN'8X!N!NK!*!(C!"r!*!,)3#3#qf!!!"E!*!,JJ!!!#d!2!#3"bJ!J`'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx:69:+!)-"L`#$!CS!J`'E!)3"L3#%!BS!K!'E!)3"R2r`J!$rl!!!!"Q!!2rJ!!!!%)!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.1.hqx-70-!!!S!!2rQJ!!!)!!!rqH!!!!+!*!l!J!"!!!"C!!K!*!(c!!K!*!(C"P,!*!*)3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-8-3#8J!!!")!*!&#!!"!!J!N!9Uc@3!N!6qpJ!!!#!!!*6-!*!E%!!!P-J!N!X-!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:9:8a!!!rri!!!,X!!#8`!!+reIrb3(k!JRqpJ!!!YK`3#$C8d"ZqN(Zr[BJ#&+!,`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-10-3,[lf!N!!rdM!,`![,IQ)UGj54`a(!'4[!2p3$'hrrrQ1Ea![,IQ)UGJ!DXh8!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-17-!!%KS!!J[$+R63UG#Tbm-!!X!!2rZJ!!!#`!!!"'!!2re!!!!%B!!rr8!!2rZJ!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:18:!DXhN!'V0e!#3"`B!!2rcJ!$rp`!!!!b!!!!*!!!!!3!!!@3!)3#3"2!U!!i!)4Z
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-19-j!*!&C"P,!*!*)3#3"f3!N!dK!*!+!F5!!!%f!*!2,3")!*!2)!!!rkB!!!!5!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-38-!rqJ!!!!'!!!!'!!!!!%!!!&N!#%!N!6`+J!1!#%EZ3#3"@3C5`#3#5%")!$q!5!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:39:!C!!J!*!,)3%D!5%"'`#3"8!!!!&`!*!,)`!!!#d!5!#3$a!"*!%H!58!p`%P!2J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:40:"*3%H!58"(`%Q!2B"*J$h!5B"(`%Q!5!!"J!!rqJ!!2rk!!!!'!!!!'V1Q!"UcG!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-41-!N!F#!!$rpi!!rpi!!!!)J!!!)J!!!!%!!!&N!#%!N!6`+J!1!#%EZ3#3"@3C5`#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-44-!,3!!!!%!!!&N!#%!N!6`+J!1!#%EZ3#3"@3C5`#3#5%!B`"VIrm!C!!k!*!,)3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:45:k!(!!F`)!!!!"9)!!!E)!N!Yc!!!!,3")!*!2U!"V!("rr`&@!$m!4`"M!'Yrr`&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-46-A!%F!BhrrIrm!!!!J!6)"&J!6J!$re3!!!"D!!2r9!!!!(i!!rp8!!!!UJ!$reJ!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-69-!rq'!!2ri!!!!(S!!!!J!!!!HJ!!!#!!!rq'!!!"Ucf!!DXk!!*!($J!!rpi!!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:70:G!!!!)J!!!#-!!!!"!!!"C!!K!3S"1`%0!$X!)3%l!3X"1`"N'8X!N!NK!!%"L3)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-71-*!'3!N!dK!BN##3&+!*!%!6+!!!#aJ!#3$Ld!5!#3%`)!#J!"!!%"L3)*!D8!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-105-!)3!!!!%!!!&N!#%!N!6`+J!1!#%EZ3#3"@3C5`#3#5%!N!GN!*!0)3#3#bL!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:106:B!*!2,3")!*!2)!#3*2rY!!$rh`!!rqd!!!!K!!!!%`!!!#%!!!!6!!$rh`!!!'V
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-107-2)!"UcZ`"!!!"!!!!!`!!rqb!!2rB!!!!%i!!!#J!!!!"!!!"C!!K!*!%m#S!$J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-125-*)3!!!"3!!!"N!!S!N!XK!"3!!*Dm!*!&V!!!!-3!N!X+!!!!,3")!*!2)!!!!#B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx:126:!!!!H!!!!&!!!PV`!#J#3"!(J!S!!N!88!!#@[2rH!!$r`J!!rpi!!!!q!!!!)J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/CricketDraw_1.0.hqx-127-!!$i!!!!L!!$r`J!!!"aTE##1G'&TG#"eEQ8JCQpTFh0eF'9bFf0bDA"d!!B!N!8
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-21-ArrpQCJ!!!"Mrrc-crrm!'Irr-c2-c!!Drrmc-jQC!"[rrc-cCQB!(2rr-j!%!"h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:22:rrc-c!!!!([rr!!$rr`!Irrm!!-c-!#$rr`!!QCN!)Irr!!"QCJ!Lrrm!!$-c!#2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-23-rr`#3"56-c2q3"!!Pc-crrmc-!#E-c2rrQCN!*mc-rrpQCJ!Sc-crrc-c!#R-c2r
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-25-Crrm!-Fc-QCR-c!!bc-bCN!3!-mc-QCPQCJ!dc-bCQ6-c!$A-c*QC!!!!0Xc-CQE
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:26:rr`!hc-aQCXc-!$M-c'CQQCN!1Fc-CT!%!$V-c'CQ-c-!1mc-CQB!!!!mc-`c-rr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:27:r!$h-c$-cc-`!2Xc--c1CQ3!rc-`c-fCQ!%$-c$13"!""c-`c-`!!!%,-c!!!rrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-28-!3mc-!!$-c!"%c-`!!*QC!%A-c!!!CQB!4Xc-!!!c-`"(c-`!N!9)QCRrN!3!5CQ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-42-c!*Xc-mc-!!!!R$-cQCRrr`#G-c1CQFc-!*ic-jQ3"!#I-c1CQ@CQ!+!c-jQC-c-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:43:!S6-cQCN!!!#L-c0QC[rr!+-c-fCQc-`!T$-cCQDCQ3#P-c0QN!3!TM-cCQBc-`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-44-R-c0QCJ!!!+JcN!6rr`#T-j!%c-`!UM13"*QC!+XcN!4QCJ#X-j!'!+dcN!3!!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:45:Z-c-!!2rr!+mc-`!!c-`!X$-c!!#CQ3#a-c-!!'CQ!,)c-`!!-c-!Xc-c!*!&Y!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-46-!rj!%!,8!!2rrc-`!YJ!!rrqCQ3#h!!$rrfCQ!,J!!2rr-c-!Z3!!rrm!!!#k!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-47--c2rr!,X!!-b3"!#m!!$-c*QC!,d!!-c-CQB![J!!c-`c-`#r!!$-c!!!!-!!!*Q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:48:Crrm!`3!!QCR-c!$#!!#CN!3!``!!QCPQCJ$%!!#CQ6-c!-8!!*QC!!!!aJ!!CQE
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:49:rr`$(!!"QCXc-!-J!!'CQQCN!b3!!CT!%!-S!!'CQ!!!!b`!!CQBc-`$-!!!c-rr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:50:r!-d!!$-cc-`!cJ!!-c1CQ3$2!!!c-fCQ!0!!!$13"!$4!!!c-`!!!0)!N!6rr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-51-6!*!%c-`!e!#3"*QC!08!N!4QCJ$@!*!%-c-!eqlZ!*!&f0hG!*!&fEZl!*!&fUU
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-63-r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*#jr`!!!2m!!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:64:r!!!!r`!!!2m!!!$r!!!!r`!!!2m!!!$r!!!!r`!!!2m!N2m!N)`MN#X!N2m!N($
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:65:r!2m!r`$r!2m!)j",!2m!r`$r!2m!r`#3r`#39L13A`#3r`#352m!!!$r)j"a!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:66:r!!!!r`#3r`#30L13I`#3r`#3+[m!r`$r!#13L`$r!2m!r`#3r`#3(L13P`#3r`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-67-3&2m!!!$r)j#K!!$r!*$r!*!-)j#V!*$r!!$r!2mMN,Ar!2m!N2JMN,d!N2$r!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:68:MN-Ar!*$V)j$,!*$Mr`!MN0-!r`#3h#13f3#3e[m!)j$I!*$5)j$P!*$+r`!MN1X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:69:!r`#3a#13m3#3`513pIm!N,XMN2X!N,Ar!#13r`$r!*#a)j$r)j!%!*#Yr`!MN2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-70-MN!J!N+XMN2mMN!`!N+Ar!#13rb13%!$r!*#K)j$r)j!8!*#I)j$r)j!B!*#F)j$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-73-")j$r)j!d!*#!)j$r)j!fr`#3IL13rb130J#3IL13rb131!#3I#13rb131J#3H[m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:74:MN2mMN$S!N(SMN2mMN$`!N(Ir)j$r)j!qr`#3GL13@2mM)rmMN"2r)j!)rb13"[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-75-r)rmM)rmMN,F!N(BMN&Rr)b2r)j!Frb13"ImMN!Er)j#i!*"e)j!irrrr)j!(rrr
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-92-r)j!`!*#')j$r)j!Z!*#)rb13rb13+J#3M#13rb13+!#3MImMN2mMN#Er!*#2)j$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:93:r)j!N!*#4r`!MN2mMN#!!N*BMN2mMN"i!N*Mr)j$r)j!Dr`#3Qb13rb13'!#3Rb1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-94-3rb13&!$r!*#K)j$r)j!3!*#Pr`!MN2mMN!`!r`#3U513rb13#!#3Vb13rb13"!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-95-r!*#a)j$r!*#er`!MN2X!r`#3ZL13p3#3`2mMN2%!N-BMN1X!N-Rr!2mMN1Ar!2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:96:!N-mMN0m!N0Ir)j$C!!$r!*$E)j$6!*$Kr`$r!#13b`$r!2m!N1JMN-8!N2$r!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:97:MN,hr!*$k)j#e!*$r!2m!r`!MN+X!r`$r!*$r!*!,)j#K!*$r!*!Ar`!MN*F!!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:98:r!*$r!*!J)j#,!*$r!*!Ur`$r!2m!)j"r!2m!r`$r!*$r!*!h)j"a!*$r!*"(r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:99:!!2m!)j"I!!!!r`!!!2m!N2m!N&JMN%X!N2m!N'Vr!2m!r`$r!2m!r`$r!2m!)j!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:100:V!2m!r`$r!2m!r`$r!2m!r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-101-3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-110-!!(B!!!"f!!!!GJ!!!(B!!!"f!!!!GJ!!!(B!!!"f!*#P)j!S!*!39C"2!*!B6*"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:111:`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b3F!#3T(BMN#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-112-!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-115-9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!39C"2!*!B6*"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:116:`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b3F!#3T(BMN#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-117-!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-120-9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!39C"2!*!B6*"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:121:`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b3F!#3T(BMN#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-122-!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-148-3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:149:3r`#3A846493!!!"8!!$rr`!!!#i!5!!"!!!!!J!!!%X!!!$%m`"rrrrrIrrrr`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-150-65'J!!!!"!*!4!3!"!*!&!5qL!*!-!9S!!!"J!!,rr`!!!#S!!!!#!*!4!3!"!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-159-%`0+c``!#b0ApcJ!$!"FPH!!'!3kQA!!&!!!!MJ!'rrm!!!!8!!S!!N0)39)!@"A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:160:)!($rr`!!!!%!!Irr!*!)$!%!N!8#!*!&!Irr!*!%$!(rr`!!!!%!!!!&!!(rqJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-161-"!!!-!Irr!!!!!3!!!"B!!IrV!!!!!3i"rrm!!!!"!!!!)J!"rpm!!!!#$!(rr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-162-!!!%!!!!"!!(rrJ!#!!!-!3!!!#i!"Irr!!!!"J!%!!&)390)!!)"#`!"!!)"$`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx:163:%!!)"%!!$!!-"#`!#!!3"#`!&!!!!2J!#rrm!!!!8!!S!!N0&6%`!@"A-!!$rr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_4.0.hqx-164-!!!%Ir`!!!!)!N!Mrr`!!!!B!!"rr!!)!N!XF!!,rr`!!!!B!"!!"5%&65!!#(rm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-1-(This file must be converted with BinHex 4.0)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:2::#R"KD@jd-LjMGfX!3eG39%*23Nm"!!!#mb`!!!'L!53#!$`$3Np#6`!"!%m)E!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-3-3"!-B!Q3!13!j!$N!13!j!$N#h`)V!3!!!3#3%J%!!!)!!J!!!%m*U!!"!*!&!3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-21-!'Irr-c2-c!!Drrmc-jQC!"[rrc-cCQB!(2rr-j!%!"hrrc-c!!!!([rr!!$rr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:22:Irrm!!-c-!#$rr`!!QCN!)Irr!!"QCJ!Lrrm!!$-c!#2rr`#3"56-c2q3"!!Pc-c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-23-rrmc-!#E-c2rrQCN!*mc-rrpQCJ!Sc-crrc-c!#R-c2rr!!!!+Xb3"2rr!#[-N!B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-25-CN!3!-mc-QCPQCJ!dc-bCQ6-c!$A-c*QC!!!!0Xc-CQErr`!hc-aQCXc-!$M-c'C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:26:QQCN!1Fc-CT!%!$V-c'CQ-c-!1mc-CQB!!!!mc-`c-rrr!$h-c$-cc-`!2Xc--c1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:27:CQ3!rc-`c-fCQ!%$-c$13"!""c-`c-`!!!%,-c!!!rrm!3mc-!!$-c!"%c-`!!*Q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-28-C!%A-c!!!CQB!4Xc-!!!c-`"(c-`!N!9)QCRrN!3!5CQCrrr-c!"+QCRrrjQC!%Z
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-42-rr`#G-c1CQFc-!*ic-jQ3"!#I-c1CQ@CQ!+!c-jQC-c-!S6-cQCN!!!#L-c0QC[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:43:r!+-c-fCQc-`!T$-cCQDCQ3#P-c0QN!3!TM-cCQBc-`#R-c0QCJ!!!+JcN!6rr`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-44-T-j!%c-`!UM13"*QC!+XcN!4QCJ#X-j!'!+dcN!3!!!#Z-c-!!2rr!+mc-`!!c-`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-46-!rrqCQ3#h!!$rrfCQ!,J!!2rr-c-!Z3!!rrm!!!#k!!$-c2rr!,X!!-b3"!#m!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:47:-c*QC!,d!!-c-CQB![J!!c-`c-`#r!!$-c!!!!-!!!*QCrrm!`3!!QCR-c!$#!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:48:CN!3!``!!QCPQCJ$%!!#CQ6-c!-8!!*QC!!!!aJ!!CQErr`$(!!"QCXc-!-J!!'C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:49:QQCN!b3!!CT!%!-S!!'CQ!!!!b`!!CQBc-`$-!!!c-rrr!-d!!$-cc-`!cJ!!-c1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:50:CQ3$2!!!c-fCQ!0!!!$13"!$4!!!c-`!!!0)!N!6rr`$6!*!%c-`!e!#3"*QC!08
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-51-!N!4QCJ$@!*!%-c-!eqlZ!*!&f0hG!*!&fEZl!*!&fUUU!*!&fiL)!*!&h(Gh!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-53-!j!!!UUS!!!$P!!#)L!!!!1B!!(Gh!!!!j`!!998!!!$S!!"%4!!!!1N!!#)L!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:54:!kJ!!%4%!!!$V!*!%lZi!l!#3"0hG!1d!N!5lZ`$Z!*!%UUS!l`#3")L)!2!!N!4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-55-hG`$a!*!%998!mJ#3"%4%!2-!N!3L)J$d!*!%%4%!pHk3"J$fhC!'!2HlN!B!q+U
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-62-r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:63:r!*$r!*$r!*$r!*$r!*$r!*$r!*$r!*#jr`!!!2m!!!$r!!!!r`!!!2m!!!$r!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:64:!r`!!!2m!!!$r!!!!r`!!!2m!N2m!N)`MN#X!N2m!N($r!2m!r`$r!2m!)j",!2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:65:!r`$r!2m!r`#3r`#39L13A`#3r`#352m!!!$r)j"a!!$r!!!!r`#3r`#30L13I`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:66:3r`#3+[m!r`$r!#13L`$r!2m!r`#3r`#3(L13P`#3r`#3&2m!!!$r)j#K!!$r!*$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-67-r!*!-)j#V!*$r!!$r!2mMN,Ar!2m!N2JMN,d!N2$r!!!MN-Ar!*$V)j$,!*$Mr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:68:MN0-!r`#3h#13f3#3e[m!)j$I!*$5)j$P!*$+r`!MN1X!r`#3a#13m3#3`513pIm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:69:!N,XMN2X!N,Ar!#13r`$r!*#a)j$r)j!%!*#Yr`!MN2mMN!J!N+XMN2mMN!`!N+A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-70-r!#13rb13%!$r!*#K)j$r)j!8!*#I)j$r)j!B!*#F)j$r)j!D!*#Brb13rb13([m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-72-U!*#*)j$r)j!Zr`#3K513rb13-!#3JrmMN2mMN$,r!*#")j$r)j!d!*#!)j$r)j!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:73:fr`#3IL13rb130J#3IL13rb131!#3I#13rb131J#3H[mMN2mMN$S!N(SMN2mMN$`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-74-!N(Ir)j$r)j!qr`#3GL13@2mM)rmMN"2r)j!)rb13"[rr)rmM)rmMN,F!N(BMN&R
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-93-!N*BMN2mMN"i!N*Mr)j$r)j!Dr`#3Qb13rb13'!#3Rb13rb13&!$r!*#K)j$r)j!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:94:3!*#Pr`!MN2mMN!`!r`#3U513rb13#!#3Vb13rb13"!$r!*#a)j$r!*#er`!MN2X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-95-!r`#3ZL13p3#3`2mMN2%!N-BMN1X!N-Rr!2mMN1Ar!2m!N-mMN0m!N0Ir)j$C!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:96:r!*$E)j$6!*$Kr`$r!#13b`$r!2m!N1JMN-8!N2$r!!!MN,hr!*$k)j#e!*$r!2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:97:!r`!MN+X!r`$r!*$r!*!,)j#K!*$r!*!Ar`!MN*F!!!$r!*$r!*!J)j#,!*$r!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:98:Ur`$r!2m!)j"r!2m!r`$r!*$r!*!h)j"a!*$r!*"(r`!!!2m!)j"I!!!!r`!!!2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:99:!N2m!N&JMN%X!N2m!N'Vr!2m!r`$r!2m!r`$r!2m!)j!V!2m!r`$r!2m!r`$r!2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-100-!r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-112-!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:113:39C"2!*!B6*"`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-114-3F!#3T(BMN#J!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-117-!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:118:39C"2!*!B6*"`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-119-3F!#3T(BMN#J!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-122-!N+8MN#J!N""9N%m!N"K-N(!!N+4f)j!S!*!2GP@36hB!N"Cf6*"`!*#P)j!S!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:123:39C"2!*!B6*"`!*#NGL13+!#3$hC9N%pf!*!@GNb3F!#3T513+!#3%&@36`#3'%b
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-124-3F!#3T(BMN#J!N!pf9C"2GJ#3&RC-N(!!N+8MN#J!N""9N%m!N"K-N(!!N+4f!(B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-148-3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3r`#3A846493!!!"8!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx:149:rr`!!!#J!5!!"!!!!!J!!!%X!!!$%m`"rrrrrIrrrr`"2#$`!!!!"!*!4!3!"!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisWorks_2.0.hqx-150-&!5qL!*!-!9S!!!"J!!,rr`!!!#S!!!!#!*!4!3!"!!!!6`QS,k)!N!`"@J#3%3%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-8-!!3!!B3#3$!J!!!!"!!!!!3!!B!!$!*!+#J!"!!"!!!!"!!"K!J%!N!S-!!)!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:9:!!$)!!'!!!`#3#J%!!`!#!!!!!3!!B3#3$"3!"!!"!!!!!3!!B3#3#`%X!!8!3NA
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-10-m!!!!%!!#!*$r!!"#5f3!N!3"!*!13NNm!%**5!#3"!%!N!4#563!N(9#56!!N2m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-30-*%L4)N6rriFFFFFFFFFF!!@!$!!!!!8!"jQD3"crmMMMMMMMMMMN!&'%!N!3"2rc
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:31:e`SpF+2A#Md!"K9@3"`%XB3#3#`(b!!Rrr`!!!$B!!!!"!+-!!!!"!!!!#`#3"!M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-32-(J+-53faKFQPc)&K86N3J3R*TC'GP-3#3$3&38`"339GA8!!!%deTBh*[FfpQG#"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-116-3&2rr!*!(B!!#rrm!!!!U!!!!!J#3%3%!!3#3"QRS!*!-!@!!N!S#4J!!!C-!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:117:"!*!'3))!N!`"r!#3%%46493!!!$Z!!(rr`!!!$J!UJ!"!!!!"`#3#`%!!+4-Irr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-118-rrhrrrrm!3NMi!*!9!3!"!*!&"J#3$J&J!*!%rj!%!(m!N&)"!*!1"!!!&i)!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-119-!!!)!!J#3#3J!N!3G"N#!!*!%rrm!N!Ff!!(rr`!!!#S!!!!#!*!4!3!"!*!'D0B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:120:!N!`"B!#3#%46493!!!#f!!$rr`!!!$J!UJ!"!!!!#!#3$8eTB`!#m!!!!N!!!%*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-121-*$!#3&3%!!3#3"3F!N!i"B!#3"2q3"!#384aZG!!!!$B!!Irr!!!!+J!!!!)!N"%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-124-3$!3!!"H#!!!"!!!#!!)!N!N+!*!%(3C!J!#3"2rr!*!%!5!!!`!!2J!!!'`!!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:125:-!!!!NJ!!!!%!!!)!!J#3#3`!N!Q!!!$rr`#3"!)J!`i!!&#!!!"VJ!!!8B!!!@L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-126-!!3!"!!!#!!)!N"Err`#3"!8J!)i!!)q!!!"pJ!!!r)!!!6Z!!3!"%3!#!!)!N"E
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-133-"!*!'D0`!N!`"B!#3#%46493!!!"8!!%!!!!(!*!%JJ!"!!!-!!!!#3!!!!F!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx:134:"!!%!!!"#4J`!3NB)!%*'B!#3#!3!N!JQ!!i!3NC8!!%!$J#3"`%!N!F)!*!,$!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/ClarisDraw.hqx-135-3"48!!!!-!!%!N!F+!*!&#!"#4K3!!!!)8faTC'8J-3#3#846493!!!$Z!!(rr`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-4-3$J%"!!%!N!3J!%!!B!#!!-!"3!'!!F!#3!+!!*!62J!!!!%!!3!3!!!!!3!$2rb
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:5:!!*!)"`!$!!F!#`!1!!$rq!!!!(J!N!i@&3#3"Xc-rj!%!!!!![rr!%N!!2rr!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-6-!&!!%!!3!6!"-!!%!#!"+!%S!)J!#!!%!(3!#rrm!'J!Q!!i!!2rr#!!!!2rr!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:7:!"!!!!!S!N!6m'2`B!*$r!*$r!*$$!3#3")!!!!#!!!!!J!!!!)!!N!B"!!!!!`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-8-3'9SC6!!L!!%!N!i)6'&jCA)J)c%!!LJY!%0[F(NJE`!$!!!!$!#3"[rq!*!r#2r
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-12-!!!)!!!!$!!`!N!3"!!"D!!`!!`!#!!!!@J!"!!!!!J!!!!-!$!#3"!%"!"3!$!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:13:$!!)!!!"D!!%!!!!#!!!!!`!-!*!%!3)!&!!-!!-!!J!!!&S!!3!!!!)!!!!$!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-14-!N!N"!"!!!!!$!!%!!!")!!!!!3!!!!%!!!%L!%IbcJ"(llS!4qq+!3!!4r,1!!)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-27-q!!!Zr!!%!3!-!!,j!!(r![X!qrrN!!HM!$B!X`"S![d!!3%"q`!!C[i!#Q3!'J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:28:"!!%!$3!#q3!"r`,p!$)"!!$lrq3!"pS!1J$U!'`#r3!"!3(l!!$+rJ!+C!!D!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-29-!!3!0!!,j!!(r![X!qrrR!$lq!!lm!$N")!#""33#!!!)!46f!!JC!"N!!3!0!!,
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-32-1cJ$I!3X"K`3%!J!!#!%8mJ!!!Ii!!!(j!!(r![X!qrrP!!J"PJ"$!DB!G3,p!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:33:"5!!"r!!"!C,q!!CN!"S!!3!"rJ!!!rN!!Im#q`$lrq3!$NS!1!"`!-CM"!-!!!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:34:"!Id!!3(frJ!!$[`!"!%!$3!"q3!"r`,r!$,p!2[rj!!15J!f!8J!aQ-%!`!!#!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-35-"r3!"!J6q!!!8r!!!!Ii!!!(j!!(r![X!qrrT!&Am!!G*!3N!Z!(X"2d!!3N"r!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:36:&!q`!!!d#r!!!!Ii!!!6q!!!5rJ!#%`%#q`$lr`%"$[)!"6H!!!"aJ2`!$`%B!2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-37-"93%B"KXE!!!)!46h!!(rT[m!@!%!!Ii!!!Aj!!(r![X!!Fc-rIrp!!D!!)!!J!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-40-m!!!"rJ!!#2N!!Im3q`!"c-cprrd!"`CN!#3'C!!Nm!!(5J%+!,F"k`,q!%i#!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:41:"r!!,!N!!!!'X!"S!!3!"rJ!!"2N!#`%#!%S!!!%+!!$rrq)!"dN"#3#i!H`*r3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-42-"#3(m!!%3l[i!!M!!'[i!!!(q!!!%q3!"!3*"$3"+!!!"#J!!rrm!!!%1j`!2!8B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-43-!S!&e!1!*"!)!!!J"([d!!3)BrJ!!+2`!!!(q!!!(q3!"r`,l!!(-c2hrk`"EqJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:44:($`!X!$d!A`Ap!!)*!46p!!X5*!!!!A!!%!!3!!(q!!!)q3!"r`IpCJFc-mc-!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-45--c2d!"rQ0"S,jM3D#m!!('!%3!%3"3!6p!!)*!46p!!86P!!!"#$r!&3$!!$rr[i
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-50-'3r!!"iF!3J#H!'S%r3!##3%8r3!&)-B!!!(-r3!"rrlq!!!,q3"1!3%#q`!"c-c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:51:prrd!"rQV!"MjU`!Bm!!0Q`$r!*`"!!-"!8a-#!6m!!%dM2i!!Li!!ri!!!(q!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-52-0q3!"!3,l!2[rr3!'J!#!!)!!J2J!5rJ!$CX!r`#F!3!$!3&-6!J%r!!"0,Vq!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:53:Z!!2q!!!"rJ!!$[N!!3%#q`$lrrd!"S!!J!#!!)$[!!l#!Cm!l`(B"!%"6%`)!3(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:54:h!%Rm!!!"rJ!!$rN!!3%#q`$lrrd!"S!!J!#!!)$`!!J")`'r!6-"m3,p!!!"q`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-55-"01Mq!!*Q!"Vq!!!"rJ!!%2N!!3%#q`$lrrm!1HB!$KB"EJ!B!H!$"!4-6!J"&2d
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-60-!"S!!3!#!!-$k!%rf!!ij!DS!5J)X!`3%6%`)!46p!!%fJ2i!"#i!!J!(r!!!&2N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:61:!!Im#q`$lrrX!!-$q!!"!m!!9!Md!0`*k!(`*"!4-6!J"&!!"!!!i([m!BJ%!-2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-62-!"!%!,3!GrJ!!2ri!!Lcr&IX!!Fc-rIm,!!d!!+'HSrdGPi8Nr!!'(Mhm!#'+1rd
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-64-!"S!!J!#!!)$`!!m"T3&U!Dm"b3-"!3!!#!%8r3!"0cMq!!!ZrJ!#!3!"rJ!!'2N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:65:!!Im#q`$lrrd!"S!!J!#!!)$`!!8"V3&a!FGC#3(4!`%"!!!)!46p!!%hC[i!!#l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-66-q!!)"!!(q!!!Cq3!"r`,l!2[rr3!'3!#!!-!!J2!!$`&b!Fm"M!)[!`%"!!!)!46
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-69-!J2`!8I8!$`'I!H-"U3*#!`%"!!!)!46p!!%hm2i!!#lq!!)"!!(q!!!Fq3!"r`,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:70:l!2[rr3!'J!#!!)!!J2!!$`)Y!*`#A3$,!`3%6%`)!46p!!%iQ',q!!)Z!!,q!!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-71-"!#d!([i!!%(p!!(r![X!qrm,!!d!!!hcdh'd&4&'r!!''&-4!"FHk[d!$`)p!$F
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-78-)!43!!3!!1alq!!T`!,3!!3!"!#d!([i!!%6q!!*&!3,l!!(-c2hr#`!0!!#0cT)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:79:ZMHai#rm!E2i!"J`Nl!!@SYEp!"8#c3"+!Z`!UJN%"%a-#!%8!!%!!$M'rJ!!D2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-80-!"!%!,3!HrJ!!4[i!!M,r&IX!!Fc-rIm,!!d!!(FEX#K@hXI+r!!'%!PP!#jih[d
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-96-I&[`!!LD9S2%!!'6p!!))!3(f!!!lrJ!!!Ii!!!,j!!(r&IX!!Fc-rIrh!%M[!"8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:97:#+`""!Qd!LJN%"%a-#!%8!!%!!$PqrJ!!-2`!!!(q!!!GqJ!%32m9!L[q!!4"!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-98-rrq-!$`)V!%%#E3#+1!3%6%`)!44-r3!"1Dlq!!"+r!!!!Ii!!"lj!!(r&IX!!Fc
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-104-!!Im9q`!"c-cprrd!!ih1NLj,!ihXH![a!"8#ZJ!k!ZN!P3N%"%a-#!%8!!%!!$a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:105:XrJ!!D2`!!!(q!!!HqJ!%4rm9!VVq!!3k!!$rrq-!$3+k!$S#k3#91!3%6%`)5`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-106-"&2d!!6c8rJ!!d[`!!!(q!!!Mq3!"raAl!!(-c2hrj3!2!U8!b!,A!4!*"!4-6!J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-120-!$2S!#"!!$!!3!!`!!ri!!!cl!!(rr[S!!!Mk!!!FrJ!!#2i!("*KBQ0NC@CR$3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:121:"!!%!A,m%!&bqB!"D'+`!A,ldr!!'#Irr!!%!%'i$!!`!!ri!!!ck!")3!!`!%!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-122--!!)!!`!%!5S!A!!`rJ!+"3!-!!8!"J!(!!Rq!!!BrJ!!&2S!!J3"D[i!"+!!!!&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-123-'rJ!%Z`!!!@lq!!6J!!!"GIi!!,Mq!!!$rJ!!$2X!!IrqrJ!!!Ii!!&6r!(N"!&V
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:124:q!!"-rJ!!)2i!D-C9EL"`CA4TG#"dCAKdC5""FQPKE%*[EfYYB@i0-6"`G$-`F(4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-125-LEfaNDA4KE'PM$A9ZC(*XD@jP$@j[FQeKE!eMC@jdCA)0Eh9dE'PZC3ecD'&NEhF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-126-!$3!,!&br"!"F[Q!!@KLX!&bqp2m!F2i!"!8!!3!)rJ!b$`!#!"3!!`!F!!3!)!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:127:&!#3!"J!S!!F!,`!)!$J!"!"'!!N!6J!+!&Arr`!#!"!!$!!$rJ!!$2S!"J%!%!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-128--!!2q!!i-rrm!!$-c!!%!$J!,"p(q!!!-qJ!'!3!0!!S!$[i!!!aFqJ!'!J!,!!J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-136-q2(ZlZrlZpJ!!313!!%$i!!+*!$M)!!$JrJ!$!i!!F2`!!-$k!!-$m!"qrJ!#"!I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:137:JrJ!*(i!$m!!'!!!(`2S!#3ii!-1!!!!-"q$r!'d,!"q!!r!i"!!!!m$Jq`!*'!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:138:$JF!!!!`$i2i!#Jq!!I"i"!!!!i(Jq`!*1!i$!-!!!!`$i2i!#Jq!!I"i$!!!!i(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:139:Jq`!*1!i(!1!!!!`$i2i!#Jq!!I"`(!!!!i(!q`!,1!i(!1!!!$`$li!2DJVJ$i$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:140:pm!!i!!!$J2S!&cJF$J"`im$r`rrJ2rJ2JIr`-2q$j`1!`2S!&MJ1!(IXF"`$rq"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:141:rr!q$rr(`1!FI!iI!q`!A!q!1!((`1"`$mI$mIJq(ir$`1"`2"`2!qJ!+2!i!F1!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:142:i(!2Kq2KY#ci2Mm(`i(JF$JF$J2S!&Ji1!($J("`$i2R`(`q2JI$JF$J1"`1!qJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:143:@"`i!F1!F(!2JqI!I$iq"m1"`1!i(!i$k!"B($J"`i"`F!q$jm"m2Mi(`i("`$JF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:144:$J2i!$KK`!M!($J"`i"`F!q$jm(B,(`q2JI$JF(!H$`1!rJ!C#)J#F!F'!'$J("`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:145:$i2R`(`q2JI(!i(!F$JIp!"N)LXG`"`F!i1!F(!2Kq2Jq$ir"mF$JF"`1"rd!'3L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:146:,)R!'!`$!i$JF!r(`r(i2Kq2a`1"`2!i(r3!1#)SL-!i$JF$`1"`$rq"r@`[m$i2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-147-rmFMK-(a1*b$q!"S)LL)F'!($!2K`(L2ri$ri(m(rqG$L1*k14d$q!"SFFm1(i!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:148:q!1I!$m2IJ!rJ(m$pq1"m$`m(Ji$p!!!#q`!!i1X!!!,l!!$Jq`!6kJ!!i13!!1$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-149-N!!$Jj3!"!I$l!!IV!!%(r+%!!SN!!SN!$mF!!(cP!!%"MZ8!!J-(!"6Q!!%("q8
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-166-%i!"H4)rqr`6J!(iJ"rlr"H!!Cj'Mrf8kE!rJ!!lQ#rj3Rq!!-PJ0ri%2i!!++5h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:167:ri$rJ!#JB#(rq(q!!L@"X2rrri!"!0!!2rrrJ!!`2!!rrrq$q!!3%)rrri2d!%`(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:168:rrq!!!)!!!2rri!!#!)!!2rrJq!!!`2B!!-$k!$Mm!!$!pJ!!`2F!!$$f!!!`q!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:169:#-!$!q!!#-!$!q3!%$!!!!`2k!!3-!!!$!rJ!!32!p`!"!m$k!&X&!!2!!!``qJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:170:%!m!!$$$j!!%``2F!!6$!q`!'-!!`!!!-$2`!"M!!-!!!$!cl!!3m!!!`$2S!"$`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:171:!!$!-r!!)`!`!$!$`!`!$rJ!)`!`!$!$`!`!$rJ!!!rm!E2i!![!!$2i!!!2m!!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:172:`!!cq!!F2!!$!m!!!`rd!"`m!!-$`!!$$rJ!!$2l!"-`!`$$!rJ!!$2l!"-`!`$$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:173:!r3!'!`!m$!!`-2`!"J-!2!`!-$$l!!Bc!c-`-!!`r!!'-`-c-$!!-2d!!J-`!%i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:174:"$!2k!!3$-!!-!rS!"M!$2!`!!-$m!!B`!c`-!!$!qJ!#$--$q!!#$--$qJ!$$-2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:175:!`2N!!`c$`-$k!!-2!-$!q3!$$`$!`2N!!`-!-!0@q3!$!`!`!rB!!X2-`2J!!X2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:176:-`2X!!J--22X!"3-!!!--22X!!!2q!!-$$!!-r!!'!`!!!``!$2`!!`-!!-$q!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:177:`r3!$`!!!`2i!!$$p!!A!!-!!!!0F!3$!rJ!)-!!!`!!!!`$!rJ!%-!!!`!cm!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:178:2`2i-!F!-r!!"$m$q$2N!!m--!$$j!!2$$!!`qJ!%!`-!--$k!!3$!`!``2`!"J-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:179:!2!`c!!2m!!B$!$`--`!$r3"GrJ!$!c-c-2N!!`-c-c$m!!F`!`!!``!!`2d!"c!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:180:$!!$$!!$!q!!#$!m-q!!#$!m-r!!'!`!---$!-2`!"J-!$$$!`$$p!!B-$!!!-`-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:181:-r!!,$!`!!$-$$!!!`!!!0`!$rJ!)c-!!-!$!!!!$rJ!$c-!!-2X!!X!$!rl!q`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:182:#`!-$rX$h!!$!pJ!!`2S!!!2f!!!$i!!TrJ!!$2B!!!cj!!$!pJ!!`2-!!-$f!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:183:!p`!"!i$a!!%$J2%!!31!q3!Lp`!!12!!!$M`!!!im3!!F2!!!($`!!"`q!!!A2X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-184-!!1$q!$Ml!!%)q2X!!1$i!!%2rrX!!1$h!!!-qJ!#!F!FmJ!#!F!FmJ!#!F!Fq`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:185:""R6l!!!Fq!!"#PAp!$m#!!!Fp`!!!IX!!"ch!!")qJ!"$JIa!!%1"rS!!3h`qJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-186-"$JIj!!!"q`!%!i!!!i$m!!%2rrX!"!1!!!1!r!"0q3!%!i!!!i$h!!3$J$J!$[J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-187-!!!,q!!3$J$J!$[N!!3rrrJ!%!i!i!!li!!!#rJ!"(($q!!!(p3!"(($q!!!(q3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:188:!!Ii!!4a`rJ!""`"#q`!"$GMm!!3((!!((23!"!FF!!FFqJ!!%2`!"!FF!!FFqJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-189-!![i!!Z!!"rB!!,Aq!!,J!!Ih!!%")ri!!Z!!"r%!43-1!!1!q!!!A2d!!`i!!i$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-191-r!($f!"Vp!!)r!($b!!)r!($[!!!rm!!!2r!!!$rC!$6l!!!2l3!!F2i!!$Md!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:192:`rJ!!123!!($q!!!ipJ!'r`!"`!1!123!"!(!!i!ip!!#!F!$-3'!12-!!MJF$[B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-193-!!!rq!!)i(!lb!!)i(!lf!!B2r`!!2`!1mJ!#2`!1mJ!#2`!1pJ!rrJ!'$Mm!!$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:194:$J2B!"Jir!!!r!i$f!!B12`!!2`1!pJ!%F!$MMJId!!4`!111"r3!"(!!iii(p3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:195:$ii(((2X!A!-!!!2`r3!$ii(((2N!!32`r3!$ii(((2N!!32`r!!(IMJ!!$J!F!I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-196-m!!!rr3!(IMJ!!$J!F!Im!!!rr3!(IMJ!!$J!F!Im!!!rr!!$"`1"ar`!!MJ!$[X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:197:!!3F$A`'"ar`!!MJ!$[X!!`F$JFIm!!)i!!lm!!!1r!!&!F!!!$Mmq`!!$[`!"3(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-198-!!!!ir2X!!!lm!!8"`!!!12cl!!31!1!"`2d!"3i!ii!i(2i!"!i!i!(!r3!&$J$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-199-MJ$JFB[i!"!i!i!(!r3!&$J$MJ$JFq`!"!F$p!!0q!"q1q3!"!F$p!!0q!"q1q3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:200:"!F$p!!0q!"q1r!!"!F$p!!K`!!2`2`!2`1$q!!%"`2d!#(!!!r!r!!r!i2i!!3(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:201:!r3!#F!!$9!A`2`!2`1$m!!!Fq!!$F$m!F2d!!"ci!!0`2`"`r3!!(2J!!h!r!($
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-202-l!!!(r3!'FF$rrm!$J2X!!!Ip!!Ca`2rr`!1!q`!!"rd!"R(!rrr!!i$m!%hm!!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:203:IrMmF!!ImpJ!'(rir(!!(r2B!"Krq2a`!"rci!!"`r3!%iirr(i$j!!"`r3!%iir
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-204-r(i$j!!"`r3!%iirr(i$i!!Fi!!!(i!!!i%Eh!!Fi!!!(i!!!i2F!"cJ!!!IJ!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-205-JpJ!&(!ri!!rip3!&(!ri!!rip3!)(!ri!!ri!!rrqJ!)F!$mIJ!!!F!Fq!!#F!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:206:m1`9q!!!"`"ci!!K`!2aq!!!"`"cc!!AMm$m!!2re!!,Mm$rb!!,Mm$rd!!-2`!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:207:1m`!'$m!!$J!!$r`!3IX!!`r!!!ld!!3$J!$MM[3!"!1!!111p!!%!i!!iilj!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:208:"`2X!!J1!12S!!3(!q`!#!i!iqJ!"!F$l!!-$J$J!-3%2rrJ!!`1"`"cc!!-$JF!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:209:Fm`!$!i(!(2!!!"cq!!%0[I8!!"c`!!!FqJ!#(rr`r!"D!3!Ir[m!r2d!!!(mrrd
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:210:!!!rmr`#!rJ!!(rcr!-$q!!"rr2m!i2i!qrm!m2i!!(rmr`$irJ!!2rcr!2cq!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:211:Ir2m!r[i!!!rlrri!!!Ilr`1!!!!$qrm#`!!!B3!"qrm!i2i!qrm!m2i!"Rrrri!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-212-!Ir$q!!Brri!!!!rirJ!"(rMq!!%2r2i!!3rJrJ!"$rlq!!%(`2i!!3rrrJ!"!i$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-213-q!!%(rrN!!JIr`2S!!JIri2S!!JIrm2S!!`Irq!"0q`!#$rrmqJ!#$rrqqJ!#$rr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:214:rqJ!$(rrrJ2X!!arrrm$l!!-IrrrJq`!$$rrrm2X!!`IrrrMl!!-$rrrmq`!$!Ir
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-215-rr[S!r[rk!!*rrribqJ!#2rrmqJ!#(rriqJ!#(rr`qJ!#$rrJqJ!#"rr!qJ!"!rr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-216-j!!%"r[J!!2ci!!!iiJ!#L3!#L3!#L3!#L3!#L3!5YJ!!$rEr!2ld!!!rp[m!r[X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:217:!)[S!!(rfr`$qp!$er`$qp!$er`$qp3!!!IAr!2le!!!$q2mQr[m!r[8!!!Ier`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:218:qp3!!$rAr!2le!!!IpIm!r[8!!$rer`$qp3!Q!(rer`$qp3!!IrAr!2le!26r!2l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:219:f!!!"p2m!r[B!!!(dr`$qr`!Qq!!!!I6r!2lf!!!"p2m!r[B!!!(dr`$qpJ!!!I6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:220:r!2lf!!!"qrmQq[m!r[B!!!(dr`$qpJ!!!I6r!2lf!!!"p2m!r[B!!!(dr`$qq3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-221-QrJ!!!I6r!2lf!!!"p2m!r[B!!!(dr`$qpJ!!!I6r!2lf!!!"pImT!IrqpJ!!!I6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:222:r!2lf!!!"p2m!r[B!!!(dr`$qpJ!!!I6r!2lf!!!"rrmQp[m!r[B!!!(dr`$qpJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:223:!!I6r!2lf!!!"p2m!r[B!!!(dr`$qr3!QqJ!!!I6r!2lf!!!"p2m!r[B!!!(dr`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-224-qpJ!!!I6r!2lf!!!"qImQr2m!r[B!!!(dr`$qpJ!!!I6r!2lf!!!"p2m!r[B!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:225:dr`$qp`!R!3!"p2m!r[B!!!(dr`$qpJ!!!I6r!2lf!!!"p2m!r[B!!!(dr`$q*[B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:226:!!!(dr`$qpJ!!!I6r!2lf!!!"p2m!r[B!!!(dr`$qpJ!!!Ihr*[Mr!2lf!!!"p2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:227:!r[B!!!(dr`$qpJ!!!I6r!2lf!!!"p2m!r[X!*[`!!!(dr`$qpJ!!!I6r!2lf!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:228:"p2m!r[B!!!(dr`$qpJ!!!IIr*[lr!2lf!!!"p2m!r[B!!!(dr`$qpJ!!!I6r!2l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-229-f!!!"p2m!r[8!!SN!!SN!!SN!!SN!!SN!-H8!!)$U!!9'!3)!%)$q!!)-!)$c!!8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:230:#!!)!!)$q!!!3m3!,`J(($M(!4,$J1('(r3"(p`!-3J)L%4#!4-N3%)L)J23!#d)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-231-#)Jm3J%5*%"#)L2-!#d)$iK%3J%5*m"#)Kr-!$%)#!K%3J%5*!"#)J)$d!!9#!L)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-232-4%)!C"Nb*%"#)L)$d!!Y#!F'2%'!dL1!3F)HT!!+*!!+*!!+*!!+*!!+*!!+*!!+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:233:*!!+*!!+*!'Ed!"LF!3!!Q`$rJ!#!!)!!J!!!!3!8!!`!!`!#rJ!#@J!"rJ!!![i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:234:!!J-!$2`!'*`"!!#E!2q!!)!!J!#!!!!"!"3!$!!$!!,q!!*D!!(q!!!#rJ!#!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-235--r!!!!ri!!!ck!!)3!!aPr!!!#IS!!"cq!!!)rJ!G%QaP)(4PH(4P$3!"!!%!A,m
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-239-$!"B!!3!Srrrq!!3-!!S!!ri!!!Rk!!B#!"!!$!!$rJ!!$2S!C!S"!")!$3!$#!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:240:!$2S!#J%!%`!0!!-3!!!-qJ!I%!!-!")!$3!6!!d!%!!-!"!!$!!3!!`!!"J"EJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-241-@!H$i!!J"!"3!$!!$!!,q!!*D!!(q!!!#rJ!#!`!-r!!&,3&`!#J#qJ"TrJ!1!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:242:Z!"!!!`!!JkJ!@J!"rJ!!![i!!J-!$2`!"N-"X3"!!LVi!!J"!"3!$!!$!!,q!!*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-243-D!!(q!!!#rJ!#!`!-r!!'J`()!)B#+[N!#3%!!&S!$!!$!!,q!!*D!!(q!!!#rJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:244:#!`!-Brd!"`'-!9d"KJ'kq!!)!3!8!!`!!`!#rJ!#@J!"rJ!!![i!!J-!$2d!"`'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:245:I!@3"Q3("q!!)!J!8!!`!!`!#rJ!#@J!"rJ!!![i!!J-!$2d!"`'[!@`"U3(*q!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:246:'!`!8!!`!!f`"!!,q!!*D!!(q!!!#rJ!#!`!-r3!(!F%"F`'l!G$j!!N"!!"D!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:247:!!`!#rJ!#@J!"rJ!!![i!!J-!$2d!"`''!G%"J!)Zq3!*!3%!&!!-!!-!![i!!PS
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-248-!!Ii!!!,q!!)$!!cp!!8"Q!(D!C*T!3)hq3!*!3)!&!!-!!-!![i!!PS!!Ii!!!,
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-261-[!,'U%!+'XdF!YlcX!T*Pd`#&%K`#H"El!(lr3!!!rrrq!$S5!RMah!$*&Ti#K4r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:262:B!-[QGJ+#8!!!f"4b!S*3!!$B&()#Hj!!B!$e6j`#Hj!!B!$e6j`#E*+-!2kY`!*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-263-iGPr!L!%"ICJ#BmfC!2bRGJ*McCN!r+Gf!PT[GJ$YUD)#9jqH!2RARJ*K,aB!d'j
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-267-#`)hX!*)'j`,!MH`!NJER!V-k%3#*NLi#XcS4!)Q5,J+TMFi!XhJ,!UPjGih1!,0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:268:i#`$H!UF!K`+q!,%#T`#a!UF!X3+S!,%#U3#a!UX!X!+X!,!#V3#[!Ui!V`+[!+i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-269-#X!#Y!V%!V!+b!+X#X`#U!V3!U!+e!+F#Y3#Q!VB!T3+h!+3#Y`#L!VJ!S3+j!+!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-274-%K`!!!ZRq!!59!!!#hIi!"*!!!!!#d2i!")8!!!,)rJ!%H3!!!XEq!!"erJ!DdJ+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:275:i!$X#jJ#4!X8!2!,%!$`#``!m!X%!2!+rHAF!1`+p!$X#Z`!m!VS!23+j!$m#Z!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-276-"!VJ!3`+j!%8#ZJ"(!VX!53+p!%S#`!",!X-!6J,'!&!#b3"8!Xd!@!,4!&d#e3"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-287-!&m)!!"ld!!!bp3!"!M,f!!)"$4(d!!#40IB!!d')N!#!p`!#3)M)pJ!#-)4)pJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:288:#B%@!p`!#"""$p`!$""N3B2F!!`3A%#$h!!)(#Blh!$-$!!B)K2B!!N%)J2F!!`'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-289-4#i$h!!%0%I8!!P%Bi2B!!@#)p3!"))$e!!%JX2B!!8!JqJ!cr!!"F"$e!!(J%28
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-293-bmT8"+f$U!!2q!!!-q`!"rrlk!!!0qJ!!(2i!!!Mq!#%5G'9iG'8J+b"cDf9h$3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:294:"!!%!A,m%!&bqB!"D'+`!A,ldr!!&$[rr!!%!4!33!!`!!ri!!!ck!!B3!!`!%!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-295--e3!#)!!#r3!!J2X!!K!!!Id!!%$l!!S1(%6K`"!(%4a%32i!#J%)N4#)"!)NL*%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-301-!!ViPa!(4a`!#[2QD!9UAqJ+T!,B"@`Z3!18!EI-!!a!!!)$q!!U-!%!!"!!!%!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:302:!J2i!9%!!)!!#!!!i1)RK`!J$jKaiFAZ!!""%L%)J#!)L%4"%`)!!%%4)3K!r!K%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-303-3#%*!3!!3I""Kq!3"#)3'%C!!-!!33#JK!!)!L%2##)JB!"K#4L#)!!$%-a*J-34
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-305-q!!!)rJ!R%R4PH(4P)#XJF'9bFh"PBh4TGQ8!!3!"!&br"!"F[Q!!@KLX!&bqp2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:306:!#K6rr`!"!"!!$!!$rJ!!$2S!"K!!$!!3!!cp!!B8!#)"0!#f9ri!"&J!)J!"m`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-307-6#%aKH@9b)#-a!!)S,3"$Eh"j)'rq!!3B!!)!!I-!%`C-BAPPFM)M-3!#+#d!3fp
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-309-)6'&jCA)J)c3!!LJY!%0[F(NJEri!""B!!3!"m`!6#%aKH@9b)#-e!!)S,3"$Eh"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:310:j)'rq!!3@!!%!!I-!"`K-BAPPFL!M@!Xf!!)S,3"$Eh"j)'rq!!3@!!%!!I-!%`K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-311--BAPPFL!M0`!#+#d!3fp`H5"[rJ!%&J!"!!(c!"-)6'&jCA)J)cJ!!LJY!%0[F(N
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-313-KH@9b)#-a-!)S,3"$Eh"j)'pC5d(Z!!d!#!!,!!i!$`!3!"3!&3!@!"N!'J!B!"X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:314:!(!!G!"i!&`!I!#%!)`!L!#!!*3!Q!#F!+!!T!#S!,3!d!$8!1!"*!$i!1`!Y!'6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-315-q!!5F!&SBV2i!!*3C&`"D!!S!$!!0!&SC"!!&V0F!@KN)rrpLq43&!!+P)!!+r3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:316:$!H!#J2`!!K3!!K3&!!+P)!!+r3!$!H!#J2`!!K3!!K3&!!+P)!!+r3!$!H!#J2`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:317:!!K3!!K3&!!+P)!!+r3!$!H!#J2`!!K3!!K3&!!+P)!!+r3!$!H!#J2`!!K3!!K3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:318:&!!+P)!!+r3!$!H!#J2`!!K3!!K3&!!+P)!!+r3!$!H!#J2`!!K3!!K-&!!!"i!+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-319-!r!!'&!!#T5!!#[d!#`N!)DKL5(J!(UKMG!%!H2RrEGhrGrrGrhIrhAIGGpehhAH
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-320-U9DT9UP@U99Ar9Ip9reArX6!$'pM!$)f!%!)J!3K!"!%#"!J3)%#!J%!J%!J%!J'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:321:$"`iF1($J`H"`1"`1"i2"lYflGqlGZhGhZphZGl[GlM0Qc*NcCXbCQFaQ-jR-Db&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-322-Q-hbidH2(Ladq2Kf,aq24Z(`)(#,"J!%#""!i4)-"J%!Jq3!!J2S!*i!!#!#!!!J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-325-kADjAUp9q[G[RjpZpIS*%+"!S4))"pq2G2RrqrI[[alYmrRqrhrN!qF`)rrm!!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:326:r!!$rq3$kI`$rrJ!"r`"[!J!!rrk)!2rqL!$rrS!!rri)rSJ!Mrk)%IL)4#)4)N5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-327-)L!!BCS%!''D"(rX3!2$q#!P`)"!)#!!3'"6crJ!)#"!J3%!J%!M-rJ!!-ri!&a%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:328:L4!!4)N3!J8)N'"JN3S%!#"`qIciF#2h`r3rpm2m2AJ%2$rPh!!$qr`!!r[rjJ!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-329-rqS$jL!!!rRF!!2jh!!$qI`!!r[IqG`"`rRF4"qlGhEZlhGhZrqHCI[rRQAlJqqm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-332-%m(JN3SF2%L%!#"3U95S8#)*%185#rJ%EhGS(fYfYF+frS,qp[Id&rIKd)NH2&b*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:333:a[`#r[rq`H$Z`X*P#**QC*%+CppreArU[qqm#!3)m3)"!2-!K%J``3)#!#!3U9Ip
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-334-!)"#!J%%q#!J8ikS!J!#)!)!!!"Mq,"`m'!"!S!!!"!S!!)"!)"!)"!)"EETefUe
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-335-AUpErJIfp&i(rUPqr[kVeqrX2KpZpH2$Yh[rhkp@UeA)PkrGhLBq2GjMiq+TXUXD
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:336:UE+V'Veq[A`d,$3[iG#SAVeHLF8$r3%$p6a'C3L3B'#4#QGd(hA$G"pe`)&$pL$!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-337-&!J1%5$!-!J%"%#"8U[m#"!KrIll"prIV()J8)N')!+S!!'b5JN3S%!#!3#!!!J3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-355-c-rrrr6-,rrm!!$-cc-crrc-crF`2-c2-c*QC-c2-c'CQ-c2-c2dc%Fc-!!!c-jQ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:356:Crrmc-jQCc-`c-rfC"6-cQCPQCQF$-c1CQIdc&jQC!!!c-fCQrrmc-fCQc-`c-fC
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-357-QQCNc-reQ!c-cCQEp-`0QCJ!!r6-"rrrp-`(-c2dc!CQCr6-"CQEh-ad!!$-c!!$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-360--r3!,QCRrr`!!QCR-c!!!rCN2!!#CQ@CQ!!#CQ6-c!!#CQId!#@CQrrm!!'CQc-a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:361:T"`!!CQDCQ3!!r@B*!!"QCM-c!!"QC[d!&c-crrm!!$-cc-`!!$-cQCN!!$-cCQB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-362-!!2dc!`!!-c2l!!(rrrd!!Fc-r3!"QCRp!!&QC[d!!c-clZlp!!(GhId!!EZlr3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-366-)qhIl9IY%qb,l%IX!9r[r(I`!mhd&,rrrC)S#M0eV#-)'S[,A#&D%l%EM!!#P2[d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:367:!-03!!N'V91Vr(b'hNa3a!!"NVa'`9J!XR38NN!$AF@!k0-!!`!$!!)!!J!#!!%!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-368-!3!"!qJ"c"3!F!J(r"ri"*`B"!Ii'!3%#"3%"r38"!3-%!3(m"!%""!-"!IX$!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-369-&!J%"qJ)"!3Eq!6(j!3%#"rm"![Mr!3%'rJ%"qIi"!3Ap!3(kr3%""2`"!I[m!3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:370:$q`%"r2X"!3,k!3(pq[i"#2N"!Ilj!J(rq$J4!!i"!3-$!3(m!`%"!J)"!Id#q`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-371-&rJ%#![rrrJ%BrJ%"r[i"!3,p!3(pr3%"!r`"!Icm!3(qq6-a!!`"!Im'!`(q"3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:372:""!3&!Id%"`(m!`3$rJ)$"2m"$36jr38'!2`&"[Vm!`J"q`-)qrXM)3!)!3%&"3i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-373-#qIm-"2Vq#JElr3J)r2`'#[hl"!cqqJ)1rrNA&3!&!3%%"!F"r2m&!rhq!`Aqr3%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-378-'q`%"![X"![hl!3(jq`%""IS%!Ilk!3(kqJ%"#`N%q3%"qrN)!Ici25J!1JF!#`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:379:#!JJ#"3-+"!i%!!8'"3-'#3B-"JF($`F&#!N)!!N$#3`*"[i+$`i+"!X"$!F-#J`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-380-0$331#!pR$B"IB&S!"[r[rqm!%!!3rIm"J!$pr`'!!2hr!S!!qrlr!B!!rIm"J!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:381:pr`'!!2hr!B!!rIm"J!$pr`'!!2hr!B!!rIm"J!$pr`'!!2hr!B!!rIm"J!$pr`'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:382:!!2hr!B!!rIm"J!$prdi"J!$pr`'!!2hr!B!!rIm"J!$pr`'!!2hr!B!!rIm"J!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:383:pr`'!!2hr!B!!rIm"J!$pr`'!!2hr!B!!rIm"J!$pr`'!!2hr!B!!rIm"J!"a2B"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-384-IB8B!"2rarr!!%!!2J!rJ!!"rr!!"rrm!!rrrJ!Irrm%2rrrJ(rrrm$rrrrNrrrr
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-390-!#`!)!%$q!!F%!!!))!!!!Id!#!L!!##!!!!%%[i!#%"!!!%3!!!N![i!!iL!!!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:391:q!!%352i!!`%!!!,p!!%J#2d!!"$p!!#!rJ"D#`!"!!J"U3*`!!!I%2X!qIm&qC!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-392-!!!##J2d!!`(J!S$p!!(r!2hrq!!%!3!"!!Ml!!8I%!!!rrrp!!N6[!!"d4J!!!+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:393:!rJ!-!`"8!$!!B`"2!!$r!2hrq!!!!A)G%93!F3!B!((rr`"aVY4!J11+!!!6d3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-394-"d4J!!!+!rJ!8!`"8!+N!B`#`)!!!"JqF!!B@"!!'q3!0rrm5j!!#&p3!!K@`!!M
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-403-SEJ!),bhq&NkY+'T+!&K2Cb*)E!#m,bhp6LmYrDT)E!!1F!![!%kY%`)T3!(86qm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:404:!&'!J5'`![#mYr8i[,IfU5'`!$R!!,`"1V4,b+8!"e%r[!"4+V!(89`!!!(J!$`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx:405:!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/Canvas_2.hqx-406-"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!*!1'3%!!!%!!!!"I!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-13-!K4ic"`!Y!!#&(NYY!#i!!)8HBpF!,le`-S%!!!!`[A!LZ3!!!$'pF%9b!!!!-Ve
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:14:`D#m!!!!c[A#+j`!!!$5pF+fP!!!!0DU%[A!!!!!fKmHpF!!!!$GP$Ve`!!!!1%*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:15:4[A!!!!!j(jLpF!!!!$S!!,e`!bJ!1`!![A!Pi3!m!!#pF%LH!$d!!,e`DeF!2J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-16-![A#1&!!rpF*"K3!!!%$e`Ld,!!!!3IA#@KF!!!"#pF+(+!!!!%2e`V3c!!!!42A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-17-#i88!!!"&h6Ee`J!!!%D`*IA#!!!!4i-CpF)!!!")9JMe`J!!!%NSrIA#!!!!5J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:18:!pF)%'!",!!$e`M%N!%`!!2A#AM8!63!!pF+,3!"1!!$e`VK5!%rrrfB,,K3!82r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-19-r9)iZ&!"4rrpl##i8!&,rrk'(,K3!8rrrb!%Z&!"8rrrZIbi8!&AV#2rr,K3!9X5
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-36-TCQErr`#hVK"QC[rr!,M+1fCQrrm!ZHCLCQErr`#krrpQC[ea!,[rrfCQi8S![2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:37:rCQE&(`#prrpQCUMh!,lrrfCQM-d![bi8rrrrr3$!,K6CK[rr!-%Z&,--rrm!`Li
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:38:8M)hrr`$$,K4Q%rrr!-3Z&$q9rrm!a8--,K6rr`$'DBXZ&2rr!-H3!!8Z&2rr!-L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-39-fJbi8rrm!bGcp,K6rr`$+rrmZ&2b"!-[rrbi8eJF!c2rr,K5[L!$0rrmZ&)N1!-l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:40:rrbi8BSm!c`!!pF,e[J$3!!$)YrA#!0%!!*ZVpF)!dJ!!ETVe`J$6!!""MrA#!03
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:41:!!"4ppF)!e4L-!!$e`J$@4Cd!!2A#!0GbU3!!pF)!f*qk!!$e`J$Cc-8!!2A#!0V
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:42:e`J!!mDS!frA#!!$%RJ$FpF)!!*H0!0he`J!!DS)!h[A#!!!pF3$I!!#pF,eY!1!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:43:!!*Uh[A!!i3!!GrkpF!$L!!"93Ee`!1-!!$+*[A!!j!!!$mZpF!$P%Z`!!,e`!1B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-44-eU3!![A!!jeKL!!#pF!$SHam!!,e`!1QGf!!![A!!kVe`!!#k5!$V[A!!!*H2!1b
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:45:pF!!!G0)!lEe`!!"5'3$Z[A!!!#pF!1m!!)8HK4`!m!!!E,L&(J$a!!"88S8H!2)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-46-!!$[TK4i!m`!!)i+&(J$d!!!,'B8H!2806!!!K4i!pL@e!!#&(J$h2KX!!)8H!2K
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-53-!!"Bh#dc-!!!!&bMi6-`!!!!B'Z*-c!!!!"N-cdc-!!!!'J!!6-`"5!!E!!"-c!p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:54:E!"`!!%c-(A!!(3!!6-`VK!!H!!"-c$QC!"q&(L0p!!!!))8H''B!!!!KK4i`c!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-55-!!#+&(NNe!!!!)i8HBC`!!!!NK4jk"3!!!#9hdS8H!!!!*PpTK4i!!!!R4`1&(J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-56-!!#JZQS8H!!!!+4BcK4i!!!!U!!#&(J)i!#X!!)8H'Ti!,!!!K4ic"`!Y!!#&(NY
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:57:Y!#i!!)8HBpF!,le`-S%!!!!`[A!LZ3!!!$'pF%9b!!!!-Ve`D#m!!!!c[A#+j`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-58-!!$5pF+fP!!!!0DU%[A!!!!!fKmHpF!!!!$GP$Ve`!!!!1%*4[A!!!!!j(jLpF!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:59:!!$S!!,e`!bJ!1`!![A!Pi3!m!!#pF%LH!$d!!,e`DeF!2J!![A#1&!!rpF*"K3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-60-!!%$e`Ld,!!!!3IA#@KF!!!"#pF+(+!!!!%2e`V3c!!!!42A#i88!!!"&h6Ee`J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:61:!!%D`*IA#!!!!4i-CpF)!!!")9JMe`J!!!%NSrIA#!!!!5J!!pF)%'!",!!$e`M%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:62:N!%`!!2A#AM8!63!!pF+,3!"1!!$e`VK5!%rrrfB,,K3!82rr9)iZ&!"4rrpl##i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-63-8!&,rrk'(,K3!8rrrb!%Z&!"8rrrZIbi8!&AV#2rr,K3!9X5*rrmZ&!"ARJrrrbi
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-72-+!)MPBIrre`S!LGhIrrrA#J#+e`VrrpHj!)[A#[rrhcX!M0F+rrrQ[J#0e`Vrrqj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:73:!!)lA#[rrpF-!MpF+rj!%!*!!e`ViI[rr!*(A#[$mrrm!NYF+kARrr`#6e`VKprr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-74-r!*6A#YTdrrm!PGXKe`Vrr`#@iU6A#[rr!*IU*YF+rrm!Q2'Te`Vrr`#Cq5[A#[r
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-82-r!-3Z&$q9rrm!a8--,K6rr`$'DBXZ&2rr!-H3!!8Z&2rr!-LfJbi8rrm!bGcp,K6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:83:rr`$+rrmZ&2b"!-[rrbi8eJF!c2rr,K5[L!$0rrmZ&)N1!-lrrbi8BSm!c`!!pF,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-84-e[J$3!!$)YrA#!0%!!*ZVpF)!dJ!!ETVe`J$6!!""MrA#!03!!"4ppF)!e4L-!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:85:e`J$@4Cd!!2A#!0GbU3!!pF)!f*qk!!$e`J$Cc-8!!2A#!0Ve`J!!mDS!frA#!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-86-%RJ$FpF)!!*H0!0he`J!!DS)!h[A#!!!pF3$I!!#pF,eY!1!!!*Uh[A!!i3!!Grk
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:87:pF!$L!!"93Ee`!1-!!$+*[A!!j!!!$mZpF!$P%Z`!!,e`!1BeU3!![A!!jeKL!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:88:pF!$SHam!!,e`!1QGf!!![A!!kVe`!!#k5!$V[A!!!*H2!1bpF!!!G0)!lEe`!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:89:5'3$Z[A!!!#pF!1m!!)8HK4`!m!!!E,L&(J$a!!"88S8H!2)!!$[TK4i!m`!!)i+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-90-&(J$d!!!,'B8H!2806!!!K4i!pL@e!!#&(J$h2KX!!)8H!2K@K!!!K4i!q@lV!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:91:&(J$kK4i!!),Q!2Z&(J!!DS!!r)8H!!"5&`$pK4i!!$Qa!2k&(J!!)8J!r`#3#J&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-92-S!N!!N!3"D!*!!!!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-97-!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:98:!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:99:"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!b
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:100:a!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:101:$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:102:!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:103:"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:104:2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:105:"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-106-"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!lX3$E03$rq$AmrqNe!Ir
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-113-e0Irrr68$rc8errie!2rq03$rr$8!rrie!2rl03$rrM8$rc8errie!2rq03$rrM8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:114:%rrme0Irq03$rq$8!rr`e!2rp03$rrM8!rrie!2q*0B%!c`!!LV%!h68!rrie!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-115-k03$rr68$rc8errie!2rq0Ihr!M8errie!2rq03$rrM8!rrie!2rq03Er0ImercA
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-129-eJ3$2!!!@X3#l03$rrM8!rlme!2q"0G%eJ3$2!!!1X3#k0IlrJ6@00B%!c`!!$,%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:130:!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:131:eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:132:-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:133:e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:134:!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:135:eJ6A$0B%!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:136:!c`!!$,%!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:137:!J6@"0F-eJ3$2!!!-X3#"0B%e`c@"!-m!!!ba!)%eJ6A$0B%!c`!!$,%!J6@"0F-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-138-eJ3$2!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-145-!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:146:!J3$"!!!+J3#"!)%!J3$"!!!+J3#"!)%!J3$"!!!1[`#"NmH6S!$XNi%!X`!!$Vm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-147-!JC2(NkJ!h*1"!,X!!#1r!!'6Ni&!bd!"Nj1Y!256rJ!!32S!!%$k!!&!!256J3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:148:!!!!d[`!"Nj1"3-Y!!C16XJ$hN`3!!%!!32`!!N!!32`!!N!!32`!!N!!32`!!N!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:149:!32H6J3$&!!![[`!"Nj1"3-Y!!C16Y3$jN`%!!2a!rJ$m32i!r%$q!2a!rJ$m32i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-150-!r%$jNi%!b!!!-Vm!!C16J8$,3!'6NlJ!qT-!32S!!%$k!!"!qJ!!32S!!%$k!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-151-!qJ!!32X!qT1"!-X!!$Lr!!'6Ni&!bd!"Nj1l!2Z6r3!!32S!!%$k!!"!qJ!!32S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:152:!!%$k!!"!qJ!!32S!!N!!!2Z6J3$1!!"+[`!"Nj1"3-Y!!C16[J$lN`"!r!!#3!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-153-!r!!#3!"!r!!#3!"!r!!#3!"!r!!#3!"!r!!#3!"!r!!#3!"!r!!#3!"!r3$lNi%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-154-!d3!!2lm!!C16J8$,3!'6Nm!!r*-!32i!r%$q!2a!rJ$m32i!r%$q!2a!rJ$m32i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:155:!r%$q!2a!rJ$m3!%!!2b6J3$6!!!q[`!"Nj1"3-Y!!C16`J$mN`"!qJ!!32S!!%$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-156-k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!q`$mNi%!e3!!3lm!!C16J8$,3!'
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-159-!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!4!!%!!!2f
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:160:6J3$C!!"'[`!"Nj1"3-Y!!C16a`$qN`!!r%$q!2a!rJ$m32i!r%$q!2a!rJ$m32i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-161-!r%$q!2a!rJ$m32i!r%$q!2a!rJ$p32k6J3$D!!")[`!"Nj1"3-Y!!C16b3$pNrd
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-169-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$p!2k6J3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:170:K!!"1[`!"Nj1"3-Y!!C16d!$qN`"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-171-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32X!rT1"!1-!!'br!!'6Ni&!bd!"Nj2
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-176-"Nj26!2k6qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:177:!!%$k!!"!qJ!!32S!!%$m!2k6J3$Q!!"5[`!"Nj1"3-Y!!C16e!$qN`"!qJ!!32S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-178-!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-196-!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:197:!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32i!!C16J3$X!!"D[`!"Nj1
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-198-"3-Y!!C16f3!"Nj2m32i!r%$q!2a!rJ$m32i!r%$q!2a!rJ$m32i!r%$q!2a!rJ$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-211-!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:212:!!C16J3$Z!!"m[`!"Nj1"3-Y!!C16f`!$Nj-!32`!!N!!32`!!N!!32`!!N!!32`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-213-!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:214:!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!C16J3$Z!!"F[`!"Nj1"3-Y
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-215-!!C16f`!$Nj-!!2a!rJ$m32i!r%$q!2a!rJ$m32i!r%$q!2a!rJ$m32i!r%$q!2a
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-280-q!2Z6rJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!&!!2Z6J3$4!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:281:&[`!"Nj1"3-Y!!C16Z`$lN`%!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-282-!32`!!N!!32`!!N!!32`!qj1"!-i!!$5r!!'6Ni&!bd!"Nj1i!2U6rN$q!2a!rJ$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-286-!32`!!N!!32d!p*1"!-!!!"5r!!'6Ni&!bd!"Nj1S!0b6J3#l!!!8[`!"Nj1"3-Y
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:287:!!C16S!$XNi%!X`!!%Vm!!C16J8$,3!'6Ni%!J3#p!!!5[`!"Nj1"3-Y!!C16J3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-288-"!,d!!"+r!!'6Ni&!bd!"Nj1"!)%![3!!%Vm!!C16J8$,3!'6Ni%!J3#p!!!5[`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-293-!!"H"!)%!i3$pN`%!!2a!!!$eNi%!J3$j!!!BJ3#"!1-!rC2l!!"!qJ!!32@6J3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:294:"!2i!!"L"!)%!j3$mNrS!!%$k!!"!q`$eNi%!K!!!*S%!J3$Q!2f6!N!!32`!!N!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:295:!32`!!N!!32`!"%!!3!!!pC1"!)N!!#1"!)%!k!$pN`&!32i!r%$q!2a!rJ$m32i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-296-!r%$q!2D6J3#1!!!QJ3#"!1N!rC-!32S!!%$k!!"!qJ!!32S!!%$k!!*!!!$eNi%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-322-!!%k"!)3!r*-#!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:323:!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!q`$pNi%!b!!!ES%!K3$pNri!!N!!32`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-324-!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`!!N!!32`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-328-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:329:!32S!!%$k!!"!q`$pNi%!a!!!6S%!LJ$pNr`!!%$k!!"!qJ!!32S!!%$k!!"!qJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-330-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$p!2f6J3$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-372-!V3$pN`"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:373:!!%$k!!"!qJ!!32S!!%$k!!"!qJ!"3!$pNi%!R`!!8)%!V`$pN`)!!%$k!!"!qJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-374-!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-396-k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$k!!"!qJ!!32S!!%$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:397:k!!"!qJ!!32S!!%$k!!&!!2f6J3#,!!"`J3$$!2f6!`"!!%$m!!*!!%$m!!*!!%$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-398-m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$m!!*!!%$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-420-!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%!`3!!#S%!J3#"!)%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:421:!`3!!!+!!J`$rij%!!!%!!!!"(!!!!"`!!!"'!3!+@BqU!bPI!!C)H!-",b`!"Nk
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-422-Y!F)[,!!'F!-[!#!,+R"KD@jd-5jLGc!#!!!!3PG`G%*ADh-!N!T#9h"d3PGVF`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-423-3'-qde8)!N!B"BPm!&PQ2-#i!%NM!,`#S2b"X!!BJ8#&I!"SSE[rm6Pj1G8j@!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx:424:[$#KZ!!JJE!!')&!aE!!@!#"`%,"X!"CZ$L"X!!BJ8$&m!"!!(Q!+)'`!"L"33QJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_P_1.0.hqx-425-!(M!X!"C63'FB8d"R&&9!Ca"C3'F-88"R)J4!!""R0Q"-)'`!"L"3-A`!!3#3"!J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-13-!!3)%!!!)&#*"J!%#"!!!ri#!J2m)#!J!!2Kd)NH2&b*a!!#U[k#rU[X+q`!!m*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:14:%$j!%!!!!#"`qIciF#!!!3+!!!!3+!*!%c!!!!$-!N!9%)J#)4#)!L!!!c$2--m`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-15-cc$-!!)!3!L!"#%!%!!#"3L3BJ8)N'!!!!i4)-!`#!3%!!)J8)N')!+S!!!##4$P
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-24-rrrrhrrrr!!#UN!J!!-b3#!!!L*!)!!#!N!J!!2m!!!$r!*!&r`#3#Iq)L)MrL)L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:25:)!!$rJ*!(!!!4)N5)%5*%L!!!L%3L%BK%)K%!!)-($K`iF1$"!!$JF$JF$JH$`3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-26-!!3)%#"!J3)!!!)"!)"!)"!)"!!##4#J3+%5#!3!!J8)N'"JN3S%!!!$r!2m!r`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-27-r!!$rr`!!rrm!N!4hN!J!!(q3#!!!!2rrr`$rrrm!!!$rN!F!!!"hGhF!GhGh!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:28:!Ij!(!!$ZhEYhlYflG`!!Gl[GlRHlhHi!!$0Qc*NcCXbC!!#Cc'BcQFaQ-`!!r[h
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-29-lpqrI[hm!!(qrhqrhqrhq!!"pZpI[elYprJ!!IVhEjqIE[Ai!N+$rIb"S!!JJ8#)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-42-`5*i!!!&9!!#pF'YA!!!"%3!![A#1&!!!!-he`N'&!*!&cIA#,3X!N!A0pF*D&`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:43:3"8Ae`SFS!*!&4IA#Y$-!N!9&pF,K43#3"8AG0[A#!*!&4E!PpF)!N!9&JaRe`J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:44:3"!&99JMe`J#3"!&9+2he`J#3"!&9!!$e`J3B!!!"93!!pF)a*!!!!98!!2A#AM8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:45:!!!%4!!$e`SY!!!!"%3!!pF+i8J!!!-hrrfB,,K3!!!$0rrp8MLi8!!!!cIrrH`J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-46-Z&!!!!%Arrk'(,K3!!!"&rrr)!5i8!!!!4IrrlRmZ&!!!!%AV#2rr,K3!!!"&a)R
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-73-!!%'2pF)!!!'C!!!8IIA#!!!"Q4L-!!$e`J!!!CP&R3!!pF)!!!'CFUN!!2A#!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:74:!LCqk!!$e`J!!!)R-a3!!pF)!!!#*pF)!!2'U!!!!LIA#!!$%RJ!!!)Re`J!!Pid
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-75-!!!#*pF)!!'U#!!!!cIA#!!!pF3!!!4%!!,e`[@d!!!%4!!#DYle`!!!"%3!!Grk
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-82-!!#&)r[rrr#"3)8X!"J!!'-Mrk%jH6R8!!J!#!!B!"J!#!$`!!!&S!*!)rrd!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:83:-!!!!"!#3#``!!!!%!!!!$!#3"``!!2rp!*!0!3#3"2rb!!!!$J!!!!i!!!#GJ!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-84-!,3#3"`)!N"Vrr8c-+M`!!!!66-`i8!!!!"4-c%CP!!!!&88J6-`!!!!@0`Y-c!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:85:!!"FSq%c-!!!!'"VL6-`!!!!C$-rrr!!!!"S!!%c-!8J!'`!!6-`2@`!F!!"-c"e
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:86:`!"d!!%c-+i3!(J!!6-`jQ3!IK4iMI3!!!##&(KKQ!!$rqi8H--`!!!!LK4j*03!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-87-!!#1&(Q'F!!!!*)8HHJ8!!!!PGp+&(J!!!#CIDB8H!!!!*dF$K4i!!!!S,TS!N!8
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-99-`!!)!!!"#9f4b3PGVF`#3#N*AC(*#9fYc!*!Bcl69jJ#3"J&L!!#-SaiS5#!-CaJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:100:[$%kkq`JS3#Pm!!!!dJ"q'A`!!3#'@%mJ$#KZrra1ANje!!!5GJr`!#C19J!!51F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-101-!'#CZ!"`SEJ!),`X[,J!B-#i!&NM!,`!`,J!55-![!#mZ!!`[$%kY$QSJ5b*V!!V
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx:102:3k3#B,`JJ55*S!*a1N6P!!$"-lKJ!r`!!!!J!6J!#!G`#GJ!!!!`,3Q9KCfaP9fp
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/pass/BeagleWorks_1.0.hqx-103-bDh-!!!%!!!!"(!!!!"`!!!"'!$Zja"XZ!!!!(!"'!!&h8'pc!!!!%P088L!!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-9-!k!!!!Y-!k!!!!Y-!Z3#j!,N!Z3#j!2%!!3(!lJ!"!F$J!2%!!!AY!!%"81!!m3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:10:"Hi$Y!!$li!$b!!%"9H`!!99!i3$b!!%Irq`!!Armi3$b!!&991`!!499i3$c!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:11:(k,m!X1)!m`!!"HK9!&$L!2-!!!(Sr`$!iJ$b!!%99H`!!998i3$b!!)$qi$Y!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:12:lm1%!m3!!9Hd!!3&9i!$a!!%I`1i!!3(mi!$a!!%"31i!!3&!i!$`!!!JlJ!!"pm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-13-!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N!Z3#j!,N
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-21-!9rKh!%$p!!!AmRF!G18!p3$hG`"!r3!!2r*h!(cP!1B!!"$b!!!8j3$f!!!"phF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:22:!F2d!!$rbG`"mj3$f!!!"phF!F2d!!"IbG`"dj3$f!!!$phF!H2d!!$rbG`"mj3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:23:f!!!%p`!!"2d!!"$b!!!8j3$f!!!,phF!F[d!!$rbG`"ij3$f!!!(phF!G2d!!"I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-24-bG`"dj3$f!!!ApRIp!!!rmRF!I18!pJ!!%2F!!!(p!!!3mJ!!&18!pJ!!0rCh!)$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-28-P!2F!!!(eG`"`rJ!!&r*h!(6P!2F!!!(eG`"`rJ!!2r*h!(cP!1B!!"$b!!!8j3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:29:h!!!$pAF!H2i!!$rbG`"ij3$h!!!"pAF!F2i!!"IbG`"dj3$h!!!$pAF!H2i!!$r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:30:bG`"mj3$Q!!!3mJ!!&18!p`!!"r9h!(6q!!!rmRF!I18!p`!!"r9h!(6q!!!AmRF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-31-!G18!p`!!"r9h!(6q!!!rmRF!I18!p`!!"28!!!6q!!!3mJ!!&18!p`!!!r9h!($
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-36-!%2)!!"6P!2F!!!2eG`"irJ!!2r*h!(cP!2F!!!(eG`"`rJ!!&r*h!(6P!2F!!!2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:37:eG`"irJ!!2r*h!(cP!1B!!"$b!!!8j3$h!!!"pAF!F2i!!$rbG`"ij3$h!!!"pAF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:38:!F2i!!"IbG`"dj3$h!!!"pAF!F2i!!$rbG`"mj3$h!!!"p3!!%2i!!"$b!!!8j3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:39:f!!$hpRF!B2i!!$rbG`"mj3$f!29h!%$q!!!AmRF!G18!pJ$eG`"!rJ!!2r*h!(c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-40-P!2B!!%$f!!"!rJ!!%2)!!"6P!2B!pAF!32i!!$rbG`"ij3$f!!!ApRIp!!!AmRF
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-48-kGrX!!"IbG`"dj3$d!!!IqRIl!!!rmRF!I18!p!!!"2X!!!6l!!!3mJ!!&18!p!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:49:!!rYh!(Ml!!!rmRF!H18!m`$lG`"!q`!!&r*h!(6P!2-!!$ImG`#!q`!!2r*h!(c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-50-P!2-!!!6p!!!%qJ!!%2)!!"6P!2-!!3'hrRF!-2S!!$rbG`"mj3$b!!4AGhGe32S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:51:!!"IbG`"dj3$b!!-(phGmq3!!2r*h!(cP!2%!!499q!!!%2)!!"6P!1B!!$rbG`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-52-ij3$Q!!!AmRF!G18!jJ!!2r,r!2cP!1B!!"Ab93"8j3$Q!!!rmVm![18!Z3#j!,N
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-85-!!!!!#!!!!)K%)K')4#)4%5*%L"%L4)L!3#!3#!3#!3%#"!J3)%#!i(!i(!i(Jm'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:86:$"`iF1($J`BK%)J#)4#)!%5*%!"%L4!##4#J3+%5#!CR-CM1Cc'BcGl[GlRHlhHl
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-87-ZhEYhlYflGhqrhqrhqrhqr[hlpqrI[hmIMmIMmIKm2[MaimH2(cjmGl[GrhHlhIr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-88-ZhE[rlYflrhfleqrAZhhq-fE-Q60Qc*QUN!M-N!L)N!Mr!!!!r`!!!)#3#2m!N!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:89:)J)!)#)#!#'B!!!#C!!!!riL)L2q)L)MrJ*!(r`$r!2m!r`$rr`!!rrm!!(H3#!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-90-rrrm!rrrrIj!)!2q3"rGrIrIhIhrhQIrrrfErrrm!GhGh!(GhG`"rN!I`N!32N!5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-91-CCQDCQ@CQQ3!)($jr2K`)!!J8+P8U&!La-!-Ef-!-MB!3!L!"#%!%#"3L3B!"!J5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx:92:!`#%5$!3#!Iq!J)$r#!J)!(prI`$hprH!3#!!!J3)!)*%185#!3%"q(3L4imA)R'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_P_1.0.hqx-93-rS,qp[Id&r9@J3%"9#J3%L%3L%4%L4)L"3L3BJ8)N'+S!J!#)!)!!!i4)-!`#!3'
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-5-!!J!!!CbCN!6rr`&Zrj!'!@IrrfCQ-c-"E[rrCQB!!!(V!!(rN!J!!`#3#3%J(d5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:6:!28$rb%+R,`a)E[qU2c`J$URV5'lriNKZrkSr2!!%UHY)E!!#5'lrR$mm)!kTk`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-7-!rqa)E[qF2c`!"+RV5'lrR!!#!!%!!3!!!!X!"3!12rf[S09lY$AK4d!#lGYUjad
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-19-%rrm"!2q3"J%!rrpQCM-c!6crN!3c-`'m!!(rN!J!(iJ!)J#)!#)!!!%!'%+R5'`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:20:!"NKZrl`r2#!1UHY)E[rX5'lr[$mm!!5TkdKX!!K)E[qZ2c`J$URV5'lrpJ!!rki
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-21-r2!!%UHY)E[qZ5'lr[!!"UHY)E[rB5'lr[$mm!!3"k`#3#2q3#J!!!!)!!!!#!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-30--!3#3(3&1*3&6594P8dP86!8!N"d"db8"BA4MEdGkDA$r!*!B'J!"!Dm#93!V!!8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:31:!+`!&!GS#@J!V!!8"fJ*k!!!!H!!2!!!!5!")!*!%![!#32rarqi$#3*5B`)&+!2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-32-m!3!!!!&S!@J!N!31X!Y!!!%"!!"N!!%!!!!"!!)!!!!"*`m!!3#3$K!!N!N3!2q
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-44-rrhq3#!$rN!IhIhrhphprpjRrrrpQrrrr!(GhG`"hGhF!Ij!(m*!%$j!%Q@CQQCP
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:45:QCTN!#"`qIciF#!!)&#T9+K3)X6!$'pM!$)f!%!)J!3K!"!J8)N'!!3)%J-!K%J`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-46-%!J(rJ)#!r`J)#!"rIhm!prIhJ%!J!!)%#!##4$P%JJ%"!IKd)NH2&b*a[k#r[Eh
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-69-!!$13"2rr-j!%c-`cN!5CQ613"'CQ-j!+!!!c-`!!rrmc-`!!c-`c-`!!QCNc-`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:70:!CQBc-`!!-j!%!*!'rj!%!!$rrmc-!!$rrjQC!!$rrfCQ!!$rrc-c!!$rr`#3"-c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-71--rrm!!-b3"!!!c-bCQ3!!c-aQCJ!!c-`c-`!!c-`!N!5CQIrr!!#CQFc-!!#CN!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-72-!!*QCCQB!!*QC-c-!!*QC!*!%CQErr`!!CQE-c!!!CQDCQ3!!CT!%!!"QCM-c!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:73:QCJ#3"$-crrm!!$-cc-`!!$-cQCN!!$-cCQB!!$13"!!!-c-!N!Err`#3"-c-!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-74-%QCN!N!4QCJ#3"$-clZi!N!6Gh3#3",Zl!*!%UUS!N!5)L!#3"(Gh!*!%998!N!4
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-87-"!!!!")!!!!*6T`#3"2!!rrm!!`Nb!*!%m!(rr`!%!!N!!!!%J!!!!3!!!!5!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:88:!m!Arr`!$#@-!N!6J(rrr)!-*I3#3"1!'rrmJ!`!'!!N!!!!%J!!!#3!!!!5!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:89:"!!!!")!!N!AJ)[rr!!-+R3#3"1!%rrm!!`UY!!)!!3!!!!5!!!V$!*!%i!2rr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-90-$#Y-!N!6`"[rr!!-,*`#3"2!(rrm!!`ZN!*!%!B!!!3!!!!X!"3!12rf[S09lY$A
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx-103-'AhJ!!Irr!!!$S!"'Ah3!!Irr!!!+#!"'B#3!!Irr!!!+%!"'ArJ!!Irr!!!,&!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_2.0.hqx:104:'Ap3!!Irr!!!0$!"'Am!!![rr!!!1N!!!4PrN[r6rr`!!$V`!4Pr3BkB!:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-31-!#!#!!!!!#!!!!)K%)K')4#)4%5*%L"%L4)L!3#!3#!3#!3%#"!J3)%#!i(!i(!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx:32:(Jm'$"`iF1($J`BK%)J#)4#)!%5*%!"%L4!##4#J3+%5#!CR-CM1Cc'BcGl[GlRH
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-33-lhHlZhEYhlYflGhqrhqrhqrhqr[hlpqrI[hmIMmIMmIKm2[MaimH2(cjmGl[GrhH
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-34-lhIrZhE[rlYflrhfleqrAZhhq-fE-Q60Qc*QUN!M-N!L)N!Mr!!!!r`!!!)#3#2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx:35:!N!F)J)!)#)#!#'B!!!#C!!!!riL)L2q)L)MrJ*!(r`$r!2m!r`$rr`!!rrm!!(H
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-36-3#!$rrrm!rrrrIj!)!2q3"rGrIrIhIhrhQIrrrfErrrm!GhGh!(GhG`"rN!I`N!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-37-2N!5CCQDCQ@CQQ3!)($jr2K`)!!J8+P8U&!La-!-Ef-!-MB!3!L!"#%!%#"3L3B!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx:38:"!J5!`#%5$!3#!Iq!J)$r#!J)!(prI`$hprH!3#!!!J3)!)*%185#!3%"q(3L4im
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/draw/libmwaw/indeterminate/GreatWorks_1.0.hqx-39-A)R'rS,qp[Id&r9@J3%"9#J3%L%3L%4%L4)L"3L3BJ8)N'+S!J!#)!)!!!i4)-!`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-11-851F2'#CZ!"!SEJ!)!8F!A4cJrrm!#!!m!!!%C'&dC3)!!)qi!!!!$J#3&%j@!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:12:[$#KZ!!J[$#"X!!)#D!"G(1$rr`$m!$`!!!4dD@eP!NS!@%pR"M!Z!!jJAL"X!#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-13-J8#"S!")Y52rm)&!QD!")5'i!$Lm,6Ud,1Mi!!dF!A4cJrrm!EJ!!!#N!!J!#EJ!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-20-Q)&3K3!"))&4#+!"-F!![!%kk#$3J9#&!!#CBMbm!6Ud*SR!!*N"f!5),CKB[!h!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:21:1,`"1V36D@)mQ(bC!)!YQ!RB!5J0R4RB")!YQ&#m$F!`[!2rr!!"BMbBI5S"Q!RB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-22-!5J0R%Lm,6Ud,+L"6)#hN6L#!@%pJ!R!!*NXJ8b#Ym,JJ8c&m!(8!$("eB!*`!#"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-43-J9#*Z!"!5U!!'61i8!2ri6Pj1G8j@!!![$#KZ!!JJ$'B35(J#G%kY"0SS3#!-@%p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:44:R3LmZ!!`[$%kkq[`S3#"8)+hai#"8F!!K3!*S)&4#+!*X)&34I!!"!R!J9"&m!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-45-#F5"8%A`!!3*b)&34I!!"!R036b!-+'lrr%jH6R919J!!51F!'#KZ!!JJ$'B35(J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:46:#D%kY"0SS3#!-@%pR,#mZ!!`[$%kkqT!!+%!J9##YmH4`!#m!6UdZ`LC!,`Y1V3Q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:47:L)&3K5`"16qm#N!B!N!K19J!!,``SE[rr)!crrh"#rrp1VIrr+%$rreK2rrm`,[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-48-r5-$rrbmZrrm[$%kY+cSS3!"8)+hb+#"8)@i!&!!k)&4`!"!S!$J-3!!&6qm!$#!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:49:-+'lrr%jH6R919J!!,``SEJ!))!aQ%(!-,`"1V36U+%!J$&K2C`j`rbm!,`a1V5C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-50-b!!"36b!-+'lrr%jH6R919[r151FI1#KZ!!JJ$'B5F$![!%kY"0SS3#!-@%m!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-51-3GJ%J$'B8,`0`"Lm!6Ud%fPL2*Kp+J'B#GJ"+!fFD,`a1V3!k)&3JVI!k)&3aI!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:52:C!!4`@9K2B!*`!#K-)&3JVI)J)&4)D!!+6VVrAJ!!)@i!$!!'2A`!#[rd2A`!#[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-53-bI!jq3AS$)&4(k!!+2Acrrrrf3J4`!"!%!)!hE[rf!!*+VJ!3@%pR!!$S)&4"k!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-54-+,8Mrr#"Z!"!J8#"S!)`Y52ri3HJ!+#C))'lrr#*,4HJ!"#6C*0NJEJ!3)&!JD!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:55:d,8MrjL"3*QJ!!#!,C`!!SL"6)'J!*Le)rpSJ8$JS!!B[,J!36UdR+LC!@%mJ8c`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-56-S!#j54J!*cqJ!,#"61LJ!-%T%Cc)`"&0!5-![!#mZrpT1V8@5,8$rcLm!5'lrdNk
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-69-J9!"(!$T+V[riC`!"L#mZrrK1V4`U)'lrq#m))&!J8#*S!&a1N9"2B!!"DJa(rrj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:70:X"(lqB!J-4`!$E`*q!b"8[QJ!1QG',@J!*2ri)&3a4`!k!!$rq'FD,blrq%kY(#S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-71-JE[ri,`JJ8#"3)QJ!A%k48%mJ9#"S!'BJ8%TS!!KR$#"8,bJ!CNkY$h*B6dT(Ea!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:72:J"ZqS,`![$%kk!6*36f!85-FJ"d5!)JEJS5m",`a1ZJ%F8%mJ9(!$X'J!1QBQF2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-73-[!%Ki"")[,[rm6UdF8R!!,`")H!34,blrr%kY(&*2l`!BB&3J9($qX'J!1QBQF!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-75-!V4a5F!![!%Ki""%[,[rm6UdF8Nr[!"K9Mb"6,bJ!"+P32KpJ'J#3"2rr,`F[#b"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:76:6)&!LD!")6T&2l`!-8dG+4flL)&4`rV"S!$TZ*R!$X'J!N!9D!!3!!!",!!S!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:77:!!(-!#J!$#!!!F`!+!!S!'!!Q!!S!*3!B!'8!!3",!!S!!`!!!(-!#J!$#!!!F`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:78:F!!S!+J!l!"`!1J!U!(S!!J",!!S!!`#J!(-!#J!$#!!!F`!Z!!S!2!!Q!#i!*3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:79:m!'8!!`",!!S!!`$%!(-!#J!$#!!!F`"!!!S!6J!T!%!!+!"1!'J!%!"e!!J!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-80-"!!)!!`!%!!8!"J!(!3*L!!!""daKH@peG$*3)QJ!5%k46qm!$%cZ'-Mrj%jH6R8
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-91-2+'i!##"8[LJ!@QFD*QJ!*"&(!&SJ#fF1,`XJ8b"3)QJ!A%k4@%p-lKL!rr41ANj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:92:e6PB!!%MR!"JSEJ!)*QhNEL"6)#J!)!5!3e0dH@FF")!`$qccCK`J8c!S!#C)`#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:93:!!!%!N!3J#fFX,`XJ8b"3)QJ!,%k4,8$rr%KZrrLSG#mZrrbSFbmZrrLSFh!",`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-94-[$%kY&j*-lKJ!rr"1ANje6PEr!%MR!aK(l[m!2#i!$LKZ!!K)aLm')&3[+!"Z6Ud
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-103-3!0rp!$$rr`!!!!KTM0rm!%B`!PFp!*!%hrX!96!#X`F!N!6IqJ"Pm!+h)3!)D9c
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:104:Iq3"b-!,VU`#3"0ri!(``![iP!*!%hrF!J6!$!EN!N!6IpJ#0-!-+``#3"0re!*I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-105-`!`c4!!KTG0rd!*c`!c*&!!KTf0rc!+-`!d1K!*!%hr)!Uc!$E5N!N!6Im3#k-!0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:106:`m3#3"0r`!-F`!i2M!*!%hqm!dM!$L,-!N!6IlJ$J-!14E3#3"0rY!1d`!j`(!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:107:%hq`!qc!$U)d!N!6Ik`%0-!1U8`#3"0rU!4S`!pY[!*!%hqN"*6!$flRrr`!!hqJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-108-"-6!$h#%!N!6Ij`&!-!2FN`#3"0rQ!8X`!r(A!*!%hq8"9M!$mcN!N!6Ij!&K-!2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:109:hJ`#3"0rM!@m`!rIT!*!%hq)"Ic!$q$8!N!6Ii3',-!3B!`#3"0rJ!CN`""k6!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-110-%hpm"S6!%Aa-!N!6IhJ'X-!4MI`#3"0rG!Ed`"'5I!*!%hp`"d6!%CP%!N!6If`(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:111:R-!4Rl`#3"0rD!I3`"'LR!*!%hpN#!$!%D88!N!6If!)2-!4UI`#3"0rA!L!`"'i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-112-E!*!%hpB#+$!%Em%!N!6Ie3)a-!4aR`#3"2rr!!!`"('h!*!%hp-#4c!%RI%!N!6
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-115-!N!6Ib3+Z-!8@4`#3"0r)!VN`"4KM!*!%hmF#ac!&'4N!N!6IaJ,D-!8Dc3#3"0r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:116:&!Z``"4Y[!*!%hm3#q$!&(id!N!6I``-*-!8Sf3#3"0r#!aR`"5[K!!KTi0r"!b!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-117-`"85h!*!%hm!$+rrr!*!'hlm$06!&C58!N!6I[J0(m!9PP3!)DBMI[303m!9QP3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-118-)DB6I[!0Dm!@')`!)DGcIZ`0Im!@)J`!)DAMIZJ0P-!@*f3#3"0qj!h3`"BUA!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:119:%hlJ$JM!&Q!F!N!6IY`13!$!&Q-m!N!6IYJ1M-!@PT`#3"0qe!l8`"DaA!*!%hl3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:120:$[$!&V+8!N!6IX`2--!@bV`#3"0qb!pi`"Ehr!*!%hl%$m$!&`F-!N!6IX!2q-!A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-121-*B`#3"0q["!2`"GKC!!KTJ0qZ"!h`"GXh!!KTI0qY""R`"Ga"!!KTD0qX"#%`"Gf
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:122:c!T!'!*!-'FJ!!2rr!!$rr`!!rrm!!2rr!!$rr`!!rrm!!2rr!!$rrdj@rrp)j`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-123-B,Li!&!"Z!!`SEJ!))!aQ%(!@,`"1V36D+%!J$&K2CeB[$%kk$5JS3#"8)+hNT#"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-130-!,`Y1V3j+)&3`+!!)5-![!#mZrq"1V4R#F!![!#m!5'lrr%KZrrJJ9!!S!!K)`5m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:131:",`Y1V3l5)&3JD!!5)&!YD!!mrq3`,[rZ5-![!$!Zrqa)`#m!,blrr#mZrrJJE[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:132:F-#J!%NM!,`!`,[rZ5-![!$!Zrqa)`#m!!!$rp#mZrr!`+!!)5-![!#"Zrq3[##"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-133-3)&!LD!#X6T%J9#"S!!UJ+Nr[!)3!!!$f)&3`+!!)5-![!#mS!")[+!!16Ud2DLi
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-134-!,`Y1V3hL)&3`+!!)5-![!#m,6Ud28R)!-J"+J5"8)8%!#L"8F!5`U!!+6qm!''B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:135:BF!J[!*!%#%M",`%[#dkY$eT2l`!-B"K`"Lm!)&3b+!!)5-%[!5m,6Ud2@Nr[!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-136-!#dkY$dT+3&E!4!")J%M!@)m[!(!(,`"bC5m",bhYi%kY&p)J9#mS!")JD!!5)&!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-137-J8#*S!%41N5e!rqJV314Q)&3[+!!5)'J!%L"3)&!LD!!!6T&BMbm!)&3[+!!56Ud
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:138:JqPL2,`"1V5*k)&3[+!!5,`F[#dkY$GT2l`!S!1iBJ2r36Pj1G8j@rm4)j`%B+'i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-139-!##"8,@J!$[rmF!%[!#"8)'J!%L"3,bJ!2%kY&j)J9"!S!!46!&"2C3!#CJ`!!!4
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-142-)E[rU5'lrk%KZrr")E[rX)&3`+!!)5-![!#mZrra1V3l5,bX!"#m6!!!!#%M!,`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:143:J9$!S!!K)`#m!,blrr%kY$NSJ9$!S!!K)`#m!,blra%kY'F)!!#m!,`")E[ri5'l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-144-rp#"8-LJ!#%M",`%[,[rm6Ud1dL"8)'J!%L"3,@J!22rJ-#lrkNM!,`!`,[rS5-!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:145:[!#mZrrJ[,[rd-#X!%NM!,`!`,J!!5-![!$!ZrqK)`#m!,blrm#mZrq``+`!)5-!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-146-[!#"Zrq![##"3)&!LD!#X6T%J9#"S!!UJ+LmZrmLSf8r[!)4J!!%D,`a1ZJ,`@%p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:147:J!!%1)&3QD!!5,@J!$[r-)&3`+!!)5-![!#m,,bJ!$NkY$fSZ!%KZrpT)E[rB,`X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-148-J8b"3)QJ!i%k4,8$rh#"8F!!`+!!-,`!`+!!)5-![!#mZrma1V3pD5'i!d#"8,bJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-149-!%L"S!")J8#"3)QJ!-%k4,`XJ8b"3)QJ!4%k4,8$rj#Y!!'B[#b"6)&!LD!"%6T&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:150:BMbm!,`Y1V5$k@)m[!%kY)RS[#bm(,bi!N!6rreQ2,blrh%kY!5T`",#ICK)[,[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-151-F6Ud(#R)!%J"+J9K2B!*b!8KZ!*!&@J!%!!$rr`!+!!-!!!"c!!S!!`J!!(-!(!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-154-c!!S!!`J!!(-!8J!+!'!!53"5!%J!B!#)!"!!G3!)!!!!!3!#!!-!"!!&!!B!"`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:155:3"3F!"`#3"e`!!2rr!*!*!`!$!&`-)!!!!5q!!!!!G'pdEa)3!&1hQ!"6Y`"!!-!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-156-!N!F5%+T9UP@U9B!!3#d!!!!"(9S!!")3!!`!!J*FG!"!,3!!!!%l%%!X!!%!!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:157:F!!$rr`#3"`N!!`!$!&`-)!"RkBS!8lN!G(9dG4)3!*!)3!'!!*!(%K!!N!K!,3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-158-!!!%GPJ!!%K!!$!!"r03!!%!Y!!!!!6X39CF!!J!!!&`!!2rr!'ITLJ"6Z8`!!`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-162-8!!$rrfCTC@aN)$%U!!-!!!"82b"dG5adDA4T!#KTEL"QD@9XC#!a1L"dEh4[,(4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:163:eG(8XG'PdD5YdD'9cC5"QDACP)'0[E@ePER4c*b"XD@jPFbN!!!8!!!!`!!$rr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-164-S!"B!BJ!!!!-!!!!`'b!!#J!-!#J!!#KTEL"QD@9XC#!b1L!c,$3X05N@!!B!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-166-[-c%[0#`a-Lma,cJj+3!(!!!!1!!!rrpQD@9XC#!d+J!$!!!!1#3J-$!X03#3"#K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:167:TEL"QD@9XC#!d1L!c1M!`,$3k-$!X06S`-#N!!!!$!!!!$J!"!%X!#J!$!!!!F`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:168:!!!%!5`!+!!-!!!"c!!%!!3",!!S!!`#J!(-!!J!"!%X!#J!$!-3!F`!$!*!&!J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-169-3"HX!!!!(!!%!#!!#!!F!!B!Q!!!"!!!!!4`!!!!F!!!!4L39!@El,K%"&`(I[2J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-170-m@`8!-iF2D38R"(N2SAU"!@Cl#bTNBA4K,RG`Gc%`!J!!!%*AC'*#9fYc!*!+3PG
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:171:NBN*ADh-!N"M2Xq&p!*!'!@,$Lc`l'$Y,41&VSQXBf`,"L$X38`0$$S%!Fa9V+YX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx:172:0!`-H#J"E@eT)#!SXH`!-SK`SKBci$d+i+5`P&!bSSZYMUe)2%R#E'%8l&Lcc9F-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_DB_1.0.hqx-173--Ue)qibI3%PX#a6964kJm9QX#9`8X22Ll"@DV8LN1J3`2!4)A!E5V8Q`2!#YT"%M
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-8-1V36D+%!J$&K2Cd3[$%kY!$SS3#"8)+hNU#"-S#NJ9%*S!!3J9%*S!!BJ9%*S!!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:9:J9(!!)8!!#L"85'J!$Mmm!qP`$cm!6Ud$FL"-S#TB6b!-+'lrr%jH6R919J!!,``
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:10:SEJ!))!aR-#"8)+hNU#"82bJ!"+QD)!aR(R!!,`![$%kY!%)J,J!-#!!!!&"2C`J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-11-[$%kY"1*B6bKZrra1ANje6PErqNMR!4JSEJ!))%bJ+9@22cb!!#mmF(*PCR!"(`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-12-)E[rk5'lrr%kY!c)q(fCQ9Bmr,[rk,blrr#"85'J!$Lmm3PGVFbmm8h4KGdkY!ZS
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:13:q(`G3B@GP)#C`)&4)D!!16Ud$+P@22blrqLmZrr`J9%KS!!j`!am!6Ud$)L"8-9m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-14-!"#"8-@lrqJ!))&3KE[rm!!TJ!!#LF(UM(LC),`Y1V3QL)&4"k!!1*dJ!%L"8*fJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-15-!#J!`)&3hD!!)!"C9Mbm,F!!I!%kY!Q*1V3QbF!(!+`!HFJ!5!%U"CbC9Mb"82bJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:16:!##mS!!T)D!!16Ud$#R!,,`")H!2V6Ud8dNr[!!TJ&%TV!"KR$R!,,`")H!2V6Ud
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-17-8dP"2)%ZJ(e@2)&3r+!!),bJ!#NKS!!j`!am!6Ud$)L"8-9m!"#"-S#T-lKL!rqj
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-20-dB@aTBa%J!!S!!b!!!(0eEQ4PFQaTEQ9S!!!5)2#U)&!aI2m!BQPR)'0[E(9YEJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:21:"!!!!C!!!!"Fr2)!!,ca`BJ!&!!3!C!XJ!!S!!`)!!(0bC@3I$5!!#J!$!`!!FfG
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:22:bC@9ZD!`J!!S!!`3!!(0LE(9P%5!!%J!$!!!!Fc%i)("[D@jdF`i2)!!+!"B!!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:23:cBfpeFQPPFQJ!!J!!!&!!!2rr!&1jF!"c!!8!!`!$!&!0)!#3#'&XD@GZ!!`J!!S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:24:!!`!!!"0XC@Cd$L!!#J!$!!!!8f0PER4PFJdJ!!S!!`!!!$0bD@GSG"!!!`!!!$)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-25-!!2rr!&1jF!#!!!8!!`!!!$)H)!#3#(0[E@8JER9YBQ9bD@jR)'C[FQeKG(-!"!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-27-5%!!+!!-!3!"c2rc-N!J5%!!+!!-!B!"c2rc-N!J5%!!+!!-!JJ"c2rc-N!J5%!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:28:+!!-!LJ"c2rc-N!J!"3!!!$B!!2rr!*!'!33!!`!!!$BK)!#3"(rrI`"cEfeP)'4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-29-KG'8JEh)JG'PYC5"QEh*YBA4c!!!'!!!!E!!!rrm!N!Em4!!$!!3!E")3!!S!!`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-30-J!(0!$Ca!!*!'%K!!#J!$!-!!Fd!0kQ!!N!B5%!!+!!-!`3"c3!kF3!#3"K)3!!S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:31:!!`$%!(-rrS!!N!F))J!+!!-!a`"c!!F!!!!S!!$rr`!!!!`!!I`N!!-!!!!S&#!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-32-!!Ia-FfpY!(0[E@8JCQpbEA9XB3!)!!!!CJ!!rrm!!!!-!Q8!!!!$!!-!CJqJ!$3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-38-!!%!!!3%!!3%!N!N*!!-!#J!%!!N!!f)F!!!"!!!!!4`!!!!F!!!!4J!Y32qS28E
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:39:rV%(Zria`"k*J2J!JEJ!-)+lr[$!(61i3#bTcD'9PG#jhF(F`!J!!!%*AFh0#9fY
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-40-c!*!+3PGcFd*ADh-!N"M2XLAS!*!'!@)&,J"5Kf!F)!B#J!!!!!p)J"Qc!!"i!#!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-41-'FK"1V32b,!"6Kh!"X)GYhNcZ'1MreNjH6R8`-6)c0$8f0cJj38*$4%9'!!"19[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx:42:m51F$'#CZ!!`m,J!5)'i!#%)3+&086(i"B!a`!"!88N$B`#!(8SG)aVb(EZjCMbm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/WordPerfectWorks_1.0.hqx-43--6Ud$HR!!%"63!!!!$!Y#C@&RE'9AEh*VF`!!!!J!6J!#!G`#GJ!!!3!!!!%F!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-2-:#90SC@9d,RGRHJ"A@P069dj(@J%!!!!&f!#3"(JV9dj(@PGD8e-`-6%`!!#!FJ%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:3:!N!SFah%Fah&X2`!!!"6rrrm%!!!!!Iq3"!!!!!(rrrm""3!8!"3!!!$qr`#3"J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-4-%!!!!&2rrr`3!!!!"rj!%!!!!!Irrr`%&!"3!&!!!!2lr!*!'!J3!!!!8rrrr"!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-6-%rrrr!38!N!3(rrrr!38!N!8+!3C(C@jPGQ%!N!JG!!!!"!#3#`a"99428d&@45j
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:7:A5eS!N!6`)`!b!*!-$!!$!!3*!*!%C!!!!2pr!!$rI`#3)2lr!*!'r[m!N!Eqr`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-8-3"[lr!*!'r[m!N!Ba!!%!!!!%!!F!N!Iqrrlr!*!)"!!#!*!*!3!!!!%!N!d&!!X
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-17-r!2m!"NGPEQ9fB3a!9`#3"38!!`!5!!!!rrm-G'9iG#KZEh*YB@`T!J!5!!%!rrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:18:%BQpXC!)!%J!#!2rr"QPdB@aTB`-!%J!$!2rr#A9ZC'9bE'PZC3!$!")!!!$rr`T
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-19-LD@FJBfpXG@eZ$%!U!!%!!!!#!!)!%J!%!2rr!h*PC!)!%J!&!2rr"@GbC@9Z!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:20:5!!B!rrm(E@&RC@jdB3a!1!!#!!!!!`!#!")!!!$rr`9KE'PREJ)!%K!!!2rr"'a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:21:PCR3#!")J!!$rr`CMC@jdCA)#!")`!!$rr`9bD@GSG!a!+!!%!*!&!`!5!!!!rrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-22-IG'9cG#"[CL"ND@CQCA*PER3JER9YBQ9b)'C[FQeKG!a!8!!&!!!!"!!&!")!!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:23:rr`#3"d!&!#)!!!$rr`#3"d!&!$)!!!$rr`#3"d!&!%)!!!$rr`#3"d!&!!)!!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-24-rr`#3"d!-3"X!"`#3"3-!%J!!!2rr%R0[E@8JC'&dC5"KEQ3JG'PYC3a!8!!)!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-25-!"!!&!&)!!!$rr`#3"D#E3!8!BJ!!!2rr!*!&'*a!"3#5!!!!rrm!N!6!#H"!"3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx:26:L!!!!rrmTA)r#p5M-2`8!dJ!!!2rrQTQ3"HNr$%!9!!S!N!8$!")!!!$rr`acEfe
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Wingz_1.0.hqx-27-P)'C[FQeeE'%-3$m!#`!!!!-!*3!5!*!,m$mL!")!!!!"!!CK)(4PH(3P!")!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-21-)i!!!!!%!!3#3"(rr!%F!$!(R!3S!N"i"!*"83!#!!-!"!!&!!B!"`!)!!N!#J!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:22:!!`!$3!1!!m!%!!4!")!%`!8!"8!&J!A!"J!'3!D!"X!(!!G!"i!(`!J!#%!)J!M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:23:!#3!*3!Q!#F!+!!T!#S!+`!X!#d!,J![!$!!-3!b!$-!0!!e!$B!0`!i!$N!1J!l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:24:!$`!23!q!$m"rr`!!!Pd&03!!!"8!@J!#!!!CC!!#T-i!b`!+"&)a3c%$Lei!!iY
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-25-H!!#,AJ!$M+B!!U6@!!1,AJ!#TH`#r!!')MS!!QZ)!3,rr`3!)S)!!QZ%!32rr`3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-35-d!3Irrb!"L2S!N!3"!2rr)!'*3J#3"!%"rrmJ!BSB!!!!$!!B!&N!$!!C!!+PEJ!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:36:#T@3!"`!'!!`!'!(C!!`"Q3!#!!!!"J!+J!B!!!!$M+Erp2rR!!+*j!!#!*!(!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-37-#TD!!!U@S!!)!!U@U!!+PY!!#TE)!!!!#L0`!$J!#L1!!N!ErN!3!N!X#!!%!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx:38:m!$`!2J!q!$i!!J"!!%!!3J#3"IX"f!!-!"N!q`(B!*!&&!!(rqIrp-!!N!C9!&8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/Multiplan_1.hqx-39-!$!!C!&8!93#3"3F!!IrRrr6!!!!!)!'Q+N'8!!!"!!!!!5m!!!![!!!!4J!#TDJ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-9-a,c-a,c!d,#!a-Lma,cJj+Im!!!!0mJ!)!!-!#3)!!2m!%J!!!!J!!`!*!P-!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:10:54!!M#3!$!!N#8`$r!"*%!%!*!!-!#3*6!2m!%N3!!!J!!`!*!P-!r`!54!!!#!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-11-$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-14-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:15:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:16:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-17-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-21-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:22:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:23:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-24-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-28-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:29:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:30:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-31-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-35-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:36:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:37:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-38-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-42-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:43:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:44:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-45-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-49-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:50:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:51:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-52-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-56-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:57:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:58:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-59-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-63-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:64:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:65:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-66-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-70-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:71:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:72:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-73-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-77-!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:78:!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:79:*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-80-5!!!!#!!$!!N#!!$r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-82-r!")!!!!)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:83:)!!-!#3)!!2m!%J!!!!J!!`!*!J!!r`!5!!!!#!!$!!N#!!$r!")!N!3#!J#3r`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-84-3r`#3"`,r!*!%![m!N!3)!*!0#!!"!'J!!J$)!!-"+!!"!'J!!J(S!!B#5!!(!UJ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-86-!&!H)!"8(k!!@#%J!&`LS!"J*#!!C#@J!'JR)!"X++!!F#SJ!(3VS!"i,5!!I#kJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:87:!)!`)!#%-D!!L$-J!)`dS!#30L!!P$HJ!*Jj)!#F1U!!S$`J!+3pS!#S2b!!V%#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-88-!,"#)!#d3k!!Z%8J!,a'S!$!5#!!a%QJ!-K,)!$-6+!!d%iJ!042S!$B85!!h&+J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-107-J4QpbE5!a!*!48m'J!&2$1!"6`DJ!8m'B!!F!"`,h!NF!N!F"!*!SF!!!!`!*r`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:108:3"!X!@J!G!1F!#`!,!"d!@`!!F!!!!`!*r`#3"#%!@J!c!1F!)3!,!$-!@`!!F!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:109:!!`!*r`#3"$F!@J"*!1F!0`!,!%N!@`!!3!!!!`!*r`#3"%d!@J"I!1F!63!,!&m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-110-!@`!!3!!!!`!*r`#3"'-!@J"e!1F!B`!,!(8!@`!!3!!!!`!*r`#3"(N!@J#,!1F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-111-!H3!,!)X!@`!!3!!!!`!*r`#3")m!@J#K!1F!M`!,!+%!@`!!3!!!!`!*r`#3"+8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:112:!@J#h!1F!T3!,!,F!@`!!3!!!!`!*r`#3",X!@J$0!1F!Z`!,!-d!@`!!3!!!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:113:*r`#3"0%!@J$M!1F!d3!,!1-!@`!!3!!!!`!*r`#3"1F!@J$j!1F!j`!,!2N!@`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-114-!3!!!!`!*r`#3"2d!@J%2!1F!r3!,!3m!@`!!3!!!!`!*r`!!!!%6!&S"*3$R!4-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-115-!#`%P!&X!!%!!!!-!#Im!!!!"+3"D!6X!j`%T!!X"1`"E!!"!!!!$!!Rr!!!!!6m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:116:!@J&4!1F"2`!,!9%!@`!!3!!!!`!*r`!!!!&9!&S"C`$R!98!#`&R!&X!!%!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-117-!#Im!!!!"D`"D!Ad!j`&V!!X"I3"E!!"!!!!$!!Rr!!!!!B%!@J'6!1F"J3!,!C-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:118:!@`!!3!!!!`!*r`!!!!'A!&S"U3$R!CF!#`'T!&X!!%!!!!-!#Im!!!!"V3"D!Em
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:119:!j`'Y!!X"[`"E!!"!!!!$!!Rr!!!!!F-!@J(9!1F"``!,!G8!@`!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:120:!!!(C!&S"k`$R!GN!#`(V!&X!!%!!!!-!#Im!!!!"l`"D!J%!j`([!!X#!3"E!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-121-!!!!$!!Rr!!!!!J8!@J)A!1F#"3!,!KF!@`!!3!!!!`!*r`!!!!)E!&S#,3$R!KX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-122-!#`)Y!&X!!%!!!!-!#Im!!!!#-3"D!N-!j`)a!!X#3`"E!!"!!!!$!!Rr!!!!!NF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:123:!@J*C!1F#4`!,!PN!@`!!3!!!!`!*r`!!!!*G!&S#E`$R!Pd!#`*[!&X!!%!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-124-!#Im!!!!#F`"D!S8!j`*c!!X#K3"E!!"!!!!$!!Rr!!!!!SN!@J+E!1F#L3!,!TX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:125:!@`!!3!!!!`!*r`!!!!+I!&S#X3$R!Tm!#`+a!&X!!%!!!!-!#Im!!!!#Y3"D!XF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:126:!j`+e!!X#a`"E!!"!!!!$!!Rr!!!!!XX!@J,G!1F#b`!,!Yd!@`!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:127:!!!,K!&S#m`$R!Z%!#`,c!&X!!%!!!!-!#Im!N!3,!6S!(3((!!X!k`!G!6X!!%!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:128:!!!-!#Im!N!3K!6S!-`((!#%!k`!c!6X!!%!!!!-!#Im!N!3h!6S!53((!$F!k`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-129-*!6X!!%!!!!-!#Im!N!40!6S!A`((!%d!k`"I!6X!!%!!!!-!#Im!N!4M!6S!G3(
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-131-2!6S!S3((!)m!k`#K!6X!!%!!!!-!#Im!N!5P!6S!Y`((!+8!k`#h!6X!!%!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:132:!#Im!N!5l!6S!c3((!,X!k`$0!6X!!%!!!!-!#Im!N!64!6S!i`((!0%!k`$M!6X
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:133:!!%!!!!-!#Im!N!6R!6S!q3((!1F!k`$j!6X!!%!!!!-!#Im!N!6p!6S"$`((!2d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-134-!k`%2!6X!!%!!!!-!#Im!!!!"%`%k!58"a`%6!1X"*3%l!!"!!!!$!!Rr!!!!!5N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-135-"1J%l!FF"+3$V!6X"1`!!3!!!!`!*r`!!!!%r!6S"83((!6m!k`&4!6X!!%!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:136:!#Im!!!!"93%k!@F"a`&9!1X"C`%l!!"!!!!$!!Rr!!!!!@X"1J&p!FF"D`$V!Ad
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-137-"1`!!3!!!!`!*r`!!!!'"!6S"N`((!B%!k`'6!6X!!%!!!!-!#Im!!!!"P`%k!DN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:138:"a`'A!1X"U3%l!!"!!!!$!!Rr!!!!!Dd"1J'r!FF"V3$V!Em"1`!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-139-!!!($!6S"e3((!F-!k`(9!6X!!%!!!!-!#Im!!!!"f3%k!HX"a`(C!1X"k`%l!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:140:!!!!$!!Rr!!!!!Hm"1J)"!FF"l`$V!J%"1`!!3!!!!`!*r`!!!!)&!6S#&`((!J8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-141-!k`)A!6X!!%!!!!-!#Im!!!!#'`%k!Ld"a`)E!1X#,3%l!!"!!!!$!!Rr!!!!!M%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-142-"1J*$!FF#-3$V!N-"1`!!3!!!!`!*r`!!!!*(!6S#@3((!NF!k`*C!6X!!%!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:143:!#Im!!!!#A3%k!Qm"a`*G!1X#E`%l!!"!!!!$!!Rr!!!!!R-"1J+&!FF#F`$V!S8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-144-"1`!!3!!!!`!*r`!!!!+*!6S#Q`((!SN!k`+E!6X!!%!!!!-!#Im!!!!#R`%k!V%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:145:"a`+I!1X#X3%l!!"!!!!$!!Rr!!!!!V8"1J,(!FF#Y3$V!XF"1`!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-146-!!!,,!6S#h3((!XX!k`,G!6X!!%!!!!-!#Im!!!!#i3%k![-"a`,K!1X#m`%l!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:147:!!!!$!!Rr!*!%#`)D!"d#T`!,!FX!(3)E!!"!!!!$!!Rr!*!%)3)D!$-#T`!K!FX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:148:!-`)E!!"!!!!$!!Rr!*!%0`)D!%N#T`!h!FX!53)E!!"!!!!$!!Rr!*!%63)D!&m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:149:#T`"0!FX!A`)E!!"!!!!$!!Rr!*!%B`)D!(8#T`"M!FX!G3)E!!"!!!!$!!Rr!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:150:%H3)D!)X#T`"j!FX!L`)E!!"!!!!$!!Rr!*!%M`)D!+%#T`#2!FX!S3)E!!"!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:151:$!!Rr!*!%T3)D!,F#T`#P!FX!Y`)E!!"!!!!$!!Rr!*!%Z`)D!-d#T`#l!FX!c3)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:152:E!!"!!!!$!!Rr!*!%d3)D!1-#T`$4!FX!i`)E!!"!!!!$!!Rr!*!%j`)D!2N#T`$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:153:R!FX!q3)E!!"!!!!$!!Rr!*!%r3)D!3m#T`$p!FX"$`)E!!"!!!!$!!Rr!!!!!4-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-154-#'J%P!UF"%`(,!58#'`!!3!!!!`!*r`!!!!%T!KS"1`+R!5N"b`%l!KX!!%!!!!-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-156-#'`!!3!!!!`!*r`!!!!&V!KS"I3+R!@X"b`&p!KX!!%!!!!-!#Im!!!!"J3)D!C-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:157:#T`'"!FX"N`)E!!"!!!!$!!Rr!!!!!CF#'J'T!UF"P`(,!DN#'`!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-158-!!!'Y!KS"[`+R!Dd"b`'r!KX!!%!!!!-!#Im!!!!"``)D!G8#T`($!FX"e3)E!!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-163-#'`!!3!!!!`!*r`!!!!*c!KS#K3+R!R-"b`+&!KX!!%!!!!-!#Im!!!!#L3)D!TX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:164:#T`+*!FX#Q`)E!!"!!!!$!!Rr!!!!!Tm#'J+a!UF#R`(,!V%#'`!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-165-!!!+e!KS#a`+R!V8"b`,(!KX!!%!!!!-!#Im!!!!#b`)D!Yd#T`,,!FX#h3)E!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-166-!!!!$!!Rr!!!!!Z%#'J,c!UF#i3(,![-#'`!!3!!!!`!*r`#3"!d!A!!I!1N!$3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:167:0!"m!A3!!3!!!!`!*r`#3"#-!A!!e!1N!)`!0!$8!A3!!3!!!!`!*r`#3"$N!A!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-168-,!1N!13!0!%X!A3!!3!!!!`!*r`#3"%m!A!"K!1N!6`!0!'%!A3!!3!!!!`!*r`#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-170-!!`!*r`#3"*%!A!#M!1N!N3!0!+-!A3!!3!!!!`!*r`#3"+F!A!#j!1N!T`!0!,N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:171:!A3!!3!!!!`!*r`#3",d!A!$2!1N![3!0!-m!A3!!3!!!!`!*r`#3"0-!A!$P!1N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:172:!d`!0!18!A3!!3!!!!`!*r`#3"1N!A!$l!1N!k3!0!2X!A3!!3!!!!`!*r`#3"2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-173-!A!%4!1N!r`!0!4%!A3!!3!!!!`!*r`!!!!%9!&`"*`$T!48!$3%R!&d!!%!!!!-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-175-!A3!!3!!!!`!*r`!!!!&A!&`"D3$T!9F!$3&T!&d!!%!!!!-!#Im!!!!"E3"F!Am
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:176:!k3&Y!!d"I`"G!!"!!!!$!!Rr!!!!!B-!A!'9!1N"J`!0!C8!A3!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:177:!!!'C!&`"U`$T!CN!$3'V!&d!!%!!!!-!#Im!!!!"V`"F!F%!k3'[!!d"`3"G!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-178-!!!!$!!Rr!!!!!F8!A!(A!1N"a3!0!GF!A3!!3!!!!`!*r`!!!!(E!&`"l3$T!GX
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-182-!A3!!3!!!!`!*r`!!!!*I!&`#F3$T!Pm!$3*a!&d!!%!!!!-!#Im!!!!#G3"F!SF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:183:!k3*e!!d#K`"G!!"!!!!$!!Rr!!!!!SX!A!+G!1N#L`!0!Td!A3!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:184:!!!+K!&`#X`$T!U%!$3+c!&d!!%!!!!-!#Im!!!!#Y`"F!XN!k3+h!!d#b3"G!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-185-!!!!$!!Rr!!!!!Xd!A!,I!1N#c3!0!Ym!A3!!3!!!!`!*r`!!!!,M!&`#p3$T!Z-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-191-*!,d!l3$2!6d!!%!!!!-!#Im!N!66!6`!j3(*!0-!l3$P!6d!!%!!!!-!#Im!N!6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:192:T!6`!q`(*!1N!l3$l!6d!!%!!!!-!#Im!N!6r!6`"%3(*!2m!l3%4!6d!!%!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:193:!#Im!!!!"&3%m!5F"b3%9!1d"*`%p!!"!!!!$!!Rr!!!!!5X"2!%p!FN"+`$Y!6d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-194-"23!!3!!!!`!*r`!!!!&"!6`"8`(*!8%!l3&6!6d!!%!!!!-!#Im!!!!"9`%m!@N
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-196-!!!'$!6`"P3(*!B-!l3'9!6d!!%!!!!-!#Im!!!!"Q3%m!DX"b3'C!1d"U`%p!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:197:!!!!$!!Rr!!!!!Dm"2!("!FN"V`$Y!F%"23!!3!!!!`!*r`!!!!(&!6`"e`(*!F8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-198-!l3(A!6d!!%!!!!-!#Im!!!!"f`%m!Hd"b3(E!1d"l3%p!!"!!!!$!!Rr!!!!!I%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-199-"2!)$!FN"m3$Y!J-"23!!3!!!!`!*r`!!!!)(!6`#'3(*!JF!l3)C!6d!!%!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:200:!#Im!!!!#(3%m!Lm"b3)G!1d#,`%p!!"!!!!$!!Rr!!!!!M-"2!*&!FN#-`$Y!N8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-201-"23!!3!!!!`!*r`!!!!**!6`#@`(*!NN!l3*E!6d!!%!!!!-!#Im!!!!#A`%m!R%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-203-!!!+,!6`#R3(*!SX!l3+G!6d!!%!!!!-!#Im!!!!#S3%m!V-"b3+K!1d#X`%p!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:204:!!!!$!!Rr!!!!!VF"2!,*!FN#Y`$Y!XN"23!!3!!!!`!*r`!!!!,0!6`#h`(*!Xd
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-205-!l3,I!6d!!%!!!!-!#Im!!!!#i`%m![8"b3,M!1d#p3%p!!"!!!!$!!Rr!*!%$3)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:206:F!"m#U3!0!Fd!(`)G!!"!!!!$!!Rr!*!%)`)F!$8#U3!M!Fd!03)G!!"!!!!$!!R
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:207:r!*!%13)F!%X#U3!j!Fd!5`)G!!"!!!!$!!Rr!*!%6`)F!'%#U3"2!Fd!B3)G!!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:208:!!!!$!!Rr!*!%C3)F!(F#U3"P!Fd!G`)G!!"!!!!$!!Rr!*!%H`)F!)d#U3"l!Fd
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:209:!M3)G!!"!!!!$!!Rr!*!%N3)F!+-#U3#4!Fd!S`)G!!"!!!!$!!Rr!*!%T`)F!,N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-210-#U3#R!Fd!Z3)G!!"!!!!$!!Rr!*!%[3)F!-m#U3#p!Fd!c`)G!!"!!!!$!!Rr!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:211:%d`)F!18#U3$6!Fd!j3)G!!"!!!!$!!Rr!*!%k3)F!2X#U3$T!Fd!q`)G!!"!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-212-$!!Rr!*!%r`)F!4%#U3$r!Fd"%3)G!!"!!!!$!!Rr!!!!!48#(!%R!UN"&3(0!5F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-213-#(3!!3!!!!`!*r`!!!!%V!K`"23+T!5X"c3%p!Kd!!%!!!!-!#Im!!!!"33)F!9-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:214:#U3&"!Fd"8`)G!!"!!!!$!!Rr!!!!!9F#(!&T!UN"9`(0!@N#(3!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-215-!!!&Y!K`"I`+T!@d"c3&r!Kd!!%!!!!-!#Im!!!!"J`)F!C8#U3'$!Fd"P3)G!!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-220-#(3!!3!!!!`!*r`!!!!)c!K`#43+T!M-"c3*&!Kd!!%!!!!-!#Im!!!!#53)F!PX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:221:#U3**!Fd#@`)G!!"!!!!$!!Rr!!!!!Pm#(!*a!UN#A`(0!R%#(3!!3!!!!`!*r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-222-!!!*e!K`#K`+T!R8"c3+(!Kd!!%!!!!-!#Im!!!!#L`)F!Td#U3+,!Fd#R3)G!!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-225-#(!,e!UN#i`(0![8#(3!!3!!!!`!*r`#3"!m!AJ!K!1X!$`!2!#%!A`!!3!!!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:226:*r`#3"#8!AJ!h!1X!*3!2!$F!A`!!3!!!!`!*r`#3"$X!AJ"0!1X!1`!2!%d!A`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-227-!3!!!!`!*r`#3"&%!AJ"M!1X!83!2!'-!A`!!3!!!!`!*r`#3"'F!AJ"j!1X!C`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-229-P!1X!N`!2!+8!A`!!3!!!!`!*r`#3"+N!AJ#l!1X!U3!2!,X!A`!!3!!!!`!*r`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:230:3",m!AJ$4!1X![`!2!0%!A`!!3!!!!`!*r`#3"08!AJ$R!1X!e3!2!1F!A`!!3!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:231:!!`!*r`#3"1X!AJ$p!1X!k`!2!2d!A`!!3!!!!`!*r`!!!!%"!&i"%`$V!3%!$`%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-232-6!&m!!%!!!!-!#Im!!!!"&`"H!5N!k`%A!!m"+3"I!!"!!!!$!!Rr!!!!!5d!AJ%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:233:r!1X",3!2!6m!A`!!3!!!!`!*r`!!!!&$!&i"93$V!8-!$`&9!&m!!%!!!!-!#Im
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:234:!!!!"@3"H!@X!k`&C!!m"D`"I!!"!!!!$!!Rr!!!!!@m!AJ'"!1X"E`!2!B%!A`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:235:!3!!!!`!*r`!!!!'&!&i"P`$V!B8!$`'A!&m!!%!!!!-!#Im!!!!"Q`"H!Dd!k`'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-236-E!!m"V3"I!!"!!!!$!!Rr!!!!!E%!AJ($!1X"X3!2!F-!A`!!3!!!!`!*r`!!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-237-(!&i"f3$V!FF!$`(C!&m!!%!!!!-!#Im!!!!"h3"H!Hm!k`(G!!m"l`"I!!"!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:238:$!!Rr!!!!!I-!AJ)&!1X"m`!2!J8!A`!!3!!!!`!*r`!!!!)*!&i#'`$V!JN!$`)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-239-E!&m!!%!!!!-!#Im!!!!#(`"H!M%!k`)I!!m#-3"I!!"!!!!$!!Rr!!!!!M8!AJ*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:240:(!1X#03!2!NF!A`!!3!!!!`!*r`!!!!*,!&i#A3$V!NX!$`*G!&m!!%!!!!-!#Im
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:241:!!!!#B3"H!R-!k`*K!!m#F`"I!!"!!!!$!!Rr!!!!!RF!AJ+*!1X#G`!2!SN!A`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:242:!3!!!!`!*r`!!!!+0!&i#R`$V!Sd!$`+I!&m!!%!!!!-!#Im!!!!#S`"H!V8!k`+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-243-M!!m#Y3"I!!"!!!!$!!Rr!!!!!VN!AJ,,!1X#Z3!2!XX!A`!!3!!!!`!*r`!!!!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-244-2!&i#i3$V!Xm!$`,K!&m!!%!!!!-!#Im!N!32!6i!)3(,!!m!l`!K!6m!!%!!!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:245:!#Im!N!3P!6i!0`(,!#8!l`!h!6m!!%!!!!-!#Im!N!3l!6i!63(,!$X!l`"0!6m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-246-!!%!!!!-!#Im!N!44!6i!B`(,!&%!l`"M!6m!!%!!!!-!#Im!N!4R!6i!H3(,!'F
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-248-!T3(,!*-!l`#P!6m!!%!!!!-!#Im!N!5T!6i!Z`(,!+N!l`#l!6m!!%!!!!-!#Im
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:249:!N!5r!6i!d3(,!,m!l`$4!6m!!%!!!!-!#Im!N!69!6i!j`(,!08!l`$R!6m!!%!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:250:!!!-!#Im!N!6V!6i!r3(,!1X!l`$p!6m!!%!!!!-!#Im!!!!"!3%q!4-"b`%"!1m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:251:"%`%r!!"!!!!$!!Rr!!!!!4F"2J%T!FX"&`$[!5N"2`!!3!!!!`!*r`!!!!%Y!6i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-252-"2`(,!5d!l`%r!6m!!%!!!!-!#Im!!!!"3`%q!98"b`&$!1m"93%r!!"!!!!$!!R
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-255-!!!%"!!"N!!%!!!!"!!)!!!!"*`m!!3#3$K!!N!N3!2qerkB2,3ZD!!J"!*!0'3%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:256:!(J!C!"i!+J#3"`%!!3#3`3-!#3!!!Q3$'!!!!#%!N"!"C!!!!!8!N"%-!!!!r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-257-!$k-!&3"N$k-!N!8"!!%!#!#3(!4R!!!!$!!8!!!!!`!-!!-!N!8"!!!!63#3%3`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx:258:!D+P%!'LP@!!!!%-!!"Qf3)#9E%#!UZ`!N!84!!$rr`!#!!S#!*!%%!)i!"B!&J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_3.0.hqx-259-8!'LTG!!6D5J!!%K8!'LP4!"6rq`!!!%!!!3J"!!+-8`!N!8&!JK!J+Nb!*!(D+2
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-2-:#@4KG'%ZGf4L-J""9d4#8&0*-J#3"!Dc!*!%4H!!!!!)!$d!&!(6!Ni!!!@-!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx:3:!N!F"!*!(!`!(!!!!!J$)!*!&#!!"!'J!!J$-!!-"-!!#!-J!!`(S!!B#5!!(!UJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-4-!#!-)!!N$D!!+!mJ!#`3S!!`%L!!0"1J!$J9)!!m&U!!3"JJ!%3CS!")'b!!6"bJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-5-!&!H)!"8(k!!@#%J!&`LS!"J*#!!C#@J!'JR)!"X++!!F#SJ!(3VS!"i,5!!I#kJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx:6:!)!`)!#%-D!!L$-J!)`dS!#30L!!P$HJ!*Jj)!#F1U!!S$`J!+3pS!#S2b!!V%#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-7-!,"#)!#d3k!!Z%8J!,a'S!$!5#!!a%QJ!-K,)!$-6+!!d%iJ!042S!$B85!!h&+J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-13-!!Q-!J!*M!)!#B`#!!Q-!J!*M!)!#B`#!!Q-!J!*M!)!#B`#!!Q-!J!*M!)!#B`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx:14:!!Q-!J!*M!)!!N!N)!!!!!3!"!*$a!`!*!!!!)3!$!!N!!!!K!!)!$J#3G`(r!")
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_DB_2.0.hqx-15-%EQ&YC3CZG@eLCA)%C'&dCIm!(!4dEh4[#N!!`!#3"`S!N!Vr!"`%G(9dG3T!!B!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-2-:#R0SC@9d,RGVFc-!39G68de69dX"!!!!#UX!!!&''FJ!!!!*!$i!"!'L!Mi!!!9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:3:X!!-!N!B)!*!)$`!!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-4-%$V!,3!!"!3!!C!!"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-5-3$4N"!(J!H!"i!(J!N!F"!!%!N"!)r`!'!!N!8lfi!(i!N!FL!G3!N!8*!!!*!J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:6:3"`0!!*!',!!"!*!!!!)!p!!$!9J!"!'mJ!8#)!!'!X3!"`-S!!J$M)!*!r!!#J4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-7-8!!X%Z!!-"4b!$3@!!!i&j!!2"NJ!%!DXJ"%(%!!5"h3!%`IB!"3)2)!9#+!!&JN
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:8:%!"F*D!!B#Fb!'3S`!"S+P!!E#[J!(!YFJ"d,`!!H$#3!(`b)!#!-l)!K$9!!)Jf
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-9-d!#-1'!!N$Rb!*3lJ!#B24!!R$kJ!+"!-J#N3F!!U%03!+a%i!#`4R)!Y%J!!,K*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:10:N!#m5b!!`%bb!-413!!!b%r3!-a4B!$38[)!e&5!!0K@%!$F9k!!i&Nb!14D`!$S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-11-A&!!l&hJ!2"IFJ$dB3!!q'+3!2aN)!%!CE)""'G!!3KSd!%-DQ!"%'[b!44YJ!%B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-21-!!,*&p!#c4PJ!Y%DmJ,9()!#f4i3!YdIS!,K)6)#j5,!!ZNN8!,Y*H!#m5Gb![8T
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:22:!!,j+T!#r5`J!`%YXJ-&,d!$#6$3!`dbB!-4-r)$&6@!!aNh%!-G1+!$)6Sb!b8l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-23-`!-T29!$,6lJ!c&!FJ-e3J!$1813!ce&)!0"4V)$48K!!dP*d!005f!$88cb!e91
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-35-rr-b3#2m!%%V!r`!!!#-KFfpYC5"NBA4P)'&ZC#"dD@eP*h-JCQpbE@&dFrm!!!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:36:!r`!!!'BB-6)[-bmb-$!d3#d!!!!"(r`!!2m!3&,!'$%b,c-[-M!`0%!Y!!!!!4r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-37-m!!$r!*!!8X!A-5mc,c%j-$4!,3#3"33!!2m!d&,!'M%b1M!i1M!`)%&03#d!N!B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-40-!#3#3"#JrrUU3"k[r!!$#`#8-!K!1!!N!!!N"%KB!N!3*!3!!!$`rrp99N!C@r`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:41:!`X$r!(!!BJ#3#a%!!!JX!&dRQ+8ZB`B!!!!1!&dRQ2q!3Li!!!!3!"`RQ!"GD@!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-42-!!!Im!!!!+J"G*jJ!N!Ni!*!04J#3$93!!`!(!!-#Bi!!N!3"!!)!!3!#!Z!!r`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:43:3"J&N!!!!"3#3%3`!!!$r!!!2S`!9!'32S`#3"3%!!3!*!*!F"'8!!!"5!"3!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-44-%!!S!!`#3"3%!!2rrrr`!D2Qh!'MkdJ"A3)$ZV!!!K&S!D+Ni!'LrT!#3"@LaJ!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-48-4,X`!9alS!&2"Q!"Trrrrr%#!lUa!J1kX!!#%@J"SULB!2AGr!!!!!3#3"@MVRL!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx:49:!!'B!CZ%-!!!!r`!!!2m!!!!(!!"%Q`!!!3!!!!%8!!!!&!!!!$)!N!8H!$F!*`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_3.0.hqx-50-1!AJ!!3%!N!L1#80XEh0P#R0SC@9d,RGVFc-!!J#30Fqb-`8!N!B"4T3"9!(S!!8
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-3-!!`#3"`%!N!B)r`!'!!N!A@Ni!(i!N!FY!G3!N!8*!!!*!J#3"`-!N!FX!!%!K!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx:4:#!0`!!`%d!!3"M!!&!H5!"J+S!!F$!!!)!eJ!#31`J!S%#!!,"'!!$!5i!!d&%!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-5-1"@L!$`A!!"!''!!4"R!!%JE)!"-())!8"hJ!&3I3!"B)+!!A#)!!'!MBJ"N*-!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx:6:D#BJ!'`RJ!"`+1!!G#T!!J"i+k!!I#d!!)!ZB!#%,m!!L$%L!)`bJ!#3-q!!P$9!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-7-!*JfS!#F1!)!S$PJ!+3k`!#S2#!!V$f!!,!qiJ#d3%!!Z%'J!,a$!!$!4'!!a%A#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-20-#Q!$"3[!!`N0)J-0$S!$%3rJ!a843!-C%U!$(43#!b%9B!-P&X!$+4JJ!bdCJ!-a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx:21:'Z)$04a!!cNGS!-p(`!$35"J!d8K`J0*)b!$655!!e%Pi!09*d!$@5LL!edU!!0K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-22-+f!$C5c!!fNZ)!0Y,i)$F6$J!h8b3!!$H61J!hde!!1"0Q)$K6I!!iNj)!101S!$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-32-b2rc-N!J!!)"+B2m!!!!M)A0[E@8JC'&dC5"KEQ3JG'PYC5Gc)'C[FQeKG(-!!)!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx:33:#Brm!!!"I'$%b,c-[-M!`0%!Y!!!!!4rm!*!%J%*P'$%b,c-[-M!`0%!Y!!!!!4r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/MicrosoftWorks_2.0.hqx-34-m!*!%i%*Q'$%b,c-[-M!`0%!Y!!!!!4rm!*!%`%*Q%M!Z16rqjQD3"`!!J%*Rr`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx-3-!"!!%!"%!((0NBR0NFf4LFf4LFf9QCJ#3"JF!!!!(!!3!%3!H5c&6!"3!!!S!0!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx:4:d!%8!43!(!!(rr`!"rrm!!!$j!"%!(NXb8`!!i`"Y!23!!!!5!!)!"`!#rrm!![r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx-5-r!!!"!J!4!"j,-e-!N!i(rj!%!!,rr`#3"4%!(&056NF!%J!#&!!!#J!d!2`!"`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx-9-8!!!+!&`!9`"Y!!MrN!3!"2rr!!!!"J!'9N%!"J!5!"8"*[m!!3$rrh&3!!B!%J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx:10:'!")!"J!5!!!!#JJ!"`!!!"B*!*$j32rr!"B!#J%!N!B5!!B!!J!&rrm!%`!%!!,
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx:11:rr`!0!!KrJ!#3"3)!$3!)Ii!!!3!!!!-!%!!HIi!!!`#3$3`&!!%&!!)4"3!$%J-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx-12-!$3!)Ii!!!!!"!!3!%!!LIi!!!3!"[rq!!*!)%!'rrlrr!!!"J!#rr`!!%J-!%!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx-15-rJ!!#!!1rrqc-N!E1!"J"J!#rr`!!!Erq[rd!!"3"[rqrr3!!%J-!%!!BIi!!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx:16:$3!'J!*!)"J8!"33I!`!3!"TrJ!!"!!3!N!X)!B$rJ!!!!!-!%!!HIi!!!`!%2rc
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/JazzLotus.hqx-17-VK4ki8HZ&(J!-!$rmki8HZ&(VK4i$!"!!'Rq!!!-!"8!!J!#3#!J&!!)&!!03!`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-10-K!!!'ZNKZr[`[2!!4!)Y1V3fU!!!#3!!!!SJ!N!8"!!%!8J*V,S&)EJ!!!DB0JNK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:11:Z!*!%r[a1V3U+(V`!N!6qr$mm!!K1V3"B%X`!N!PB%J3!N!KJ!!#N5'lqr$mm!!K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-12-1V3E+5Llqr&b2C`!!MJ`Z!"rqr'-'(A`!(rlm6Ud'5N+R3QG1V3B+H[hD4M!&A)p
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-20-rr`&@!!rR9!!S)ai!N!J"0`#3"#!GBB3J#%#!!#F!N#!#!*!%@"0B!*!Z"QjeE@*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:21:PFLJIV!!S)XL!&3!'59i"!!%!!3!"!!!S)am!#!!"Ej)!+#+H!!!#1`!G3p$rr`&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-22-@!!rR9!!S)ai!!!%!N!8"0`#3"#!GBB3J#%#!!#F!N#!#!!!!Irm!N$!%C'&dC@9
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-35-1G8j@rrK)j`%B+'i!#(lrcL`!"6mm!!01V3l5)%!QD!!)##`!!!!19)pRI!`(!$&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:36:PGJ`(!$PLF%+ZrrK`!"!("N$rcce!rrJJ8c!ZrrL`D!"-E&*#V[rm3LFI2!!"5'l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-37-rr#m,2c`!2+RR3KF[,[rm,`Xr2!"FUHFI2!!",blrq#m,2c`!A+RR,`Xr2!!3UHF
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:38:JEJ!--,`!!h$r1d#l)$Y!Zaj`!@!%3P4`!%cI')"1ANje6PErmLmZ!!Sr,J!)5'l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-39-rpNKZrr*)E[riUBe)E[riU+0)E[ri,c`!!3!"U+N[,J!+U(01V3Pb5UhZG'F@)'h
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-45-$6Ud2-LK!)!`SE[r`6Pj1G8j@rrT)j`-B+'i!#%+R,``r2!!NUHFJ6+!T,a5SSb"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:46:-S#SGI!!'rrT#E[rm3QlrrL"YlQ`Q8$!YlR+`8f4)-#hZFL"c"!`J8$i3I!"J0%*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:47:R2c`!!6mZrr`[$$mm!!LTjaeZrrhrqdKZrrSr2!!#,blrr#m-2c`!@+RR8Qlrr&5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-48-28NDq4Q,)60mB`%jH6R919[rm,``SEJ!)5'`!MLmZ!!a)E!"15'`!#%kY2[T+,!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:49:16qm!%'B15'`!6NKX!!j1V4E58)mJEJ!-5K"Q$LmZ!!`[2!!D!+*1V4,L5L`!MQB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-50-85'`!MMmm!+*`(0"X!!)r!%kY%Z)SAdjH6R919[X!51FI'(i"3Qlq"NKZrF"1V41
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-53-%!!"53&#2Ca*)E[ab,bhZE%kY&fT53&#2CJC`!'!!"+T)H!"X5'lrP%kY#2T)E[f
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:54:!,c`!#c,06Ud5iNKZrAT1V42#,#lpI$eZrAVrUN(Zr(SY52qQHJ"2l`!-B!!"5K!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-55-e85$ZCNR!28$q#%KZr(Sr2$,0F"h3E[i)2`"1V4,L3QFr,[qU,`C)E[ak5'lpHM!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-56-m!!'U8NKZrAT1V3K55J"FMfBD3QFr,[h!,blp`NKZr(T)E[ek-$`!!DT59)p)E[e
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:57:k6Ud)8NS!@)pR!!#D2A`!![i'5'lqP$mm!+*`%p"&2`"1V4,L3Hlq$N2ZrAT`%#$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-58-C8FMrr$$C5'lq9$mm!+*`!G"&2`"1V4,L2`9)E[i',blmENkY&hT53%r[!!TQ"R!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-71-!!!3!!!!"!!!!!`!!!#`!"2rr!!!!"J!)!!(rN!J!!!")!!J!!3")!!J!!J")!!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:72:!!`")!!J!!!!3!!$rr`!!!#3!"!!"8dp59!!!!"!!!2rr!!!!KJ!%!!&58&*8!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-73-!%J!!rrm!!!!Q!!B!!9053dMrrd46493!!!(%!!Mrr`!!!#i!5!!"!!!!!J!!!3#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-75-!K`!!!!)!!!)!!J#3"3-!N!4KK!!*!*!%#J!!"J!!"!!!!*!!!!!!%J!!!B`!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:76:"!!!#!!)!N!F9!!!-!3!+!*!%!3!!"`!!'!!!!$m!!!!N!!!!K`!!!!)!!!)!!J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-77-3"33!N!F*!*!%#J!!"J!!&J!!!*!!!!!!*!!!!0J!!!!"!!!#!!)!!!!"!!%!&3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-98-)5%4153!!!!B!!&08@8`!!!(8!!lrr`!!!"`!3!!"8e4C6!"B&EJ#!3"B&E3!N!9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:99:B&E`!@"@N!&J9c!"B&D!!@"2%!&J6d!#3#!%!!!$rN!3!!!!'!!,rr`!!!"m!N!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-100-%#J!"rj!%!*!+rrm!!!!#!!%!!J3#!!$rr`!!!!)!!3!"!!%!!Irr!!!!!3!#!!-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-106-!"!!,!!m!!3!!rrm!#`!(!!%!!3!%rrm!"`!!!!)!$!!3!!N!!Irr!!!!!3!"!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:107:!!Irr!!`!!!!"!!d!%3!"!!$rr`!3!!%!!3!"!!(rr`!!!&J!$2rr!!!!"J!%!!&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-108-)390)N!"&Fj8!!DA)XFS!!,E5Xmi!"-$5Xm-!!XM9rFi!!`!**BN!#3!**SF!#!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-118-!!3!$!A`!!!)!!!)!!J#3"[rr!!!!!3!"!Ai!!!%!!!)!!J#3#5i!"Irr!!!!"J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:119:%!!&)390)!!-#J!!%!!8$IJ!$!"-#E`!#!3)$!3!"!`%"!J#3"!)b!!Arr`!!!'`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-120-!#J!#8P9-8J"B&#!!-rrr!!!!!3(r!*"Nrrm!!!!*!!!"r`#3B[rr!!!!!J!#!Id
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-122-65!!!!Im!!3!!!rm!"!(r!*!%!J!"r`!$3!)"r3!#!!!!0!!5!!%!"!!#!!3!!Na
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx:123:,99!!!!!-!!%!!J!$!!3!"3!'!!F!#!!*!!S!$3!1rrm!#`!-!!d!!!$%!!Arr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_4.0.hqx-124-!!#3!"!!#6N&043!!"-LabU%!N"i##XLabU(+e-[MXHd!N"J$"0+c`l`!N"i%"0A
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-5-9!!!-!3!!!!%#!J!!!3#3"3%!!!%!!3!Y!!!!a!!#rrm!!!"F!!!!!J!$!*"E"!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:6:3AAJ!$`!!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-7-"!3!!C!!"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!"f
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-9-[2!!4!)Y1V3fU!!!#3!!!!SJ!N!8"!!%!8J*V,S&)EJ!!!DB0JNKZ!*!%r[a1V3U
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:10:+(V`!!!$Lr[`r2!!)6Ud!(8*B!*!*(8*3!*!)B!!!T%KZr[`r2!!)6Ud'bNSZr[a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-11-FMfF!!)i-,J!Ir[aM"Kem!"rqr%kY"NT#Td*R6Ud'#RVpfNB`"9b2Cb*V)&9!C`4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-12-U'Q!)!*!%5J"RCMmm!!*1ZJ#3"#!-9)pR9Lm-5'i!N!NG3542l`!+!!!!-J'Q!QX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:13:!!3!!!3#3"!%!!!%!N!3D!,"J*%kY!"e(`!#3"5K$kJJ(!*!%,c`I4NkY"N)q!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-14-)!*!%60m!(8*F!!!I*!!S!!-"h3*p!!K%8d98!!!!L!!"rrm!!!!N!&J!!J-!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-15-!(82!!"e$k!!!!"e#e!#3"4e#R!!G3Y!!#3!G3TJ!"`!G3ZJ!N!8"!*!($!)j!DB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:16:!N!8G3Q!!N!8"!!)!!`#3"d$JRJ!!!!`!N!NG3Q!!N!8"!!!!!3#3#-#H!!!"j!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-17-%rrm!!!"f!!!!!34ZB@eP1`!S(k`!+#,)J"8!"NPH!3!"!!%!!3!!+#-I!!J!!@q
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-30-TEL"QD@9XC#!c1L!a,c%[0#`J-5mc-5m`0#`J-6)[-5mi15N!(bJJD@iJCQPPE'3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:31:J0$SJ-cS`-#`J0$S`-#`J06S`-#QSTP%!(6Ym!)rrr`3)Tc8!(6Yi!*!!rrm%#+I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-32-%!"dlG!#4rrm%#+Lh!"dlF!#5rrm%#+Np!"dlE!#6rrm%#+RE!"dlD!#9rrm%#+V
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-36-!'i3!#deKD@`J6@9bCfA*!%d!J!%Y!*!%#e"KCf8J8f9dGA$*!*!%"P"bD@jdb3"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:37:3!!!",3#3"!44G@Pd!&%!N!3-3dp-63#3"4e"N!!!!!+-3dK15`!$!J!"h!(F!)`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-38-!!!#B!+3!N(L#J%!!`!#3"i!33!'!!*!(J""!!D!!N!G1ZJ'k3TFr2!!%6Ud'`NK
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-40-R2A`!rrrq5'lqmdKZrri[,[rb,``r2!!iUHFGE[rrr[*)E[lb6UdBmMJ!GJ"FMf!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:41:b)'hMl(!'`--J8"S`#%T)K3a&!!0R"Ja&!!9Q&#"Yiqa`"X$$)&"b!")`#%Zi3@G
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:42:D8N-JEH2X)&#f8'A%,c`"p3!"6Ud'FMi!98"BMfF!!,)-4`!$CJ4`"f!#F!Nm!%k
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-43-Y"NT#Td*R6Ud'#Mk%F2c34Mm!3UG1V4P#)'hMj#"32UJ!3%kY&q*J!!#k,c`!P3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:44:86Ud+UPL2B'K1V3C+B!!!T,a(Ce`-4`!*CLJ[2!!$!3"1ZJ#D(V`!!5m-3QHTjd+
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:45:R2c`!"%kY"X*)E[rfU5K3Mf!X$%B!#@BQ,c`!!`!!6VS!E%)A,`a#CkRR5'd'XMm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-46-m!!41V3E#5'lrpUNS8)mm"d+Zrr)-4J!*CKT#*amm!!&)E[rb,``r2!!mUHG+(fB
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-54-!N!G)!!!!5!#3"3*YY!!)!*!'(a!!N!8`!!(3T!!#ECa#4Q"!5-B["Lm-6VS!B$S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:55:!8%pR"!!#EB4`!#m!,`X[$%kk!33B!(!!%!4+J!!#E@aQ"(!!B#a`!"!%$%!!!@F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-56-+-!C54J!#E94YZVaZrrjQ$L"8)NJ`+3!`5-$4U!!#E6cr3%cZ'2$rj%jH6R919J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-58-L,J!J9#&(!$BJ9,kS!#"Q%L*)-#N!-%M!X+J!*'B%F!"J*#"8-#J!-%M!,`!["bm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:59:-6VS!e$`!6qm!$'F))&4`rb&!!$B`"NcZ!!!!$%026%d!N!8G3A3!!!+-3dK15`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-60-$!J!"h!(F!)`!!!#B!+3!N(L",%!Y!*!'3!#!"N!Y!*!'99@#J%!Y!*!'DUXq(dL
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-69-!,``SEJ!)F!!S`#L!+'lrr%jH6R919[ri51F!'%KZrrK1Z[rD+(J"'#(i!UB"'#C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:70:-@Bm[,J!)5'lrq%KYpGT`!"m!FJ!r!6m"2`&`%$m!F!![!+P8+&mJ5`!!!"!!!Ir
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-71-r!!!!"!!!!!%!(8-i!!!!8!!"rrm!!!!'!$i!!3!!!!)!!3!!!3!!!3K-BAP[GA3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-90-!#J#3"48!!3S"!*!(#J#3"38!(8))!!!!"@4KG'8!4&0&9!!!!%J!!3#3#))!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx:91:!"J!!!!)!!!!%!!%!!3!"!!!!(8(B!"e"T!!G3K3!N!P)!!`!(8'F!!%!$!#3"`B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_DB_2.0.hqx-92-!!!!'!*!&!3!!!!S!N!89!!%+!3#3"`S!N!8&!"e"h!!!!!9dD@eP!%46493!!!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-11-!!3!!!3#3"!%!!!%!N!aB1p!!N!9T*e),!*!1!3!)!*!(@"-S!!!I*!#3$2q3#!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:12:S!!-"h3*p!!0%8d98!!!"e!!"rrm!!!!`!CJ!!J)!!!%"p!!S!&J6$!#3$`)!@"A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-13-8!&J9b!!)!!!!5!!1!*!*@"2!**!'1#53q3#3#3J!!!!)!!!!#!!!!!N!!J!*!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-17-'!!N!@"-)!&J9Z!"B&D`!@"@N!&J61!"B%V`!@",!!*$r!*$r!*$r!*$U$%026%d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:18:!N!9B&D!!!!+-3dK15`!*!J!"AJ%&!)`!QJ#N!!!!X!$+!9F"D3%%!5F!N'd-!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-19-!#3CZEh*YB@aI!!J$!!!+!h*PC!!+!`!!#39KE'PREJ!B!`!!#40ND@CQCA*PER3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-29-*68986e4&@&3EFf9bD@&XAfjeE@*P!!!!$%026%d!N!9B&E3!!!+-3dK15`!)!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:30:"P!&M!)`!Q!#N!!!!X!#f!4-")`!!!2F!N'd+!`!!$!4LEfaN!!!+!`!!$39RFQ9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-31-PEJ!+!`!!$J4XC@Cd!!!%#!!!#3!1!J!!$crmc*!)!!3(k!!*!!i$D!!9#$%b,c)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-35-"8JecCA*TB@aIER9YBQ9b@!`pE3!!#S!pEJ!-rriJEHjX-#lrr%M!jBJJ8#"`#!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:36:S8%T8CJ4`!'!`)'hZE$!Zrra)`1@))&!JF!J--$`"MX(ZrriJ8#*Z!!K"m!K-F')
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-37-Lf&()rr`bf(!"+&p1ANje6PErq%MR!4JSEJ!)I[r1,!!&2c`!!dkY$Y)J3#CS!!J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-42-!!!$[!*"Y$!-!!"%'DA4KE'PM!3!+!`!!%J4LE(9P!!!-!`!!%`CMC@jdCA)!!!i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:43:#!!!82rc-N!J!$!-&!!X'-Lma,c!dHM)!!"N%!!!*!!%2"`i(%!!"%!!$%`!*!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-44-I!*!%'J3!!!N!!!m($JF3!!%3!!-6!!N!!"m!!!B!!!i$D!!3#$%b,c)h,cBh$J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-55-f0c)!!"F%!!!*!!%0&NN"&)!!rrf!!2rr(`#3""J%!!!*!!!0&NN"&)!!rrf!!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:56:r(`!!#J!!$!-&!!X'-Lma,c!dHJ!1!J!!'MrpQC!)"!`S!!%!"'C+)'fl!#*YZ`3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:57:`+!!FX'N"%'miF"M3VEX!+%!JEEX!)Qfl"$iT!4#HD!!FhP3-4`!%E!*q"$"()!L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-58-"r!!#-K553$"")Qfl"#0)!'C-ha#!6R919[ri51F"'#CZ!!SSEJ!1$'i!"3!)CJC
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:59:`!'!!!,SJD`$d)&!SU!!3+@J!&!!%-#i!#'F1DdKA3'F`DN*53'SHB"3[$$mV!"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-60-r+`!1U+N'E!!b!!CJ+!CX!#m!"'!J++h*+#PYb5`!"'!8,``r+`!32bX!$ULT-#f
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-63--lKL!rqa1ANje6PEr!#m-5'lr!#"YXVJJD!#',a"1V4E53KG1V3$U5J"3MfB'F!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:64:J!!#i!!!!$%026%d!N!9B%c`!!!+-3dK15`!$!J!"e!(%!!!!M!#3"jS!ZJ#3F``
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-65-$!!!E"f0[GA*TCA)!$J)!!"`rr-b3#!!1!J!!!6rpQC!)!!`$5!!9"c8[-M-[0MF
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-70-"'#CZ!!SSEJ!1$'i!"3!)CJC`!'!!!,SJD`$d)&!SU!!3+@J!&!!%-#i!#'F1DdK
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:71:A3'F`DN*53'SHB"3[$$mV!"!r+`!1U+N'E!!b!!CJ+!CX!#m!"'!J++h*+#PYb5`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:72:!"'!8,``r+`!32bX!$ULT-#frq0&X!!Cq"GjYZ4,IE!!'hf`!"%KZrrK1V39D2Lf
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-73-bl0jYXXT)air!5%FZM(!$N!"X!!)b"qG*d%%r!(!$N!"8FJc$ap"i#kS'3!!4d%%
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-78-#-JIR5G""2`"`!j!!9()-`mI3H!ZU"N!!%G""2`#SU%)R,`a)E[ri,`bSUR!"61i
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:79:BJ2rX6Pj1G8j@r`![$%KZr`!JEE+i)'J!KLm36Ud@dN)A6Ud!kNS!8)pQ"R!!B!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:80:!Z!!,1f``+!!b!N!-!!a!$!"Q#NKi!#"1V8E+@)p1V3`D2bi!%#mZ!!`[,J!),bf
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:81:l!%KZr`"1Z[P%+%!J$%r[!"*Q"(!!B(!JEEX%!QMcr`!b+dbc1Lm-6Ud&%L"YZ`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-82-#+!"25Ui!$&L2C`T#*dkY!`T8Mf!%6Ud*kL"YZ`!4I!!"!%p1V3BU,`a1V3B+(V`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-83-!!8kY!i*+,EN3@)pR'%)R,bfbZ%kY"1SH[!!",`a1V36U6qm!#L!-+&p1ANje6PE
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:84:qANMR(aKm!(B!3QhZFMmm!qK1V3lD2J"+4e52C`!$&M!(8N!-3!!)BJ!#mN2k!`l
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:85:5m3)!6Y%r2!!%6Ud$`Lmm!!%!"$mm!qj1V3lb+%!`EFLm)!MTL$Zm!!3*)-Kd,Sa
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-86-1ZJEb6VS&M#C!,SY1ZJAX3UhZG%KY2GSr2!!'6Ud2DKYm!!!!$%026%d!N!9B&DJ
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-88-rr-b3#"YZrQAZF(!!%#hZF&"!2`"1V3Hb3KG`!"!YlR!r!%kklfaBMf!!!2*+!eI
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:89:$4!0+!fF`2c`!"%kY$`)l3-Lq)'hZE#"3$&!!!952Bbi[,E,F2c`!"+JS,bfbh$m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-90-m!!@S+'!B3Qh)[LmYXY`r2!!%U#F[,E,F2c`!"DJR$'d!!FLqCJBlI!!#b,i-E3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-93-H(c`!!5mZrPi[#cmm!&bTjf!!rKC#V[jH)&-I+!"02c`!!8kY%+TBMf!!r0a-haM
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:94:i6Pj1GIckrq$q-2imrDcr@[rJrq$r#%j@rr`[$!aY!!,ZFQmN)'hZE$!YlR*)`1@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:95:))&!JF!J--#i!$%M!jBJJ8#e`#%crr'!-2@hZF[rm2@i!$2rq)'hZE$!Zrra)`1@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-96-))&!JF!J-+&"+9'B%F!"J-#"YlQ``,[rm5-$PL#"3)(!)$$!m!Bl"l[rq)&!LEJ!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-125-$!!`"#bJ$!"!"#bN$!"3###B'!!d$##B'!"%%##B'!"8&##B'!"F&$#B%!"J&&LB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:126:%!"N'##B(!"S)##B(!"X+##B(!"`-##B(!"d1##B(!"i!!!&@!"$rr`!!!"3!#J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-127-#3dK"8J"B%[3!F2rr!!!!!3!"rrm!N!J-!3#3"3)!N!8"rrm!N!3-!Irr!!!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:128:!!!8!!Irk!!%!!!`"rrm!!!!"!!!!&J!"rqX!!!!"$J(rr`!!!!%!!!!L!!(rh`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-129-!!!)-!Irr!!!!!3!!!!%!!Irq!!)!!!`"rrm!!!!"!!!!"!!"rrX!!3!!#3%!"J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-140-3#2rr!!!!!3!"(ri%!J#3#2rr!!!!!3!"(rm0!J#3#2rr!!!!!3!$(r`%"!#3#2q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:141:3"J!"(ri0!J#3#2rr!!!!!3!$(r`%$J#3#h!!%2rr!!!!"J!%!!&)390)!!)Ir`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:142:"!!BJq`!$!!BKq`!'!!BLq`!*!3-IrJ!%!J-IrJ!(!`-IrJ!+"!-IrJ!-"!FIr!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:143:1""%Ir!!3"3-Ir`!#"`-Ir`!)#3-Ir`!,#`-Ir`!&$3-Ir`!0)!%!N!GH!!2rr`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-144-!!"J!#J!#4e*35!"B%l3!!2rr!!!!!3(r!!!"!!%!!!)!!J#3"[rr!!!!(3!!!Im
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-145-"!!%!!!)!!J#3"[rr!!!!!3!4!@i!!!%!!!)!!3#3#5)!!rrr!!!!"J!%!!&)390
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:146:)!"-#E`!#!3)$!3!"!`%"!J#3"!&D!!2rr`!!!'`!#J!#8P9-8J"B%l`!#[rr!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-147-!!3(r!*"Nrrm!!!!F!!!"r`#3B[rr!!!!!J!#!Id!N!4!!*"J)J!$rrm!!!!'!!3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-157-!"2rr!!!!4!!%!!*'6P40!!!!!JG$D'PMB@G[!*!I$P"PFQC[FQeK)&9cCA)!N!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx:158:Lcl(NU`!!!&JFI!2S!!(2XH5V3A9dD&4&@&3$kJ!d!*!($!Y$E'&bDA0AEh*VF`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_4.0.hqx-159-!!3!!!!&)!!!!5!!!!&S!@"53!"E'!!!!(!"D!!*849K8!!!!'R"ZEh3!!!!Q8e4
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-1-(This file must be converted with BinHex 4.0)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:2::#A0SC@9d,Q0hD`"$9e063Np#6`%!!!!H4J!!!8)+9J)!2!0#6d*2!!%!A9`d!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-3-%!aJ#C!!N!#3!*!!N!#3!*!,d!N!"!!!"!*!5!3!!!J!#!!!!A9UX!*!(!3!"!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:4:!(&La!!S!!!!"!!!!!3"G@U`!N!3$!`#3$9eF,!#3FeeCm!!!!&eF3!)#!*!&&3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-5-!$!%!!!!"!J)!!!%!N!8"!!!"!!%!,3!!!3!"!*!%@J!!!")!N!8'!3#3"!%!C!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-24-)!)!)#!#!#!J!J!J)!)!)#!#!#!!!2%"Ea!#3"BMrr`!)A0i!N!@*rrm!#&hi!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:25:&J2rr!!`@&J#3"B(rr`!-&MB!N!@#rrm!$"C@!*!&Jrrr!!`@G3#3"B6rr`!-&TB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-26-!N!@'rrm!$"Df!*!%!I6rr`!)AV)!N!9lrrmJ#'l'!*!&J2rr!!K[@J"Ckp`!J2r
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-28-J!&RVk!#!!!!!$%026%d!N!9G@UJ!!!+-3dK15`!)!J!"T!&q!*3!UJ$!!!!!cJ$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:29:3!3!"!J!!!1S!N'a`)3!$#3%"!$!K!!-*!3%!"'*[E'3!F#%!!`N!kJ!`)3!$#3$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-30-U!!9RFQ9PEM!J"'aPCR3!-#(rr`!!!33%E'9QG!#!)#%J2rc-N!L!)$BJ#$%b,c)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-32-8!!0Z$!!+!*!%!H!#J!#3"43!!fi-!!S!N!3"i!+!!!J!!!!8!!0Z$!!+!*!%!H!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:33:#J!##!!!!&!!$EJ`!#J#3"!(J!S!!N!88!!0Z$!!+!*!%!H!#J!!)!!!!&!!$EJ`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-34-!#J#3"!(J!S!!K`!!!"3!!fi-!!S!!J!2!")!(`#3"$NXrrm!#)-(!*!&L[rr!!L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:35:$%J#3"B[rr`!)Jad!N!@-rrm!#)-S!*!&MIrr!!L$-`#3"Blrr`!)Jci!N!@2rrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:36:!#)0*!*!&N!$rr`!)Je3!N!@4rrm!#)0I!*!&N[rr!!L$DJ#3"C2rr`!)Jh8!N!@
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-37-8rrm!#)1!!*!&PIrr!!L$L`#3"CErr`!)JjB!N!@Arrm!#)1K!*!&Q2rr!!L$V!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:38:3"CRrr`!)JlF!N!@Drrm!#)2#!*!&Qrrr!!L$c3#3"C`!!!!-3dp-63#3"9eD5!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-39-!!Sa$5%j,!!F#!!'L!A`!P!#X!-3!N!A8!3)""!!!!1`!N'a`)3!$#3)"!$!K!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-40-*!J%!"QPdB@aTB`&`)3!$#3$%!$!K!!-*!-3!"'*XG@8!-#!'Bf9ZG'9b!$!Krrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:41:!!!%)"Q0PER4PFJ!L)$rmc*!)0b!)-6)[-MF[16)!3#!2"`i(%!!"%!!$%`!*!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:42:I!!!!"B!J,5!rrCQ3#"Ia!!`!!$F)l(J$l4Ih!!`EqJ#3"!2Z!!!fp!!!0[!!!!2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:43:d'")!$"`p!*!%0Z!B)!!-(*B!N!3$laJQ!!`!!$E-!!!(e2rr!!`G0J#3"DFB-J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-44--(AJ!N!3bb"Jh!!`H&J#3"CNB4!!-(RN!@H`X!*JB8!!-(T%!@H`S!*FB@J!-(UN
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-48-!@Ha`!*mBeJ!-)p3!@H`i!+-Bj3!-*-m!@Ha)!+8Bm!!-*9d!N!@V'2i!$#BL!&R
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:49:X6!2V'3-!$#Bl!*!%!q`C#3!-*V%!N!3$m4NB!!`Qj3#3"!2k'4i!$#F,!*!&$%0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-50-26%d!N!9G@X!!!!+-3dK15`!'!J!"V!'+!*3!VJ$)!*!&eJ!!!1)!!!$Z!*"XF#%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:51:!!`N%!3!`)3!$#33"!!PeEQ4PFQaTEQ9`)3!$%J!"!$!K!!-5!!%!#$%iF'pTER4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-52-c!$!J"A*TCfKd-#(rr`!!!3`&FQPRD(3M)$rmc*!)H5!)-6)[-MF[16)!3#!0&NN
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-54-&K3!!0$c*l!#3"BErrb!)bR!!N!3(d[rr)!M+p!#3"!I6rrmJ#-Yi!*!%0"$rrb!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:55:)br`!N!3(eIrr)!J!!$2m!!!(e[rr)!M0"!#3"!IA!!!ck-f)!*!%"pMrr`!)cJ`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-56-!N!3ce2rr)!M1N!!!N!3$k[rr)!J!!$2!!!!$krrr)!M2Q!#3"!2XrrmJ#0!F!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-65-+!*!&(!!$EQ`!'!#3"#ad!!S!N!3"i!+!)!`!!!!8!!!XB!!"!*%!%`$5!&eCh!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:66:!!$`!!fj%!#`@V)"%!!$rr`!5!%%!!3#3"dJ!!!")!*!&#!!"!!J!N!BI%!#3"!4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:67:C!!!!$!!$ERJ!F`%a!!!!$!!$EPJ!!!!m!!!!&!!$EQ`!!2rr!!!!"!!!!!%!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-68-8!!0Z4!!+!*!%!H!#J!!"!!!!&!!$EN3!#J#3"!(J!S!##!!!!"3!!fji!!U!!B!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-70-ZH!!+J!'!!ArrIrm!N!88!!0ZH!!+!!)!$`!5!"m!N!3VA!#3)`a$6da0!*!&A9V
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:71:)!!!#M%0)6NX!!3)!!I3"k!#3#i`!N(3N3$rmc*!),5!rrCQ3#!#3%a3!!fh`4'&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-72-bFh4PE'aeEQF!N!3-!!0YY!!AG!!!!!)S!!0YK!"`!*3!F!(X!(%!P!"a!H`!M!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:73:D!)`!iJ#-!5d!M!(Q!*`!iJ#F!1i!V!$U!+`!lJ#m!1S![!%4!-`!kJ$-!4%!h!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-74-D!0`!kJ$F!5d!h!(Q!13!QJ$N!3N!p!%*!23"$3$p!5d!r3'!!2d"K!$p!HN""!#
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-79-G@M3!!!+-3dK15`!#!J!"jJ(Q!)`!N!QD!*"d-#!+BQPR)'0[E(9YEJ!Ni$rmc*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:80:)"!`'M#!-9K-!N!3%$3DB)!a@P`#3"!31"U-J$&FE!*!%"!m'X#!-9jm!N!3%%!D
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:81:m)!aB)`#3"!34"XSJ$&LR!*!%"")'eL!-@5X!N!3%%`EJ)!aCV`#3"!38"ZFJ$&S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-82-c!*!%""8'mb!-@VF!N!3%&JF")!aE1`#3"!3A"`XJ$&Zr!*!%""J(&L!-A%-!N!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:83:%'3FM)!aFa`#3"!3D"bmJ$&e,!*!%""X(2b!-AFm!N!3%(!G2)!aH8`#3"!3G"e`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-84-J$&lA!*!%""i(D5!-AeX!N!3%(`Gc)!aIh`#3"!3J"i!J$'"M!*!%"#%(ML!-B1F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:85:!N!3%)JHF)!aKD`#3"!3M"kNJ$'([!*!%"#3(Vb!-BR-!N!3%*3Hh)!aLp`#3"!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-86-Q"m%J$'0l!*!%"#F(cb!-Brm!N!3%+!IC)!aNJ`#3"!3T"q!J$'8(!*!%"#S(k5!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx:87:-CBX!N!3%+`Ia)!aQ$`#3"!3X"rXJ$'D6!*!%"#d)#L!-CaF!N!3%,JJC)!aRQ`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisWorks_2.0.hqx-88-3"!3[##-J$'JI!*!%"$!),b!-D+-!N!3%-3Jk)!aT*`#3"!3b#%3J$'QV!*!%"$-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-8-qr`#3"[lr!*!%13!"!!!!"!!-!!N!N!Aqrrlr!3#3"`3!!J#3#3%!!!!"!*!0"3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:9:(!'X!D3#3*3%!!3#3"Jrrrrm"!!!!!Irrr`%&!*!%$rrrr`3!!!!"rrrr!38!N!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-10-2rrrr*!!!!!(rrrm"&!!"!!%N!*!+!3!3!2rr0!-%!0`&"3#X$Iprh!8#!!J!rrm
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-18-"!)J!!!C(C@jPGQ%*3#!!"`!"!!!!%J#3"`rrrrm"h3!!!3#3"!C(C@jPGQ%*3#%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:19:!#!!"!!!!#J#3"`rrrrm"h3!!!3#3"!G$Eh9bD@9b#8!J!!N!!`!!!!S!N!F2rrr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-20-r!Gd!N!F'4f9ZCACK#8!Z!!S!!3!!!!S!!!!"!!!!$rrrr`(G!!!"!*!%"NGPEQ9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:21:fB3d"SaXE'aiE'a`G("`F#8!Z!!X!!3!!!!S!!!!"!!!!$rrrr`(G!!!"!*!%"NG
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-22-PEQ9fB3dE'aXH'aXFN!F-3&8!N!8&!!)!!J!!!2rr"Qj[FQeKE!)!!J!"!2rr"'*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:23:[E'3#!!)!!J$rr`CTG'&XD@-$!!)!!`$rr`PeEQ4PFQaTEQ8!!`!#!!!!rrm+BQP
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:24:R)'0[E(9YEJa!63!"!!!!"!!#!!)!"!$rr`0bC@3#!!)!"3$rr`4LE(9P!J!#!!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:25:!rrm&Ch*PC@i$!!)!"`$rr`Na1#"`EfPZG(-#!!)!#!$rr`GMEh9bD@9b$%"-!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-26-!!!!$!!-!!J!!!2rr,@0SEfpcD@jR)'&XD@GZ)'PZ)'0PE'`JC'pPFb"ZEh3JFf9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:27:PE5"`Eh0cD@*XC3%!!J!!!!%!!J!!!!%!!J!!!!a!)!!$!*!&!`!#!!!!rrm6Ffp
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:28:YC5"ZG@eLCA)JCQpbE@&dF`a!C!!%!!!!"3!&!!)!!!$rrjUCN!A*2`8!%J!*!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-29-rQTQ3"FNr"3!L!JN!rrqDQC!&b6m&!$!!#3$rrjUCN!A*2`8!iJ!+!2rrQTQ3"FN
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-33-!!!!,+"XE'aiE'a`G("`43!N!!3!)+"XE'aiE'a`43!N!!J!)+"XE("dF!8X43!d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:34:!!`!-!D-E'aXH'aXF(4`F%8!3!!3!$aXE'aiE'a`G("`8)%40)K&!$J!&!!dE'aX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-35-H'aXF(4`F*J&'%8!,!!B!#J'd*KXE'aiE'a`43!i!"`!0!D-E'aXH'aXF(4`F("&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx:36:!$J!)!!dE'aXH'aXFN!F5!!!!%`!!!'8!#J$rI`!!!J!#!!!!CJ!+!2pr!!!#!!)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/ClarisResolve_1.0.hqx-37-!!!"R!#!!N!BS+"N!N!`)!!-!"%N!N!4N!2m2!!"DT3!!!3!!!!%8!!!!&!!!!$)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-7-3"!%V!*!&C22Q!&2+E!"6bU3!!!!"!*!1$e0dH@aP9h*TG'9b)%a[C`#3ZJG3B@G
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:8:P)#C`!*$j,J!+F(*PCJ#3"e1jA!"6[#!!%`%%!`)#!3%"!!%!#J!!!#%!!`!(!!d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-9-!!`#3"5`!"!!m!!!%G'9iG!4'Efjd!"YR!!46DATP!"YS!!96G(PXC3!ED3!&3fp
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-11-)j`mB*Qi!%#KZ!!J"4`"6Z0Mrr`!)!$`!!!4NBA4P!J!!MlJ!!!!1!*!86PB!!#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:12:-+'i!##m-)'`!!J*S!&1if2rr!2`!2!!!"(4TE@8#5J"B6fF'-#i!$Q"H)'`!+#"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:13:3)'J!%Le)rr`J8#CS!%K)EJ!1,`Y1V3Xk2J!$4`"6Z0Mrr`"Z!!!!+3!#!!*Z!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-14-!"daKH@peG$%!N"K6Z3!!8lL`!&1iV!!)!3#3#Irrcl2JG!"6Z9`!8lLi!3#3#%J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-20-Q)&3K3!"))&4#+!"-F!![!%kk#$3J9#&!!#CBMbm!6Ud*SR!!*N"f!5),CKB[!h!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:21:1,`"1V36D@)mQ(bC!)!YQ!RB!5J0R4RB")!YQ&#m$F!`[!2rr!!"BMbBI5S"Q!RB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-22-!5J0R%Lm,6Ud,+L"6)#hN6L#!@%pJ!R!!*NXJ8b#Ym,JJ8c&m!(8!$("eB!*`!#"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-43-J9#*Z!"!5U!!'61i8!2ri6Pj1G8j@!!![$#KZ!!JJ$'B35(J#G%kY"0SS3#!-@%p
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:44:R3LmZ!!`[$%kkq[`S3#"8)+hai#"8F!!K3!*S)&4#+!*X)&34I!!"!R!J9"&m!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-45-#F5"8%A`!!3*b)&34I!!"!R036b!-+'lrr%jH6R919J!!51F!'#KZ!!JJ$'B35(J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:46:#D%kY"0SS3#!-@%pR,#mZ!!`[$%kkqT!!+%!J9##YmH4`!#m!6UdZ`LC!,`Y1V3Q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:47:L)&3K5`"16qm#N!B!N!K19J!!,``SE[rr)!crrh"#rrp1VIrr+%$rreK2rrm`,[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-48-r5-$rrbmZrrm[$%kY+cSS3!"8)+hb+#"8)@i!&!!k)&4`!"!S!$J-3!!&6qm!$#!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:49:-+'lrr%jH6R919J!!,``SEJ!))!aQ%(!-,`"1V36U+%!J$&K2C`j`rbm!,`a1V5C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-50-b!!"36b!-+'lrr%jH6R919[r151FI1#KZ!!JJ$'B5F$![!%kY"0SS3#!-@%m!!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-51-3GJ%J$'B8,`0`"Lm!6Ud%fPL2*Kp+J'B#GJ"+!fFD,`a1V3!k)&3JVI!k)&3aI!"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:52:C!!4`@9K2B!*`!#K-)&3JVI)J)&4)D!!+6VVrAJ!!)@i!$!!'2A`!#[rd2A`!#[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-53-bI!jq3AS$)&4(k!!+2Acrrrrf3J4`!"!%!)!hE[rf!!*+VJ!3@%pR!!$S)&4"k!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-54-+,8Mrr#"Z!"!J8#"S!)`Y52ri3HJ!+#C))'lrr#*,4HJ!"#6C*0NJEJ!3)&!JD!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:55:d,8MrjL"3*QJ!!#!,C`!!SL"6)'J!*Le)rpSJ8$JS!!B[,J!36UdR+LC!@%mJ8c`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-56-S!#j54J!*cqJ!,#"61LJ!-%T%Cc)`"&0!5-![!#mZrpT1V8@5,8$rcLm!5'lrdNk
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-69-J9!"(!$T+V[riC`!"L#mZrrK1V4`U)'lrq#m))&!J8#*S!&a1N9"2B!!"DJa(rrj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:70:X"(lqB!J-4`!$E`*q!b"8[QJ!1QG',@J!*2ri)&3a4`!k!!$rq'FD,blrq%kY(#S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-71-JE[ri,`JJ8#"3)QJ!A%k48%mJ9#"S!'BJ8%TS!!KR$#"8,bJ!CNkY$h*B6dT(Ea!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:72:J"ZqS,`![$%kk!6*36f!85-FJ"d5!)JEJS5m",`a1ZJ%F8%mJ9(!$X'J!1QBQF2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-73-[!%Ki"")[,[rm6UdF8R!!,`")H!34,blrr%kY(&*2l`!BB&3J9($qX'J!1QBQF!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-75-!V4a5F!![!%Ki""%[,[rm6UdF8Nr[!"K9Mb"6,bJ!"+P32KpJ'J#3"2rr,`F[#b"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:76:6)&!LD!")6T&2l`!-8dG+4flL)&4`rV"S!$TZ*R!$X'J!N!9D!!3!!!",!!S!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:77:!!(-!#J!$#!!!F`!+!!S!'!!Q!!S!*3!B!'8!!3",!!S!!`!!!(-!#J!$#!!!F`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:78:F!!S!+J!l!"`!1J!U!(S!!J",!!S!!`#J!(-!#J!$#!!!F`!Z!!S!2!!Q!#i!*3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:79:m!'8!!`",!!S!!`$%!(-!#J!$#!!!F`"!!!S!6J!T!%!!+!"1!'J!%!"e!!J!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-80-"!!)!!`!%!!8!"J!(!3*L!!!""daKH@peG$*3)QJ!5%k46qm!$%cZ'-Mrj%jH6R8
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-82-!5!!!!%J!!!")!!!!5!#3"3%#*QB-!$BJ$&K2C`a)H!36,`a1V4ND8%mSE[rm6Pj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:83:1G8j@!!")j`%B(Li!$bKZ!!JJ9,iS!&&R'LCS!#344`"4)!YR$Lm,)&-J8#*S!&a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-84-1N9K261iBJ2rd6Pj1G8j@!!!JEJ!))&!4EJ!2!&*1ANje6PB!!%MR!4JH,J!2+'i
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-87-+"QF'%8F!@'!')&344`"C)!YR&#m,6UdF+Lm,)&-J8#*S"e"KCf8J*R!B`2r`6Pj
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:88:1G8j@!!")j`%B(Li!$bKZ!!JJ9,iS!&9R)#CS!#344`"9)!YR&#m,6UdF+Lm,)&-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-89-J8#*S!&a1N9"261iBJ2rd6Pj1G8j@!!")j`%B(Li!$bKZ!!JJ9,iS!&CR)#CS!#3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-96-52J!-4rrr6qm!&'B%F!"J!K!(61iB`2l`6Pj1G8j@!!"`!"!Z!!m[!#"Z!!JJ8#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:97:S!'j1V3Z#6Pj1G8j@!!")j`!B+'i!##"8*QJ!2L"65P"[$#*Z!!`cD!!#!!CJ#L"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:98:Z!!`aI!!$rrm!!#CS!%)J8dT3E`SLEJ!--UJ!!Q!))'i!$$#m!!`J9#CS!%BJ8dT
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-99-3E``LEJ!--fJ!!J!%B!SJEJ!--A`!)3!%9BmJ9#mS!%USDb"Z!!`aA`!#61iB!2r
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-104-FhrN!FM!#kkX!N!6Iq!"m-!,q*3#3"0rh!)%`!`'j!*!%hrB!M6!$#X-!N!6Ip3#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:105:Am!--d3!)DA6Ip!#Fm!-b43!)DGMIm`#M-!0$S3#3"0rb!+X`!fdT!*!%hr%!ZM!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:106:$F2%!N!6Im!$(-!1$i`#3"0r[!0)`!iLc!*!%hqi!i$!$N@d!N!6Il3$Y-!1F"`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:107:3"0rX!2X`!kL0!*!%hqX"$6!$UP-!N!6IkJ%D-!2EE`#3"0rT!58`!pZjrrm!!0r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:108:S!6%`!p`K!*!%hqF"3$!$h*-!N!6IjJ&,-!2ae`#3"0rP!9B`!r-j!*!%hq3"B6!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-109-$pi-!N!6Ii`&[-!2hk3#3"0rL!Am`!rJe!*!%hq%"Lc!%'!-!N!6Ii!'C-!3HN`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:110:3"0rI!D%`"&m6!*!%hpi"V$!%Bhm!N!6Ih3'p-!4NR`#3"0rF!G%`"'C4!*!%hpX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:111:"jc!%Cqm!N!6IfJ(d-!4ST`#3"0rC!J!`"'P&!*!%hpJ#$c!%DRm!N!6Ie`)J-!4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-112-Z'`#3"0r@!LJ`"'r"!*!%hp8#-6!%FCm!N!6rr`!!-!4aY`#3"0r6!NF`"*ha!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-115-9!*!%hmN#VM!&&NF!N!6Ib!+j-!8BB`#3"0r(!XF`"4NC!*!%hmB#fM!&'Xd!N!6
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:116:Ia3,X-!8EE`#3"0r%![J`"4q0!*!%hm-$#6!&+0N!N!6I`J-Cm!8Vi3!)DH$I`3-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-117-J-!9%Y`#3"0r!!b[rr`#3"Yqr!c8`"@8P!*!%hli$4r!&CC8!#'Q)hld$82!&CT8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:118:!#'Q%hl`$@[!&KL-!#'RFhlX$Ar!&L)-!#'PihlS$C6!&LGN!N!6IZ30d-!@+P`#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:119:3"0qi!i)`"CJ(!*!%hlF$N!!`"CM2!*!%hlB$Sc!&TDF!N!6IY31e-!@X9`#3"0q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:120:d!l``"DbP!*!%hl-$c$!&XUm!N!6IXJ2H-!@pr`#3"0qa!r!`"F($!*!%hl!$rM!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:121:&b@-!N!6IV`3$m!AB@3!)DB$IVJ30m!AE0`!)DAcIV33Cm!AF33!)D@MIV!3K-!A
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:122:GX`+3"J#3$"R)!!$rr`!!rrm!!2rr!!$rr`!!rrm!!2rr!!$rr`!!rrp19[rr51F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-123-"'#iZ!"3!EJ!-+'i!##!-CK"`&Lm!6Ud%fLK!)!aB6fG@,`a1ZJdS+%!J9##Yj+3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-127-5!0*"-MX3"Nll%!!!'!!-!L3!!!%`,`a1ZJD8@%pJ!!)1)&3[+!!56UdJqLe!rq!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:128:J9#"S!!UJ+5"8)'J!#J"3rp`J9$!S!!K)`#m!,blri%kY'F*)E[rZ5'lrl%KZrr4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-129-)E[r`)&3`+!!)5-![!#m,6Ud1dL"Zrp`[+!!1,bJ!#M!S!"*)`#m!)&3`+!!)!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-134-Z!#m,6Ud0iL"8-#J!#%M!,`![#dkY$e*b!$)!5S%J9#&"!!SJ9(!%X+J!#Nr[!"K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:135:Q'(!),`#3"!K)`5m",`Y1V3pD6qm!$'!BF!B[!#"8-LJ!#%M",`%[#dkY$eT2l`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-136--!!Y1V3p+5N"@`%3!5)")`&L2,`"`"bm!FQ8[!5mYlH"1V4I5)&3[+!!5)'J!%L"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-138-Y)2TBMbm!6UdLHL"8,bJ!%Lm(,`Y1V3hD6qm!+!$Z')$rd%jH6R919[r%51F"'#K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:139:Z!!JJ9#eS!!lrr(!",`!J9#"S!")J8#mS!$a1V4H5)&33+!!%8`"36f8!!QB-!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-140-%BJ!#AR)!%J$536)l!!"1qa!!!"J!$!*3!6J"4#m-6VS&@PK2B!!#1PQ2U0JYArr
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-143-!)&3`+!!)5-![!#mZrra1V3j+)&3`+!!)5-![!#mZrm41V4R#!!![!#m!5'lrq%K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:144:Zrr3J9$)S!!K)`5m",blrr%kY$Y)J9#"S!")J8#eS!$cri$!ZrqT)`#m!-#lrk%M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:145:!,`![,[ri,blrp$!V!"*)`#m!-#i!!%M!,`!`,[rS5-![!#mZrr![,[rX-#X!#%M
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-146-!,`!JE[rJ,`JJ8#"3)QJ!V%k4)&3JD!!+S#S[,[r)U0P2l`#%B!!"'Lm-6VS#m&K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-147-2B!!"$L"8*QJ!%LeS!!lrc#"8-#J!#%M!,`![#bmS!!j1V3pU,J")E[rD5'lrf#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:148:,)&-J8#*S!1"1N5e!rp`J9(!!-#J!$#m!-#J!#%M!,`![,[r-6Ud2@NKZ!0!J9#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-149-S!")JD!!5)&!J8#*S!$"1N5m,)&-J8#*S!%41N5e!rq3V3!"Q,`XJ8b"3)QJ!4%k
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-150-4@)m[!#m,6UdJqPL2,`"1V5*k,`X["bmZ!*!%rrpCMbmZrpa1V3%UF!5`RfB5,bl
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:151:rh%kY"`Tb!")!5S&B6f!#FJ&)EJ#3"9S!"!!!rrm!#J!$!!!!F`!+!!-)!!"c!"`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-152-!#J!U!%N!(!")!#S!L!!"rrm!#J!$!!!!F`!+!!-)!!"c!#i!#J!m!%N!,J")!$`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-157-!A!!!rrm!N!F*!!-!!`"F$#!!CqQ+!&1j!(4eG(85%!#3#%!"J!#3"a)3!*!)3#d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:158:!!!!"(CB!!")3!!`!!Ic8!!"!,3!!!!%l%&@A!!)!!!"F!!$rr`"RkBS!8lP-!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-159-!!`"F$#!!N!KdDA4T%K#k#!#3"N!"S!#3"a)3!'J!!!!-!!"!,3#3"28U!!!5%2h
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-164-!+!!@!')!!!!$!!!!-"XJ!!S!$!!S!!!SD@iJCQPPE'3J-MSJ-b`d,$8T&J!'!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:165:!2J!!rrmJCQPPE'3J)`!$!!!!2LSJ-5mc-3#3"#KTEL"QD@9XC#!c1L!a,c%[0#`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:166:a,c-a,c3X-6)[-5mi15N!"`!!!$J!!2rrCQPPE'3J0#S!!`!!!$JN)$!`,$8!N!3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:167:SD@iJCQPPE'3J0$SJ-cS`-#`d1M!`,$8k-$!T!!!!!`!!!!i!!3",!!S!!`!!!(-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:168:!!!!"!%X!#J!$!!!!F`!"!!%!5`!+!!-!S!"c!!)!!3",!!S!!`$%!(-!!`#3"3)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-169-!N!AV!!!!"`!"!!J!!J!(!!&J%`!!!3!!!!%F!!!!(!!!!%BN&3&Qqbi4!4F"hlc
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:170:i2&X&!$1($fN&*`4j$k&kJ3&QH`SUC'&dB5jLGc%`!!)!!!"#9f4L3PGVF`#3#N*
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:171:AC'*#9fYc!*!Bcl2K3!#3"J&L`iXm1aJl5d6KDk*V'0X#`BJl%&-$3`k"!(-9DbV
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-172-E$3-$(JS!@eYD5!J+,(X!$+)F+)@-q!p#Z#NX*43-U+,VBkY5$a*`QaK&1aBXmeA
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx:173:$$+Y52Z-Rd"*E!X8e8dHS2&CV!PF&,$ciZ`9QUe)T$S%-$`%5&`'dUe*X$`!VD34
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_DB_1.0.hqx-174-)i3"P"J!!!!J!6J!#!G`#GJ!!!!`,3Q9KCfaP9fpbDh-!!!%!!!!"(!!!!"`!!!"
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-8-Y"0SS3#!-@%pR4#m-6Ud!1LK!)&3JVH5S)%bJ+5"83QJ!"#"83QJ!"L"83QJ!##"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:9:8F!!K3!!+)&4)D!!12c`$kA!22`"1V30b)%bJ+PK2)!`SE[rm6Pj1G8j@!!![$#K
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:10:Z!!JJ$'F`)&3JVH5S)&3r+!!%UCSJ$'FHF!![!#m-6Ud!3L!Z!!`)!!!!8%pR##m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-11--6Ud%iPK2+'lrr%jH6R919[rk51F"'#KZ!!JJ6+!T9Bmr2)!!,ca`FQ9QF!%I!%K
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-24-$!!!!%faPCR31)!!+!!-!!!"6Bf9ZG'9b$5!!#J!$!!!!-h*TCfKd%!!$!!!!-J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:25:!rrm!8lP`!)!!"3!$!!!!-KiJ!*!)FfpYC5"ZG@eLCA*TEQFJCQpbE@&dF`!%!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-26-!LJ!!rrm!N!B"#J!$!!8!LK)3!'ITLJ"6Z3!rr-b3#")3!!S!!`!L!(-rr-b3#")
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-30-!Fd!0R%!!N!B5%!!+!!-!`!"c3!hUB!#3"K)3!!S!!`$"!(0!$Ta!!*!'%K!!#J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:31:$!-3!FcrqJ!#3"`JL!!S!!`$(!(-!"`!!!#J!!2rr!!!!$!!"r#3!!`!!!#J8)!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-32-"r%acEfd!FfpYC5"QEh*YG@aK!!J!!!"Q!!$rr`!!!!`#C3!!!!-!!`"Q$k!!0!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-33-3"!%!!!"KBQ0NC3!8N!!!!!!U!Q9r!!!"2rq!!*!(&*!!Irm"I`#3"3)rrUU3"kX
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:34:8N!!!F`!!!$`!!!!$2rr99C!'9J!"!#m#!!8!!!!1!!!!5`"'!!!!!J!X!*!&5`"
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:35:'!!!!!J!X!!%!!3"I!%B!!!!#!#`!!J!!!%X!4J!!!!)!,!!$!!!!5`"'!!!!!J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:36:X!!3!!3#6!%B!!!!#!#`!"3!"!!8#!!J!!!!+"JCKBQ0NC3!$!!!)!!%!"`8!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-37-"!f8!#!!#!"-&!!!!!J8!!!!$$J(rri!!$3-!!!J!!`!0![rqJ!$rri!!@3%$rd!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:38:!3!!"!3!"!3#3#3N!!`!+!!3!#3!$kV-!!!%!!!!"(!!!!"`!!!"'!#e!rkJp4[q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-39-X3HlrM(!(SQ!q!#"Z!!`JV[qm-!G-lK!++R0SC@9d,Q*h-!!#!!!!3PGcFd*ADh-
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-41-b%%kY!r)X!&1(F!'`KfhH61iBk2r@6Pj1G6!a-M-d06Bh1$P"3N0%48B!!%j@rra
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx:42:)j`-B*Qi!$$`Z!")JEJ!)3K!S8e4-IJ&J$(!!%"4530M!)!G5KdM'[)GZlPQ2,`a
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/pass/BeagleWorks_1.0.hqx-43-1V30kF!!3&0!!!!!)!%i!!J(F!RB!!!!-#d*PB@GXC9G[FQYc!!!"!!!!!4`!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-13-!!!!H!*!*!LC3FQBe!!J!!!$f!*!&+3)S!*!&+3)S"5J$r!")!%J!!`!"!!!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:14:!!!%!!$)X!*!'`F(rN!CJ"J#3"NcIrj!'9%m!!Iq3#!!$!*!*!3%P5J"R!!%b%L`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:15:"Z'B+JL`"ZF!"C`!")N(ZrmT$l!$m)0NJf8KZrmT)E[rF6Ud@JNKZ!!")E[r+,c`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-16-!!3!"6VVqE%kY!!%!!3!"!!!!#`!&!!irrDqJeAZd0H&(3!,YffVR(5&eZJ'Z!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-26-[,(4eG(8XG'PdD5XJG'KPFf8JCQPfC5"MEfeYC@jdFbFJE'PZCA-TIrp!-J#3"Rr
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:27:r3$)!N!Crrd!b!*!*r`!!!$)6+'PZ)'CTC@aN)$)k)$-X0#`e+Arr3$)!N!Crrd!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-28-b!*!'Irp!-J#3"R"bC@B%!*!%$!!!!!J!!!%"!!i!CJ#3$Hm!N!81!!!!#!!#!!)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-35-TG'PdEh4[G(9dG3!jBhDBYVUq!!!!"3!!!!3!!!!'!!!!"`!!!!J!!!!$!!!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:36:!!!)!N+d%(UJ!N&K"I`!)!*!4!3#3"`)!N!F$!*!("!#3"`8!N!F'!*!("`#3"`J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-37-!N2m!N,0%!!!)!*!,!3!!!!)!!!!$!!!!"!!!!!8!!!!'!!!!"`!!!!J!N2m!N0B
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-55-*!J#3"J)"!"8!!3!-!*!'rj!+!!!!!J!@!!!!,3!!!#3!!!"%!!!%G'9iG$!-J+)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:56:`@!#M-+3!T$$`!!N!!!6-!&Za)!!$#%0[E(9YEQ&b!*!(J!!!$!!#LN!!!!!#K3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-57-!E!!"!#%!!3!#!!-!N"!#*`!!!"8!!!!8!!!!#J!!!!S!!!!I!!!!(J!!!"m!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-74-"!!!!%J!!!"J!!!4dCAKd!*!2r`!!!#3%G(9dG3"!!B!!N!G!,3!!!!%GPJ!!`#d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:75:!!!!916ZUUf9b!*!9r`!!!%)L+'PZ)'CTC@aN)$-k)$%[-5md,$%[-c%[0#`a-Lm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-76-a,cJj+3"rrd!b!*!'Irp!-J#3"Rrr3$)!N"rr!!!!2KiSD@iJCQPPE'3J0$SJ-cS
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:77:`-#`J0$S`-#`J06S`-#N!Irp!-J#3"Rrr3$)!N!Crrd!b!*!M#!!!!)`!N!8T!LJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-78-!N!8T!LJ&+!2m!%J!5!!$!!%!!!!"!!%!!3!$!*!'rj!'!*!'rj!'!"8!!!!-!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-79-*!3!!"JB!!3!"!!!!$!!&!!mrrD5mI4Ndp`NN3!,mqh*-Kj%jY!!"!")!!!"D!#!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:80:!"J%!N!3*!!!!!3#3%`J!!!#-!*!&+3)S!*!&+3)S"5J$r!")!%J!!`!"!!!!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:81:"!!%!!`#3"[q3"J#3"[q3"J!9!!!!$!#3#3%!!!B'!!%!!3!!!!`!"3!22rfN[(d
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-82-C02F**%!#r2Yb6)H41E3!!3!5!!!!@J!J!!B"!*!%#3!!!!%!N"*"I`!)!*!0"hr
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-87-!N!N"`#d!!!!916[!!*!%!X!Y!!!!&6NlUUX!!!!$`#d!!!!916Z993#3r`#3K!J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:88:!!!$f!*!&+3)S!*!&+3)S"5J$r!")!%J!!`!"!!!!!3!!!!%!!$)X!*!'`F(rN!C
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-89-J"J#3"NcIrj!'9%m!!Iq3#!!$!*!*!3%P5J"R!!%b%L`"Z'B+JL`"ZF!"C`!")N(
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-126-6Z(!%X'`!(QBL,b`!N!!["dkY$NSQPbm(6Ud13L!X!*!!N!#I)'i!$##!8T0J$(!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:127:"*S!JEJ!-)+`!N!"-haL!6PiJAe"26Y"19[rm51F$'#CZ!!`X,J!3+'h6Z(!%X'`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-128-!(QF))%BJV!#!B!a`!5P!!)!J4L#X!)"`!l"X!"jA`()%XQ`!(PI"J!&R(L"')#`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-130-!,`a#Tdkkq'iSAc!Z!!K63'F18d"R%P0!CaC63'FDB"iGE!"R!!TJ&Kem!!%!#Q!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:131:1(@`!D!!+B!BGE!"T!!SSAdjH)&p86dl36PErr#m-+'h6Z$!X!#53!'`!)%M!d+`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:132:!L#m!,c`!!(rr6Ud15L!I8S!j3!#FEJBjI!!"!*`jE!#@!*S[,!#3!$!X!*a)`#m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-133-!6Ud15L!I18!!Q#KI6Pj1G8j@+&p1ANje6PBSAdjH6R919N&r!!%!N!`S!%!!!J$
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-148-"8&0*-P084%)"!*!'!Na!!3!,!9"656*69%4$!3#3"J*13!%!N!3D!!%"V`)m!#J
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:149:!-J!S!$)"e`*Z!#X!"3(D!RS!!!"i!!-!!!")!%J!N!3#fJ)Srq(riJ,j!NB$4`8
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-150-S!r`!!J!!!%J!5!#3"!,D!LJ!!3!!!'3!!!!"!!%"!3!!!!%R$`!"!!%!N!d#!"N
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-156-U!#)!L!!L!)J!)J#)!#!!L!!#!)J!!!#)!!!!J!!)!)!!#!#!!!!!#!!!!)K%)K'
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:157:)4#)4%5*%L"%L4)L!3#!3#!3#!3%#"!J3)%#!i(!i(!i(Jm'$"`iF1($J`BK%)J#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-158-)4#)!%5*%!"%L4!##4#J3+%5#!CR-CM1Cc'BcGl[GlRHlhHlZhEYhlYflGhqrhqr
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-160-AZhhq-fE-Q60Qc*QUN!M-N!L)N!Mr!!!!r`!!!)#3#2m!N!F)J)!)#)#!#'B!!!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:161:C!!!!riL)L2q)L)MrJ*!(r`$r!2m!r`$rr`!!rrm!!(H3#!$rrrm!rrrrIj!)!2q
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-162-3"rGrIrIhIhrhQIrrrfErrrm!GhGh!(GhG`"rN!I`N!32N!5CCQDCQ@CQQ3!)($j
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-208-!")!!!!N!!!!%J!!!!3!!!!5!!*!&i#,rr`!$#Td!N!6J"2rr!!-+V3!#!!%!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx:209:%J!!+``#3"1!$rrm!!`V6!*!%m!Err`!$#bF!N!6`"rrr!!-,T!#3"!'!!!%!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_2.0.hqx-210-,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di!!J!!!!X!"3!12rf[S09lY$AK4d!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-9-dF`)a-!)a-J)a0!)a1!)b0!)c0J)d1!!!!3!!!!Qq!!!)[J!!!Ui!9S+-'2S!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:10:F!Ui!'d4TEQB!!!$L8e4C53!!!1j69&)M!!)!qP934%`!!`%H4&"$E`!+!!!!&!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-11-!#!!!!!J!!!!)!*!*!CC%8%CK!!S!!!!8!!!D!!!!'J!!!"S!N!N"aP"cCA3!#J!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-25-QD@9XC#!a1L"dEh4[,(4eG(8XG'PdD5XJG'KPFf8JCQPfC5"MEfeYC@jdFbFJE'P
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:26:ZCA-TIrp!-J#3"Rrr3$)!N!Crrd!b!*!*r`!!!$)6+'PZ)'CTC@aN)$)k)$-X0#`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-27-e+Arr3$)!N!Crrd!b!*!'Irp!-J#3"R"bC@B%!*!%$!!!!!B!!!%"!'F!N!r[!*!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-32-dCAKd,fjeE@*PFLpNBA4P,h4TE@8T+'PZ)'CTC@aN)$)k)$-X0#`e+5KTEL"QD@9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:33:XC#!c1L!a,c%[0#`a,c-a,c3X-6)[-5mi15NSD@iJCQPPE'3J0$SJ-cS`-#`J0$S
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-34-`-#`J06S`-#PdDA4TG'pdEh4eG(8!1@0fQ,Dk[J!!!!8!!!!%!!!!"J!!!!F!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-35-)!!!!!`!!!!%!!!!#!*#Y""kS!*"B3Am!#!#3%3%!N!F#!*!(!`#3"`3!N!F&!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:36:("J#3"`F!N!F)!*$r!*#c4!!!#!#3#`%!!!!#!!!!!`!!!!3!!!!&!!!!"J!!!!F
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-37-!!!!)!*$r!*$@#3!!"-`!@l%B!!%+4'&dB5"&ER4bHDd!!rc8!!`jI!!*!(JjI!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-50-!N!89!!!!$!#3#"3#!*!'!J%!&3!"!!`!N!ErN!S!!!!#!'F!!!!T!!!!G3!!!%3
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:51:!!!4dD@eP!!-!!`!!!!%!N!89!!!!$!#3#!S#!*!'!J%!&3!"!!`!N!ErN!S!!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:52:#!%`!!!!S!!!!@J!!!%3!!!4NBA4P!!)!!J!!!!%!N!89!!!!$!#3"`)!!J#3"J)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-53-"!"8!!3!-!*!'rj!+!!!!!J!a!!!!&!!!!$m!!!"%!!!'ER9YBQ9b!!%!!3!!!!%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-54-!N!89!!!!$!#3#3)!N!B#!3!9!!%!$!#3"[q3#J!!!!)!&J!!!#d!!!!N!!!!4!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:55:!"(4PH(3`$)#L-&J!Sc#N!+3`m!!*!!!%c!"EX5!!!`K$EfaeE@jKFJ#3"i!!!!`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:56:!!ST!!!!!!S8!!'`!!3!K!!%!!J!$!*!3!LF!!!!9!!!!&!!!!!S!!!!+!!!!(`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-57-!!"i!!!!I!!!!(J!!!!%"!3#3#!8S!r`!5!")!!-!!3!!!&ZaM!!)!*!%!3!!!`!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-86-!-J#3#34rrd!b!*!*!F!Y!!!!&6Nl`!#3"!,!,3!!!"8j1kUV!!!!!m!Y!!!!&6N
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:87:lP98!N2m!N)0"I`!"!*!-"H"!!!!J!*$r!*$X#!!!!)`!N!8T!LJ!N!8T!LJ&+!2
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-88-m!%J!5!!$!!%!!!!"!!%!!3!$!*!'rj!'!*!'rj!'!"8!!!!-!*!*!3!!"J!!!3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-102-)!#)!L!!L!)J!)!#)!!)!L!!!!)J!!!#!!!J!J!!)!)!!!!!)!!!!L%3L%BK%)K%
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:103:4)N5)%5*%L)"!)"!)"!)"!3)%#"!J3)$JF$JF$JH$`B-($K`iF1$"L%3L!)K%)J!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-104-4)N3!%5*%!)*%+"!S4))"QFaQ-jR-CM0hZphZGl[GlZlGZhIZhEYhIlrIlrIlrIl
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-106-cCXbC-fE-QDU3#-b3#)L3#2m!!!$r!!!!J*!)r`#3"`L!J!J)J)!)CJ!!!*N!!!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:107:rL)L)riL)L2q!N!Ir!2m!r`$r!2rr!!$rr`!!Gj!)!2rrr`$rrrprN!J!rj!(php
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-108-rprGrIrHCrrrrC[rrr`"hGhF!GhGh!(q3"r#3"!q3"*PQCTQCCQDC!!JF2Rmq(!J
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx-114-!!#T38Nj8!!!!0P""9#-!!!"#GQ9bF`!!!%j69&)J!!!!@J!"rrm!N!9EXIJ!!Ir
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_DB_1.0.hqx:115:r!!!!(J"EXI3!!Irr!!!!QJ"EXI`!![rr!!!$S!"EXLLrp2rr!!!$c!"EXHccC`:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-3-!!J!$!!!'4f9ZCACKG3!@!!!(3fpeFQPPFJ!#!!!"D!!!!!%!!`!!!!S!N!F0!*!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:4:'rj!'!*!0!3!$!!%!#J#3"`d!N!ErN!B!N!PT!!!!!3!$!!)!#J#3"`d!N!ErN!B
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-5-!!!(a!3X#2!!1!!!!!3!$!!3!#J#3"`d!N!ErN!B!!$mm!!%[$Nkk!!!!!3!$!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-18-!6Ud!N!C#Crq3"J"b!*!(N[q3"Qd%!!(rN!J!!`#3#3(rjY"ZrpSr!%kY,J)[$Nk
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:19:kr3BJE[qfF!5`D!#+CKK#Cb"ZrlC)D!#-2blrjNkY,Y)[$J!!r1)JE[qfF!1`D!#
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-20-+CR)JEJ!"!!%!!3!!!!X!"3!12rf[S09lY$AK4d!#lGYUjadKGES"VJ%!!"8!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-27-!!J!'!!)!!!"C!!!!"`4LE(9P!*!%%`!!!"`!"!!#!!F!!J!!!&N!!!!(#6%i)("
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:28:[D@jdF`!!!"-!!!!D!!8!!J!)!!)!!!"C!!!!"`G$Eh9bD@9b!!!!%`!!!"J!!3!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-29-$!!!!!J!!!&N!!!!("@&XD@GZ!!!!%`!!!"J!!J!$!!!!!J%!!&N!!!!("'aPCR3
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-38-!!!!F!!)!"`!!#J)!N!F&3#d!!!!#%T)!N!86!!!!(!!$!!F!!!X#!!!!@3!!!!9
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:39:!,3!!!!)5NJ#3"4-!!!!F!!3!"`!!$!)!!!"C!!!!"8!Y!!!!!K+5!*!&%`!!!"`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-40-!"3!(!!!0!J#3"`9!,3!!!!)5NJ#3"4-!!!!F!!B!"`!!$J)!!!"C!!!!"8!Y!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-49-3'-qb#NS!!!R!!!!3Zrrrrr!!!!$r!*!1rc(rN!J!N!Ar-6%arr@3"Irr!*!&rc(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:50:rqI@3"Irhr`#3"2rrqI@3"[q3"!!!!2rep3$eN!AhprRr!!!!rrArN!Rjr`!!!2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-51-erm,m`[c#r-,mq3!!!"S!!3'E!Ji!+`!&!#X!"3('!K-!+`!&!GS#HJ!!!(J!$`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:52:!!%J!5!#3"!,`!N$rmIrZ!`N#8Q-#"5J$r!%!!!!"D!&S!*!%$V!,3!!"!3!!C!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-53-"!!!!!3!#!!!!!5F2!!%!N!i3!*!*%!$rYIqQ$bd,QJ!)!3#3$4N"!!!$!J"Jrj!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-59-)!!)!L!!!!)J!!!#!!!J!J!!)!)!!!!!)!!!!L%3L%BK%)K%4)N5)%5*%L)"!)"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:60:)"!)"!3)%#"!J3)$JF$JF$JH$`B-($K`iF1$"L%3L!)K%)J!4)N3!%5*%!)*%+"!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-61-S4))"QFaQ-jR-CM0hZphZGl[GlZlGZhIZhEYhIlrIlrIlrIlqrI[hlpqrIaq2aq2
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-63-3#)L3#2m!!!$r!!!!J*!)r`#3"`L!J!J)J)!)CJ!!!*N!!!$rL)L)riL)L2q!N!I
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:64:r!2m!r`$r!2rr!!$rr`!!Gj!)!2rrr`$rrrprN!J!rj!(phprprGrIrHCrrrrC[r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-65-rr`"hGhF!GhGh!(q3"r#3"!q3"*PQCTQCCQDC!!JF2Rmq(!J!#"3U95S8#,%`!a[
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-67-#"!J!JN3j4))"!3(iG#*(MaFLFEqJ[lfpr3Ap9D"!3&8+"!5)4#)4%5*%L)&#*"L
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:68:"3L3BUJ#!!)J!J!!$K%J`$!)"!B#!36i)#"6M!*!+"Q3!!J!)rj!'r2ccm`8&rrp
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-69-NC!)#hGd)#!B'm[))#)5%4NB!!+@P!*!%e03#!UZVkZSI(lHh&"3!!'4N%4&@9L`
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-99-!!Iq3"J#3"eS!!Iq3"J#3"iF!!Iq3"J#3"l3!!Iq3"J#3"q%!!Iq3"J#3"J%1!!(
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:100:rN!B!N!B"1`!$rj!'!*!*!`#3"[q3"J!!!!,rN!B!N!N#rj!'!*!(Y!!"lZi!N!5
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-101-)L!#3"`%!!1lZ!*!%998!N!8"!*!%rrm!N!5)L!!!!!(rN!6-c2q3"!#3"J(d!!)
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-109-J"[rr)!-!"J!*!!!!")!!!!N!!!!%J!!!!3!!!!5!!*!&i#,rr`!$#Td!N!6J"2r
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:110:r!!-+V3!#!!%!!!!%J!!+``#3"1!$rrm!!`V6!*!%m!Err`!$#bF!N!6`"rrr!!-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-111-,T!#3"!'!!!%!!!!,!!8!$MrpVk$9Hl3ei8G!!ZhEDZFG)A@k!Di!!J!!!!X!"3!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-119-)Bme$j3"@!!!!+!)!J!!!!`Cf-Li`,M%D8hPYB@jdC@-J4h*PBA4AEh*VFb"f-Li
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:120:`,M%!!!!9&&0jE@&ZG'9M)%GbC@&d9fpbDh1U!!!"!!!!$p8!!!l9!!!!jJ"HC1`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-121-BqJ!!!"`!jJ!*9e"66J!!!&*38Nj8!!!!AP""9#-!!!"U8'a89!!!!(C1H%9N!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-123-&AQ+i!!(rr`!!!"i!AQ+m!!(rr`!!!*S!AQ*!!!(rr`!!!k!!AQ)m!!(rr`!!#JJ
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx:124:!AQ+S!!(rr`!!#K!!AQ+N!!(rr`!!#a3!AQ+J!!(rr`!!$3`!AQ+8!!,rr`!!$T!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_2.0.hqx-125-!!&jLQ,rdrrm!!!km!&jLN!"hAJ:
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-3-!!J!$!!!'4f9ZCACKD3!@!!!(3fpeFQPPFJ!#!!!!SJ!!!!%!!`!!!!S!N!F0!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:4:!!3!$!!%!#J#3"`d!!!!"!!-!!J!+!*!($3!!!!%!!`!%!!S!N!F0!!!!!3!$!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-5-!#[rr!!"QCJ!0!!!!!3!$!!!!#QCQrrqCQ3!0!!!!!3!$!!!!#J!!CQErr`!0!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-11-("Qj[FQeKE!#3""-!!!!B!!)!!3!"!!)!!!"C!!!!"`4LEfaN!*!%%`!!!"S!!`!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:12:"!!)!!J!!!&N!!!!("QPdB@aTB`#3""-!!!!F!!3!!3!$!!)!!!"Z!!!!"`PeEQ4
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-13-PFQaTEQ8!!!!6!!!!(J!(!!%!!!!#!!!!@3!!!!F+BQPR)'0[E(9YEJ#3""-!!!!
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-18-"!!"C!!!!"`4XC@Cd!*!%%`!!!"S!!`!$!!!!!J)!!&N!!!!("Q0PER4PFJ#3""-
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:19:!!!!B!!3!!`!!!!)$!!#B!!!!"`9bD@GSG!!!!"-!!!!D!!8!!`!!!!)%!!#B!!!
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-20-!"`CbCA"PBA3!N!36!!!!+!!"!!8!!!!#!!!!ZJ!!!!F8C'PQCQ9bC@jd)'jeE@*
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-36-lq`#3"I[XN!B!!2X!q`!!!!YcD'9PG#jRGbjf-3)!!J"D3d&-@N9#8J#3#!)!@N0
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:37:"6&T&3P)!N"M2XJ2E!!!'mJ!!"@Ir!!$l!*!)r`$Xr`!!!2X!!-$!`!!!r`$Xrrm
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:38:!!!$l!0MB`2m!+rrrr`$r!!!!qpMBf2rr!2rm+`!!r`!!!2[Bf0Mr"Im!TD@P!2m
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:39:!!!$l!2rr"38&!*!&r`!!!2X!N![r!!!!rj!0!*!&'J!"!CX#$J!V!!8!+`!&!FB
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:40:#%`!V!!8"fJ*k!!!!H!!2!!!!5!")!*!%![!#32rarqi$#3*5B`)&+!2m!3!!!!&
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-41-S!@J!N!31X!Y!!!%"!!"N!!%!!!!"!!)!!!!"*`m!!3#3$K!!N!N3!2qerkB2,3Z
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-47-!UJ!L!)J!)J#)!#)!L!!J!)J!!J#)!!!!L!!!!)!!#!#!!!J!J!!!!!J!!!#)4#)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:48:4L%3L%4%L4)J4)N5)J%!J%!J%!J%"!J3)%#"!J1"`1"`1"i2"J`F1($K`i-')4#)
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-49-!L%3L!"%L4!!4)N3!JN3S%#K%JJ'Cc'BcQFaQ-hHlhHjhZphZlYflGqlGZhGr[pr
##############################################
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-52-!Q3!!!2q)L)MrL)L)ri#3"rm!r`$r!2m!rrm!!2rr!!"hN!J!rrrr!2rrrhq3#!$
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx:53:rN!IhIhrhphprpjRrrrpQrrrr!(GhG`"hGhF!Ij!(m*!%$j!%Q@CQQCPQCTN!#"`
libreoffice-7.1.0~beta1/writerperfect/qa/unit/data/calc/libmwaw/indeterminate/GreatWorks_1.0.hqx-54-qIciF#!!)&#T9+K3)X6!$'pM!$)f!%!)J!3K!"!J8)N'!!3)%J-!K%J`%!J(rJ)#
##############################################
libreoffice-7.1.0~beta1/wizards/source/access2base/access2base.html-21653-	var re = /&#[0-9]{1,5};/g;
libreoffice-7.1.0~beta1/wizards/source/access2base/access2base.html:21654:	return s.replace(re,function($0) {return String.fromCharCode(eval($0.replace(/[&#;]/g,'')));});
libreoffice-7.1.0~beta1/wizards/source/access2base/access2base.html-21655-}
##############################################
libreoffice-7.1.0~beta1/wizards/source/access2base/access2base.html-25098-/*! jQuery v1.8.3 jquery.com | jquery.org/license */
libreoffice-7.1.0~beta1/wizards/source/access2base/access2base.html:25099:(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:D.test(r)?v.parseJSON(r):r}catch(s){}v.data(e,n,r)}else r=t}return r}function B(e){var t;for(t in e){if(t==="data"&&v.isEmptyObject(e[t]))continue;if(t!=="toJSON")return!1}return!0}function et(){return!1}function tt(){return!0}function ut(e){return!e||!e.parentNode||e.parentNode.nodeType===11}function at(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}function ft(e,t,n){t=t||0;if(v.isFunction(t))return v.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return v.grep(e,function(e,r){return e===t===n});if(typeof t=="string"){var r=v.grep(e,function(e){return e.nodeType===1});if(it.test(t))return v.filter(t,r,!n);t=v.filter(t,r)}return v.grep(e,function(e,r){return v.inArray(e,t)>=0===n})}function lt(e){var t=ct.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function At(e,t){if(t.nodeType!==1||!v.hasData(e))return;var n,r,i,s=v._data(e),o=v._data(t,s),u=s.events;if(u){delete o.handle,o.events={};for(n in u)for(r=0,i=u[n].length;r<i;r++)v.event.add(t,n,u[n][r])}o.data&&(o.data=v.extend({},o.data))}function Ot(e,t){var n;if(t.nodeType!==1)return;t.clearAttributes&&t.clearAttributes(),t.mergeAttributes&&t.mergeAttributes(e),n=t.nodeName.toLowerCase(),n==="object"?(t.parentNode&&(t.outerHTML=e.outerHTML),v.support.html5Clone&&e.innerHTML&&!v.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):n==="input"&&Et.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):n==="option"?t.selected=e.defaultSelected:n==="input"||n==="textarea"?t.defaultValue=e.defaultValue:n==="script"&&t.text!==e.text&&(t.text=e.text),t.removeAttribute(v.expando)}function Mt(e){return typeof e.getElementsByTagName!="undefined"?e.getElementsByTagName("*"):typeof e.querySelectorAll!="undefined"?e.querySelectorAll("*"):[]}function _t(e){Et.test(e.type)&&(e.defaultChecked=e.checked)}function Qt(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Jt.length;while(i--){t=Jt[i]+n;if(t in e)return t}return r}function Gt(e,t){return e=t||e,v.css(e,"display")==="none"||!v.contains(e.ownerDocument,e)}function Yt(e,t){var n,r,i=[],s=0,o=e.length;for(;s<o;s++){n=e[s];if(!n.style)continue;i[s]=v._data(n,"olddisplay"),t?(!i[s]&&n.style.display==="none"&&(n.style.display=""),n.style.display===""&&Gt(n)&&(i[s]=v._data(n,"olddisplay",nn(n.nodeName)))):(r=Dt(n,"display"),!i[s]&&r!=="none"&&v._data(n,"olddisplay",r))}for(s=0;s<o;s++){n=e[s];if(!n.style)continue;if(!t||n.style.display==="none"||n.style.display==="")n.style.display=t?i[s]||"":"none"}return e}function Zt(e,t,n){var r=Rt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function en(e,t,n,r){var i=n===(r?"border":"content")?4:t==="width"?1:0,s=0;for(;i<4;i+=2)n==="margin"&&(s+=v.css(e,n+$t[i],!0)),r?(n==="content"&&(s-=parseFloat(Dt(e,"padding"+$t[i]))||0),n!=="margin"&&(s-=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0)):(s+=parseFloat(Dt(e,"padding"+$t[i]))||0,n!=="padding"&&(s+=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0));return s}function tn(e,t,n){var r=t==="width"?e.offsetWidth:e.offsetHeight,i=!0,s=v.support.boxSizing&&v.css(e,"boxSizing")==="border-box";if(r<=0||r==null){r=Dt(e,t);if(r<0||r==null)r=e.style[t];if(Ut.test(r))return r;i=s&&(v.support.boxSizingReliable||r===e.style[t]),r=parseFloat(r)||0}return r+en(e,t,n||(s?"border":"content"),i)+"px"}function nn(e){if(Wt[e])return Wt[e];var t=v("<"+e+">").appendTo(i.body),n=t.css("display");t.remove();if(n==="none"||n===""){Pt=i.body.appendChild(Pt||v.extend(i.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!Ht||!Pt.createElement)Ht=(Pt.contentWindow||Pt.contentDocument).document,Ht.write("<!doctype html><html><body>"),Ht.close();t=Ht.body.appendChild(Ht.createElement(e)),n=Dt(t,"display"),i.body.removeChild(Pt)}return Wt[e]=n,n}function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.test(e)?r(e,i):fn(e+"["+(typeof i=="object"?t:"")+"]",i,n,r)});else if(!n&&v.type(t)==="object")for(i in t)fn(e+"["+i+"]",t[i],n,r);else r(e,t)}function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,i,s,o=t.toLowerCase().split(y),u=0,a=o.length;if(v.isFunction(n))for(;u<a;u++)r=o[u],s=/^\+/.test(r),s&&(r=r.substr(1)||"*"),i=e[r]=e[r]||[],i[s?"unshift":"push"](n)}}function kn(e,n,r,i,s,o){s=s||n.dataTypes[0],o=o||{},o[s]=!0;var u,a=e[s],f=0,l=a?a.length:0,c=e===Sn;for(;f<l&&(c||!u);f++)u=a[f](n,r,i),typeof u=="string"&&(!c||o[u]?u=t:(n.dataTypes.unshift(u),u=kn(e,n,r,i,u,o)));return(c||!u)&&!o["*"]&&(u=kn(e,n,r,i,"*",o)),u}function Ln(e,n){var r,i,s=v.ajaxSettings.flatOptions||{};for(r in n)n[r]!==t&&((s[r]?e:i||(i={}))[r]=n[r]);i&&v.extend(!0,e,i)}function An(e,n,r){var i,s,o,u,a=e.contents,f=e.dataTypes,l=e.responseFields;for(s in l)s in r&&(n[l[s]]=r[s]);while(f[0]==="*")f.shift(),i===t&&(i=e.mimeType||n.getResponseHeader("content-type"));if(i)for(s in a)if(a[s]&&a[s].test(i)){f.unshift(s);break}if(f[0]in r)o=f[0];else{for(s in r){if(!f[0]||e.converters[s+" "+f[0]]){o=s;break}u||(u=s)}o=o||u}if(o)return o!==f[0]&&f.unshift(o),r[o]}function On(e,t){var n,r,i,s,o=e.dataTypes.slice(),u=o[0],a={},f=0;e.dataFilter&&(t=e.dataFilter(t,e.dataType));if(o[1])for(n in e.converters)a[n.toLowerCase()]=e.converters[n];for(;i=o[++f];)if(i!=="*"){if(u!=="*"&&u!==i){n=a[u+" "+i]||a["* "+i];if(!n)for(r in a){s=r.split(" ");if(s[1]===i){n=a[u+" "+s[0]]||a["* "+s[0]];if(n){n===!0?n=a[r]:a[r]!==!0&&(i=s[0],o.splice(f--,0,i));break}}}if(n!==!0)if(n&&e["throws"])t=n(t);else try{t=n(t)}catch(l){return{state:"parsererror",error:n?l:"No conversion from "+u+" to "+i}}}u=i}return{state:"success",data:t}}function Fn(){try{return new e.XMLHttpRequest}catch(t){}}function In(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function $n(){return setTimeout(function(){qn=t},0),qn=v.now()}function Jn(e,t){v.each(t,function(t,n){var r=(Vn[t]||[]).concat(Vn["*"]),i=0,s=r.length;for(;i<s;i++)if(r[i].call(e,t,n))return})}function Kn(e,t,n){var r,i=0,s=0,o=Xn.length,u=v.Deferred().always(function(){delete a.elem}),a=function(){var t=qn||$n(),n=Math.max(0,f.startTime+f.duration-t),r=n/f.duration||0,i=1-r,s=0,o=f.tweens.length;for(;s<o;s++)f.tweens[s].run(i);return u.notifyWith(e,[f,i,n]),i<1&&o?n:(u.resolveWith(e,[f]),!1)},f=u.promise({elem:e,props:v.extend({},t),opts:v.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:qn||$n(),duration:n.duration,tweens:[],createTween:function(t,n,r){var i=v.Tween(e,f.opts,t,n,f.opts.specialEasing[t]||f.opts.easing);return f.tweens.push(i),i},stop:function(t){var n=0,r=t?f.tweens.length:0;for(;n<r;n++)f.tweens[n].run(1);return t?u.resolveWith(e,[f,t]):u.rejectWith(e,[f,t]),this}}),l=f.props;Qn(l,f.opts.specialEasing);for(;i<o;i++){r=Xn[i].call(f,e,l,f.opts);if(r)return r}return Jn(f,l),v.isFunction(f.opts.start)&&f.opts.start.call(e,f),v.fx.timer(v.extend(a,{anim:f,queue:f.opts.queue,elem:e})),f.progress(f.opts.progress).done(f.opts.done,f.opts.complete).fail(f.opts.fail).always(f.opts.always)}function Qn(e,t){var n,r,i,s,o;for(n in e){r=v.camelCase(n),i=t[r],s=e[n],v.isArray(s)&&(i=s[1],s=e[n]=s[0]),n!==r&&(e[r]=s,delete e[n]),o=v.cssHooks[r];if(o&&"expand"in o){s=o.expand(s),delete e[r];for(n in s)n in e||(e[n]=s[n],t[n]=i)}else t[r]=i}}function Gn(e,t,n){var r,i,s,o,u,a,f,l,c,h=this,p=e.style,d={},m=[],g=e.nodeType&&Gt(e);n.queue||(l=v._queueHooks(e,"fx"),l.unqueued==null&&(l.unqueued=0,c=l.empty.fire,l.empty.fire=function(){l.unqueued||c()}),l.unqueued++,h.always(function(){h.always(function(){l.unqueued--,v.queue(e,"fx").length||l.empty.fire()})})),e.nodeType===1&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],v.css(e,"display")==="inline"&&v.css(e,"float")==="none"&&(!v.support.inlineBlockNeedsLayout||nn(e.nodeName)==="inline"?p.display="inline-block":p.zoom=1)),n.overflow&&(p.overflow="hidden",v.support.shrinkWrapBlocks||h.done(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t){s=t[r];if(Un.exec(s)){delete t[r],a=a||s==="toggle";if(s===(g?"hide":"show"))continue;m.push(r)}}o=m.length;if(o){u=v._data(e,"fxshow")||v._data(e,"fxshow",{}),"hidden"in u&&(g=u.hidden),a&&(u.hidden=!g),g?v(e).show():h.done(function(){v(e).hide()}),h.done(function(){var t;v.removeData(e,"fxshow",!0);for(t in d)v.style(e,t,d[t])});for(r=0;r<o;r++)i=m[r],f=h.createTween(i,g?u[i]:0),d[i]=u[i]||v.style(e,i),i in u||(u[i]=f.start,g&&(f.end=f.start,f.start=i==="width"||i==="height"?1:0))}}function Yn(e,t,n,r,i){return new Yn.prototype.init(e,t,n,r,i)}function Zn(e,t){var n,r={height:e},i=0;t=t?1:0;for(;i<4;i+=2-t)n=$t[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function tr(e){return v.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:!1}var n,r,i=e.document,s=e.location,o=e.navigator,u=e.jQuery,a=e.$,f=Array.prototype.push,l=Array.prototype.slice,c=Array.prototype.indexOf,h=Object.prototype.toString,p=Object.prototype.hasOwnProperty,d=String.prototype.trim,v=function(e,t){return new v.fn.init(e,t,n)},m=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,g=/\S/,y=/\s+/,b=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,w=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,S=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,T=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,N=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,C=/^-ms-/,k=/-([\da-z])/gi,L=function(e,t){return(t+"").toUpperCase()},A=function(){i.addEventListener?(i.removeEventListener("DOMContentLoaded",A,!1),v.ready()):i.readyState==="complete"&&(i.detachEvent("onreadystatechange",A),v.ready())},O={};v.fn=v.prototype={constructor:v,init:function(e,n,r){var s,o,u,a;if(!e)return this;if(e.nodeType)return this.context=this[0]=e,this.length=1,this;if(typeof e=="string"){e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?s=[null,e,null]:s=w.exec(e);if(s&&(s[1]||!n)){if(s[1])return n=n instanceof v?n[0]:n,a=n&&n.nodeType?n.ownerDocument||n:i,e=v.parseHTML(s[1],a,!0),E.test(s[1])&&v.isPlainObject(n)&&this.attr.call(e,n,!0),v.merge(this,e);o=i.getElementById(s[2]);if(o&&o.parentNode){if(o.id!==s[2])return r.find(e);this.length=1,this[0]=o}return this.context=i,this.selector=e,this}return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e)}return v.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),v.makeArray(e,this))},selector:"",jquery:"1.8.3",length:0,size:function(){return this.length},toArray:function(){return l.call(this)},get:function(e){return e==null?this.toArray():e<0?this[this.length+e]:this[e]},pushStack:function(e,t,n){var r=v.merge(this.constructor(),e);return r.prevObject=this,r.context=this.context,t==="find"?r.selector=this.selector+(this.selector?" ":"")+n:t&&(r.selector=this.selector+"."+t+"("+n+")"),r},each:function(e,t){return v.each(this,e,t)},ready:function(e){return v.ready.promise().done(e),this},eq:function(e){return e=+e,e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(l.apply(this,arguments),"slice",l.call(arguments).join(","))},map:function(e){return this.pushStack(v.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:[].sort,splice:[].splice},v.fn.init.prototype=v.fn,v.extend=v.fn.extend=function(){var e,n,r,i,s,o,u=arguments[0]||{},a=1,f=arguments.length,l=!1;typeof u=="boolean"&&(l=u,u=arguments[1]||{},a=2),typeof u!="object"&&!v.isFunction(u)&&(u={}),f===a&&(u=this,--a);for(;a<f;a++)if((e=arguments[a])!=null)for(n in e){r=u[n],i=e[n];if(u===i)continue;l&&i&&(v.isPlainObject(i)||(s=v.isArray(i)))?(s?(s=!1,o=r&&v.isArray(r)?r:[]):o=r&&v.isPlainObject(r)?r:{},u[n]=v.extend(l,o,i)):i!==t&&(u[n]=i)}return u},v.extend({noConflict:function(t){return e.$===v&&(e.$=a),t&&e.jQuery===v&&(e.jQuery=u),v},isReady:!1,readyWait:1,holdReady:function(e){e?v.readyWait++:v.ready(!0)},ready:function(e){if(e===!0?--v.readyWait:v.isReady)return;if(!i.body)return setTimeout(v.ready,1);v.isReady=!0;if(e!==!0&&--v.readyWait>0)return;r.resolveWith(i,[v]),v.fn.trigger&&v(i).trigger("ready").off("ready")},isFunction:function(e){return v.type(e)==="function"},isArray:Array.isArray||function(e){return v.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):O[h.call(e)]||"object"},isPlainObject:function(e){if(!e||v.type(e)!=="object"||e.nodeType||v.isWindow(e))return!1;try{if(e.constructor&&!p.call(e,"constructor")&&!p.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||p.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw new Error(e)},parseHTML:function(e,t,n){var r;return!e||typeof e!="string"?null:(typeof t=="boolean"&&(n=t,t=0),t=t||i,(r=E.exec(e))?[t.createElement(r[1])]:(r=v.buildFragment([e],t,n?null:[]),v.merge([],(r.cacheable?v.clone(r.fragment):r.fragment).childNodes)))},parseJSON:function(t){if(!t||typeof t!="string")return null;t=v.trim(t);if(e.JSON&&e.JSON.parse)return e.JSON.parse(t);if(S.test(t.replace(T,"@").replace(N,"]").replace(x,"")))return(new Function("return "+t))();v.error("Invalid JSON: "+t)},parseXML:function(n){var r,i;if(!n||typeof n!="string")return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(s){r=t}return(!r||!r.documentElement||r.getElementsByTagName("parsererror").length)&&v.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&g.test(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(C,"ms-").replace(k,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,n,r){var i,s=0,o=e.length,u=o===t||v.isFunction(e);if(r){if(u){for(i in e)if(n.apply(e[i],r)===!1)break}else for(;s<o;)if(n.apply(e[s++],r)===!1)break}else if(u){for(i in e)if(n.call(e[i],i,e[i])===!1)break}else for(;s<o;)if(n.call(e[s],s,e[s++])===!1)break;return e},trim:d&&!d.call("\ufeff\u00a0")?function(e){return e==null?"":d.call(e)}:function(e){return e==null?"":(e+"").replace(b,"")},makeArray:function(e,t){var n,r=t||[];return e!=null&&(n=v.type(e),e.length==null||n==="string"||n==="function"||n==="regexp"||v.isWindow(e)?f.call(r,e):v.merge(r,e)),r},inArray:function(e,t,n){var r;if(t){if(c)return c.call(t,e,n);r=t.length,n=n?n<0?Math.max(0,r+n):n:0;for(;n<r;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,s=0;if(typeof r=="number")for(;s<r;s++)e[i++]=n[s];else while(n[s]!==t)e[i++]=n[s++];return e.length=i,e},grep:function(e,t,n){var r,i=[],s=0,o=e.length;n=!!n;for(;s<o;s++)r=!!t(e[s],s),n!==r&&i.push(e[s]);return i},map:function(e,n,r){var i,s,o=[],u=0,a=e.length,f=e instanceof v||a!==t&&typeof a=="number"&&(a>0&&e[0]&&e[a-1]||a===0||v.isArray(e));if(f)for(;u<a;u++)i=n(e[u],u,r),i!=null&&(o[o.length]=i);else for(s in e)i=n(e[s],s,r),i!=null&&(o[o.length]=i);return o.concat.apply([],o)},guid:1,proxy:function(e,n){var r,i,s;return typeof n=="string"&&(r=e[n],n=e,e=r),v.isFunction(e)?(i=l.call(arguments,2),s=function(){return e.apply(n,i.concat(l.call(arguments)))},s.guid=e.guid=e.guid||v.guid++,s):t},access:function(e,n,r,i,s,o,u){var a,f=r==null,l=0,c=e.length;if(r&&typeof r=="object"){for(l in r)v.access(e,n,l,r[l],1,o,i);s=1}else if(i!==t){a=u===t&&v.isFunction(i),f&&(a?(a=n,n=function(e,t,n){return a.call(v(e),n)}):(n.call(e,i),n=null));if(n)for(;l<c;l++)n(e[l],r,a?i.call(e[l],l,n(e[l],r)):i,u);s=1}return s?e:f?n.call(e):c?n(e[0],r):o},now:function(){return(new Date).getTime()}}),v.ready.promise=function(t){if(!r){r=v.Deferred();if(i.readyState==="complete")setTimeout(v.ready,1);else if(i.addEventListener)i.addEventListener("DOMContentLoaded",A,!1),e.addEventListener("load",v.ready,!1);else{i.attachEvent("onreadystatechange",A),e.attachEvent("onload",v.ready);var n=!1;try{n=e.frameElement==null&&i.documentElement}catch(s){}n&&n.doScroll&&function o(){if(!v.isReady){try{n.doScroll("left")}catch(e){return setTimeout(o,50)}v.ready()}}()}}return r.promise(t)},v.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(e,t){O["[object "+t+"]"]=t.toLowerCase()}),n=v(i);var M={};v.Callbacks=function(e){e=typeof e=="string"?M[e]||_(e):v.extend({},e);var n,r,i,s,o,u,a=[],f=!e.once&&[],l=function(t){n=e.memory&&t,r=!0,u=s||0,s=0,o=a.length,i=!0;for(;a&&u<o;u++)if(a[u].apply(t[0],t[1])===!1&&e.stopOnFalse){n=!1;break}i=!1,a&&(f?f.length&&l(f.shift()):n?a=[]:c.disable())},c={add:function(){if(a){var t=a.length;(function r(t){v.each(t,function(t,n){var i=v.type(n);i==="function"?(!e.unique||!c.has(n))&&a.push(n):n&&n.length&&i!=="string"&&r(n)})})(arguments),i?o=a.length:n&&(s=t,l(n))}return this},remove:function(){return a&&v.each(arguments,function(e,t){var n;while((n=v.inArray(t,a,n))>-1)a.splice(n,1),i&&(n<=o&&o--,n<=u&&u--)}),this},has:function(e){return v.inArray(e,a)>-1},empty:function(){return a=[],this},disable:function(){return a=f=n=t,this},disabled:function(){return!a},lock:function(){return f=t,n||c.disable(),this},locked:function(){return!f},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],a&&(!r||f)&&(i?f.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},v.extend({Deferred:function(e){var t=[["resolve","done",v.Callbacks("once memory"),"resolved"],["reject","fail",v.Callbacks("once memory"),"rejected"],["notify","progress",v.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return v.Deferred(function(n){v.each(t,function(t,r){var s=r[0],o=e[t];i[r[1]](v.isFunction(o)?function(){var e=o.apply(this,arguments);e&&v.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n:this,[e])}:n[s])}),e=null}).promise()},promise:function(e){return e!=null?v.extend(e,r):r}},i={};return r.pipe=r.then,v.each(t,function(e,s){var o=s[2],u=s[3];r[s[1]]=o.add,u&&o.add(function(){n=u},t[e^1][2].disable,t[2][2].lock),i[s[0]]=o.fire,i[s[0]+"With"]=o.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=l.call(arguments),r=n.length,i=r!==1||e&&v.isFunction(e.promise)?r:0,s=i===1?e:v.Deferred(),o=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?l.call(arguments):r,n===u?s.notifyWith(t,n):--i||s.resolveWith(t,n)}},u,a,f;if(r>1){u=new Array(r),a=new Array(r),f=new Array(r);for(;t<r;t++)n[t]&&v.isFunction(n[t].promise)?n[t].promise().done(o(t,f,n)).fail(s.reject).progress(o(t,a,u)):--i}return i||s.resolveWith(f,n),s.promise()}}),v.support=function(){var t,n,r,s,o,u,a,f,l,c,h,p=i.createElement("div");p.setAttribute("className","t"),p.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",n=p.getElementsByTagName("*"),r=p.getElementsByTagName("a")[0];if(!n||!r||!n.length)return{};s=i.createElement("select"),o=s.appendChild(i.createElement("option")),u=p.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:r.getAttribute("href")==="/a",opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:u.value==="on",optSelected:o.selected,getSetAttribute:p.className!=="t",enctype:!!i.createElement("form").enctype,html5Clone:i.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",boxModel:i.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},u.checked=!0,t.noCloneChecked=u.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!o.disabled;try{delete p.test}catch(d){t.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",h=function(){t.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick"),p.detachEvent("onclick",h)),u=i.createElement("input"),u.value="t",u.setAttribute("type","radio"),t.radioValue=u.value==="t",u.setAttribute("checked","checked"),u.setAttribute("name","t"),p.appendChild(u),a=i.createDocumentFragment(),a.appendChild(p.lastChild),t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,t.appendChecked=u.checked,a.removeChild(u),a.appendChild(p);if(p.attachEvent)for(l in{submit:!0,change:!0,focusin:!0})f="on"+l,c=f in p,c||(p.setAttribute(f,"return;"),c=typeof p[f]=="function"),t[l+"Bubbles"]=c;return v(function(){var n,r,s,o,u="padding:0;margin:0;border:0;display:block;overflow:hidden;",a=i.getElementsByTagName("body")[0];if(!a)return;n=i.createElement("div"),n.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",a.insertBefore(n,a.firstChild),r=i.createElement("div"),n.appendChild(r),r.innerHTML="<table><tr><td></td><td>t</td></tr></table>",s=r.getElementsByTagName("td"),s[0].style.cssText="padding:0;margin:0;border:0;display:none",c=s[0].offsetHeight===0,s[0].style.display="",s[1].style.display="none",t.reliableHiddenOffsets=c&&s[0].offsetHeight===0,r.innerHTML="",r.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=r.offsetWidth===4,t.doesNotIncludeMarginInBodyOffset=a.offsetTop!==1,e.getComputedStyle&&(t.pixelPosition=(e.getComputedStyle(r,null)||{}).top!=="1%",t.boxSizingReliable=(e.getComputedStyle(r,null)||{width:"4px"}).width==="4px",o=i.createElement("div"),o.style.cssText=r.style.cssText=u,o.style.marginRight=o.style.width="0",r.style.width="1px",r.appendChild(o),t.reliableMarginRight=!parseFloat((e.getComputedStyle(o,null)||{}).marginRight)),typeof r.style.zoom!="undefined"&&(r.innerHTML="",r.style.cssText=u+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=r.offsetWidth===3,r.style.display="block",r.style.overflow="visible",r.innerHTML="<div></div>",r.firstChild.style.width="5px",t.shrinkWrapBlocks=r.offsetWidth!==3,n.style.zoom=1),a.removeChild(n),n=r=s=o=null}),a.removeChild(p),n=r=s=o=u=a=p=null,t}();var D=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;v.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(v.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?v.cache[e[v.expando]]:e[v.expando],!!e&&!B(e)},data:function(e,n,r,i){if(!v.acceptData(e))return;var s,o,u=v.expando,a=typeof n=="string",f=e.nodeType,l=f?v.cache:e,c=f?e[u]:e[u]&&u;if((!c||!l[c]||!i&&!l[c].data)&&a&&r===t)return;c||(f?e[u]=c=v.deletedIds.pop()||v.guid++:c=u),l[c]||(l[c]={},f||(l[c].toJSON=v.noop));if(typeof n=="object"||typeof n=="function")i?l[c]=v.extend(l[c],n):l[c].data=v.extend(l[c].data,n);return s=l[c],i||(s.data||(s.data={}),s=s.data),r!==t&&(s[v.camelCase(n)]=r),a?(o=s[n],o==null&&(o=s[v.camelCase(n)])):o=s,o},removeData:function(e,t,n){if(!v.acceptData(e))return;var r,i,s,o=e.nodeType,u=o?v.cache:e,a=o?e[v.expando]:v.expando;if(!u[a])return;if(t){r=n?u[a]:u[a].data;if(r){v.isArray(t)||(t in r?t=[t]:(t=v.camelCase(t),t in r?t=[t]:t=t.split(" ")));for(i=0,s=t.length;i<s;i++)delete r[t[i]];if(!(n?B:v.isEmptyObject)(r))return}}if(!n){delete u[a].data;if(!B(u[a]))return}o?v.cleanData([e],!0):v.support.deleteExpando||u!=u.window?delete u[a]:u[a]=null},_data:function(e,t,n){return v.data(e,t,n,!0)},acceptData:function(e){var t=e.nodeName&&v.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),v.fn.extend({data:function(e,n){var r,i,s,o,u,a=this[0],f=0,l=null;if(e===t){if(this.length){l=v.data(a);if(a.nodeType===1&&!v._data(a,"parsedAttrs")){s=a.attributes;for(u=s.length;f<u;f++)o=s[f].name,o.indexOf("data-")||(o=v.camelCase(o.substring(5)),H(a,o,l[o]));v._data(a,"parsedAttrs",!0)}}return l}return typeof e=="object"?this.each(function(){v.data(this,e)}):(r=e.split(".",2),r[1]=r[1]?"."+r[1]:"",i=r[1]+"!",v.access(this,function(n){if(n===t)return l=this.triggerHandler("getData"+i,[r[0]]),l===t&&a&&(l=v.data(a,e),l=H(a,e,l)),l===t&&r[1]?this.data(r[0]):l;r[1]=n,this.each(function(){var t=v(this);t.triggerHandler("setData"+i,r),v.data(this,e,n),t.triggerHandler("changeData"+i,r)})},null,n,arguments.length>1,null,!1))},removeData:function(e){return this.each(function(){v.removeData(this,e)})}}),v.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=v._data(e,t),n&&(!r||v.isArray(n)?r=v._data(e,t,v.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=v.queue(e,t),r=n.length,i=n.shift(),s=v._queueHooks(e,t),o=function(){v.dequeue(e,t)};i==="inprogress"&&(i=n.shift(),r--),i&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,i.call(e,o,s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return v._data(e,n)||v._data(e,n,{empty:v.Callbacks("once memory").add(function(){v.removeData(e,t+"queue",!0),v.removeData(e,n,!0)})})}}),v.fn.extend({queue:function(e,n){var r=2;return typeof e!="string"&&(n=e,e="fx",r--),arguments.length<r?v.queue(this[0],e):n===t?this:this.each(function(){var t=v.queue(this,e,n);v._queueHooks(this,e),e==="fx"&&t[0]!=="inprogress"&&v.dequeue(this,e)})},dequeue:function(e){return this.each(function(){v.dequeue(this,e)})},delay:function(e,t){return e=v.fx?v.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,s=v.Deferred(),o=this,u=this.length,a=function(){--i||s.resolveWith(o,[o])};typeof e!="string"&&(n=e,e=t),e=e||"fx";while(u--)r=v._data(o[u],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(a));return a(),s.promise(n)}});var j,F,I,q=/[\t\r\n]/g,R=/\r/g,U=/^(?:button|input)$/i,z=/^(?:button|input|object|select|textarea)$/i,W=/^a(?:rea|)$/i,X=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,V=v.support.getSetAttribute;v.fn.extend({attr:function(e,t){return v.access(this,v.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){v.removeAttr(this,e)})},prop:function(e,t){return v.access(this,v.prop,e,t,arguments.length>1)},removeProp:function(e){return e=v.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,s,o,u;if(v.isFunction(e))return this.each(function(t){v(this).addClass(e.call(this,t,this.className))});if(e&&typeof e=="string"){t=e.split(y);for(n=0,r=this.length;n<r;n++){i=this[n];if(i.nodeType===1)if(!i.className&&t.length===1)i.className=e;else{s=" "+i.className+" ";for(o=0,u=t.length;o<u;o++)s.indexOf(" "+t[o]+" ")<0&&(s+=t[o]+" ");i.className=v.trim(s)}}}return this},removeClass:function(e){var n,r,i,s,o,u,a;if(v.isFunction(e))return this.each(function(t){v(this).removeClass(e.call(this,t,this.className))});if(e&&typeof e=="string"||e===t){n=(e||"").split(y);for(u=0,a=this.length;u<a;u++){i=this[u];if(i.nodeType===1&&i.className){r=(" "+i.className+" ").replace(q," ");for(s=0,o=n.length;s<o;s++)while(r.indexOf(" "+n[s]+" ")>=0)r=r.replace(" "+n[s]+" "," ");i.className=e?v.trim(r):""}}}return this},toggleClass:function(e,t){var n=typeof e,r=typeof t=="boolean";return v.isFunction(e)?this.each(function(n){v(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if(n==="string"){var i,s=0,o=v(this),u=t,a=e.split(y);while(i=a[s++])u=r?u:!o.hasClass(i),o[u?"addClass":"removeClass"](i)}else if(n==="undefined"||n==="boolean")this.className&&v._data(this,"__className__",this.className),this.className=this.className||e===!1?"":v._data(this,"__className__")||""})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;n<r;n++)if(this[n].nodeType===1&&(" "+this[n].className+" ").replace(q," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,s=this[0];if(!arguments.length){if(s)return n=v.valHooks[s.type]||v.valHooks[s.nodeName.toLowerCase()],n&&"get"in n&&(r=n.get(s,"value"))!==t?r:(r=s.value,typeof r=="string"?r.replace(R,""):r==null?"":r);return}return i=v.isFunction(e),this.each(function(r){var s,o=v(this);if(this.nodeType!==1)return;i?s=e.call(this,r,o.val()):s=e,s==null?s="":typeof s=="number"?s+="":v.isArray(s)&&(s=v.map(s,function(e){return e==null?"":e+""})),n=v.valHooks[this.type]||v.valHooks[this.nodeName.toLowerCase()];if(!n||!("set"in n)||n.set(this,s,"value")===t)this.value=s})}}),v.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,s=e.type==="select-one"||i<0,o=s?null:[],u=s?i+1:r.length,a=i<0?u:s?i:0;for(;a<u;a++){n=r[a];if((n.selected||a===i)&&(v.support.optDisabled?!n.disabled:n.getAttribute("disabled")===null)&&(!n.parentNode.disabled||!v.nodeName(n.parentNode,"optgroup"))){t=v(n).val();if(s)return t;o.push(t)}}return o},set:function(e,t){var n=v.makeArray(t);return v(e).find("option").each(function(){this.selected=v.inArray(v(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attrFn:{},attr:function(e,n,r,i){var s,o,u,a=e.nodeType;if(!e||a===3||a===8||a===2)return;if(i&&v.isFunction(v.fn[n]))return v(e)[n](r);if(typeof e.getAttribute=="undefined")return v.prop(e,n,r);u=a!==1||!v.isXMLDoc(e),u&&(n=n.toLowerCase(),o=v.attrHooks[n]||(X.test(n)?F:j));if(r!==t){if(r===null){v.removeAttr(e,n);return}return o&&"set"in o&&u&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r)}return o&&"get"in o&&u&&(s=o.get(e,n))!==null?s:(s=e.getAttribute(n),s===null?t:s)},removeAttr:function(e,t){var n,r,i,s,o=0;if(t&&e.nodeType===1){r=t.split(y);for(;o<r.length;o++)i=r[o],i&&(n=v.propFix[i]||i,s=X.test(i),s||v.attr(e,i,""),e.removeAttribute(V?i:n),s&&n in e&&(e[n]=!1))}},attrHooks:{type:{set:function(e,t){if(U.test(e.nodeName)&&e.parentNode)v.error("type property can't be changed");else if(!v.support.radioValue&&t==="radio"&&v.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}},value:{get:function(e,t){return j&&v.nodeName(e,"button")?j.get(e,t):t in e?e.value:null},set:function(e,t,n){if(j&&v.nodeName(e,"button"))return j.set(e,t,n);e.value=t}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,n,r){var i,s,o,u=e.nodeType;if(!e||u===3||u===8||u===2)return;return o=u!==1||!v.isXMLDoc(e),o&&(n=v.propFix[n]||n,s=v.propHooks[n]),r!==t?s&&"set"in s&&(i=s.set(e,r,n))!==t?i:e[n]=r:s&&"get"in s&&(i=s.get(e,n))!==null?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):z.test(e.nodeName)||W.test(e.nodeName)&&e.href?0:t}}}}),F={get:function(e,n){var r,i=v.prop(e,n);return i===!0||typeof i!="boolean"&&(r=e.getAttributeNode(n))&&r.nodeValue!==!1?n.toLowerCase():t},set:function(e,t,n){var r;return t===!1?v.removeAttr(e,n):(r=v.propFix[n]||n,r in e&&(e[r]=!0),e.setAttribute(n,n.toLowerCase())),n}},V||(I={name:!0,id:!0,coords:!0},j=v.valHooks.button={get:function(e,n){var r;return r=e.getAttributeNode(n),r&&(I[n]?r.value!=="":r.specified)?r.value:t},set:function(e,t,n){var r=e.getAttributeNode(n);return r||(r=i.createAttribute(n),e.setAttributeNode(r)),r.value=t+""}},v.each(["width","height"],function(e,t){v.attrHooks[t]=v.extend(v.attrHooks[t],{set:function(e,n){if(n==="")return e.setAttribute(t,"auto"),n}})}),v.attrHooks.contenteditable={get:j.get,set:function(e,t,n){t===""&&(t="false"),j.set(e,t,n)}}),v.support.hrefNormalized||v.each(["href","src","width","height"],function(e,n){v.attrHooks[n]=v.extend(v.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return r===null?t:r}})}),v.support.style||(v.attrHooks.style={get:function(e){return e.style.cssText.toLowerCase()||t},set:function(e,t){return e.style.cssText=t+""}}),v.support.optSelected||(v.propHooks.selected=v.extend(v.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),v.support.enctype||(v.propFix.enctype="encoding"),v.support.checkOn||v.each(["radio","checkbox"],function(){v.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}}),v.each(["radio","checkbox"],function(){v.valHooks[this]=v.extend(v.valHooks[this],{set:function(e,t){if(v.isArray(t))return e.checked=v.inArray(v(e).val(),t)>=0}})});var $=/^(?:textarea|input|select)$/i,J=/^([^\.]*|)(?:\.(.+)|)$/,K=/(?:^|\s)hover(\.\S+|)\b/,Q=/^key/,G=/^(?:mouse|contextmenu)|click/,Y=/^(?:focusinfocus|focusoutblur)$/,Z=function(e){return v.event.special.hover?e:e.replace(K,"mouseenter$1 mouseleave$1")};v.event={add:function(e,n,r,i,s){var o,u,a,f,l,c,h,p,d,m,g;if(e.nodeType===3||e.nodeType===8||!n||!r||!(o=v._data(e)))return;r.handler&&(d=r,r=d.handler,s=d.selector),r.guid||(r.guid=v.guid++),a=o.events,a||(o.events=a={}),u=o.handle,u||(o.handle=u=function(e){return typeof v=="undefined"||!!e&&v.event.triggered===e.type?t:v.event.dispatch.apply(u.elem,arguments)},u.elem=e),n=v.trim(Z(n)).split(" ");for(f=0;f<n.length;f++){l=J.exec(n[f])||[],c=l[1],h=(l[2]||"").split(".").sort(),g=v.event.special[c]||{},c=(s?g.delegateType:g.bindType)||c,g=v.event.special[c]||{},p=v.extend({type:c,origType:l[1],data:i,handler:r,guid:r.guid,selector:s,needsContext:s&&v.expr.match.needsContext.test(s),namespace:h.join(".")},d),m=a[c];if(!m){m=a[c]=[],m.delegateCount=0;if(!g.setup||g.setup.call(e,i,h,u)===!1)e.addEventListener?e.addEventListener(c,u,!1):e.attachEvent&&e.attachEvent("on"+c,u)}g.add&&(g.add.call(e,p),p.handler.guid||(p.handler.guid=r.guid)),s?m.splice(m.delegateCount++,0,p):m.push(p),v.event.global[c]=!0}e=null},global:{},remove:function(e,t,n,r,i){var s,o,u,a,f,l,c,h,p,d,m,g=v.hasData(e)&&v._data(e);if(!g||!(h=g.events))return;t=v.trim(Z(t||"")).split(" ");for(s=0;s<t.length;s++){o=J.exec(t[s])||[],u=a=o[1],f=o[2];if(!u){for(u in h)v.event.remove(e,u+t[s],n,r,!0);continue}p=v.event.special[u]||{},u=(r?p.delegateType:p.bindType)||u,d=h[u]||[],l=d.length,f=f?new RegExp("(^|\\.)"+f.split(".").sort().join("\\.(?:.*\\.|)")+"(\\.|$)"):null;for(c=0;c<d.length;c++)m=d[c],(i||a===m.origType)&&(!n||n.guid===m.guid)&&(!f||f.test(m.namespace))&&(!r||r===m.selector||r==="**"&&m.selector)&&(d.splice(c--,1),m.selector&&d.delegateCount--,p.remove&&p.remove.call(e,m));d.length===0&&l!==d.length&&((!p.teardown||p.teardown.call(e,f,g.handle)===!1)&&v.removeEvent(e,u,g.handle),delete h[u])}v.isEmptyObject(h)&&(delete g.handle,v.removeData(e,"events",!0))},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(n,r,s,o){if(!s||s.nodeType!==3&&s.nodeType!==8){var u,a,f,l,c,h,p,d,m,g,y=n.type||n,b=[];if(Y.test(y+v.event.triggered))return;y.indexOf("!")>=0&&(y=y.slice(0,-1),a=!0),y.indexOf(".")>=0&&(b=y.split("."),y=b.shift(),b.sort());if((!s||v.event.customEvent[y])&&!v.event.global[y])return;n=typeof n=="object"?n[v.expando]?n:new v.Event(y,n):new v.Event(y),n.type=y,n.isTrigger=!0,n.exclusive=a,n.namespace=b.join("."),n.namespace_re=n.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h=y.indexOf(":")<0?"on"+y:"";if(!s){u=v.cache;for(f in u)u[f].events&&u[f].events[y]&&v.event.trigger(n,r,u[f].handle.elem,!0);return}n.result=t,n.target||(n.target=s),r=r!=null?v.makeArray(r):[],r.unshift(n),p=v.event.special[y]||{};if(p.trigger&&p.trigger.apply(s,r)===!1)return;m=[[s,p.bindType||y]];if(!o&&!p.noBubble&&!v.isWindow(s)){g=p.delegateType||y,l=Y.test(g+y)?s:s.parentNode;for(c=s;l;l=l.parentNode)m.push([l,g]),c=l;c===(s.ownerDocument||i)&&m.push([c.defaultView||c.parentWindow||e,g])}for(f=0;f<m.length&&!n.isPropagationStopped();f++)l=m[f][0],n.type=m[f][1],d=(v._data(l,"events")||{})[n.type]&&v._data(l,"handle"),d&&d.apply(l,r),d=h&&l[h],d&&v.acceptData(l)&&d.apply&&d.apply(l,r)===!1&&n.preventDefault();return n.type=y,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(s.ownerDocument,r)===!1)&&(y!=="click"||!v.nodeName(s,"a"))&&v.acceptData(s)&&h&&s[y]&&(y!=="focus"&&y!=="blur"||n.target.offsetWidth!==0)&&!v.isWindow(s)&&(c=s[h],c&&(s[h]=null),v.event.triggered=y,s[y](),v.event.triggered=t,c&&(s[h]=c)),n.result}return},dispatch:function(n){n=v.event.fix(n||e.event);var r,i,s,o,u,a,f,c,h,p,d=(v._data(this,"events")||{})[n.type]||[],m=d.delegateCount,g=l.call(arguments),y=!n.exclusive&&!n.namespace,b=v.event.special[n.type]||{},w=[];g[0]=n,n.delegateTarget=this;if(b.preDispatch&&b.preDispatch.call(this,n)===!1)return;if(m&&(!n.button||n.type!=="click"))for(s=n.target;s!=this;s=s.parentNode||this)if(s.disabled!==!0||n.type!=="click"){u={},f=[];for(r=0;r<m;r++)c=d[r],h=c.selector,u[h]===t&&(u[h]=c.needsContext?v(h,this).index(s)>=0:v.find(h,this,null,[s]).length),u[h]&&f.push(c);f.length&&w.push({elem:s,matches:f})}d.length>m&&w.push({elem:this,matches:d.slice(m)});for(r=0;r<w.length&&!n.isPropagationStopped();r++){a=w[r],n.currentTarget=a.elem;for(i=0;i<a.matches.length&&!n.isImmediatePropagationStopped();i++){c=a.matches[i];if(y||!n.namespace&&!c.namespace||n.namespace_re&&n.namespace_re.test(c.namespace))n.data=c.data,n.handleObj=c,o=((v.event.special[c.origType]||{}).handle||c.handler).apply(a.elem,g),o!==t&&(n.result=o,o===!1&&(n.preventDefault(),n.stopPropagation()))}}return b.postDispatch&&b.postDispatch.call(this,n),n.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return e.which==null&&(e.which=t.charCode!=null?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,s,o,u=n.button,a=n.fromElement;return e.pageX==null&&n.clientX!=null&&(r=e.target.ownerDocument||i,s=r.documentElement,o=r.body,e.pageX=n.clientX+(s&&s.scrollLeft||o&&o.scrollLeft||0)-(s&&s.clientLeft||o&&o.clientLeft||0),e.pageY=n.clientY+(s&&s.scrollTop||o&&o.scrollTop||0)-(s&&s.clientTop||o&&o.clientTop||0)),!e.relatedTarget&&a&&(e.relatedTarget=a===e.target?n.toElement:a),!e.which&&u!==t&&(e.which=u&1?1:u&2?3:u&4?2:0),e}},fix:function(e){if(e[v.expando])return e;var t,n,r=e,s=v.event.fixHooks[e.type]||{},o=s.props?this.props.concat(s.props):this.props;e=v.Event(r);for(t=o.length;t;)n=o[--t],e[n]=r[n];return e.target||(e.target=r.srcElement||i),e.target.nodeType===3&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,r):e},special:{load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(e,t,n){v.isWindow(this)&&(this.onbeforeunload=n)},teardown:function(e,t){this.onbeforeunload===t&&(this.onbeforeunload=null)}}},simulate:function(e,t,n,r){var i=v.extend(new v.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?v.event.trigger(i,null,t):v.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},v.event.handle=v.event.dispatch,v.removeEvent=i.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]=="undefined"&&(e[r]=null),e.detachEvent(r,n))},v.Event=function(e,t){if(!(this instanceof v.Event))return new v.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?tt:et):this.type=e,t&&v.extend(this,t),this.timeStamp=e&&e.timeStamp||v.now(),this[v.expando]=!0},v.Event.prototype={preventDefault:function(){this.isDefaultPrevented=tt;var e=this.originalEvent;if(!e)return;e.preventDefault?e.preventDefault():e.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=tt;var e=this.originalEvent;if(!e)return;e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=tt,this.stopPropagation()},isDefaultPrevented:et,isPropagationStopped:et,isImmediatePropagationStopped:et},v.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){v.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,s=e.handleObj,o=s.selector;if(!i||i!==r&&!v.contains(r,i))e.type=s.origType,n=s.handler.apply(this,arguments),e.type=t;return n}}}),v.support.submitBubbles||(v.event.special.submit={setup:function(){if(v.nodeName(this,"form"))return!1;v.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=v.nodeName(n,"input")||v.nodeName(n,"button")?n.form:t;r&&!v._data(r,"_submit_attached")&&(v.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),v._data(r,"_submit_attached",!0))})},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&v.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){if(v.nodeName(this,"form"))return!1;v.event.remove(this,"._submit")}}),v.support.changeBubbles||(v.event.special.change={setup:function(){if($.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")v.event.add(this,"propertychange._change",function(e){e.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),v.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),v.event.simulate("change",this,e,!0)});return!1}v.event.add(this,"beforeactivate._change",function(e){var t=e.target;$.test(t.nodeName)&&!v._data(t,"_change_attached")&&(v.event.add(t,"change._change",function(e){this.parentNode&&!e.isSimulated&&!e.isTrigger&&v.event.simulate("change",this.parentNode,e,!0)}),v._data(t,"_change_attached",!0))})},handle:function(e){var t=e.target;if(this!==t||e.isSimulated||e.isTrigger||t.type!=="radio"&&t.type!=="checkbox")return e.handleObj.handler.apply(this,arguments)},teardown:function(){return v.event.remove(this,"._change"),!$.test(this.nodeName)}}),v.support.focusinBubbles||v.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){v.event.simulate(t,e.target,v.event.fix(e),!0)};v.event.special[t]={setup:function(){n++===0&&i.addEventListener(e,r,!0)},teardown:function(){--n===0&&i.removeEventListener(e,r,!0)}}}),v.fn.extend({on:function(e,n,r,i,s){var o,u;if(typeof e=="object"){typeof n!="string"&&(r=r||n,n=t);for(u in e)this.on(u,n,r,e[u],s);return this}r==null&&i==null?(i=n,r=n=t):i==null&&(typeof n=="string"?(i=r,r=t):(i=r,r=n,n=t));if(i===!1)i=et;else if(!i)return this;return s===1&&(o=i,i=function(e){return v().off(e),o.apply(this,arguments)},i.guid=o.guid||(o.guid=v.guid++)),this.each(function(){v.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,s;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,v(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if(typeof e=="object"){for(s in e)this.off(s,n,e[s]);return this}if(n===!1||typeof n=="function")r=n,n=t;return r===!1&&(r=et),this.each(function(){v.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},live:function(e,t,n){return v(this.context).on(e,this.selector,t,n),this},die:function(e,t){return v(this.context).off(e,this.selector||"**",t),this},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){v.event.trigger(e,t,this)})},triggerHandler:function(e,t){if(this[0])return v.event.trigger(e,t,this[0],!0)},toggle:function(e){var t=arguments,n=e.guid||v.guid++,r=0,i=function(n){var i=(v._data(this,"lastToggle"+e.guid)||0)%r;return v._data(this,"lastToggle"+e.guid,i+1),n.preventDefault(),t[i].apply(this,arguments)||!1};i.guid=n;while(r<t.length)t[r++].guid=n;return this.click(i)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),v.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){v.fn[t]=function(e,n){return n==null&&(n=e,e=null),arguments.length>0?this.on(t,null,e,n):this.trigger(t)},Q.test(t)&&(v.event.fixHooks[t]=v.event.keyHooks),G.test(t)&&(v.event.fixHooks[t]=v.event.mouseHooks)}),function(e,t){function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||typeof e!="string")return n;if(l!==1&&l!==9)return[];a=o(t);if(!a&&!r)if(i=R.exec(e))if(f=i[1]){if(l===9){s=t.getElementById(f);if(!s||!s.parentNode)return n;if(s.id===f)return n.push(s),n}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(f))&&u(t,s)&&s.id===f)return n.push(s),n}else{if(i[2])return S.apply(n,x.call(t.getElementsByTagName(e),0)),n;if((f=i[3])&&Z&&t.getElementsByClassName)return S.apply(n,x.call(t.getElementsByClassName(f),0)),n}return vt(e.replace(j,"$1"),t,n,r,a)}function rt(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}}function it(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}}function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=e([],n.length,t),o=s.length;while(o--)n[i=s[o]]&&(n[i]=!(r[i]=n[i]))})})}function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r===t)return-1;r=r.nextSibling}return 1}function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice(0);u=e,a=[],f=i.preFilter;while(u){if(!n||(r=F.exec(u)))r&&(u=u.slice(r[0].length)||u),a.push(s=[]);n=!1;if(r=I.exec(u))s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=r[0].replace(j," ");for(o in i.filter)(r=J[o].exec(u))&&(!f[o]||(r=f[o](r)))&&(s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=o,n.matches=r);if(!n)break}return t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.first?function(t,n,r){while(t=t[i])if(s||t.nodeType===1)return e(t,n,r)}:function(t,r,u){if(!u){var a,f=b+" "+o+" ",l=f+n;while(t=t[i])if(s||t.nodeType===1){if((a=t[d])===l)return t.sizset;if(typeof a=="string"&&a.indexOf(f)===0){if(t.sizset)return t}else{t[d]=l;if(e(t,r,u))return t.sizset=!0,t;t.sizset=!1}}}else while(t=t[i])if(s||t.nodeType===1)if(e(t,r,u))return t}}function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u<a;u++)if(s=e[u])if(!n||n(s,r,i))o.push(s),f&&t.push(u);return o}function ct(e,t,n,r,i,s){return r&&!r[d]&&(r=ct(r)),i&&!i[d]&&(i=ct(i,s)),N(function(s,o,u,a){var f,l,c,h=[],p=[],d=o.length,v=s||dt(t||"*",u.nodeType?[u]:u,[]),m=e&&(s||!t)?lt(v,h,e,u,a):v,g=n?i||(s?e:d||r)?[]:o:m;n&&n(m,g,u,a);if(r){f=lt(g,p),r(f,[],u,a),l=f.length;while(l--)if(c=f[l])g[p[l]]=!(m[p[l]]=c)}if(s){if(i||e){if(i){f=[],l=g.length;while(l--)(c=g[l])&&f.push(m[l]=c);i(null,g=[],f,a)}l=g.length;while(l--)(c=g[l])&&(f=i?T.call(s,c):h[l])>-1&&(s[f]=!(o[f]=c))}}else g=lt(g===o?g.splice(d,g.length):g),i?i(null,o,g,a):S.apply(o,g)})}function ht(e){var t,n,r,s=e.length,o=i.relative[e[0].type],u=o||i.relative[" "],a=o?1:0,f=at(function(e){return e===t},u,!0),l=at(function(e){return T.call(t,e)>-1},u,!0),h=[function(e,n,r){return!o&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r))}];for(;a<s;a++)if(n=i.relative[e[a].type])h=[at(ft(h),n)];else{n=i.filter[e[a].type].apply(null,e[a].matches);if(n[d]){r=++a;for(;r<s;r++)if(i.relative[e[r].type])break;return ct(a>1&&ft(h),a>1&&e.slice(0,a-1).join("").replace(j,"$1"),n,a<r&&ht(e.slice(a,r)),r<s&&ht(e=e.slice(r)),r<s&&e.join(""))}h.push(n)}return ft(h)}function pt(e,t){var r=t.length>0,s=e.length>0,o=function(u,a,f,l,h){var p,d,v,m=[],y=0,w="0",x=u&&[],T=h!=null,N=c,C=u||s&&i.find.TAG("*",h&&a.parentNode||a),k=b+=N==null?1:Math.E;T&&(c=a!==g&&a,n=o.el);for(;(p=C[w])!=null;w++){if(s&&p){for(d=0;v=e[d];d++)if(v(p,a,f)){l.push(p);break}T&&(b=k,n=++o.el)}r&&((p=!v&&p)&&y--,u&&x.push(p))}y+=w;if(r&&w!==y){for(d=0;v=t[d];d++)v(x,m,a,f);if(u){if(y>0)while(w--)!x[w]&&!m[w]&&(m[w]=E.call(l));m=lt(m)}S.apply(l,m),T&&!u&&m.length>0&&y+t.length>1&&nt.uniqueSort(l)}return T&&(b=k,c=N),x};return o.el=0,r?N(o):o}function dt(e,t,n){var r=0,i=t.length;for(;r<i;r++)nt(e,t[r],n);return n}function vt(e,t,n,r,s){var o,u,f,l,c,h=ut(e),p=h.length;if(!r&&h.length===1){u=h[0]=h[0].slice(0);if(u.length>2&&(f=u[0]).type==="ID"&&t.nodeType===9&&!s&&i.relative[u[1].type]){t=i.find.ID(f.matches[0].replace($,""),t,s)[0];if(!t)return n;e=e.slice(u.shift().length)}for(o=J.POS.test(e)?-1:u.length-1;o>=0;o--){f=u[o];if(i.relative[l=f.type])break;if(c=i.find[l])if(r=c(f.matches[0].replace($,""),z.test(u[0].type)&&t.parentNode||t,s)){u.splice(o,1),e=r.length&&u.join("");if(!e)return S.apply(n,x.call(r,0)),n;break}}}return a(e,h)(r,t,s,n,z.test(e)),n}function mt(){}var n,r,i,s,o,u,a,f,l,c,h=!0,p="undefined",d=("sizcache"+Math.random()).replace(".",""),m=String,g=e.document,y=g.documentElement,b=0,w=0,E=[].pop,S=[].push,x=[].slice,T=[].indexOf||function(e){var t=0,n=this.length;for(;t<n;t++)if(this[t]===e)return t;return-1},N=function(e,t){return e[d]=t==null||t,e},C=function(){var e={},t=[];return N(function(n,r){return t.push(n)>i.cacheLength&&delete e[t.shift()],e[n+" "]=r},e)},k=C(),L=C(),A=C(),O="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",_=M.replace("w","w#"),D="([*^$|!~]?=)",P="\\["+O+"*("+M+")"+O+"*(?:"+D+O+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+_+")|)|)"+O+"*\\]",H=":("+M+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+P+")|[^:]|\\\\.)*|.*))\\)|)",B=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)",j=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),F=new RegExp("^"+O+"*,"+O+"*"),I=new RegExp("^"+O+"*([\\x20\\t\\r\\n\\f>+~])"+O+"*"),q=new RegExp(H),R=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,U=/^:not/,z=/[\x20\t\r\n\f]*[+~]/,W=/:not\($/,X=/h\d/i,V=/input|select|textarea|button/i,$=/\\(?!\\)/g,J={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),NAME:new RegExp("^\\[name=['\"]?("+M+")['\"]?\\]"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+H),POS:new RegExp(B,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),needsContext:new RegExp("^"+O+"*[>+~]|"+B,"i")},K=function(e){var t=g.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getElementsByTagName("*").length}),G=K(function(e){return e.innerHTML="<a href='#'></a>",e.firstChild&&typeof e.firstChild.getAttribute!==p&&e.firstChild.getAttribute("href")==="#"}),Y=K(function(e){e.innerHTML="<select></select>";var t=typeof e.lastChild.getAttribute("multiple");return t!=="boolean"&&t!=="string"}),Z=K(function(e){return e.innerHTML="<div class='hidden e'></div><div class='hidden'></div>",!e.getElementsByClassName||!e.getElementsByClassName("e").length?!1:(e.lastChild.className="e",e.getElementsByClassName("e").length===2)}),et=K(function(e){e.id=d+0,e.innerHTML="<a name='"+d+"'></a><div name='"+d+"'></div>",y.insertBefore(e,y.firstChild);var t=g.getElementsByName&&g.getElementsByName(d).length===2+g.getElementsByName(d+0).length;return r=!g.getElementById(d),y.removeChild(e),t});try{x.call(y.childNodes,0)[0].nodeType}catch(tt){x=function(e){var t,n=[];for(;t=this[e];e++)n.push(t);return n}}nt.matches=function(e,t){return nt(e,null,null,t)},nt.matchesSelector=function(e,t){return nt(t,null,null,[e]).length>0},s=nt.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(i===1||i===9||i===11){if(typeof e.textContent=="string")return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(i===3||i===4)return e.nodeValue}else for(;t=e[r];r++)n+=s(t);return n},o=nt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1},u=nt.contains=y.contains?function(e,t){var n=e.nodeType===9?e.documentElement:e,r=t&&t.parentNode;return e===r||!!(r&&r.nodeType===1&&n.contains&&n.contains(r))}:y.compareDocumentPosition?function(e,t){return t&&!!(e.compareDocumentPosition(t)&16)}:function(e,t){while(t=t.parentNode)if(t===e)return!0;return!1},nt.attr=function(e,t){var n,r=o(e);return r||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):r||Y?e.getAttribute(t):(n=e.getAttributeNode(t),n?typeof e[t]=="boolean"?e[t]?t:null:n.specified?n.value:null:null)},i=nt.selectors={cacheLength:50,createPseudo:N,match:J,attrHandle:G?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},find:{ID:r?function(e,t,n){if(typeof t.getElementById!==p&&!n){var r=t.getElementById(e);return r&&r.parentNode?[r]:[]}}:function(e,n,r){if(typeof n.getElementById!==p&&!r){var i=n.getElementById(e);return i?i.id===e||typeof i.getAttributeNode!==p&&i.getAttributeNode("id").value===e?[i]:t:[]}},TAG:Q?function(e,t){if(typeof t.getElementsByTagName!==p)return t.getElementsByTagName(e)}:function(e,t){var n=t.getElementsByTagName(e);if(e==="*"){var r,i=[],s=0;for(;r=n[s];s++)r.nodeType===1&&i.push(r);return i}return n},NAME:et&&function(e,t){if(typeof t.getElementsByName!==p)return t.getElementsByName(name)},CLASS:Z&&function(e,t,n){if(typeof t.getElementsByClassName!==p&&!n)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,""),e[3]=(e[4]||e[5]||"").replace($,""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1]==="nth"?(e[2]||nt.error(e[0]),e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd")),e[4]=+(e[6]+e[7]||e[2]==="odd")):e[2]&&nt.error(e[0]),e},PSEUDO:function(e){var t,n;if(J.CHILD.test(e[0]))return null;if(e[3])e[2]=e[3];else if(t=e[4])q.test(t)&&(n=ut(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(t=t.slice(0,n),e[0]=e[0].slice(0,n)),e[2]=t;return e.slice(0,3)}},filter:{ID:r?function(e){return e=e.replace($,""),function(t){return t.getAttribute("id")===e}}:function(e){return e=e.replace($,""),function(t){var n=typeof t.getAttributeNode!==p&&t.getAttributeNode("id");return n&&n.value===e}},TAG:function(e){return e==="*"?function(){return!0}:(e=e.replace($,"").toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[d][e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==p&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r,i){var s=nt.attr(r,e);return s==null?t==="!=":t?(s+="",t==="="?s===n:t==="!="?s!==n:t==="^="?n&&s.indexOf(n)===0:t==="*="?n&&s.indexOf(n)>-1:t==="$="?n&&s.substr(s.length-n.length)===n:t==="~="?(" "+s+" ").indexOf(n)>-1:t==="|="?s===n||s.substr(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r){return e==="nth"?function(e){var t,i,s=e.parentNode;if(n===1&&r===0)return!0;if(s){i=0;for(t=s.firstChild;t;t=t.nextSibling)if(t.nodeType===1){i++;if(e===t)break}}return i-=r,i===n||i%n===0&&i/n>=0}:function(t){var n=t;switch(e){case"only":case"first":while(n=n.previousSibling)if(n.nodeType===1)return!1;if(e==="first")return!0;n=t;case"last":while(n=n.nextSibling)if(n.nodeType===1)return!1;return!0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||nt.error("unsupported pseudo: "+e);return r[d]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,n){var i,s=r(e,t),o=s.length;while(o--)i=T.call(e,s[o]),e[i]=!(n[i]=s[o])}):function(e){return r(e,0,n)}):r}},pseudos:{not:N(function(e){var t=[],n=[],r=a(e.replace(j,"$1"));return r[d]?N(function(e,t,n,i){var s,o=r(e,null,i,[]),u=e.length;while(u--)if(s=o[u])e[u]=!(t[u]=s)}):function(e,i,s){return t[0]=e,r(t,null,s,n),!n.pop()}}),has:N(function(e){return function(t){return nt(e,t).length>0}}),contains:N(function(e){return function(t){return(t.textContent||t.innerText||s(t)).indexOf(e)>-1}}),enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&!!e.checked||t==="option"&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},parent:function(e){return!i.pseudos.empty(e)},empty:function(e){var t;e=e.firstChild;while(e){if(e.nodeName>"@"||(t=e.nodeType)===3||t===4)return!1;e=e.nextSibling}return!0},header:function(e){return X.test(e.nodeName)},text:function(e){var t,n;return e.nodeName.toLowerCase()==="input"&&(t=e.type)==="text"&&((n=e.getAttribute("type"))==null||n.toLowerCase()===t)},radio:rt("radio"),checkbox:rt("checkbox"),file:rt("file"),password:rt("password"),image:rt("image"),submit:it("submit"),reset:it("reset"),button:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},input:function(e){return V.test(e.nodeName)},focus:function(e){var t=e.ownerDocument;return e===t.activeElement&&(!t.hasFocus||t.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},active:function(e){return e===e.ownerDocument.activeElement},first:st(function(){return[0]}),last:st(function(e,t){return[t-1]}),eq:st(function(e,t,n){return[n<0?n+t:n]}),even:st(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:st(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:st(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:st(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}},f=y.compareDocumentPosition?function(e,t){return e===t?(l=!0,0):(!e.compareDocumentPosition||!t.compareDocumentPosition?e.compareDocumentPosition:e.compareDocumentPosition(t)&4)?-1:1}:function(e,t){if(e===t)return l=!0,0;if(e.sourceIndex&&t.sourceIndex)return e.sourceIndex-t.sourceIndex;var n,r,i=[],s=[],o=e.parentNode,u=t.parentNode,a=o;if(o===u)return ot(e,t);if(!o)return-1;if(!u)return 1;while(a)i.unshift(a),a=a.parentNode;a=u;while(a)s.unshift(a),a=a.parentNode;n=i.length,r=s.length;for(var f=0;f<n&&f<r;f++)if(i[f]!==s[f])return ot(i[f],s[f]);return f===n?ot(e,s[f],-1):ot(i[f],t,1)},[0,0].sort(f),h=!l,nt.uniqueSort=function(e){var t,n=[],r=1,i=0;l=h,e.sort(f);if(l){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e},nt.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},a=nt.compile=function(e,t){var n,r=[],i=[],s=A[d][e+" "];if(!s){t||(t=ut(e)),n=t.length;while(n--)s=ht(t[n]),s[d]?r.push(s):i.push(s);s=A(e,pt(i,r))}return s},g.querySelectorAll&&function(){var e,t=vt,n=/'|\\/g,r=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,i=[":focus"],s=[":active"],u=y.matchesSelector||y.mozMatchesSelector||y.webkitMatchesSelector||y.oMatchesSelector||y.msMatchesSelector;K(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||i.push("\\["+O+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||i.push(":checked")}),K(function(e){e.innerHTML="<p test=''></p>",e.querySelectorAll("[test^='']").length&&i.push("[*^$]="+O+"*(?:\"\"|'')"),e.innerHTML="<input type='hidden'/>",e.querySelectorAll(":enabled").length||i.push(":enabled",":disabled")}),i=new RegExp(i.join("|")),vt=function(e,r,s,o,u){if(!o&&!u&&!i.test(e)){var a,f,l=!0,c=d,h=r,p=r.nodeType===9&&e;if(r.nodeType===1&&r.nodeName.toLowerCase()!=="object"){a=ut(e),(l=r.getAttribute("id"))?c=l.replace(n,"\\$&"):r.setAttribute("id",c),c="[id='"+c+"'] ",f=a.length;while(f--)a[f]=c+a[f].join("");h=z.test(e)&&r.parentNode||r,p=a.join(",")}if(p)try{return S.apply(s,x.call(h.querySelectorAll(p),0)),s}catch(v){}finally{l||r.removeAttribute("id")}}return t(e,r,s,o,u)},u&&(K(function(t){e=u.call(t,"div");try{u.call(t,"[test!='']:sizzle"),s.push("!=",H)}catch(n){}}),s=new RegExp(s.join("|")),nt.matchesSelector=function(t,n){n=n.replace(r,"='$1']");if(!o(t)&&!s.test(n)&&!i.test(n))try{var a=u.call(t,n);if(a||e||t.document&&t.document.nodeType!==11)return a}catch(f){}return nt(n,null,null,[t]).length>0})}(),i.pseudos.nth=i.pseudos.eq,i.filters=mt.prototype=i.pseudos,i.setFilters=new mt,nt.attr=v.attr,v.find=nt,v.expr=nt.selectors,v.expr[":"]=v.expr.pseudos,v.unique=nt.uniqueSort,v.text=nt.getText,v.isXMLDoc=nt.isXML,v.contains=nt.contains}(e);var nt=/Until$/,rt=/^(?:parents|prev(?:Until|All))/,it=/^.[^:#\[\.,]*$/,st=v.expr.match.needsContext,ot={children:!0,contents:!0,next:!0,prev:!0};v.fn.extend({find:function(e){var t,n,r,i,s,o,u=this;if(typeof e!="string")return v(e).filter(function(){for(t=0,n=u.length;t<n;t++)if(v.contains(u[t],this))return!0});o=this.pushStack("","find",e);for(t=0,n=this.length;t<n;t++){r=o.length,v.find(e,this[t],o);if(t>0)for(i=r;i<o.length;i++)for(s=0;s<r;s++)if(o[s]===o[i]){o.splice(i--,1);break}}return o},has:function(e){var t,n=v(e,this),r=n.length;return this.filter(function(){for(t=0;t<r;t++)if(v.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1),"not",e)},filter:function(e){return this.pushStack(ft(this,e,!0),"filter",e)},is:function(e){return!!e&&(typeof e=="string"?st.test(e)?v(e,this.context).index(this[0])>=0:v.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,s=[],o=st.test(e)||typeof e!="string"?v(e,t||this.context):0;for(;r<i;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&n.nodeType!==11){if(o?o.index(n)>-1:v.find.matchesSelector(n,e)){s.push(n);break}n=n.parentNode}}return s=s.length>1?v.unique(s):s,this.pushStack(s,"closest",e)},index:function(e){return e?typeof e=="string"?v.inArray(this[0],v(e)):v.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(e,t){var n=typeof e=="string"?v(e,t):v.makeArray(e&&e.nodeType?[e]:e),r=v.merge(this.get(),n);return this.pushStack(ut(n[0])||ut(r[0])?r:v.unique(r))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}}),v.fn.andSelf=v.fn.addBack,v.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return v.dir(e,"parentNode")},parentsUntil:function(e,t,n){return v.dir(e,"parentNode",n)},next:function(e){return at(e,"nextSibling")},prev:function(e){return at(e,"previousSibling")},nextAll:function(e){return v.dir(e,"nextSibling")},prevAll:function(e){return v.dir(e,"previousSibling")},nextUntil:function(e,t,n){return v.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return v.dir(e,"previousSibling",n)},siblings:function(e){return v.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return v.sibling(e.firstChild)},contents:function(e){return v.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:v.merge([],e.childNodes)}},function(e,t){v.fn[e]=function(n,r){var i=v.map(this,t,n);return nt.test(e)||(r=n),r&&typeof r=="string"&&(i=v.filter(r,i)),i=this.length>1&&!ot[e]?v.unique(i):i,this.length>1&&rt.test(e)&&(i=i.reverse()),this.pushStack(i,e,l.call(arguments).join(","))}}),v.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),t.length===1?v.find.matchesSelector(t[0],e)?[t[0]]:[]:v.find.matches(e,t)},dir:function(e,n,r){var i=[],s=e[n];while(s&&s.nodeType!==9&&(r===t||s.nodeType!==1||!v(s).is(r)))s.nodeType===1&&i.push(s),s=s[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}});var ct="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ht=/ jQuery\d+="(?:null|\d+)"/g,pt=/^\s+/,dt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,vt=/<([\w:]+)/,mt=/<tbody/i,gt=/<|&#?\w+;/,yt=/<(?:script|style|link)/i,bt=/<(?:script|object|embed|option|style)/i,wt=new RegExp("<(?:"+ct+")[\\s/>]","i"),Et=/^(?:checkbox|radio)$/,St=/checked\s*(?:[^=]|=\s*.checked.)/i,xt=/\/(java|ecma)script/i,Tt=/^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,Nt={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},Ct=lt(i),kt=Ct.appendChild(i.createElement("div"));Nt.optgroup=Nt.option,Nt.tbody=Nt.tfoot=Nt.colgroup=Nt.caption=Nt.thead,Nt.th=Nt.td,v.support.htmlSerialize||(Nt._default=[1,"X<div>","</div>"]),v.fn.extend({text:function(e){return v.access(this,function(e){return e===t?v.text(this):this.empty().append((this[0]&&this[0].ownerDocument||i).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(v.isFunction(e))return this.each(function(t){v(this).wrapAll(e.call(this,t))});if(this[0]){var t=v(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&e.firstChild.nodeType===1)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return v.isFunction(e)?this.each(function(t){v(this).wrapInner(e.call(this,t))}):this.each(function(){var t=v(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v.isFunction(e);return this.each(function(n){v(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){v.nodeName(this,"body")||v(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(e,this.firstChild)})},before:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(e,this),"before",this.selector)}},after:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this.nextSibling)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(this,e),"after",this.selector)}},remove:function(e,t){var n,r=0;for(;(n=this[r])!=null;r++)if(!e||v.filter(e,[n]).length)!t&&n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),v.cleanData([n])),n.parentNode&&n.parentNode.removeChild(n);return this},empty:function(){var e,t=0;for(;(e=this[t])!=null;t++){e.nodeType===1&&v.cleanData(e.getElementsByTagName("*"));while(e.firstChild)e.removeChild(e.firstChild)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return v.clone(this,e,t)})},html:function(e){return v.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return n.nodeType===1?n.innerHTML.replace(ht,""):t;if(typeof e=="string"&&!yt.test(e)&&(v.support.htmlSerialize||!wt.test(e))&&(v.support.leadingWhitespace||!pt.test(e))&&!Nt[(vt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(dt,"<$1></$2>");try{for(;r<i;r++)n=this[r]||{},n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),n.innerHTML=e);n=0}catch(s){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){return ut(this[0])?this.length?this.pushStack(v(v.isFunction(e)?e():e),"replaceWith",e):this:v.isFunction(e)?this.each(function(t){var n=v(this),r=n.html();n.replaceWith(e.call(this,t,r))}):(typeof e!="string"&&(e=v(e).detach()),this.each(function(){var t=this.nextSibling,n=this.parentNode;v(this).remove(),t?v(t).before(e):v(n).append(e)}))},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=[].concat.apply([],e);var i,s,o,u,a=0,f=e[0],l=[],c=this.length;if(!v.support.checkClone&&c>1&&typeof f=="string"&&St.test(f))return this.each(function(){v(this).domManip(e,n,r)});if(v.isFunction(f))return this.each(function(i){var s=v(this);e[0]=f.call(this,i,n?s.html():t),s.domManip(e,n,r)});if(this[0]){i=v.buildFragment(e,this,l),o=i.fragment,s=o.firstChild,o.childNodes.length===1&&(o=s);if(s){n=n&&v.nodeName(s,"tr");for(u=i.cacheable||c-1;a<c;a++)r.call(n&&v.nodeName(this[a],"table")?Lt(this[a],"tbody"):this[a],a===u?o:v.clone(o,!0,!0))}o=s=null,l.length&&v.each(l,function(e,t){t.src?v.ajax?v.ajax({url:t.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):v.error("no ajax"):v.globalEval((t.text||t.textContent||t.innerHTML||"").replace(Tt,"")),t.parentNode&&t.parentNode.removeChild(t)})}return this}}),v.buildFragment=function(e,n,r){var s,o,u,a=e[0];return n=n||i,n=!n.nodeType&&n[0]||n,n=n.ownerDocument||n,e.length===1&&typeof a=="string"&&a.length<512&&n===i&&a.charAt(0)==="<"&&!bt.test(a)&&(v.support.checkClone||!St.test(a))&&(v.support.html5Clone||!wt.test(a))&&(o=!0,s=v.fragments[a],u=s!==t),s||(s=n.createDocumentFragment(),v.clean(e,n,s,r),o&&(v.fragments[a]=u&&s)),{fragment:s,cacheable:o}},v.fragments={},v.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){v.fn[e]=function(n){var r,i=0,s=[],o=v(n),u=o.length,a=this.length===1&&this[0].parentNode;if((a==null||a&&a.nodeType===11&&a.childNodes.length===1)&&u===1)return o[t](this[0]),this;for(;i<u;i++)r=(i>0?this.clone(!0):this).get(),v(o[i])[t](r),s=s.concat(r);return this.pushStack(s,e,o.selector)}}),v.extend({clone:function(e,t,n){var r,i,s,o;v.support.html5Clone||v.isXMLDoc(e)||!wt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(kt.innerHTML=e.outerHTML,kt.removeChild(o=kt.firstChild));if((!v.support.noCloneEvent||!v.support.noCloneChecked)&&(e.nodeType===1||e.nodeType===11)&&!v.isXMLDoc(e)){Ot(e,o),r=Mt(e),i=Mt(o);for(s=0;r[s];++s)i[s]&&Ot(r[s],i[s])}if(t){At(e,o);if(n){r=Mt(e),i=Mt(o);for(s=0;r[s];++s)At(r[s],i[s])}}return r=i=null,o},clean:function(e,t,n,r){var s,o,u,a,f,l,c,h,p,d,m,g,y=t===i&&Ct,b=[];if(!t||typeof t.createDocumentFragment=="undefined")t=i;for(s=0;(u=e[s])!=null;s++){typeof u=="number"&&(u+="");if(!u)continue;if(typeof u=="string")if(!gt.test(u))u=t.createTextNode(u);else{y=y||lt(t),c=t.createElement("div"),y.appendChild(c),u=u.replace(dt,"<$1></$2>"),a=(vt.exec(u)||["",""])[1].toLowerCase(),f=Nt[a]||Nt._default,l=f[0],c.innerHTML=f[1]+u+f[2];while(l--)c=c.lastChild;if(!v.support.tbody){h=mt.test(u),p=a==="table"&&!h?c.firstChild&&c.firstChild.childNodes:f[1]==="<table>"&&!h?c.childNodes:[];for(o=p.length-1;o>=0;--o)v.nodeName(p[o],"tbody")&&!p[o].childNodes.length&&p[o].parentNode.removeChild(p[o])}!v.support.leadingWhitespace&&pt.test(u)&&c.insertBefore(t.createTextNode(pt.exec(u)[0]),c.firstChild),u=c.childNodes,c.parentNode.removeChild(c)}u.nodeType?b.push(u):v.merge(b,u)}c&&(u=c=y=null);if(!v.support.appendChecked)for(s=0;(u=b[s])!=null;s++)v.nodeName(u,"input")?_t(u):typeof u.getElementsByTagName!="undefined"&&v.grep(u.getElementsByTagName("input"),_t);if(n){m=function(e){if(!e.type||xt.test(e.type))return r?r.push(e.parentNode?e.parentNode.removeChild(e):e):n.appendChild(e)};for(s=0;(u=b[s])!=null;s++)if(!v.nodeName(u,"script")||!m(u))n.appendChild(u),typeof u.getElementsByTagName!="undefined"&&(g=v.grep(v.merge([],u.getElementsByTagName("script")),m),b.splice.apply(b,[s+1,0].concat(g)),s+=g.length)}return b},cleanData:function(e,t){var n,r,i,s,o=0,u=v.expando,a=v.cache,f=v.support.deleteExpando,l=v.event.special;for(;(i=e[o])!=null;o++)if(t||v.acceptData(i)){r=i[u],n=r&&a[r];if(n){if(n.events)for(s in n.events)l[s]?v.event.remove(i,s):v.removeEvent(i,s,n.handle);a[r]&&(delete a[r],f?delete i[u]:i.removeAttribute?i.removeAttribute(u):i[u]=null,v.deletedIds.push(r))}}}}),function(){var e,t;v.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=v.uaMatch(o.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),v.browser=t,v.sub=function(){function e(t,n){return new e.fn.init(t,n)}v.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(r,i){return i&&i instanceof v&&!(i instanceof e)&&(i=e(i)),v.fn.init.call(this,r,i,t)},e.fn.init.prototype=e.fn;var t=e(i);return e}}();var Dt,Pt,Ht,Bt=/alpha\([^)]*\)/i,jt=/opacity=([^)]*)/,Ft=/^(top|right|bottom|left)$/,It=/^(none|table(?!-c[ea]).+)/,qt=/^margin/,Rt=new RegExp("^("+m+")(.*)$","i"),Ut=new RegExp("^("+m+")(?!px)[a-z%]+$","i"),zt=new RegExp("^([-+])=("+m+")","i"),Wt={BODY:"block"},Xt={position:"absolute",visibility:"hidden",display:"block"},Vt={letterSpacing:0,fontWeight:400},$t=["Top","Right","Bottom","Left"],Jt=["Webkit","O","Moz","ms"],Kt=v.fn.toggle;v.fn.extend({css:function(e,n){return v.access(this,function(e,n,r){return r!==t?v.style(e,n,r):v.css(e,n)},e,n,arguments.length>1)},show:function(){return Yt(this,!0)},hide:function(){return Yt(this)},toggle:function(e,t){var n=typeof e=="boolean";return v.isFunction(e)&&v.isFunction(t)?Kt.apply(this,arguments):this.each(function(){(n?e:Gt(this))?v(this).show():v(this).hide()})}}),v.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Dt(e,"opacity");return n===""?"1":n}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":v.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(!e||e.nodeType===3||e.nodeType===8||!e.style)return;var s,o,u,a=v.camelCase(n),f=e.style;n=v.cssProps[a]||(v.cssProps[a]=Qt(f,a)),u=v.cssHooks[n]||v.cssHooks[a];if(r===t)return u&&"get"in u&&(s=u.get(e,!1,i))!==t?s:f[n];o=typeof r,o==="string"&&(s=zt.exec(r))&&(r=(s[1]+1)*s[2]+parseFloat(v.css(e,n)),o="number");if(r==null||o==="number"&&isNaN(r))return;o==="number"&&!v.cssNumber[a]&&(r+="px");if(!u||!("set"in u)||(r=u.set(e,r,i))!==t)try{f[n]=r}catch(l){}},css:function(e,n,r,i){var s,o,u,a=v.camelCase(n);return n=v.cssProps[a]||(v.cssProps[a]=Qt(e.style,a)),u=v.cssHooks[n]||v.cssHooks[a],u&&"get"in u&&(s=u.get(e,!0,i)),s===t&&(s=Dt(e,n)),s==="normal"&&n in Vt&&(s=Vt[n]),r||i!==t?(o=parseFloat(s),r||v.isNumeric(o)?o||0:s):s},swap:function(e,t,n){var r,i,s={};for(i in t)s[i]=e.style[i],e.style[i]=t[i];r=n.call(e);for(i in t)e.style[i]=s[i];return r}}),e.getComputedStyle?Dt=function(t,n){var r,i,s,o,u=e.getComputedStyle(t,null),a=t.style;return u&&(r=u.getPropertyValue(n)||u[n],r===""&&!v.contains(t.ownerDocument,t)&&(r=v.style(t,n)),Ut.test(r)&&qt.test(n)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=u.width,a.width=i,a.minWidth=s,a.maxWidth=o)),r}:i.documentElement.currentStyle&&(Dt=function(e,t){var n,r,i=e.currentStyle&&e.currentStyle[t],s=e.style;return i==null&&s&&s[t]&&(i=s[t]),Ut.test(i)&&!Ft.test(t)&&(n=s.left,r=e.runtimeStyle&&e.runtimeStyle.left,r&&(e.runtimeStyle.left=e.currentStyle.left),s.left=t==="fontSize"?"1em":i,i=s.pixelLeft+"px",s.left=n,r&&(e.runtimeStyle.left=r)),i===""?"auto":i}),v.each(["height","width"],function(e,t){v.cssHooks[t]={get:function(e,n,r){if(n)return e.offsetWidth===0&&It.test(Dt(e,"display"))?v.swap(e,Xt,function(){return tn(e,t,r)}):tn(e,t,r)},set:function(e,n,r){return Zt(e,n,r?en(e,t,r,v.support.boxSizing&&v.css(e,"boxSizing")==="border-box"):0)}}}),v.support.opacity||(v.cssHooks.opacity={get:function(e,t){return jt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=v.isNumeric(t)?"alpha(opacity="+t*100+")":"",s=r&&r.filter||n.filter||"";n.zoom=1;if(t>=1&&v.trim(s.replace(Bt,""))===""&&n.removeAttribute){n.removeAttribute("filter");if(r&&!r.filter)return}n.filter=Bt.test(s)?s.replace(Bt,i):s+" "+i}}),v(function(){v.support.reliableMarginRight||(v.cssHooks.marginRight={get:function(e,t){return v.swap(e,{display:"inline-block"},function(){if(t)return Dt(e,"marginRight")})}}),!v.support.pixelPosition&&v.fn.position&&v.each(["top","left"],function(e,t){v.cssHooks[t]={get:function(e,n){if(n){var r=Dt(e,t);return Ut.test(r)?v(e).position()[t]+"px":r}}}})}),v.expr&&v.expr.filters&&(v.expr.filters.hidden=function(e){return e.offsetWidth===0&&e.offsetHeight===0||!v.support.reliableHiddenOffsets&&(e.style&&e.style.display||Dt(e,"display"))==="none"},v.expr.filters.visible=function(e){return!v.expr.filters.hidden(e)}),v.each({margin:"",padding:"",border:"Width"},function(e,t){v.cssHooks[e+t]={expand:function(n){var r,i=typeof n=="string"?n.split(" "):[n],s={};for(r=0;r<4;r++)s[e+$t[r]+t]=i[r]||i[r-2]||i[0];return s}},qt.test(e)||(v.cssHooks[e+t].set=Zt)});var rn=/%20/g,sn=/\[\]$/,on=/\r?\n/g,un=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,an=/^(?:select|textarea)/i;v.fn.extend({serialize:function(){return v.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?v.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||an.test(this.nodeName)||un.test(this.type))}).map(function(e,t){var n=v(this).val();return n==null?null:v.isArray(n)?v.map(n,function(e,n){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),v.param=function(e,n){var r,i=[],s=function(e,t){t=v.isFunction(t)?t():t==null?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};n===t&&(n=v.ajaxSettings&&v.ajaxSettings.traditional);if(v.isArray(e)||e.jquery&&!v.isPlainObject(e))v.each(e,function(){s(this.name,this.value)});else for(r in e)fn(r,e[r],n,s);return i.join("&").replace(rn,"+")};var ln,cn,hn=/#.*$/,pn=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,dn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,vn=/^(?:GET|HEAD)$/,mn=/^\/\//,gn=/\?/,yn=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bn=/([?&])_=[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,En=v.fn.load,Sn={},xn={},Tn=["*/"]+["*"];try{cn=s.href}catch(Nn){cn=i.createElement("a"),cn.href="",cn=cn.href}ln=wn.exec(cn.toLowerCase())||[],v.fn.load=function(e,n,r){if(typeof e!="string"&&En)return En.apply(this,arguments);if(!this.length)return this;var i,s,o,u=this,a=e.indexOf(" ");return a>=0&&(i=e.slice(a,e.length),e=e.slice(0,a)),v.isFunction(n)?(r=n,n=t):n&&typeof n=="object"&&(s="POST"),v.ajax({url:e,type:s,dataType:"html",data:n,complete:function(e,t){r&&u.each(r,o||[e.responseText,t,e])}}).done(function(e){o=arguments,u.html(i?v("<div>").append(e.replace(yn,"")).find(i):e)}),this},v.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,t){v.fn[t]=function(e){return this.on(t,e)}}),v.each(["get","post"],function(e,n){v[n]=function(e,r,i,s){return v.isFunction(r)&&(s=s||i,i=r,r=t),v.ajax({type:n,url:e,data:r,success:i,dataType:s})}}),v.extend({getScript:function(e,n){return v.get(e,t,n,"script")},getJSON:function(e,t,n){return v.get(e,t,n,"json")},ajaxSetup:function(e,t){return t?Ln(e,v.ajaxSettings):(t=e,e=v.ajaxSettings),Ln(e,t),e},ajaxSettings:{url:cn,isLocal:dn.test(ln[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":Tn},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":e.String,"text html":!0,"text json":v.parseJSON,"text xml":v.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:Cn(Sn),ajaxTransport:Cn(xn),ajax:function(e,n){function T(e,n,s,a){var l,y,b,w,S,T=n;if(E===2)return;E=2,u&&clearTimeout(u),o=t,i=a||"",x.readyState=e>0?4:0,s&&(w=An(c,x,s));if(e>=200&&e<300||e===304)c.ifModified&&(S=x.getResponseHeader("Last-Modified"),S&&(v.lastModified[r]=S),S=x.getResponseHeader("Etag"),S&&(v.etag[r]=S)),e===304?(T="notmodified",l=!0):(l=On(c,w),T=l.state,y=l.data,b=l.error,l=!b);else{b=T;if(!T||e)T="error",e<0&&(e=0)}x.status=e,x.statusText=(n||T)+"",l?d.resolveWith(h,[y,T,x]):d.rejectWith(h,[x,T,b]),x.statusCode(g),g=t,f&&p.trigger("ajax"+(l?"Success":"Error"),[x,c,l?y:b]),m.fireWith(h,[x,T]),f&&(p.trigger("ajaxComplete",[x,c]),--v.active||v.event.trigger("ajaxStop"))}typeof e=="object"&&(n=e,e=t),n=n||{};var r,i,s,o,u,a,f,l,c=v.ajaxSetup({},n),h=c.context||c,p=h!==c&&(h.nodeType||h instanceof v)?v(h):v.event,d=v.Deferred(),m=v.Callbacks("once memory"),g=c.statusCode||{},b={},w={},E=0,S="canceled",x={readyState:0,setRequestHeader:function(e,t){if(!E){var n=e.toLowerCase();e=w[n]=w[n]||e,b[e]=t}return this},getAllResponseHeaders:function(){return E===2?i:null},getResponseHeader:function(e){var n;if(E===2){if(!s){s={};while(n=pn.exec(i))s[n[1].toLowerCase()]=n[2]}n=s[e.toLowerCase()]}return n===t?null:n},overrideMimeType:function(e){return E||(c.mimeType=e),this},abort:function(e){return e=e||S,o&&o.abort(e),T(0,e),this}};d.promise(x),x.success=x.done,x.error=x.fail,x.complete=m.add,x.statusCode=function(e){if(e){var t;if(E<2)for(t in e)g[t]=[g[t],e[t]];else t=e[x.status],x.always(t)}return this},c.url=((e||c.url)+"").replace(hn,"").replace(mn,ln[1]+"//"),c.dataTypes=v.trim(c.dataType||"*").toLowerCase().split(y),c.crossDomain==null&&(a=wn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===ln[1]&&a[2]===ln[2]&&(a[3]||(a[1]==="http:"?80:443))==(ln[3]||(ln[1]==="http:"?80:443)))),c.data&&c.processData&&typeof c.data!="string"&&(c.data=v.param(c.data,c.traditional)),kn(Sn,c,n,x);if(E===2)return x;f=c.global,c.type=c.type.toUpperCase(),c.hasContent=!vn.test(c.type),f&&v.active++===0&&v.event.trigger("ajaxStart");if(!c.hasContent){c.data&&(c.url+=(gn.test(c.url)?"&":"?")+c.data,delete c.data),r=c.url;if(c.cache===!1){var N=v.now(),C=c.url.replace(bn,"$1_="+N);c.url=C+(C===c.url?(gn.test(c.url)?"&":"?")+"_="+N:"")}}(c.data&&c.hasContent&&c.contentType!==!1||n.contentType)&&x.setRequestHeader("Content-Type",c.contentType),c.ifModified&&(r=r||c.url,v.lastModified[r]&&x.setRequestHeader("If-Modified-Since",v.lastModified[r]),v.etag[r]&&x.setRequestHeader("If-None-Match",v.etag[r])),x.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+(c.dataTypes[0]!=="*"?", "+Tn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)x.setRequestHeader(l,c.headers[l]);if(!c.beforeSend||c.beforeSend.call(h,x,c)!==!1&&E!==2){S="abort";for(l in{success:1,error:1,complete:1})x[l](c[l]);o=kn(xn,c,n,x);if(!o)T(-1,"No Transport");else{x.readyState=1,f&&p.trigger("ajaxSend",[x,c]),c.async&&c.timeout>0&&(u=setTimeout(function(){x.abort("timeout")},c.timeout));try{E=1,o.send(b,T)}catch(k){if(!(E<2))throw k;T(-1,k)}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var Mn=[],_n=/\?/,Dn=/(=)\?(?=&|$)|\?\?/,Pn=v.now();v.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Mn.pop()||v.expando+"_"+Pn++;return this[e]=!0,e}}),v.ajaxPrefilter("json jsonp",function(n,r,i){var s,o,u,a=n.data,f=n.url,l=n.jsonp!==!1,c=l&&Dn.test(f),h=l&&!c&&typeof a=="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dn.test(a);if(n.dataTypes[0]==="jsonp"||c||h)return s=n.jsonpCallback=v.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,o=e[s],c?n.url=f.replace(Dn,"$1"+s):h?n.data=a.replace(Dn,"$1"+s):l&&(n.url+=(_n.test(f)?"&":"?")+n.jsonp+"="+s),n.converters["script json"]=function(){return u||v.error(s+" was not called"),u[0]},n.dataTypes[0]="json",e[s]=function(){u=arguments},i.always(function(){e[s]=o,n[s]&&(n.jsonpCallback=r.jsonpCallback,Mn.push(s)),u&&v.isFunction(o)&&o(u[0]),u=o=t}),"script"}),v.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){return v.globalEval(e),e}}}),v.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),v.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=i.head||i.getElementsByTagName("head")[0]||i.documentElement;return{send:function(s,o){n=i.createElement("script"),n.async="async",e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,i){if(i||!n.readyState||/loaded|complete/.test(n.readyState))n.onload=n.onreadystatechange=null,r&&n.parentNode&&r.removeChild(n),n=t,i||o(200,"success")},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(0,1)}}}});var Hn,Bn=e.ActiveXObject?function(){for(var e in Hn)Hn[e](0,1)}:!1,jn=0;v.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&Fn()||In()}:Fn,function(e){v.extend(v.support,{ajax:!!e,cors:!!e&&"withCredentials"in e})}(v.ajaxSettings.xhr()),v.support.ajax&&v.ajaxTransport(function(n){if(!n.crossDomain||v.support.cors){var r;return{send:function(i,s){var o,u,a=n.xhr();n.username?a.open(n.type,n.url,n.async,n.username,n.password):a.open(n.type,n.url,n.async);if(n.xhrFields)for(u in n.xhrFields)a[u]=n.xhrFields[u];n.mimeType&&a.overrideMimeType&&a.overrideMimeType(n.mimeType),!n.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");try{for(u in i)a.setRequestHeader(u,i[u])}catch(f){}a.send(n.hasContent&&n.data||null),r=function(e,i){var u,f,l,c,h;try{if(r&&(i||a.readyState===4)){r=t,o&&(a.onreadystatechange=v.noop,Bn&&delete Hn[o]);if(i)a.readyState!==4&&a.abort();else{u=a.status,l=a.getAllResponseHeaders(),c={},h=a.responseXML,h&&h.documentElement&&(c.xml=h);try{c.text=a.responseText}catch(p){}try{f=a.statusText}catch(p){f=""}!u&&n.isLocal&&!n.crossDomain?u=c.text?200:404:u===1223&&(u=204)}}}catch(d){i||s(-1,d)}c&&s(u,f,c,l)},n.async?a.readyState===4?setTimeout(r,0):(o=++jn,Bn&&(Hn||(Hn={},v(e).unload(Bn)),Hn[o]=r),a.onreadystatechange=r):r()},abort:function(){r&&r(0,1)}}}});var qn,Rn,Un=/^(?:toggle|show|hide)$/,zn=new RegExp("^(?:([-+])=|)("+m+")([a-z%]*)$","i"),Wn=/queueHooks$/,Xn=[Gn],Vn={"*":[function(e,t){var n,r,i=this.createTween(e,t),s=zn.exec(t),o=i.cur(),u=+o||0,a=1,f=20;if(s){n=+s[2],r=s[3]||(v.cssNumber[e]?"":"px");if(r!=="px"&&u){u=v.css(i.elem,e,!0)||n||1;do a=a||".5",u/=a,v.style(i.elem,e,u+r);while(a!==(a=i.cur()/o)&&a!==1&&--f)}i.unit=r,i.start=u,i.end=s[1]?u+(s[1]+1)*n:n}return i}]};v.Animation=v.extend(Kn,{tweener:function(e,t){v.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;r<i;r++)n=e[r],Vn[n]=Vn[n]||[],Vn[n].unshift(t)},prefilter:function(e,t){t?Xn.unshift(e):Xn.push(e)}}),v.Tween=Yn,Yn.prototype={constructor:Yn,init:function(e,t,n,r,i,s){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=s||(v.cssNumber[n]?"":"px")},cur:function(){var e=Yn.propHooks[this.prop];return e&&e.get?e.get(this):Yn.propHooks._default.get(this)},run:function(e){var t,n=Yn.propHooks[this.prop];return this.options.duration?this.pos=t=v.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Yn.propHooks._default.set(this),this}},Yn.prototype.init.prototype=Yn.prototype,Yn.propHooks={_default:{get:function(e){var t;return e.elem[e.prop]==null||!!e.elem.style&&e.elem.style[e.prop]!=null?(t=v.css(e.elem,e.prop,!1,""),!t||t==="auto"?0:t):e.elem[e.prop]},set:function(e){v.fx.step[e.prop]?v.fx.step[e.prop](e):e.elem.style&&(e.elem.style[v.cssProps[e.prop]]!=null||v.cssHooks[e.prop])?v.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Yn.propHooks.scrollTop=Yn.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},v.each(["toggle","show","hide"],function(e,t){var n=v.fn[t];v.fn[t]=function(r,i,s){return r==null||typeof r=="boolean"||!e&&v.isFunction(r)&&v.isFunction(i)?n.apply(this,arguments):this.animate(Zn(t,!0),r,i,s)}}),v.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Gt).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=v.isEmptyObject(e),s=v.speed(t,n,r),o=function(){var t=Kn(this,v.extend({},e),s);i&&t.stop(!0)};return i||s.queue===!1?this.each(o):this.queue(s.queue,o)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return typeof e!="string"&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=e!=null&&e+"queueHooks",s=v.timers,o=v._data(this);if(n)o[n]&&o[n].stop&&i(o[n]);else for(n in o)o[n]&&o[n].stop&&Wn.test(n)&&i(o[n]);for(n=s.length;n--;)s[n].elem===this&&(e==null||s[n].queue===e)&&(s[n].anim.stop(r),t=!1,s.splice(n,1));(t||!r)&&v.dequeue(this,e)})}}),v.each({slideDown:Zn("show"),slideUp:Zn("hide"),slideToggle:Zn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){v.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),v.speed=function(e,t,n){var r=e&&typeof e=="object"?v.extend({},e):{complete:n||!n&&t||v.isFunction(e)&&e,duration:e,easing:n&&t||t&&!v.isFunction(t)&&t};r.duration=v.fx.off?0:typeof r.duration=="number"?r.duration:r.duration in v.fx.speeds?v.fx.speeds[r.duration]:v.fx.speeds._default;if(r.queue==null||r.queue===!0)r.queue="fx";return r.old=r.complete,r.complete=function(){v.isFunction(r.old)&&r.old.call(this),r.queue&&v.dequeue(this,r.queue)},r},v.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},v.timers=[],v.fx=Yn.prototype.init,v.fx.tick=function(){var e,n=v.timers,r=0;qn=v.now();for(;r<n.length;r++)e=n[r],!e()&&n[r]===e&&n.splice(r--,1);n.length||v.fx.stop(),qn=t},v.fx.timer=function(e){e()&&v.timers.push(e)&&!Rn&&(Rn=setInterval(v.fx.tick,v.fx.interval))},v.fx.interval=13,v.fx.stop=function(){clearInterval(Rn),Rn=null},v.fx.speeds={slow:600,fast:200,_default:400},v.fx.step={},v.expr&&v.expr.filters&&(v.expr.filters.animated=function(e){return v.grep(v.timers,function(t){return e===t.elem}).length});var er=/^(?:body|html)$/i;v.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){v.offset.setOffset(this,e,t)});var n,r,i,s,o,u,a,f={top:0,left:0},l=this[0],c=l&&l.ownerDocument;if(!c)return;return(r=c.body)===l?v.offset.bodyOffset(l):(n=c.documentElement,v.contains(n,l)?(typeof l.getBoundingClientRect!="undefined"&&(f=l.getBoundingClientRect()),i=tr(c),s=n.clientTop||r.clientTop||0,o=n.clientLeft||r.clientLeft||0,u=i.pageYOffset||n.scrollTop,a=i.pageXOffset||n.scrollLeft,{top:f.top+u-s,left:f.left+a-o}):f)},v.offset={bodyOffset:function(e){var t=e.offsetTop,n=e.offsetLeft;return v.support.doesNotIncludeMarginInBodyOffset&&(t+=parseFloat(v.css(e,"marginTop"))||0,n+=parseFloat(v.css(e,"marginLeft"))||0),{top:t,left:n}},setOffset:function(e,t,n){var r=v.css(e,"position");r==="static"&&(e.style.position="relative");var i=v(e),s=i.offset(),o=v.css(e,"top"),u=v.css(e,"left"),a=(r==="absolute"||r==="fixed")&&v.inArray("auto",[o,u])>-1,f={},l={},c,h;a?(l=i.position(),c=l.top,h=l.left):(c=parseFloat(o)||0,h=parseFloat(u)||0),v.isFunction(t)&&(t=t.call(e,n,s)),t.top!=null&&(f.top=t.top-s.top+c),t.left!=null&&(f.left=t.left-s.left+h),"using"in t?t.using.call(e,f):i.css(f)}},v.fn.extend({position:function(){if(!this[0])return;var e=this[0],t=this.offsetParent(),n=this.offset(),r=er.test(t[0].nodeName)?{top:0,left:0}:t.offset();return n.top-=parseFloat(v.css(e,"marginTop"))||0,n.left-=parseFloat(v.css(e,"marginLeft"))||0,r.top+=parseFloat(v.css(t[0],"borderTopWidth"))||0,r.left+=parseFloat(v.css(t[0],"borderLeftWidth"))||0,{top:n.top-r.top,left:n.left-r.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||i.body;while(e&&!er.test(e.nodeName)&&v.css(e,"position")==="static")e=e.offsetParent;return e||i.body})}}),v.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);v.fn[e]=function(i){return v.access(this,function(e,i,s){var o=tr(e);if(s===t)return o?n in o?o[n]:o.document.documentElement[i]:e[i];o?o.scrollTo(r?v(o).scrollLeft():s,r?s:v(o).scrollTop()):e[i]=s},e,i,arguments.length,null)}}),v.each({Height:"height",Width:"width"},function(e,n){v.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){v.fn[i]=function(i,s){var o=arguments.length&&(r||typeof i!="boolean"),u=r||(i===!0||s===!0?"margin":"border");return v.access(this,function(n,r,i){var s;return v.isWindow(n)?n.document.documentElement["client"+e]:n.nodeType===9?(s=n.documentElement,Math.max(n.body["scroll"+e],s["scroll"+e],n.body["offset"+e],s["offset"+e],s["client"+e])):i===t?v.css(n,r,i,u):v.style(n,r,i,u)},n,o?i:t,o,null)}})}),e.jQuery=e.$=v,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return v})})(window);
libreoffice-7.1.0~beta1/wizards/source/access2base/access2base.html-25100-//]]>
##############################################
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx-971-            {
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx:972:                const uint8_t* src = static_cast<uint8_t*>(bitmap.getAddr(0, y));
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx-973-                sal_uInt8* dest = mBuffer.get() + mScanlineSize * y;
##############################################
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx-1047-            {
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx:1048:                const uint8_t* src = static_cast<uint8_t*>(bitmap.getAddr(0, y));
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx-1049-                sal_uInt8* dest = mBuffer.get() + mScanlineSize * y;
##############################################
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx-1093-        {
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx:1094:            const uint8_t* src = static_cast<uint8_t*>(bitmap.getAddr(0, y));
libreoffice-7.1.0~beta1/vcl/skia/salbmp.cxx-1095-            sal_uInt8* dest = mBuffer.get() + mScanlineSize * y;
##############################################
libreoffice-7.1.0~beta1/vcl/skia/gdiimpl.cxx-657-        {
libreoffice-7.1.0~beta1/vcl/skia/gdiimpl.cxx:658:            uint8_t* data = static_cast<uint8_t*>(surfaceBitmap.getAddr(it.rect().x(), y));
libreoffice-7.1.0~beta1/vcl/skia/gdiimpl.cxx:659:            const uint8_t* xordata = static_cast<uint8_t*>(mXorBitmap.getAddr(it.rect().x(), y));
libreoffice-7.1.0~beta1/vcl/skia/gdiimpl.cxx-660-            for (int x = 0; x < it.rect().width(); ++x)
##############################################
libreoffice-7.1.0~beta1/vcl/qa/cppunit/graphicfilter/data/xpm/pass/tdf111925-1.xpm-261-"    . . . + + @ @ $ % & = > ' ( d s v c.c.` i j m i 7 : / ] ~ ! 1 %+y j.s. .N.z.p.J.{ K Z . j 4.L .. .,+Y = K = Y ,+ ... .A l . . l A  ... .y o = o y  ... .y o = o y  ... .A l . %.. l A  ... .,.t = K = Y ,+ ...N V i $ l A  ...M A o * ; o a.x.j.A.R..+F.X $.4.V $./.!.r 0 6 5 4 1 [ < ( ^ ! ' ; = * & $ ",
libreoffice-7.1.0~beta1/vcl/qa/cppunit/graphicfilter/data/xpm/pass/tdf111925-1.xpm:262:"    . . . + + @ # $ % & * ; , ( c r u :.O e 1 | | | < _ / ] ~ ) / q U O.L M N.j.F.r * Z Z . k .+s... .z ` # Z # ` z  ... .A l . . l A  ... .A m $ m A  ... .A m $ m A  ... .A l . %.. l A  ... .z r # Z # ` z  ...s..+j $ l A  ...M A o * ; r 4.m.j.A.Q.R.D.'+p..+a.X /.;+o 0 5 5 2 1 [ ( / ^ ) , ; = & % $ ",
libreoffice-7.1.0~beta1/vcl/qa/cppunit/graphicfilter/data/xpm/pass/tdf111925-1.xpm-263-"      . . . + + @ $ % & * = , / b o p O &.c | [ < < _ ( / ] ! ) 1 %+A j.L M N.z.p.J.{ K Z . j V N .. .#+v - K = u ,+ ... .A l . . l A  ... .A l $ l A  ... .A l $ l A  ... .A l . %.. l A  ... .,+Y = K - v #+ ...N V j $ l A  ...M A o * ; o 9.A.j.A.R..+F.'.b./.S J ~.-+l 9 5 7 2 | : ( / ^ ' , = * & % # ",
##############################################
libreoffice-7.1.0~beta1/unoxml/qa/complex/unoxml/DOMTest.java-2472-        try {
libreoffice-7.1.0~beta1/unoxml/qa/complex/unoxml/DOMTest.java:2473:            xXPathAPI.eval(xRoot, "~/-$+&#_");
libreoffice-7.1.0~beta1/unoxml/qa/complex/unoxml/DOMTest.java-2474-            fail("XXPathAPI.eval");
##############################################
libreoffice-7.1.0~beta1/ucbhelper/source/client/proxydecider.cxx-661-            // This might be quite expensive (DNS lookup).
libreoffice-7.1.0~beta1/ucbhelper/source/client/proxydecider.cxx:662:            const osl::SocketAddr aAddr( aHost, nPort );
libreoffice-7.1.0~beta1/ucbhelper/source/client/proxydecider.cxx-663-            aFullyQualifiedHost = aAddr.getHostname().toAsciiLowerCase();
##############################################
libreoffice-7.1.0~beta1/ucbhelper/source/client/proxydecider.cxx-887-                // This might be quite expensive (DNS lookup).
libreoffice-7.1.0~beta1/ucbhelper/source/client/proxydecider.cxx:888:                const osl::SocketAddr aAddr( aServer, 0 );
libreoffice-7.1.0~beta1/ucbhelper/source/client/proxydecider.cxx-889-                OUString aTmp = aAddr.getHostname().toAsciiLowerCase();
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xsheetcellrangecontainer.cxx-85-{
libreoffice-7.1.0~beta1/test/source/sheet/xsheetcellrangecontainer.cxx:86:    uno::Sequence<table::CellRangeAddress> aAddr(2);
libreoffice-7.1.0~beta1/test/source/sheet/xsheetcellrangecontainer.cxx-87-    for (unsigned int i = 0; i < 2; i++)
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xscenario.cxx-28-
libreoffice-7.1.0~beta1/test/source/sheet/xscenario.cxx:29:    uno::Sequence<table::CellRangeAddress> aCellRangeAddr(1);
libreoffice-7.1.0~beta1/test/source/sheet/xscenario.cxx-30-    xScenario->addRanges(aCellRangeAddr);
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xmultipleoperation.cxx-34-                                                 UNO_SET_THROW);
libreoffice-7.1.0~beta1/test/source/sheet/xmultipleoperation.cxx:35:    uno::Reference<sheet::XCellRangeAddressable> xCellRangeAddr(xCellRange, UNO_QUERY_THROW);
libreoffice-7.1.0~beta1/test/source/sheet/xmultipleoperation.cxx-36-
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xlabelrange.cxx-30-
libreoffice-7.1.0~beta1/test/source/sheet/xlabelrange.cxx:31:    table::CellRangeAddress aDataAddr(1, 0, 1, 0, 8);
libreoffice-7.1.0~beta1/test/source/sheet/xlabelrange.cxx-32-    xLabelRange->setDataArea(aDataAddr);
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xlabelrange.cxx-42-
libreoffice-7.1.0~beta1/test/source/sheet/xlabelrange.cxx:43:    table::CellRangeAddress aLabelAddr(1, 0, 1, 0, 8);
libreoffice-7.1.0~beta1/test/source/sheet/xlabelrange.cxx-44-    xLabelRange->setLabelArea(aLabelAddr);
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xgoalseek.cxx-25-
libreoffice-7.1.0~beta1/test/source/sheet/xgoalseek.cxx:26:    table::CellAddress aFormulaAddr(0, 3, 5);
libreoffice-7.1.0~beta1/test/source/sheet/xgoalseek.cxx:27:    table::CellAddress aVariableAddr(0, 3, 4);
libreoffice-7.1.0~beta1/test/source/sheet/xgoalseek.cxx-28-    sheet::GoalResult aResult = xGoalSeek->seekGoal(aFormulaAddr, aVariableAddr, "4");
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xdatapilottable2.cxx-243-
libreoffice-7.1.0~beta1/test/source/sheet/xdatapilottable2.cxx:244:    uno::Reference< sheet::XCellAddressable > xCellAddr(xCursor->getCellByPosition(0, 0), UNO_QUERY_THROW);
libreoffice-7.1.0~beta1/test/source/sheet/xdatapilottable2.cxx-245-    return xCellAddr->getCellAddress();
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx-44-
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx:45:    table::CellRangeAddress aSrcCellRangeAddr(nSheet, 0, 21, 5, 21);
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx-46-    xCRM->insertCells(aSrcCellRangeAddr, sheet::CellInsertMode_DOWN);
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx-64-
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx:65:    table::CellRangeAddress aSrcCellRangeAddr(nSheet, 1, 1, 2, 2);
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx:66:    table::CellAddress aDstCellAddr(nSheet, 1, 10);
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx-67-
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx-89-
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx:90:    table::CellRangeAddress aSrcCellRangeAddr(nSheet, 4, 0, 4, 1);
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx:91:    table::CellAddress aDstCellAddr(nSheet, 4, 4);
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx-92-
##############################################
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx-109-
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx:110:    table::CellRangeAddress aSrcCellRangeAddr(nSheet, 5, 0, 5, 1);
libreoffice-7.1.0~beta1/test/source/sheet/xcellrangemovement.cxx-111-
##############################################
libreoffice-7.1.0~beta1/sysui/desktop/share/create_tree.sh-21-if [ "${KDEMAINDIR}" ]; then
libreoffice-7.1.0~beta1/sysui/desktop/share/create_tree.sh:22:  for i in `cd "${ICON_SOURCE_DIR}"; find ${ICON_THEMES:-hicolor/???x??? hicolor/??x??} -name "*.png"; find hicolor/scalable/apps -name "*.svg"`
libreoffice-7.1.0~beta1/sysui/desktop/share/create_tree.sh-23-  do
libreoffice-7.1.0~beta1/sysui/desktop/share/create_tree.sh:24:    targetdir=${DESTDIR}/${KDEMAINDIR}/share/icons/`dirname ${i}`
libreoffice-7.1.0~beta1/sysui/desktop/share/create_tree.sh-25-    mkdir -p "${targetdir}"
libreoffice-7.1.0~beta1/sysui/desktop/share/create_tree.sh:26:    destfile=$targetdir/${ICON_PREFIX:-}${ICON_PREFIX:+-}`basename ${i}`
libreoffice-7.1.0~beta1/sysui/desktop/share/create_tree.sh-27-    cp "${ICON_SOURCE_DIR}/${i}" "${destfile}"
##############################################
libreoffice-7.1.0~beta1/sysui/desktop/freedesktop/freedesktop-menus.spec-128-
libreoffice-7.1.0~beta1/sysui/desktop/freedesktop/freedesktop-menus.spec:129:for subdir in `cd ${link_root}; ls --ignore="*theme*"`
libreoffice-7.1.0~beta1/sysui/desktop/freedesktop/freedesktop-menus.spec-130-do
##############################################
libreoffice-7.1.0~beta1/sysui/CustomTarget_share.mk-171-				 "${SRCDIR}/libreofficekit/source/gtk/lokdocview.cxx" \
libreoffice-7.1.0~beta1/sysui/CustomTarget_share.mk:172:                 `${PKG_CONFIG} --cflags gobject-introspection-1.0 gtk+-3.0` \
libreoffice-7.1.0~beta1/sysui/CustomTarget_share.mk-173-				 -I"${SRCDIR}/include/" \
##############################################
libreoffice-7.1.0~beta1/store/source/storbios.cxx-389-OStorePageBIOS::Ace::Ace()
libreoffice-7.1.0~beta1/store/source/storbios.cxx:390:  : m_next (this), m_prev (this), m_addr (STORE_PAGE_NULL), m_used (0)
libreoffice-7.1.0~beta1/store/source/storbios.cxx-391-{}
##############################################
libreoffice-7.1.0~beta1/store/source/storbase.hxx-129-        sal_uInt16 nUsed)
libreoffice-7.1.0~beta1/store/source/storbase.hxx:130:        : m_nAddr (store::htonl(nAddr)),
libreoffice-7.1.0~beta1/store/source/storbase.hxx-131-          m_nSize (store::htons(nSize)),
##############################################
libreoffice-7.1.0~beta1/store/source/storbase.hxx-142-    OStorePageDescriptor (const OStorePageDescriptor & rhs)
libreoffice-7.1.0~beta1/store/source/storbase.hxx:143:        : m_nAddr (rhs.m_nAddr),
libreoffice-7.1.0~beta1/store/source/storbase.hxx-144-          m_nSize (rhs.m_nSize),
##############################################
libreoffice-7.1.0~beta1/store/source/storbase.hxx-204-    explicit OStorePageLink (sal_uInt32 nAddr = STORE_PAGE_NULL)
libreoffice-7.1.0~beta1/store/source/storbase.hxx:205:        : m_nAddr (store::htonl(nAddr))
libreoffice-7.1.0~beta1/store/source/storbase.hxx-206-    {}
##############################################
libreoffice-7.1.0~beta1/store/source/lockbyte.cxx-456-
libreoffice-7.1.0~beta1/store/source/lockbyte.cxx:457:    FileMapping() : m_pAddr(nullptr), m_nSize(0), m_hFile(nullptr) {}
libreoffice-7.1.0~beta1/store/source/lockbyte.cxx-458-
##############################################
libreoffice-7.1.0~beta1/stoc/source/security/permissions.cxx-179-        OUString ip;
libreoffice-7.1.0~beta1/stoc/source/security/permissions.cxx:180:        m_resolveErr = (::osl_Socket_Ok != ::osl_getDottedInetAddrOfSocketAddr(
libreoffice-7.1.0~beta1/stoc/source/security/permissions.cxx-181-            addr.getHandle(), &ip.pData ));
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/platform/unxgcc.mk-108-
libreoffice-7.1.0~beta1/solenv/gbuild/platform/unxgcc.mk:109:# note that `cat $(extraobjectlist)` is needed to build with older gcc versions, e.g. 4.1.2 on SLED10
libreoffice-7.1.0~beta1/solenv/gbuild/platform/unxgcc.mk-110-# we want to use @$(extraobjectlist) in the long run
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/platform/unxgcc.mk-129-		$(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
libreoffice-7.1.0~beta1/solenv/gbuild/platform/unxgcc.mk:130:		$(foreach extraobjectlist,$(EXTRAOBJECTLISTS),`cat $(extraobjectlist)`) \
libreoffice-7.1.0~beta1/solenv/gbuild/platform/unxgcc.mk-131-		$(if $(filter TRUE,$(DISABLE_DYNLOADING)), \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/platform/solaris.mk-107-
libreoffice-7.1.0~beta1/solenv/gbuild/platform/solaris.mk:108:# note that `cat $(extraobjectlist)` is needed to build with older gcc versions, e.g. 4.1.2 on SLED10
libreoffice-7.1.0~beta1/solenv/gbuild/platform/solaris.mk-109-# we want to use @$(extraobjectlist) in the long run
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/platform/solaris.mk-124-		$(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
libreoffice-7.1.0~beta1/solenv/gbuild/platform/solaris.mk:125:		$(foreach extraobjectlist,$(EXTRAOBJECTLISTS),`cat $(extraobjectlist)`) \
libreoffice-7.1.0~beta1/solenv/gbuild/platform/solaris.mk-126-		-Wl$(COMMA)--start-group \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/platform/iOS.mk-99-		$(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
libreoffice-7.1.0~beta1/solenv/gbuild/platform/iOS.mk:100:		$(foreach extraobjectlist,$(EXTRAOBJECTLISTS),`cat $(extraobjectlist)`) \
libreoffice-7.1.0~beta1/solenv/gbuild/platform/iOS.mk-101-		$(foreach lib,$(LINKED_STATIC_LIBS),$(call gb_StaticLibrary_get_target,$(lib))) \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/platform/com_MSC_class.mk-139-
libreoffice-7.1.0~beta1/solenv/gbuild/platform/com_MSC_class.mk:140:# Code needs a preprocessor step .S -> .asm -> .o
libreoffice-7.1.0~beta1/solenv/gbuild/platform/com_MSC_class.mk-141-define gb_AsmObject__command
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/platform/android.mk-40-		$(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
libreoffice-7.1.0~beta1/solenv/gbuild/platform/android.mk:41:		$(foreach extraobjectlist,$(EXTRAOBJECTLISTS),`cat $(extraobjectlist)`) \
libreoffice-7.1.0~beta1/solenv/gbuild/platform/android.mk-42-		-Wl$(COMMA)--start-group $(foreach lib,$(LINKED_STATIC_LIBS),$(call gb_StaticLibrary_get_target,$(lib))) -Wl$(COMMA)--end-group \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-94-install-package-%: $(gb_PackageInfo_get_target)/packageinfo_all
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk:95:	for executable in `cat $(gb_PackageInfo_get_target)/$*.executables`; \
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-96-	do \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-98-	done
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk:99:	for library in `cat $(gb_PackageInfo_get_target)/$*.sdklinklibraries`; \
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-100-	do \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-102-	done
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk:103:	for library in `cat $(gb_PackageInfo_get_target)/$*.libraries`; \
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-104-	do \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-106-	done
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk:107:	for jar in `cat $(gb_PackageInfo_get_target)/$*.jars`; \
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-108-	do \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-110-	done
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk:111:	for file in `cat $(gb_PackageInfo_get_target)/$*.files`; \
libreoffice-7.1.0~beta1/solenv/gbuild/extensions/post_PackageInfo.mk-112-	do \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/UnpackedTarball.mk-34-$(if $(filter-out 0,$(UNPACKED_STRIP_COMPONENTS)),\
libreoffice-7.1.0~beta1/solenv/gbuild/UnpackedTarball.mk:35:	&& UNZIP_DIR=`ls $(UNPACKED_DIR)` \
libreoffice-7.1.0~beta1/solenv/gbuild/UnpackedTarball.mk-36-	&& mv $(UNPACKED_DIR)/$$UNZIP_DIR/* $(UNPACKED_DIR) \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/LinkTarget.mk-30-# defined by platform
libreoffice-7.1.0~beta1/solenv/gbuild/LinkTarget.mk:31:#  gb_AsmObject_get_source (.asm on Windows, .s elsewhere)
libreoffice-7.1.0~beta1/solenv/gbuild/LinkTarget.mk-32-#  gb_AsmObject__command
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/LinkTarget.mk-187-#
libreoffice-7.1.0~beta1/solenv/gbuild/LinkTarget.mk:188:# AsmObject                   asm compile                  | LinkTarget
libreoffice-7.1.0~beta1/solenv/gbuild/LinkTarget.mk-189-#
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk-113-			$(call gb_Extension_get_target,$*) \
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk:114:			`cat $${ZIPFILES} | tr -d '\r'` && rm $${ZIPFILES})
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk-115-	$(call gb_Trace_EndRange,$*,OXT)
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk-319-			$(if $(filter-out en-US,$(4)), \
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk:320:				MERGEINPUT=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk-321-				echo $$(POFILE) > $$$${MERGEINPUT} && \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk-371-			$(if $(filter-out en-US,$(5)), \
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk:372:				MERGEINPUT=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk-373-				echo $$(POFILE) > $$$${MERGEINPUT} && \
##############################################
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk-425-			$(if $(filter-out en-US,$(5)), \
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk:426:				MERGEINPUT=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/solenv/gbuild/Extension.mk-427-				echo $$(POFILE) > $$$${MERGEINPUT} && \
##############################################
libreoffice-7.1.0~beta1/solenv/clang-format/reformat-formatted-files-44-    {
libreoffice-7.1.0~beta1/solenv/clang-format/reformat-formatted-files:45:        system($command) == 0 or die "failed to execute \"$command\": $?";
libreoffice-7.1.0~beta1/solenv/clang-format/reformat-formatted-files-46-    }
##############################################
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm-89-    {
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm:90:        $clang_format = `cygpath -m '$clang_format'`;
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm-91-        chomp $clang_format;
##############################################
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm-102-    my $index = $filename . ".index";
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm:103:    system("git show :$filename > $index");
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm-104-    my $format = $index . ".format";
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm:105:    system("'$clang_format' -assume-filename=$filename $index > $format");
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm:106:    my $ret = system("git --no-pager diff --no-index --exit-code $index $format") == 0;
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm-107-    unlink($index);
##############################################
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm-122-
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm:123:    return `'$clang_format' -version` =~ /^clang-format version $version(-\d+)? \(tags/;
libreoffice-7.1.0~beta1/solenv/clang-format/ClangFormat.pm-124-}
##############################################
libreoffice-7.1.0~beta1/solenv/bin/ooinstall-85-    print "Cleaning destdir...\n";
libreoffice-7.1.0~beta1/solenv/bin/ooinstall:86:    system ("rm -rf \"$ENV{DESTDIR}\"") && die "Failed to clean up destdir: $!";
libreoffice-7.1.0~beta1/solenv/bin/ooinstall-87-}
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/pre2par/systemactions.pm-53-                my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
libreoffice-7.1.0~beta1/solenv/bin/modules/pre2par/systemactions.pm:54:                system($localcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/pre2par/systemactions.pm-55-            }
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/par2script/systemactions.pm-47-                my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
libreoffice-7.1.0~beta1/solenv/bin/modules/par2script/systemactions.pm:48:                system($localcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/par2script/systemactions.pm-49-            }
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-196-            my $systemcall = "rmdir $installer::globals::shiptestdirectory";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm:197:            my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-198-        }
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-291-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm:292:    `mkdir -p $destdir` if $destdir ne "";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm:293:    `mkdir -p $destdir$installer::globals::rootpath`;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-294-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-346-        elsif ( -d $sourcepath && installer::systemactions::is_empty_dir($sourcepath) ) {
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm:347:            `mkdir -p "$destdir$destination"`;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-348-        }
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-376-        my $cmd = "mkdir -p '" . dirname($destdir . $destination) . "'";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm:377:        system($cmd) && die "Failed to execute \"$cmd\"";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-378-        $cmd = "ln -sf '$target' '$destdir$destination'";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-379-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm:380:        system($cmd) && die "Failed \"$cmd\"";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/worker.pm-381-        push @lines, "$destination\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/update.pm-54-    $systemcall = $msidb . " -d " . $fulldatabasepath . " -f " . $workdir . " -e " . $extraslash . "*";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/update.pm:55:    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/update.pm-56-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/strip.pm-60-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/strip.pm:61:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/strip.pm-62-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm-108-    $systemcall = $msidb . " -d " . $localfullpcpfile . " -f " . $localworkdir . " -e " . $extraslash . "*";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm:109:    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm-110-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm-173-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm:174:        $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm-175-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm-239-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm:240:    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm-241-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm-1201-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm:1202:        my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msp.pm-1203-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-471-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm:472:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-473-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-624-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm:625:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-626-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-687-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm:688:        my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-689-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-781-        $systemcall = $msidb . " " . " -d " . $basedbname . " -r " . $windowslanguage;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm:782:        system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-783-        # fdo#46181 - zh-HK and zh-MO should have fallen back to zh-TW not to zh-CN
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-788-            $systemcall = $msidb . " " . " -d " . $basedbname . " -r " . 3076;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm:789:            system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-790-            rename 3076,5124;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-791-            $systemcall = $msidb . " " . " -d " . $basedbname . " -r " . 5124;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm:792:            system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-793-            $templatevalue = $templatevalue . "," . 3076 . "," . 5124;
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-809-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm:810:    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-811-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-1170-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm:1171:        my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/msiglobal.pm-1172-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-104-                $systemcall = $msidb . " -d " . $filename . " -x " . $cabinetfile;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:105:                $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-106-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-139-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:140:                $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-141-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-261-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:262:                    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-263-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-280-                    }
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:281:                    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-282-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-371-            }
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:372:            $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-373-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-423-            }
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:424:            $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-425-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-501-            }
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:502:            $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-503-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-515-            }
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:516:            $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-517-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-561-          $systemcall = $msidb . " -d " . $localmsifilename . " -f " . $localworkdir . " -i " . $table;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:562:          my $retval = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-563-          $infoline = "Systemcall returned $retval: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-570-                $systemcall = $msidb . " -d " . $msifilename . " -f " . $workdir . " -i " . $workingtables. " " . $executetables;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:571:        $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-572-        $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-1151-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm:1152:        my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/mergemodule.pm-1153-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/directory.pm-151-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/directory.pm:152:    # chomp(my $id = `echo $longstring_save | md5sum | sed -e "s/ .*//g"`);  # Very, very slow
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/directory.pm-153-    # my $subid = substr($id, 0, 9); # taking only the first 9 digits
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm-71-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm:72:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm-73-    $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm-128-    $systemcall = $msidb . " -d " . $localfullmsidatabasepath . " -f " . $workdir . " -e $tablelist";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm:129:    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm-130-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm-422-    push(@installer::globals::logfileinfo, $systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm:423:    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/windows/admin.pm-424-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/systemactions.pm-256-                    #replace this in the same it was done in installer/windows/directory.pm
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/systemactions.pm:257:                    #chomp(my $shorter = `echo $languagestring | $ENV{'MD5SUM'} | sed -e "s/ .*//g"`);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/systemactions.pm-258-                    #my $id = substr($shorter, 0, 8); # taking only the first 8 digits
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/systemactions.pm-1311-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/systemactions.pm:1312:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/systemactions.pm-1313-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/strip.pm-64-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/strip.pm:65:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/strip.pm-66-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-310-            print "... $systemcall ...\n";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm:311:            my $localreturnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-312-            $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-410-                print "... $systemcall ...\n";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm:411:                my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-412-                $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-436-                    print "... $systemcall ...\n";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm:437:                    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-438-                    $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-477-        print "... $systemcall ...\n";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm:478:        my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-479-        my $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-665-        my $localcall = "ln -sf \'$destinationfile\' \'$destination\' \>\/dev\/null 2\>\&1";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm:666:        system($localcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-667-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-693-        my $localcall = "chmod -R 755 " . "\"" . $subfolderdir . "\"";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm:694:        system($localcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/simplepackage.pm-695-    }
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/scriptitems.pm-645-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/scriptitems.pm:646:    my $buildidstring = `cd $ENV{'SRCDIR'} 2>&1 >/dev/null && git log -n 1 --pretty=format:"%H"`;
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/scriptitems.pm-647-    if ($? || !$buildidstring) {
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/languagepack.pm-133-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/languagepack.pm:134:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/languagepack.pm-135-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/languagepack.pm-398-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/languagepack.pm:399:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/languagepack.pm-400-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm-135-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm:136:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm-137-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm-417-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm:418:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm-419-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm-434-    my $localcall = "chmod 775 $scriptfilename \>\/dev\/null 2\>\&1";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm:435:    system($localcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/helppack.pm-436-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-1939-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:1940:        $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-1941-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-1964-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:1965:        # $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-1966-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-1988-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:1989:        # $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-1990-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2168-            my $systemcall = "mv -f $removefile $destfile";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:2169:            system($systemcall);     # ignoring the return value
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2170-            $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2180-        my $systemcall = "mv -f $removefile $destfile";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:2181:        system($systemcall);     # ignoring the return value
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2182-        $infoline = "Systemcall: $systemcall\n";
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2192-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:2193:        my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2194-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2200-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:2201:        $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2202-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2254-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:2255:        my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2256-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2538-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm:2539:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/epmfile.pm-2540-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm-197-    my $systemcall = "cat $temporary_tarfile >> $scriptfile && rm $temporary_tarfile";
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm:198:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm-199-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm-228-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm:229:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm-230-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm-520-
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm:521:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer/download.pm-522-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer.pm-460-            #replace this in the same it was done in installer/windows/directory.pm
libreoffice-7.1.0~beta1/solenv/bin/modules/installer.pm:461:            #chomp(my $shorter = `echo $loglanguagestring | $ENV{'MD5SUM'} | sed -e "s/ .*//g"`);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer.pm-462-            #my $id = substr($shorter, 0, 8); # taking only the first 8 digits
##############################################
libreoffice-7.1.0~beta1/solenv/bin/modules/installer.pm-920-            {
libreoffice-7.1.0~beta1/solenv/bin/modules/installer.pm:921:                $epmexecutable = installer::epmfile::find_epm_on_system($includepatharrayref);
libreoffice-7.1.0~beta1/solenv/bin/modules/installer.pm-922-                installer::epmfile::set_patch_state($epmexecutable);    # setting $installer::globals::is_special_epm
##############################################
libreoffice-7.1.0~beta1/solenv/bin/mkonedoc.sh-17-
libreoffice-7.1.0~beta1/solenv/bin/mkonedoc.sh:18:DOXYGEN_INPUT=`printf "%s" "$module/source $module_include"`
libreoffice-7.1.0~beta1/solenv/bin/mkonedoc.sh-19-DOXYGEN_OUTPUT="$BASE_OUTPUT/$module"
##############################################
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.sh-153-# strip -I. and bin -I prefix; exclude system headers
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.sh:154:DOXYGEN_INCLUDE_PATH=`echo $SOLARINC | sed -e 's/-I\.//g' -e 's/ -I/ /'g -e 's/ -isystem/ /g' -e 's|/usr/[^ ]*| |g'`
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.sh-155-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.sh-192-
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.sh:193:  DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT_INCLUDE"`
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.sh-194-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.Makefile-20-	@echo "doxygen tag of $(basename $(notdir $@))"
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.Makefile:21:	@export DOXYGEN_INCLUDE_PATH=`echo $(SOLARINC) | sed -e 's/-I\.//g' -e 's/ -I/ /'g -e 's/ -isystem/ /g' -e 's|/usr/[^ ]*| |g'` ; \
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.Makefile-22-	 $(SRCDIR)/solenv/bin/mkonedoc.sh "$(basename $(notdir $@))" "tag" "$(SRCDIR)" "$(BUILDDIR)/docs"
##############################################
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.Makefile-26-	@echo "doxygen doc of $(basename $(notdir $@))"
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.Makefile:27:	@export DOXYGEN_INCLUDE_PATH=`echo $(SOLARINC) | sed -e 's/-I\.//g' -e 's/ -I/ /'g -e 's/ -isystem/ /g' -e 's|/usr/[^ ]*| |g'` ; \
libreoffice-7.1.0~beta1/solenv/bin/mkdocs.Makefile-28-	 $(SRCDIR)/solenv/bin/mkonedoc.sh "$(basename $(notdir $@))" "doc" "$(SRCDIR)" "$(BUILDDIR)/docs"
##############################################
libreoffice-7.1.0~beta1/solenv/bin/make-raspbian-root-tarball-65-    while read mode links user group size month day yearortime link arrow target; do
libreoffice-7.1.0~beta1/solenv/bin/make-raspbian-root-tarball:66:	target=`echo "$target" | sed -e 's,/,..;,'`
libreoffice-7.1.0~beta1/solenv/bin/make-raspbian-root-tarball:67:	while test `expr index $target /` -gt 0; do
libreoffice-7.1.0~beta1/solenv/bin/make-raspbian-root-tarball:68:	    target=`echo "$target" | sed -e 's,/,;,'`
libreoffice-7.1.0~beta1/solenv/bin/make-raspbian-root-tarball-69-	    target="..;$target"
libreoffice-7.1.0~beta1/solenv/bin/make-raspbian-root-tarball-70-	done
libreoffice-7.1.0~beta1/solenv/bin/make-raspbian-root-tarball:71:	target=`echo "$target" | sed -e 's,;,/,g'`
libreoffice-7.1.0~beta1/solenv/bin/make-raspbian-root-tarball-72-	ln -f -s $target $link
##############################################
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-48-    while read file; do
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle:49:    id=`echo ${file#${APP_BUNDLE}/Contents/} | sed -e 's,/,.,g'`
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-50-    codesign --verbose --force --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id --sign "$MACOSX_CODESIGNING_IDENTITY" "$file" > "/tmp/codesign_$(basename "$file").log" 2>&1
##############################################
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-67-while read file; do
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle:68:    id=`echo ${file#${APP_BUNDLE}/Contents/} | sed -e 's,/,.,g'`
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-69-    codesign --verbose --force --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id --sign "$MACOSX_CODESIGNING_IDENTITY" "$file" > "/tmp/codesign_$(basename "$file").log" 2>&1
##############################################
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-80-while read app; do
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle:81:    fn=`basename "$app"`
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-82-    fn=${fn%.*}
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-83-    # Assume the app has a XML (and not binary) Info.plist
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle:84:    id=`grep -A 1 '<key>CFBundleIdentifier</key>' $app/Contents/Info.plist | tail -1 | sed -e 's,.*<string>,,' -e 's,</string>.*,,'`
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-85-    codesign --verbose --options=runtime --force --identifier=$id --sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements "$app" > "/tmp/codesign_${fn}.log" 2>&1
##############################################
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-95-while read framework; do
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle:96:    fn=`basename "$framework"`
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-97-    fn=${fn%.*}
##############################################
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-100-	    # Assume the framework has a XML (and not binary) Info.plist
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle:101:	    id=`grep -A 1 '<key>CFBundleIdentifier</key>' $version/Resources/Info.plist | tail -1 | sed -e 's,.*<string>,,' -e 's,</string>.*,,'`
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-102-            # files in bin are not covered by signing the framework...
##############################################
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-133-	*)
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle:134:	    id=`echo ${file#${APP_BUNDLE}/Contents/} | sed -e 's,/,.,g'`
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-135-	    codesign --force --verbose --options=runtime --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id --sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements "$file"  > "/tmp/codesign_${MACOSX_BUNDLE_IDENTIFIER}.${id}.log" 2>&1
##############################################
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-153-
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle:154:id=`echo ${PRODUCTNAME} | tr ' ' '-'`
libreoffice-7.1.0~beta1/solenv/bin/macosx-codesign-app-bundle-155-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/macosx-change-install-names.pl-92-        $call = "$ENV{'INSTALL_NAME_TOOL'} $change $file";
libreoffice-7.1.0~beta1/solenv/bin/macosx-change-install-names.pl:93:        system($call) == 0 or die "cannot $call";
libreoffice-7.1.0~beta1/solenv/bin/macosx-change-install-names.pl-94-    }
##############################################
libreoffice-7.1.0~beta1/solenv/bin/id-lang.map-65-
libreoffice-7.1.0~beta1/solenv/bin/id-lang.map:66:*.[sS]          asm --comment=;
libreoffice-7.1.0~beta1/solenv/bin/id-lang.map:67:*.asm           asm --comment=;
libreoffice-7.1.0~beta1/solenv/bin/id-lang.map-68-
##############################################
libreoffice-7.1.0~beta1/solenv/bin/exectest.pl-66-            }
libreoffice-7.1.0~beta1/solenv/bin/exectest.pl:67:            system("$prog");
libreoffice-7.1.0~beta1/solenv/bin/exectest.pl-68-            unlink $temp;
##############################################
libreoffice-7.1.0~beta1/solenv/bin/create-ids-17-fi
libreoffice-7.1.0~beta1/solenv/bin/create-ids:18:mkid --lang-map="$(dirname "$0")"/id-lang.map --include='C C++ asm perl java make' --statistics $dirs
##############################################
libreoffice-7.1.0~beta1/slideshow/qa/tools/mktransitions.pl-119-    chdir ($TempDir);
libreoffice-7.1.0~beta1/slideshow/qa/tools/mktransitions.pl:120:    system ("$ZipCmd $ZipFlags $zip_name *");
libreoffice-7.1.0~beta1/slideshow/qa/tools/mktransitions.pl-121-    chdir ($cwd);
##############################################
libreoffice-7.1.0~beta1/slideshow/qa/tools/mkeffects.pl-117-    chdir ($TempDir);
libreoffice-7.1.0~beta1/slideshow/qa/tools/mkeffects.pl:118:    system ("$ZipCmd $ZipFlags $zip_name *");
libreoffice-7.1.0~beta1/slideshow/qa/tools/mkeffects.pl-119-    chdir ($cwd);
##############################################
libreoffice-7.1.0~beta1/shell/source/unix/misc/senddoc.sh-79-
libreoffice-7.1.0~beta1/shell/source/unix/misc/senddoc.sh:80:case `basename "$MAILER"` in
libreoffice-7.1.0~beta1/shell/source/unix/misc/senddoc.sh-81-    sensible-lomua)
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/unpack_update.sh-19-
libreoffice-7.1.0~beta1/setup_native/scripts/unpack_update.sh:20:EXTENSION=`expr "//$1" : '.*\/.*\.\(t.*\)'`
libreoffice-7.1.0~beta1/setup_native/scripts/unpack_update.sh-21-[ -z $EXTENSION ] && ( echo "Unable to determine file type"; exit 2 )
libreoffice-7.1.0~beta1/setup_native/scripts/unpack_update.sh-22-
libreoffice-7.1.0~beta1/setup_native/scripts/unpack_update.sh:23:BASEDIR=`dirname "$1"`
libreoffice-7.1.0~beta1/setup_native/scripts/unpack_update.sh:24:FOLDER=`basename "$1" ".$EXTENSION"`
libreoffice-7.1.0~beta1/setup_native/scripts/unpack_update.sh-25-NUM=1
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/uninstall_linux.sh-43-if [ ! "${RPM_DB_PATH:0:1}" = "/" ]; then
libreoffice-7.1.0~beta1/setup_native/scripts/uninstall_linux.sh:44:  RPM_DB_PATH=`cd ${RPM_DB_PATH}; pwd`
libreoffice-7.1.0~beta1/setup_native/scripts/uninstall_linux.sh-45-fi
libreoffice-7.1.0~beta1/setup_native/scripts/uninstall_linux.sh-46-
libreoffice-7.1.0~beta1/setup_native/scripts/uninstall_linux.sh:47:RPMLIST=`rpm --dbpath $RPM_DB_PATH --query --all`
libreoffice-7.1.0~beta1/setup_native/scripts/uninstall_linux.sh-48-
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-68-  echo "Searching for the FULLPRODUCTNAMELONGPLACEHOLDER installation ..."
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh:69:  PACKAGENAME=`pkginfo -x | grep $SEARCHPACKAGENAME | sed "s/ .*//"`
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-70-  if [ "x$PACKAGENAME" != "x" ]
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-71-  then
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh:72:    PRODUCTINSTALLLOCATION="`pkginfo -r $PACKAGENAME`"
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-73-  else
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-82-  echo "Searching for the FULLPRODUCTNAMELONGPLACEHOLDER installation ..."
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh:83:  RPMNAME=`rpm -qa | grep $SEARCHPACKAGENAME`
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-84-  if [ "x$RPMNAME" != "x" ]
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-85-  then
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh:86:    PRODUCTINSTALLLOCATION="`rpm -ql $RPMNAME | head -n 1`"
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-87-  else
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-90-  fi
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh:91:  PRODUCTINSTALLLOCATION=`echo $PRODUCTINSTALLLOCATION | sed "s#${FIXPATH}##"`
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-92-  ;;
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-113-
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh:114:#diskSpace=`df -k $outdir | $tail_prog -1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }'`
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-115-#if [ $diskSpace -lt $diskSpaceRequired ]; then
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-126-#
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh:127:#    sum=`/usr/bin/sum $outdir/$outname`
libreoffice-7.1.0~beta1/setup_native/scripts/langpackscript.sh-128-#    index=1
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-54-
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:55:  SEARCHSTRING=`head --lines=10 $FILENAME | grep "language package"`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-56-
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-66-  echo "Unpacking shell script $FILENAME"
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:67:  TAILLINE=`head --lines=20 $FILENAME | sed --quiet 's/linenum=//p'`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-68-
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-91-
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:92:set -- `getopt -u -o 'alhU' -l 'add,link,help,update' -- $*`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-93-
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-133-
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:134:RPMLIST=`find $PACKAGE_PATH -maxdepth 2 -type f -name "*.rpm" ! -name "*-menus-*" ! -name "*-desktop-integration-*" ! -name "jre*" ! -name "*-userland-*" -print`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-135-
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-190-    echo
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:191:    rpm --dbpath `cd $RPM_DB_PATH; pwd` --query --all
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-192-    echo
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-216-  if [ ! "${RPM_DB_PATH:0:1}" = "/" ]; then
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:217:    RPM_DB_PATH=`cd ${RPM_DB_PATH}; pwd`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-218-  fi
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-232-  if [ ! "${RPM_DB_PATH:0:1}" = "/" ]; then
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:233:    RPM_DB_PATH=`cd ${RPM_DB_PATH}; pwd`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-234-  fi
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-255-for i in $RPMLIST ; do
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:256:  echo `basename $i`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-257-done
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-273-
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:274:ABSROOT=`cd ${INSTALLDIR}; pwd`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:275:RELOCATIONS=`rpm -qp --qf "--relocate %{PREFIXES}=${ABSROOT}%{PREFIXES} \n" $RPMLIST | sort -u | tr -d "\012"`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-276-UserInstallation=\$BRAND_BASE_DIR/../UserInstallation rpm ${DEBIAN_FLAGS} --nodeps $RPMCMD --ignoresize -vh $RELOCATIONS --dbpath $RPM_DB_PATH $RPMLIST
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-283-then
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:284:  find `cd "$INSTALLDIR" && pwd` -name soffice -type f -perm /u+x -exec /bin/bash -ce 'ln -sf "$0" "$HOME/soffice" && echo "Creating link from $0 to $HOME/soffice"' {} \;
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-285-fi
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-290-  echo "Update failed due to a bug in RPM, uninstalling .."
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh:291:  rpm ${DEBIAN_FLAGS} --erase -v --nodeps --dbpath $RPM_DB_PATH `rpm --query --queryformat "%{NAME} " --package $RPMLIST --dbpath $RPM_DB_PATH`
libreoffice-7.1.0~beta1/setup_native/scripts/install_linux.sh-292-  echo
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/install_create.pl-54-
libreoffice-7.1.0~beta1/setup_native/scripts/install_create.pl:55:system( "cat $library >>$outfile$$.tmp" );
libreoffice-7.1.0~beta1/setup_native/scripts/install_create.pl-56-rename "$outfile$$.tmp", "$outfile";
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/downloadscript.sh-67-
libreoffice-7.1.0~beta1/setup_native/scripts/downloadscript.sh:68:diskSpace=`df -k $UNPACKDIR | $tail_prog -1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }'`
libreoffice-7.1.0~beta1/setup_native/scripts/downloadscript.sh-69-if [ $diskSpace -lt $diskSpaceRequired ]; then
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/downloadscript.sh-79-
libreoffice-7.1.0~beta1/setup_native/scripts/downloadscript.sh:80:    sum=`$tail_prog +$linenum $0 | /usr/bin/sum`
libreoffice-7.1.0~beta1/setup_native/scripts/downloadscript.sh:81:    sum=`echo $sum | awk '{ print $1 }'`
libreoffice-7.1.0~beta1/setup_native/scripts/downloadscript.sh-82-
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-374-            my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:375:            system($localcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-376-        }
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-485-
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:486:    my $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-487-
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-518-    print "\nAnalyzing msi database\n";
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:519:    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-520-
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-585-        my $systemcall = $msidb . " -d " . $msidatabase . " -x " . $onefile;
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:586:         system($systemcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-587-         push(@all_excluded_cabfiles, $onefile);
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-776-    my $localcall = "chmod $privileges " . "\"" . $destfile . "\"";
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:777:    system($localcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-778-}
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-790-    my $localcall = "chmod -R 755 " . "\"" . $target . "\"";
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:791:    system($localcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-792-}
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-812-            my $localcall = "chmod $privileges $directory \>\/dev\/null 2\>\&1";
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:813:            system($localcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-814-        }
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-818-        my $localcall = "chmod $privileges $directory \>\/dev\/null 2\>\&1";
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:819:        system($localcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-820-    }
##############################################
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-1081-
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl:1082:    $returnvalue = system($systemcall);
libreoffice-7.1.0~beta1/setup_native/scripts/admin.pl-1083-
##############################################
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/Server.cxx-87-    }
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/Server.cxx:88:    osl::SocketAddr aAddr( "0.0.0.0", PORT );
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/Server.cxx-89-    if ( !mSocket.bind( aAddr ) )
##############################################
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/Server.cxx-127-            SocketAddr aClientAddr;
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/Server.cxx:128:            pSocket->getPeerAddr( aClientAddr );
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/Server.cxx-129-
##############################################
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/DiscoveryService.cxx-121-
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/DiscoveryService.cxx:122:// the Win32 SDK 8.1 deprecates inet_addr()
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/DiscoveryService.cxx-123-#if defined(_WIN32)
##############################################
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/DiscoveryService.cxx-130-#else
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/DiscoveryService.cxx:131:    multicastRequest.imr_multiaddr.s_addr = inet_addr( "239.0.0.1" );
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/DiscoveryService.cxx-132-#endif
##############################################
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx-54-
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx:55:            void getPeerAddr(osl::SocketAddr&);
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx-56-        private:
##############################################
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx-49-
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx:50:void BufferedStreamSocket::getPeerAddr(osl::SocketAddr& rAddr)
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx-51-{
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx-52-    assert ( !usingCSocket );
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx:53:    StreamSocket::getPeerAddr( rAddr );
libreoffice-7.1.0~beta1/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx-54-}
##############################################
libreoffice-7.1.0~beta1/scripting/source/pyprov/mailmerge.py-458-
libreoffice-7.1.0~beta1/scripting/source/pyprov/mailmerge.py:459:		self.SenderName, self.SenderAddress = parseaddr(sFrom)
libreoffice-7.1.0~beta1/scripting/source/pyprov/mailmerge.py-460-		self.ReplyToAddress = sFrom
##############################################
libreoffice-7.1.0~beta1/scp2/macros/macro.pl-151-            my $SRC_ROOT = $ENV{"SRC_ROOT"};
libreoffice-7.1.0~beta1/scp2/macros/macro.pl:152:            my $langdir = `$SRC_ROOT/solenv/bin/localestr $lang`;
libreoffice-7.1.0~beta1/scp2/macros/macro.pl-153-            chomp $langdir;
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/view/tabvwsha.cxx-238-                    ScAddress aScAddress( GetViewData().GetCurX(), GetViewData().GetCurY(), 0 );
libreoffice-7.1.0~beta1/sc/source/ui/view/tabvwsha.cxx:239:                    OUString  aAddr(aScAddress.Format(ScRefFlags::ADDR_ABS, nullptr, rDoc.GetAddressConvention()));
libreoffice-7.1.0~beta1/sc/source/ui/view/tabvwsha.cxx-240-                    SfxStringItem   aPosItem( SID_CURRENTCELL, aAddr );
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx-984-                    {
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx:985:                        ScAddress aOldAddr( static_cast<SCCOL>(nPagebreakBreak), nPosY, nTab );
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx-986-                        pViewFunc->DeletePageBreak( true, true, &aOldAddr, false );
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx-989-                    {
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx:990:                        ScAddress aNewAddr( static_cast<SCCOL>(nNew), nPosY, nTab );
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx-991-                        pViewFunc->InsertPageBreak( true, true, &aNewAddr, false );
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx-1011-                    {
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx:1012:                        ScAddress aOldAddr( nPosX, nPagebreakBreak, nTab );
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx-1013-                        pViewFunc->DeletePageBreak( false, true, &aOldAddr, false );
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx-1016-                    {
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx:1017:                        ScAddress aNewAddr( nPosX, nNew, nTab );
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin2.cxx-1018-                        pViewFunc->InsertPageBreak( false, true, &aNewAddr, false );
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin.cxx-4875-            //  merged (single/Range) ???
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin.cxx:4876:            ScAddress aAddr( nPosX, nPosY, nTab );
libreoffice-7.1.0~beta1/sc/source/ui/view/gridwin.cxx-4877-
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbawsfunction.cxx-154-            {
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbawsfunction.cxx:155:                uno::Reference< sheet::XCellRangeAddressable > xRangeAddr( rParam, uno::UNO_QUERY_THROW );
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbawsfunction.cxx-156-                table::CellRangeAddress aRangeAddr = xRangeAddr->getRangeAddress();
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbarange.cxx-2436-        {
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbarange.cxx:2437:            uno::Reference< sheet::XCellRangeAddressable > xRangeAddr( mxRanges->getByIndex( nIndex ), uno::UNO_QUERY_THROW );
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbarange.cxx-2438-            table::CellRangeAddress aAddress = xRangeAddr->getRangeAddress();
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbarange.cxx-4034-
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbarange.cxx:4035:    ScAddress aAddr( static_cast<SCCOL>(thisAddress.StartColumn), thisAddress.StartRow, thisAddress.Sheet );
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbarange.cxx-4036-    uno::Reference< frame::XModel > xModel = pShell->GetModel();
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbanames.cxx-199-        {
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbanames.cxx:200:            table::CellAddress aCellAddr( aAddr.Sheet , aAddr.StartColumn , aAddr.StartRow );
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbanames.cxx-201-            if ( mxNames->hasByName( sName ) )
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbacomment.cxx-209-    {
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbacomment.cxx:210:     uno::Reference< sheet::XCellAddressable > xCellAddr(mxRange->getCellByPosition(0, 0), uno::UNO_QUERY_THROW );
libreoffice-7.1.0~beta1/sc/source/ui/vba/vbacomment.cxx-211-     table::CellAddress aAddress = xCellAddr->getCellAddress();
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/unoobj/linkuno.cxx-917-        OUString aFileStr   (aFileName);
libreoffice-7.1.0~beta1/sc/source/ui/unoobj/linkuno.cxx:918:        ScAddress aDestAddr( static_cast<SCCOL>(aDestPos.Column), static_cast<SCROW>(aDestPos.Row), aDestPos.Sheet );
libreoffice-7.1.0~beta1/sc/source/ui/unoobj/linkuno.cxx-919-
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/unoobj/cellsuno.cxx-5489-
libreoffice-7.1.0~beta1/sc/source/ui/unoobj/cellsuno.cxx:5490:    uno::Reference<sheet::XCellRangeAddressable> xAddr( xObject, uno::UNO_QUERY );
libreoffice-7.1.0~beta1/sc/source/ui/unoobj/cellsuno.cxx-5491-
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/navipi/navipi.cxx-577-    ScAddress aScAddress( nColNo, nRowNo, 0 );
libreoffice-7.1.0~beta1/sc/source/ui/navipi/navipi.cxx:578:    OUString aAddr(aScAddress.Format(ScRefFlags::ADDR_ABS));
libreoffice-7.1.0~beta1/sc/source/ui/navipi/navipi.cxx-579-
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx-177-    std::vector<ScFormulaCell*> aFormulaCells(nLength);
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx:178:    ScAddress aAddr(mCurrentAddress);
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx-179-    for (size_t nIdx = 0; nIdx < nLength; ++nIdx)
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx-316-    {
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx:317:        ScAddress aAddr(bXVar ? mVariable1Range.aStart : mVariable2Range.aStart);
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx-318-        if (mGroupedBy == BY_COLUMN)
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/FourierAnalysisDialog.cxx-33-                                    "FourierAnalysisDialog")
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/FourierAnalysisDialog.cxx:34:    , maLabelAddr(ScAddress::INITIALIZE_INVALID)
libreoffice-7.1.0~beta1/sc/source/ui/StatisticsDialogs/FourierAnalysisDialog.cxx-35-    , maActualInputRange(ScAddress::INITIALIZE_INVALID)
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx-937-    {
libreoffice-7.1.0~beta1/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx:938:        ScAddress addr(static_cast<SCCOL>(nColumn), nRow, 0);
libreoffice-7.1.0~beta1/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx-939-        return IsScAddrFormulaSel(addr);
##############################################
libreoffice-7.1.0~beta1/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx-1522-                {
libreoffice-7.1.0~beta1/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx:1523:                    ScMyAddress aAddr(x,y,0);
libreoffice-7.1.0~beta1/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx-1524-                    vecCurSel.push_back(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLExportIterator.cxx-44-{
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLExportIterator.cxx:45:    ScAddress aNewAddr( rCellAddress );
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLExportIterator.cxx-46-    if( GetFirstAddress( aNewAddr ) )
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLExportDataPilot.cxx-775-                {
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLExportDataPilot.cxx:776:                    ScAddress aButtonAddr(nCol, nButtonRow, aOutRange.aStart.Tab());
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLExportDataPilot.cxx-777-                    ScRangeStringConverter::GetStringFromAddress(
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLConsolidationContext.cxx-36-    bLinkToSource( false ),
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLConsolidationContext.cxx:37:    bTargetAddr(false)
libreoffice-7.1.0~beta1/sc/source/filter/xml/XMLConsolidationContext.cxx-38-{
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/qpro/qpro.cxx-107-                }
libreoffice-7.1.0~beta1/sc/source/filter/qpro/qpro.cxx:108:                ScAddress aAddr( nCol, nRow, nTab );
libreoffice-7.1.0~beta1/sc/source/filter/qpro/qpro.cxx-109-                std::unique_ptr<ScTokenArray> pArray;
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-542-
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx:543:sal_Int32 lclGetMidAddr( sal_Int32 nBegAddr, sal_Int32 nEndAddr, sal_Int32 nBegPos, sal_Int32 nEndPos, sal_Int32 nSearchPos )
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-544-{
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-565-
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx:566:    /*  Otherwise find mid address according to position. lclGetMidAddr() will
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-567-        return an address between nBegAddr and nEndAddr. */
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx:568:    rnMidAddr = lclGetMidAddr( nBegAddr, nEndAddr, nBegPos, nEndPos, nSearchPos );
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-569-    return true;
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-583-        rnEndAddr = rnMidAddr;
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx:584:        rnMidAddr = lclGetMidAddr( rnBegAddr, rnEndAddr, rnBegPos, rnEndPos, nSearchPos );
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-585-        return true;
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-599-        rnBegAddr = rnMidAddr;
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx:600:        rnMidAddr = lclGetMidAddr( rnBegAddr, rnEndAddr, rnBegPos, rnEndPos, nSearchPos );
libreoffice-7.1.0~beta1/sc/source/filter/oox/worksheethelper.cxx-601-        return true;
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx-226-{
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx:227:    BinAddress aAddr(rAddr);
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx-228-    maSharedFormulas[aAddr] = rTokens;
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx-260-                formula via retryPendingSharedFormulaCell(). */
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx:261:            ScAddress aTokenAddr( aTokenInfo.First.Column, aTokenInfo.First.Row, aTokenInfo.First.Sheet );
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx-262-            aTokens = resolveSharedFormula( aTokenAddr );
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx-569-{
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx:570:    BinAddress aAddr(rAddr);
libreoffice-7.1.0~beta1/sc/source/filter/oox/sheetdatabuffer.cxx-571-    ApiTokenSequence aTokens = ContainerHelper::getMapElement( maSharedFormulas, aAddr, ApiTokenSequence() );
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/formulaparser.cxx-993-{
libreoffice-7.1.0~beta1/sc/source/filter/oox/formulaparser.cxx:994:    CellAddress aBaseAddr( maBaseAddr.Tab(), rBaseAddr.mnCol, rBaseAddr.mnRow );
libreoffice-7.1.0~beta1/sc/source/filter/oox/formulaparser.cxx-995-    ApiSpecialTokenInfo aTokenInfo( aBaseAddr, false );
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/oox/excelchartconverter.cxx-80-        FormulaParser& rParser = getFormulaParser();
libreoffice-7.1.0~beta1/sc/source/filter/oox/excelchartconverter.cxx:81:        ScAddress aBaseAddr( SCCOL( 0 ), SCROW( 0 ), SCTAB( getCurrentSheetIndex() ) );
libreoffice-7.1.0~beta1/sc/source/filter/oox/excelchartconverter.cxx-82-        ApiTokenSequence aTokens = rParser.importFormula( aBaseAddr, rDataSeq.maFormula );
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/inc/htmlpars.hxx-248-                            { Set( rAddr.Col(), rAddr.Row() ); }
libreoffice-7.1.0~beta1/sc/source/filter/inc/htmlpars.hxx:249:    ScAddress    MakeAddr() const
libreoffice-7.1.0~beta1/sc/source/filter/inc/htmlpars.hxx-250-                            { return ScAddress( mnCol, mnRow, 0 ); }
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/inc/addressconverter.hxx-130-        This function accepts all strings that match the regular expression
libreoffice-7.1.0~beta1/sc/source/filter/inc/addressconverter.hxx:131:        "ADDR(:ADDR)?" (without quotes), where ADDR is a cell address accepted
libreoffice-7.1.0~beta1/sc/source/filter/inc/addressconverter.hxx-132-        by the parseOoxAddress2d() function of this class. It is up to the
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-1899-    ScHTMLSize aSpan( 1, 1 );
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx:1900:    const ScRange* pRange = maVMergedCells.Find( rCellPos.MakeAddr() );
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-1901-    if (!pRange)
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx:1902:        pRange = maHMergedCells.Find( rCellPos.MakeAddr() );
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-1903-    if (pRange)
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2218-{
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx:2219:    rRange.aStart = rRange.aEnd = maDocBasePos.MakeAddr();
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2220-    ScAddress aErrorPos( ScAddress::UNINITIALIZED );
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2393-    {
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx:2394:        pRange = maVMergedCells.Find( maCurrCell.MakeAddr() );
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2395-        if (!pRange)
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx:2396:            pRange = maHMergedCells.Find( maCurrCell.MakeAddr() );
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2397-        if (!pRange)
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2406-    SCCOL nColEnd = maCurrCell.mnCol + rSpanSize.mnCols;
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx:2407:    for( ScAddress aAddr( maCurrCell.MakeAddr() ); aAddr.Col() < nColEnd; aAddr.IncCol() )
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2408-        if( (pRange = maVMergedCells.Find( aAddr )) != nullptr )
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2411-    // insert the new range into the cell lists
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx:2412:    ScRange aNewRange( maCurrCell.MakeAddr() );
libreoffice-7.1.0~beta1/sc/source/filter/html/htmlpars.cxx-2413-    ScAddress aErrorPos( ScAddress::UNINITIALIZED );
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/excel/excrecds.cxx-1019-    {
libreoffice-7.1.0~beta1/sc/source/filter/excel/excrecds.cxx:1020:        ScAddress aAddr( m_pFilterInfo->GetStartPos() );
libreoffice-7.1.0~beta1/sc/source/filter/excel/excrecds.cxx-1021-        for( SCCOL nObj = 0, nCount = m_pFilterInfo->GetColCount(); nObj < nCount; nObj++ )
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/excel/excform8.cxx-314-                        nCol = aIn.ReaduInt16();
libreoffice-7.1.0~beta1/sc/source/filter/excel/excform8.cxx:315:                        ScAddress aAddr(static_cast<SCCOL>(nCol & 0xFF), static_cast<SCROW>(nRow), aEingPos.Tab());
libreoffice-7.1.0~beta1/sc/source/filter/excel/excform8.cxx-316-                        aSRD.InitAddress(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/source/filter/excel/excform8.cxx-333-                        aIn.Ignore( 9 );
libreoffice-7.1.0~beta1/sc/source/filter/excel/excform8.cxx:334:                        ScAddress aAddr(static_cast<SCCOL>(nCol & 0xFF), static_cast<SCROW>(nRow), aEingPos.Tab());
libreoffice-7.1.0~beta1/sc/source/filter/excel/excform8.cxx-335-                        aSRD.InitAddress(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx-721-
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx:722:        OUString aAddr(rCell.Format(ScRefFlags::ADDR_ABS, nullptr, rDoc.GetAddressConvention()));
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx-723-        rBuf.append(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx-726-    {
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx:727:        OUString aAddr(rCell.Format(ScRefFlags::ADDR_ABS_3D, &rDoc, rDoc.GetAddressConvention()));
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx-728-        rBuf.append(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx-754-
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx:755:        OUString aAddr(rCell1.Format(ScRefFlags::ADDR_ABS, nullptr, rDoc.GetAddressConvention()));
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx-756-        rBuf.append(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx-774-        aRange.aEnd   = rCell2;
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx:775:        OUString aAddr(aRange.Format(rDoc, ScRefFlags::RANGE_ABS_3D, rDoc.GetAddressConvention()));
libreoffice-7.1.0~beta1/sc/source/core/tool/rangeutl.cxx-776-        rBuf.append(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/tool/interpr4.cxx-901-{
libreoffice-7.1.0~beta1/sc/source/core/tool/interpr4.cxx:902:    ScAddress aAddr(rCol, rRow, rTab);
libreoffice-7.1.0~beta1/sc/source/core/tool/interpr4.cxx-903-    PopSingleRef(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/tool/compiler.cxx-3264-    mnCurrentSheetTab = -1;
libreoffice-7.1.0~beta1/sc/source/core/tool/compiler.cxx:3265:    ScAddress aAddr( aPos );
libreoffice-7.1.0~beta1/sc/source/core/tool/compiler.cxx-3266-    const ScAddress::Details aDetails( pConv->meConv, aPos );
##############################################
libreoffice-7.1.0~beta1/sc/source/core/tool/address.cxx-1507-    {
libreoffice-7.1.0~beta1/sc/source/core/tool/address.cxx:1508:        ScAddress aAddr( 0, 0, nDefTab );
libreoffice-7.1.0~beta1/sc/source/core/tool/address.cxx-1509-        ScRefFlags nRes = aAddr.Parse( rRefString, rDoc, rDetails, pExtInfo);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/inc/bcaslot.hxx-181-                        ScBroadcastAreaSlot( ScDocument* pDoc,
libreoffice-7.1.0~beta1/sc/source/core/inc/bcaslot.hxx:182:                                        ScBroadcastAreaSlotMachine* pBASM );
libreoffice-7.1.0~beta1/sc/source/core/inc/bcaslot.hxx-183-                        ~ScBroadcastAreaSlot();
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/table4.cxx-736-    rDocument.SetNoListening( true );  // still the wrong reference
libreoffice-7.1.0~beta1/sc/source/core/data/table4.cxx:737:    ScAddress aAddr( nDestCol, nDestRow, nTab );
libreoffice-7.1.0~beta1/sc/source/core/data/table4.cxx-738-    ScFormulaCell* pDestCell = new ScFormulaCell( *pSrcCell, rDocument, aAddr );
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/table3.cxx-1177-
libreoffice-7.1.0~beta1/sc/source/core/data/table3.cxx:1178:        ScBroadcastAreaSlotMachine* pBASM = rDocument.GetBASM();
libreoffice-7.1.0~beta1/sc/source/core/data/table3.cxx-1179-        std::vector<sc::AreaListener> aGrpListeners =
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/simpleformulacalc.cxx-23-    , mbCalculated(false)
libreoffice-7.1.0~beta1/sc/source/core/data/simpleformulacalc.cxx:24:    , maAddr(rAddr)
libreoffice-7.1.0~beta1/sc/source/core/data/simpleformulacalc.cxx-25-    , mrDoc(rDoc)
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/formulacell.cxx-4748-    const sal_Int32 nWt = xGroup->mnWeight;
libreoffice-7.1.0~beta1/sc/source/core/data/formulacell.cxx:4749:    ScAddress aAddr(xGroup->mpTopCell->aPos);
libreoffice-7.1.0~beta1/sc/source/core/data/formulacell.cxx-4750-
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/dpcache.cxx-138-
libreoffice-7.1.0~beta1/sc/source/core/data/dpcache.cxx:139:        ScAddress aColAddr(nCol, 0, 0);
libreoffice-7.1.0~beta1/sc/source/core/data/dpcache.cxx-140-        aBuf.append(aColAddr.Format(ScRefFlags::COL_VALID));
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx-118-{
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx:119:    if ( !pBASM )
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx-120-        return ;    // Clipboard or Undo
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx-191-{
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx:192:    if ( !pBASM )
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx-193-        return ;    // Clipboard or Undo
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx-203-{
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx:204:    if ( pBASM )
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx-205-        pBASM->DelBroadcastAreasInRange( rRange );
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx-596-        SetExpandRefs( SC_MOD()->GetInputOptions().GetExpandRefs() );
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx:597:    if ( pBASM )
libreoffice-7.1.0~beta1/sc/source/core/data/documen7.cxx-598-        pBASM->UpdateBroadcastAreas( eUpdateRefMode, rRange, nDx, nDy, nDz );
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/documen2.cxx-347-    ScAddInListener::RemoveDocument( this );
libreoffice-7.1.0~beta1/sc/source/core/data/documen2.cxx:348:    pChartListenerCollection.reset();   // before pBASM because of potential Listener!
libreoffice-7.1.0~beta1/sc/source/core/data/documen2.cxx-349-
libreoffice-7.1.0~beta1/sc/source/core/data/documen2.cxx:350:    ClearLookupCaches(); // before pBASM because of listeners
libreoffice-7.1.0~beta1/sc/source/core/data/documen2.cxx-351-
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/column4.cxx-2038-
libreoffice-7.1.0~beta1/sc/source/core/data/column4.cxx:2039:                ScAddress aAddr(nCol, nStartRow, nTab);
libreoffice-7.1.0~beta1/sc/source/core/data/column4.cxx-2040-                const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_ENGLISH_XL_R1C1;
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/column2.cxx-1986-            // Create a 'complete' address object
libreoffice-7.1.0~beta1/sc/source/core/data/column2.cxx:1987:            ScAddress aAddr(m_aAddress);
libreoffice-7.1.0~beta1/sc/source/core/data/column2.cxx-1988-            aAddr.SetRow(nRow);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/column2.cxx-1996-{
libreoffice-7.1.0~beta1/sc/source/core/data/column2.cxx:1997:    ScAddress aAddr(nCol, 0, nTab);
libreoffice-7.1.0~beta1/sc/source/core/data/column2.cxx-1998-    CellNoteHandler aFunc(&GetDoc(), aAddr, bForgetCaptionOwnership);
##############################################
libreoffice-7.1.0~beta1/sc/source/core/data/colorscale.cxx-471-                {
libreoffice-7.1.0~beta1/sc/source/core/data/colorscale.cxx:472:                    ScAddress aAddr(nCol, nRow, nTab);
libreoffice-7.1.0~beta1/sc/source/core/data/colorscale.cxx-473-                    ScRefCellValue rCell(*mpDoc, aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_sort.cxx-58-    // Insert note in cell B2.
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_sort.cxx:59:    ScAddress rAddr(1, 1, 0);
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_sort.cxx-60-    ScPostIt* pNote = m_pDoc->GetOrCreateNote(rAddr);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_sharedformula.cxx-653-    // Check the area listener status.
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_sharedformula.cxx:654:    ScBroadcastAreaSlotMachine* pBASM = m_pDoc->GetBASM();
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_sharedformula.cxx-655-    CPPUNIT_ASSERT(pBASM);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx-944-
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx:945:    ScAddress aAddr(4,5,3), aPos(2,2,2);
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx-946-    ScSingleRefData aRef;
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx-1217-    {
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx:1218:        ScAddress aStartAddr(4, 5, 0);
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx-1219-        TestCaseFormulaNoChange aCasesNoChange[] =
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx-1314-    {
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx:1315:        ScAddress aStartAddr(10, 5, 0);
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc_formula.cxx-1316-        TestCaseFormula aCasesWithChange[] =
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-4259-    ScRange aWholeSheet(0,0,0,MAXCOL,MAXROW,0);
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx:4260:    ScBroadcastAreaSlotMachine* pBASM = m_pDoc->GetBASM();
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-4261-    CPPUNIT_ASSERT(pBASM);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5145-    // put a Note in cell E5
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx:5146:    ScAddress rAddr(4, 3, 0);
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5147-    ScPostIt* pNote = m_pDoc->GetOrCreateNote(rAddr);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5188-
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx:5189:    ScAddress aAddr(2, 2, 0); // cell C3
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5190-    ScPostIt *pNote = m_pDoc->GetOrCreateNote(aAddr);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5347-
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx:5348:    ScAddress rAddr(1, 1, 0);
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5349-    ScPostIt* pNote = m_pDoc->GetOrCreateNote(rAddr);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5573-
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx:5574:    ScAddress aAddr(2, 2, 0); // cell C3
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5575-
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5596-
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx:5597:    ScAddress rAddr(1, 5, 0);
libreoffice-7.1.0~beta1/sc/qa/unit/ucalc.cxx-5598-    ScPostIt* pNote = m_pDoc->GetOrCreateNote(rAddr);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-135-    ScDocument aDoc;
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx:136:    ScAddress aAddr(1, 1, 1);
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-137-    sc::RefUpdateInsertTabContext aContext(aDoc, 0, 1);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-144-    ScDocument aDoc;
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx:145:    ScAddress aAddr(1, 1, 1);
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-146-    sc::RefUpdateInsertTabContext aContext(aDoc, 1, 1);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-153-    ScDocument aDoc;
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx:154:    ScAddress aAddr(1, 1, 1);
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-155-    sc::RefUpdateInsertTabContext aContext(aDoc, 2, 1);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-162-    ScDocument aDoc;
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx:163:    ScAddress aAddr(1, 1, 1);
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-164-    sc::RefUpdateDeleteTabContext aContext(aDoc, 0, 1);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-171-    ScDocument aDoc;
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx:172:    ScAddress aAddr(1, 1, 1);
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-173-    sc::RefUpdateDeleteTabContext aContext(aDoc, 1, 1);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-180-    ScDocument aDoc;
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx:181:    ScAddress aAddr(1, 1, 1);
libreoffice-7.1.0~beta1/sc/qa/unit/range.cxx-182-    sc::RefUpdateDeleteTabContext aContext(aDoc, 2, 1);
##############################################
libreoffice-7.1.0~beta1/sc/qa/unit/parallelism.cxx-536-    OUString aFormula;
libreoffice-7.1.0~beta1/sc/qa/unit/parallelism.cxx:537:    ScAddress aAddr(1, 0, 0);
libreoffice-7.1.0~beta1/sc/qa/unit/parallelism.cxx-538-    // Column B with multiple FG's
##############################################
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx-273-
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx:274:    uno::Sequence<table::CellRangeAddress> aCellRangeAddr(1);
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx-275-    aCellRangeAddr[0] = table::CellRangeAddress(0, 0, 0, 10, 10);
##############################################
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx-311-
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx:312:    uno::Sequence<table::CellRangeAddress> aCellRangeAddr(1);
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx-313-    aCellRangeAddr[0] = table::CellRangeAddress(0, 0, 0, 10, 10);
##############################################
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx-338-
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx:339:    uno::Sequence<table::CellRangeAddress> aCellRangeAddr(1);
libreoffice-7.1.0~beta1/sc/qa/extras/sctablesheetobj.cxx-340-    aCellRangeAddr[0] = table::CellRangeAddress(0, 0, 0, 10, 10);
##############################################
libreoffice-7.1.0~beta1/sc/qa/extras/scindexenumeration_namedrangesenumeration.cxx-65-
libreoffice-7.1.0~beta1/sc/qa/extras/scindexenumeration_namedrangesenumeration.cxx:66:    table::CellRangeAddress aCellRangeAddr(0, 0, 0, 2, 2);
libreoffice-7.1.0~beta1/sc/qa/extras/scindexenumeration_namedrangesenumeration.cxx:67:    table::CellAddress aBaseAddr(aCellRangeAddr.Sheet, aCellRangeAddr.StartColumn,
libreoffice-7.1.0~beta1/sc/qa/extras/scindexenumeration_namedrangesenumeration.cxx-68-                                 aCellRangeAddr.StartRow);
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-254-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:255:static oslSocketAddr createSocketAddr(  )
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-256-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-269-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:270:    oslSocketAddr pAddr = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-271-    switch( family )
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-289-{
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:290:    oslSocketAddr pAddr = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-291-    memcpy( &(pAddr->m_sockaddr), pSystemSockAddr, sizeof( sockaddr ) );
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-294-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:295:static void destroySocketAddr( oslSocketAddr addr )
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-296-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-302-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:303:oslSocketAddr SAL_CALL osl_createEmptySocketAddr(oslAddrFamily Family)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-304-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-316-/** @deprecated, to be removed */
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:317:oslSocketAddr SAL_CALL osl_copySocketAddr(oslSocketAddr Addr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-318-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-321-    {
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:322:        pCopy = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-323-
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-329-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:330:sal_Bool SAL_CALL osl_isEqualSocketAddr(oslSocketAddr Addr1, oslSocketAddr Addr2)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-331-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-365-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:366:oslSocketAddr SAL_CALL osl_createInetBroadcastAddr (
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-367-    rtl_uString *strDottedAddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-413-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:414:oslSocketAddr SAL_CALL osl_createInetSocketAddr (
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-415-    rtl_uString *strDottedAddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-431-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:432:oslSocketResult SAL_CALL osl_setAddrOfSocketAddr( oslSocketAddr pAddr, sal_Sequence *pByteSeq )
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-433-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-451- */
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:452:oslSocketResult SAL_CALL osl_getAddrOfSocketAddr( oslSocketAddr pAddr, sal_Sequence **ppByteSeq )
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-453-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-471-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:472:oslHostAddr SAL_CALL osl_createHostAddr (
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-473-    rtl_uString         *strHostname,
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-492-    pAddr->pHostName= cn;
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:493:    pAddr->pSockAddr= osl_copySocketAddr( pSocketAddr );
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-494-
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-515-                rtl_uString_newFromStr(&pRet->pHostName, o3tl::toU(pIter->ai_canonname));
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:516:                pRet->pSockAddr = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-517-                memcpy(& pRet->pSockAddr->m_sockaddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-531-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:532:oslHostAddr SAL_CALL osl_createHostAddrByAddr(const oslSocketAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-533-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-553-            rtl_uString_newFromStr(&pRet->pHostName, o3tl::toU(buf));
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:554:            pRet->pSockAddr = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-555-            memcpy(& pRet->pSockAddr->m_sockaddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-567-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:568:oslHostAddr SAL_CALL osl_copyHostAddr(const oslHostAddr Addr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-569-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-572-    if (pAddr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:573:        return osl_createHostAddr (pAddr->pHostName, pAddr->pSockAddr);
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-574-    else
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-577-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:578:void SAL_CALL osl_getHostnameOfHostAddr(
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-579-    const oslHostAddr pAddr, rtl_uString **strHostname)
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-586-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:587:oslSocketAddr SAL_CALL osl_getSocketAddrOfHostAddr(const oslHostAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-588-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-594-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:595:void SAL_CALL osl_destroyHostAddr(oslHostAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-596-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-601-        if (pAddr->pSockAddr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:602:            osl_destroySocketAddr( pAddr->pSockAddr );
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-603-
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-634-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:635:                    osl_destroyHostAddr (pAddr);
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-636-                }
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-669-    {
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:670:        oslSocketAddr SockAddr = osl_copySocketAddr( pAddr->pSockAddr );
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:671:        osl_destroyHostAddr(pAddr);
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-672-        return SockAddr;
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-709-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:710:void SAL_CALL osl_destroySocketAddr(oslSocketAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-711-{
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:712:    destroySocketAddr( pAddr );
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-713-}
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-714-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:715:oslAddrFamily SAL_CALL osl_getFamilyOfSocketAddr(oslSocketAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-716-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-722-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:723:sal_Int32 SAL_CALL osl_getInetPortOfSocketAddr(oslSocketAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-724-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-734-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:735:sal_Bool SAL_CALL osl_setInetPortOfSocketAddr (
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-736-    oslSocketAddr pAddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-750-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:751:oslSocketResult SAL_CALL osl_getHostnameOfSocketAddr (
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-752-    oslSocketAddr   Addr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-754-{
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:755:    oslHostAddr pAddr= osl_createHostAddrByAddr (Addr);
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-756-
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-760-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:761:        osl_destroyHostAddr(pAddr);
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-762-
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-768-
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:769:oslSocketResult SAL_CALL osl_getDottedInetAddrOfSocketAddr (
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-770-    oslSocketAddr   pAddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-1059-        {
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx:1060:            osl_destroySocketAddr( *ppAddr );
libreoffice-7.1.0~beta1/sal/osl/w32/socket.cxx-1061-            *ppAddr = nullptr;
##############################################
libreoffice-7.1.0~beta1/sal/osl/w32/backtrace.cxx-80-    {
libreoffice-7.1.0~beta1/sal/osl/w32/backtrace.cxx:81:        SymFromAddr( hProcess, reinterpret_cast<DWORD64>(backtraceState->buffer[ i ]), nullptr, pSymbol );
libreoffice-7.1.0~beta1/sal/osl/w32/backtrace.cxx-82-        aBuf.append( static_cast<sal_Int32>(nFrames - i - 1) );
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-264-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:265:static oslSocketAddr osl_psz_createInetSocketAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-266-    const char* pszDottedAddr, sal_Int32 Port);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-267-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:268:static oslHostAddr osl_psz_createHostAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-269-    const char *pszHostname, const oslSocketAddr Addr);
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-273-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:274:static const char* osl_psz_getHostnameOfHostAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-275-    const oslHostAddr Addr);
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-308-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:309:static oslSocketAddr createSocketAddr()
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-310-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-321-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:322:    pAddr = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-323-    switch( family )
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-341-{
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:342:    oslSocketAddr pAddr = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-343-    memcpy( &(pAddr->m_sockaddr), pSystemSockAddr, sizeof( struct sockaddr ) );
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-346-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:347:static void destroySocketAddr( oslSocketAddr addr )
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-348-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-351-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:352:oslSocketAddr SAL_CALL osl_createEmptySocketAddr(oslAddrFamily Family)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-353-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-368-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:369:oslSocketAddr SAL_CALL osl_copySocketAddr(oslSocketAddr Addr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-370-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-373-    {
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:374:        pCopy = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-375-
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-381-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:382:sal_Bool SAL_CALL osl_isEqualSocketAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-383-    oslSocketAddr Addr1,
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-423-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:424:oslSocketAddr SAL_CALL osl_createInetBroadcastAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-425-    rtl_uString *strDottedAddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-439-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:440:        nAddr = inet_addr (pDottedAddr->buffer);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-441-        rtl_string_release (pDottedAddr);
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-474-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:475:oslSocketAddr SAL_CALL osl_createInetSocketAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-476-    rtl_uString *ustrDottedAddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-492-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:493:    Addr = pszDottedAddr ? osl_psz_createInetSocketAddr(pszDottedAddr, Port) : nullptr;
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-494-
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-502-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:503:oslSocketAddr osl_psz_createInetSocketAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-504-    const char* pszDottedAddr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-507-    oslSocketAddr pAddr = nullptr;
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:508:    sal_Int32 Addr = inet_addr(pszDottedAddr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-509-    if(Addr != -1)
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-516-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:517:oslSocketResult SAL_CALL osl_setAddrOfSocketAddr( oslSocketAddr pAddr, sal_Sequence *pByteSeq )
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-518-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-537-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:538:oslSocketResult SAL_CALL osl_getAddrOfSocketAddr( oslSocketAddr pAddr, sal_Sequence **ppByteSeq )
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-539-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-625-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:626:static oslHostAddr addrinfoToHostAddr (const addrinfo* ai)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-627-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-635-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:636:    oslSocketAddr pSockAddr = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-637-    SAL_WARN_IF( !pSockAddr, "sal.osl", "insufficient memory" );
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-657-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:658:        destroySocketAddr( pSockAddr );
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-659-        free (cn);
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-666-    {
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:667:        destroySocketAddr( pSockAddr );
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-668-        free (cn);
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-677-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:678:oslHostAddr SAL_CALL osl_createHostAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-679-    rtl_uString        *ustrHostname,
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-695-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:696:    HostAddr = osl_psz_createHostAddr(pszHostName,Addr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-697-
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-705-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:706:oslHostAddr osl_psz_createHostAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-707-    const char     *pszHostname,
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-731-    pHostAddr->pHostName= cn;
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:732:    pHostAddr->pSockAddr= osl_copySocketAddr( pAddr );
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-733-
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-766-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:767:    return addrinfoToHostAddr (aAddrInfo.pAddrInfoList);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-768-}
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-769-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:770:oslHostAddr SAL_CALL osl_createHostAddrByAddr (const oslSocketAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-771-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-793-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:794:        oslSocketAddr pSockAddr = createSocketAddr();
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-795-        SAL_WARN_IF( !pSockAddr, "sal.osl", "insufficient memory" );
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-807-        {
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:808:            destroySocketAddr(pSockAddr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-809-            free(cn);
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-821-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:822:oslHostAddr SAL_CALL osl_copyHostAddr (const oslHostAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-823-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-826-    if (pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:827:        return osl_psz_createHostAddr (pAddr->pHostName, pAddr->pSockAddr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-828-    return nullptr;
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-830-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:831:void SAL_CALL osl_getHostnameOfHostAddr (
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-832-    const oslHostAddr   Addr,
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-834-{
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:835:    const char* pHostname = osl_psz_getHostnameOfHostAddr(Addr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-836-
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-839-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:840:const char* osl_psz_getHostnameOfHostAddr (const oslHostAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-841-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-846-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:847:oslSocketAddr SAL_CALL osl_getSocketAddrOfHostAddr (const oslHostAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-848-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-855-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:856:void SAL_CALL osl_destroyHostAddr (oslHostAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-857-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-862-        if (pAddr->pSockAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:863:            osl_destroySocketAddr (pAddr->pSockAddr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-864-        free (pAddr);
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-897-                const char *pStr;
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:898:                if ((pStr = osl_psz_getHostnameOfHostAddr(Addr)) != nullptr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-899-                {
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-902-                }
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:903:                osl_destroyHostAddr(Addr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-904-            }
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-950-    {
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:951:        oslSocketAddr SockAddr = osl_copySocketAddr(pAddr->pSockAddr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-952-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:953:        osl_destroyHostAddr(pAddr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-954-
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1016-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1017:void SAL_CALL osl_destroySocketAddr(oslSocketAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1018-{
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1019:    destroySocketAddr( pAddr );
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1020-}
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1021-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1022:oslAddrFamily SAL_CALL osl_getFamilyOfSocketAddr(oslSocketAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1023-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1030-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1031:sal_Int32 SAL_CALL osl_getInetPortOfSocketAddr(oslSocketAddr pAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1032-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1044-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1045:sal_Bool SAL_CALL osl_setInetPortOfSocketAddr(oslSocketAddr pAddr, sal_Int32 Port)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1046-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1062-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1063:oslSocketResult SAL_CALL osl_getHostnameOfSocketAddr(oslSocketAddr Addr, rtl_uString **ustrHostname)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1064-{
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1065:    oslHostAddr pHostAddr= osl_createHostAddrByAddr(Addr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1066-
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1073-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1074:    osl_destroyHostAddr(pHostAddr);
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1075-
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1078-
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1079:oslSocketResult SAL_CALL osl_getDottedInetAddrOfSocketAddr(oslSocketAddr Addr, rtl_uString **ustrDottedInetAddr)
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1080-{
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1482-    {
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx:1483:        osl_destroySocketAddr( *ppAddr );
libreoffice-7.1.0~beta1/sal/osl/unx/socket.cxx-1484-        *ppAddr = nullptr;
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/module.cxx-92-#if defined(ANDROID) && !defined(DISABLE_DYNLOADING)
libreoffice-7.1.0~beta1/sal/osl/unx/module.cxx:93:    result = lo_dladdr(address, &dl_info) != 0;
libreoffice-7.1.0~beta1/sal/osl/unx/module.cxx-94-#else
libreoffice-7.1.0~beta1/sal/osl/unx/module.cxx:95:    result = dladdr(address, &dl_info) != 0;
libreoffice-7.1.0~beta1/sal/osl/unx/module.cxx-96-#endif
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c-115-
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c:116:            if ( 0 != dladdr( *pFramePtr, &dli ) )
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c-117-            {
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c-195-
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c:196:            if ( 0 != dladdr( *pFramePtr, &dli ) )
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c-197-            {
##############################################
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c-259-
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c:260:            if ( 0 != dladdr( *pFramePtr, &dli ) )
libreoffice-7.1.0~beta1/sal/osl/unx/backtrace.c-261-            {
##############################################
libreoffice-7.1.0~beta1/sal/android/lo-bootstrap.c-663-
libreoffice-7.1.0~beta1/sal/android/lo-bootstrap.c:664:    if (dladdr(Java_org_libreoffice_android_Bootstrap_setCommandArgs, &lo_bootstrap_info) != 0) {
libreoffice-7.1.0~beta1/sal/android/lo-bootstrap.c-665-        char *new_argv0 = malloc(strlen(lo_bootstrap_info.dli_fname) + strlen(c_argv[0]));
##############################################
libreoffice-7.1.0~beta1/readlicense_oo/CustomTarget_readme.mk-33-	$(call gb_Helper_abbreviate_dirs, \
libreoffice-7.1.0~beta1/readlicense_oo/CustomTarget_readme.mk:34:        MERGEINPUT=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/readlicense_oo/CustomTarget_readme.mk-35-        echo $(foreach lang,$(filter-out qtz,$(filter-out en-US,$(gb_WITH_LANG))),$(gb_POLOCATION)/$(lang)/readlicense_oo/docs.po) > $${MERGEINPUT} && \
##############################################
libreoffice-7.1.0~beta1/pyuno/zipcore/python.sh-22-if [ -h "$0" ] ; then
libreoffice-7.1.0~beta1/pyuno/zipcore/python.sh:23:    sd_basename=`basename "$0"`
libreoffice-7.1.0~beta1/pyuno/zipcore/python.sh:24:    sd_script=`ls -l "$0" | sed "s/.*${sd_basename} -> //g"`
libreoffice-7.1.0~beta1/pyuno/zipcore/python.sh:25:    cd "`dirname "$0"`"
libreoffice-7.1.0~beta1/pyuno/zipcore/python.sh:26:    cd "`dirname "$sd_script"`"
libreoffice-7.1.0~beta1/pyuno/zipcore/python.sh-27-else
libreoffice-7.1.0~beta1/pyuno/zipcore/python.sh:28:    cd "`dirname "$0"`"
libreoffice-7.1.0~beta1/pyuno/zipcore/python.sh-29-fi
##############################################
libreoffice-7.1.0~beta1/pyuno/source/module/pyuno_dlopenwrapper.c-47-    void * func;
libreoffice-7.1.0~beta1/pyuno/source/module/pyuno_dlopenwrapper.c:48:    if (dladdr(address, &dl_info) == 0) {
libreoffice-7.1.0~beta1/pyuno/source/module/pyuno_dlopenwrapper.c-49-        abort();
##############################################
libreoffice-7.1.0~beta1/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl-42-	$pptx = "../pptx/cshape-" . (defined $type ? $type : "all") . ".pptx";
libreoffice-7.1.0~beta1/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl:43:	system ("cd cshape\nrm -rf ". $pptx . "\nzip -q -r " . $pptx . " .\ncd ..");
libreoffice-7.1.0~beta1/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl-44-
##############################################
libreoffice-7.1.0~beta1/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl-48-	$pptx = "../pptx/preset-cshape-" . (defined $type ? $type : "all") . ".pptx";
libreoffice-7.1.0~beta1/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl:49:	system ("cd cshape\nrm -rf ". $pptx . "\nzip -q -r " . $pptx . " .\ncd ..");
libreoffice-7.1.0~beta1/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl-50-}
##############################################
libreoffice-7.1.0~beta1/onlineupdate/source/update/updater/updater.cxx-3996-        {
libreoffice-7.1.0~beta1/onlineupdate/source/update/updater/updater.cxx:3997:            LOG(("### execution failed"));
libreoffice-7.1.0~beta1/onlineupdate/source/update/updater/updater.cxx-3998-            return rv;
##############################################
libreoffice-7.1.0~beta1/odk/source/unoapploader/unx/unoapploader.c-279-    if ( argv0 != NULL && *argv0 != SEPARATOR &&
libreoffice-7.1.0~beta1/odk/source/unoapploader/unx/unoapploader.c:280:         dladdr( (void*) &createCommandName, &dl_info ) &&
libreoffice-7.1.0~beta1/odk/source/unoapploader/unx/unoapploader.c-281-         dl_info.dli_fname != NULL && *dl_info.dli_fname == SEPARATOR )
##############################################
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix.sh.in-79-# Get the operating system.
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix.sh.in:80:sdk_platform=`/bin/sh ${OO_SDK_HOME}/config.guess | cut -d"-" -f3,4`
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix.sh.in-81-
##############################################
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix.sh.in-128-  solaris*)
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix.sh.in:129:    sdk_proctype=`/bin/sh ${OO_SDK_HOME}/config.guess | cut -d"-" -f1`
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix.sh.in-130-    if [ "${sdk_proctype}" = "sparc" ]
##############################################
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix-22-CURRENTDIR=`/bin/pwd`
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix:23:SDKTMPDIR=`dirname $0`
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix:24:OO_SDK_HOME=`(cd $SDKTMPDIR && pwd && cd $CURRENTDIR) | head -n 1`
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix:25:OOVERSION=`cat $OO_SDK_HOME/settings/dk.mk | tail -3 | head -n 1 | cut -d"=" -f2 | cut -d"." -f1,2`
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix-26-if [ "$OSTYPE" = "Darwin" ]
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix-27-then
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix:28:    OO_SDK_NAME=`basename $OO_SDK_HOME`
libreoffice-7.1.0~beta1/odk/config/setsdkenv_unix-29-else
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-36-
libreoffice-7.1.0~beta1/odk/config/configure.pl:37:$main::operatingSystem = `/bin/sh $main::sdkpath/config.guess | cut -d"-" -f3,4`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-38-chomp ($main::operatingSystem);
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-166-            {
libreoffice-7.1.0~beta1/odk/config/configure.pl:167:                my $soserver = `ls -l $OFFICE_HOME_SUGGESTION/soffice | sed -n 's/.* -> //p'`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-168-                $soserver= substr($soserver, 0, rindex($soserver, "program") - 1);
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-202-        #check version
libreoffice-7.1.0~beta1/odk/config/configure.pl:203:        my $testVersion = `$OO_SDK_MAKE_HOME/$main::makeName --version`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-204-        if ( $testVersion eq "")
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-244-        #check version
libreoffice-7.1.0~beta1/odk/config/configure.pl:245:        my $testVersion = `$OO_SDK_ZIP_HOME/zip -h 2>&1 | egrep Zip | head -n 1`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-246-        $testVersion =~ s#Zip ([\d.]+) .*#$1#go;
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-350-            {
libreoffice-7.1.0~beta1/odk/config/configure.pl:351:                my $testVersion = `$OO_SDK_CPP_HOME/$main::cppName -dumpversion`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-352-                if ( $testVersion eq "")
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-416-            #check version
libreoffice-7.1.0~beta1/odk/config/configure.pl:417:            my $testVersion = `$main::OO_SDK_JAVA_HOME/bin/java -version 2>&1 | egrep "java version" | head -n 1 | sed -e 's#.*version "##' | sed -e 's#".*##'`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-418-            $testVersion =~ s#([^\n]+)\n#$1#go;
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-531-    } else {
libreoffice-7.1.0~beta1/odk/config/configure.pl:532:        $resolvedpath = `cd $base/$linktarget; pwd`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-533-        chop $resolvedpath;
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-539-
libreoffice-7.1.0~beta1/odk/config/configure.pl:540:    $resolvedlink = `cd $resolvedpath; pwd`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-541-    chop $resolvedlink;
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-547-    my $_search= shift;
libreoffice-7.1.0~beta1/odk/config/configure.pl:548:    my $tmpPath = `echo "\$PATH"`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-549-    my @pathList = split(":" , $tmpPath);
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-591-            {
libreoffice-7.1.0~beta1/odk/config/configure.pl:592:                $progDir = `cd "$i"; pwd`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-593-            }
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-738-    {
libreoffice-7.1.0~beta1/odk/config/configure.pl:739:        return `echo $tmpstdin`;
libreoffice-7.1.0~beta1/odk/config/configure.pl-740-    }
##############################################
libreoffice-7.1.0~beta1/odk/config/configure.pl-751-    {
libreoffice-7.1.0~beta1/odk/config/configure.pl:752:        system("mkdir -p $main::OO_SDK_CONFIG_HOME/$main::hostname");
libreoffice-7.1.0~beta1/odk/config/configure.pl-753-    }
##############################################
libreoffice-7.1.0~beta1/m4/mac/pkg.m4-71-    PKG_CHECK_EXISTS([$3],
libreoffice-7.1.0~beta1/m4/mac/pkg.m4:72:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
libreoffice-7.1.0~beta1/m4/mac/pkg.m4-73-		     [pkg_failed=yes])
##############################################
libreoffice-7.1.0~beta1/m4/mac/pkg.m4-118-        if test $_pkg_short_errors_supported = yes; then
libreoffice-7.1.0~beta1/m4/mac/pkg.m4:119:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
libreoffice-7.1.0~beta1/m4/mac/pkg.m4-120-        else
libreoffice-7.1.0~beta1/m4/mac/pkg.m4:121:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
libreoffice-7.1.0~beta1/m4/mac/pkg.m4-122-        fi
##############################################
libreoffice-7.1.0~beta1/m4/libo_pkg_version.m4-32-        AS_IF([test -n "$PKG_CONFIG"], [
libreoffice-7.1.0~beta1/m4/libo_pkg_version.m4:33:            ver=`$PKG_CONFIG --modversion "$2"`
libreoffice-7.1.0~beta1/m4/libo_pkg_version.m4-34-            AS_IF([test -n "$ver"], [
##############################################
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4-13-        if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4:14:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4-15-                m4_translit([with-$1], [-+.], [___])=yes
##############################################
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4-31-        if test "$enable_fuzz_options" = yes; then
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4:32:            if test `expr $RANDOM % 2` = 1; then
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4-33-                m4_translit([enable-$1], [-+.], [___])=yes
##############################################
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4-45-    if test -n "$libo_fuzz_list"; then
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4:46:        tmps=`eval echo $libo_fuzz_list`
libreoffice-7.1.0~beta1/m4/libo_fuzz_configury.m4-47-        AC_MSG_NOTICE([Summary of fuzzing: $tmps])
##############################################
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-36-  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
libreoffice-7.1.0~beta1/m4/libgcrypt.m4:37:     req_libgcrypt_api=`echo "$tmp"     | sed 's/\(.*\):\(.*\)/\1/'`
libreoffice-7.1.0~beta1/m4/libgcrypt.m4:38:     min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-39-  else
##############################################
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-52-               sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
libreoffice-7.1.0~beta1/m4/libgcrypt.m4:53:    libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-54-    major=`echo $libgcrypt_config_version | \
##############################################
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-84-     if test "$req_libgcrypt_api" -gt 0 ; then
libreoffice-7.1.0~beta1/m4/libgcrypt.m4:85:        tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-86-        if test "$tmp" -gt 0 ; then
##############################################
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-97-  if test $ok = yes; then
libreoffice-7.1.0~beta1/m4/libgcrypt.m4:98:    LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
libreoffice-7.1.0~beta1/m4/libgcrypt.m4:99:    LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-100-    ifelse([$2], , :, [$2])
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-101-    if test x"$host" != x ; then
libreoffice-7.1.0~beta1/m4/libgcrypt.m4:102:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
libreoffice-7.1.0~beta1/m4/libgcrypt.m4-103-      if test x"$libgcrypt_config_host" != xnone ; then
##############################################
libreoffice-7.1.0~beta1/m4/introspection.m4-58-    if test "x$found_introspection" = "xyes"; then
libreoffice-7.1.0~beta1/m4/introspection.m4:59:       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
libreoffice-7.1.0~beta1/m4/introspection.m4:60:       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
libreoffice-7.1.0~beta1/m4/introspection.m4:61:       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
libreoffice-7.1.0~beta1/m4/introspection.m4:62:       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
libreoffice-7.1.0~beta1/m4/introspection.m4-63-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
libreoffice-7.1.0~beta1/m4/introspection.m4:64:       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
libreoffice-7.1.0~beta1/m4/introspection.m4:65:       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
libreoffice-7.1.0~beta1/m4/introspection.m4:66:       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
libreoffice-7.1.0~beta1/m4/introspection.m4-67-    fi
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4-82-			AC_DEFINE(HAVE_BOOST_SYSTEM,,[define if the Boost::System library is available])
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4:83:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4-84-
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4-86-            if test "x$ax_boost_user_system_lib" = "x"; then
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4:87:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4-88-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4-93-                if test "x$link_system" != "xyes"; then
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4:94:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_system.m4-95-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4-80-			AC_DEFINE(HAVE_BOOST_LOCALE,,[define if the Boost::Locale library is available])
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4:81:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4-82-
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4-84-            if test "x$ax_boost_user_locale_lib" = "x"; then
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4:85:                for libextension in `ls $BOOSTLIBDIR/libboost_locale*.so* $BOOSTLIBDIR/libboost_locale*.dylib* $BOOSTLIBDIR/libboost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_locale.*\)\.so.*$;\1;' -e 's;^lib\(boost_locale.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4-86-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4-91-                if test "x$link_locale" != "xyes"; then
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4:92:                for libextension in `ls $BOOSTLIBDIR/boost_locale*.dll* $BOOSTLIBDIR/boost_locale*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_locale.*\)\.dll.*$;\1;' -e 's;^\(boost_locale.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_locale.m4-93-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_iostreams.m4-79-			AC_DEFINE(HAVE_BOOST_IOSTREAMS,,[define if the Boost::IOStreams library is available])
libreoffice-7.1.0~beta1/m4/ax_boost_iostreams.m4:80:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/m4/ax_boost_iostreams.m4-81-            if test "x$ax_boost_user_iostreams_lib" = "x"; then
libreoffice-7.1.0~beta1/m4/ax_boost_iostreams.m4:82:                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so* $BOOSTLIBDIR/libboost_iostream*.dylib* $BOOSTLIBDIR/libboost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostream.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_iostreams.m4-83-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_iostreams.m4-88-                if test "x$link_iostreams" != "xyes"; then
libreoffice-7.1.0~beta1/m4/ax_boost_iostreams.m4:89:                for libextension in `ls $BOOSTLIBDIR/boost_iostreams*.dll* $BOOSTLIBDIR/boost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_iostreams.*\)\.dll.*$;\1;' -e 's;^\(boost_iostreams.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_iostreams.m4-90-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_filesystem.m4-81-			AC_DEFINE(HAVE_BOOST_FILESYSTEM,,[define if the Boost::Filesystem library is available])
libreoffice-7.1.0~beta1/m4/ax_boost_filesystem.m4:82:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/m4/ax_boost_filesystem.m4-83-            if test "x$ax_boost_user_filesystem_lib" = "x"; then
libreoffice-7.1.0~beta1/m4/ax_boost_filesystem.m4:84:                for libextension in `ls -r $BOOSTLIBDIR/libboost_filesystem* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_filesystem.m4-85-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_filesystem.m4-90-                if test "x$link_filesystem" != "xyes"; then
libreoffice-7.1.0~beta1/m4/ax_boost_filesystem.m4:91:                for libextension in `ls -r $BOOSTLIBDIR/boost_filesystem* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_filesystem.m4-92-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_date_time.m4-76-			AC_DEFINE(HAVE_BOOST_DATE_TIME,,[define if the Boost::Date_Time library is available])
libreoffice-7.1.0~beta1/m4/ax_boost_date_time.m4:77:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
libreoffice-7.1.0~beta1/m4/ax_boost_date_time.m4-78-            if test "x$ax_boost_user_date_time_lib" = "x"; then
libreoffice-7.1.0~beta1/m4/ax_boost_date_time.m4:79:                for libextension in `ls $BOOSTLIBDIR/libboost_date_time*.so* $BOOSTLIBDIR/libboost_date_time*.dylib* $BOOSTLIBDIR/libboost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_date_time.*\)\.so.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.a*$;\1;'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_date_time.m4-80-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_date_time.m4-85-                if test "x$link_date_time" != "xyes"; then
libreoffice-7.1.0~beta1/m4/ax_boost_date_time.m4:86:                for libextension in `ls $BOOSTLIBDIR/boost_date_time*.dll* $BOOSTLIBDIR/boost_date_time*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_date_time.*\)\.dll.*$;\1;' -e 's;^\(boost_date_time.*\)\.a.*$;\1;'` ; do
libreoffice-7.1.0~beta1/m4/ax_boost_date_time.m4-87-                     ax_lib=${libextension}
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-75-    boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:76:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:77:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:78:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:79:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-80-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-82-        fi
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:83:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-84-    AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-166-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:167:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:168:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:169:                    V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-170-                    if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-172-                    fi
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:173:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-174-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-184-                if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:185:                    for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:186:                        _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:187:                        V_CHECK=`expr $_version_tmp \> $_version`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-188-                        if test "$V_CHECK" = "1" ; then
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-195-
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:196:            VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-197-            BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-209-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:210:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:211:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:212:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4:213:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
libreoffice-7.1.0~beta1/m4/ax_boost_base.m4-214-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx-120-    static OUString GetName(sal_uInt16 nTokenType);
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx:121:    static OUString GetCellAddr(sal_Int16 nRow, sal_Int16 nCol, LwpTableLayout* pCellsMap);
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx-122-};
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx-144-public:
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx:145:    LwpFormulaCellAddr(sal_Int16 aCol, sal_Int16 aRow);
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx-146-
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx-158-public:
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx:159:    LwpFormulaCellRangeAddr(sal_Int16 aStartCol, sal_Int16 aStartRow, sal_Int16 aEndCol, sal_Int16 aEndRow);
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.hxx-160-
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-124-    ReadCellID( ); // start
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx:125:    std::unique_ptr<LwpFormulaCellAddr> pStartCellAddr( static_cast<LwpFormulaCellAddr*>(m_aStack.back().release()));
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-126-    m_aStack.pop_back();
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-128-    ReadCellID(); // end
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx:129:    std::unique_ptr<LwpFormulaCellAddr> pEndCellAddr(static_cast<LwpFormulaCellAddr*>(m_aStack.back().release()));
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-130-    m_aStack.pop_back();
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-362-
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx:363:LwpFormulaCellAddr::LwpFormulaCellAddr(sal_Int16 aCol, sal_Int16 aRow)
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-364-  : m_aCol(aCol), m_aRow(aRow)
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-369-{
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx:370:    OUString aCellAddr = "<" + LwpFormulaTools::GetCellAddr(m_aRow,m_aCol,pCellsMap) + ">";
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-371-    return aCellAddr;
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-373-
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx:374:LwpFormulaCellRangeAddr::LwpFormulaCellRangeAddr(sal_Int16 aStartCol,
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-375-                                                 sal_Int16 aStartRow,
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-388-    OUString aCellAddr = "<"
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx:389:        + LwpFormulaTools::GetCellAddr(m_aStartRow,m_aStartCol,pCellsMap) + ":"
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx:390:        + LwpFormulaTools::GetCellAddr(m_aEndRow,m_aEndCol,pCellsMap) + ">";
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-391-
##############################################
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-563-*/
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx:564:OUString LwpFormulaTools::GetCellAddr(sal_Int16 nRow, sal_Int16 nCol, LwpTableLayout* pCellsMap)
libreoffice-7.1.0~beta1/lotuswordpro/source/filter/lwptblformula.cxx-565-{
##############################################
libreoffice-7.1.0~beta1/ios/CustomTarget_iOS_link.mk-70-	    -current_version 1 \
libreoffice-7.1.0~beta1/ios/CustomTarget_iOS_link.mk:71:	    `$(SRCDIR)/bin/lo-all-static-libs` \
libreoffice-7.1.0~beta1/ios/CustomTarget_iOS_link.mk-72-	    $(IOSOBJ) \
##############################################
libreoffice-7.1.0~beta1/io/source/acceptor/acc_socket.cxx-332-        ::osl::SocketAddr remoteAddr;
libreoffice-7.1.0~beta1/io/source/acceptor/acc_socket.cxx:333:        pConn->m_socket.getPeerAddr(remoteAddr);
libreoffice-7.1.0~beta1/io/source/acceptor/acc_socket.cxx-334-        OUString remoteHostname = remoteAddr.getHostname();
##############################################
libreoffice-7.1.0~beta1/instsetoo_native/CustomTarget_install.mk-72-&& mkdir -p $${TEMPLATE_DIR}/Binary \
libreoffice-7.1.0~beta1/instsetoo_native/CustomTarget_install.mk:73:&& for I in $(SRCDIR)/instsetoo_native/inc_$(1)/windows/msi_templates/*.* ; do $(GREP) -v '^#' "$$I" > $${TEMPLATE_DIR}/`basename $$I` || true ; done \
libreoffice-7.1.0~beta1/instsetoo_native/CustomTarget_install.mk-74-&& $(GNUCOPY) $(SRCDIR)/instsetoo_native/inc_common/windows/msi_templates/Binary/*.* $${TEMPLATE_DIR}/Binary
##############################################
libreoffice-7.1.0~beta1/install-sh-229-      fi
libreoffice-7.1.0~beta1/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
libreoffice-7.1.0~beta1/install-sh-231-    *)
##############################################
libreoffice-7.1.0~beta1/install-sh-276-      dstdir=$dst
libreoffice-7.1.0~beta1/install-sh:277:      dst=$dstdir/`basename "$src"`
libreoffice-7.1.0~beta1/install-sh-278-      dstdir_status=0
##############################################
libreoffice-7.1.0~beta1/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
libreoffice-7.1.0~beta1/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
libreoffice-7.1.0~beta1/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
libreoffice-7.1.0~beta1/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
libreoffice-7.1.0~beta1/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
libreoffice-7.1.0~beta1/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
libreoffice-7.1.0~beta1/install-sh-425-	    case $prefix in
libreoffice-7.1.0~beta1/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
libreoffice-7.1.0~beta1/install-sh-427-	      *) qprefix=$prefix;;
##############################################
libreoffice-7.1.0~beta1/install-sh-474-    if $copy_on_change &&
libreoffice-7.1.0~beta1/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
libreoffice-7.1.0~beta1/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
libreoffice-7.1.0~beta1/install-sh-477-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-46-         */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:47:        inline SocketAddr();
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-48-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-50-         */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:51:        inline SocketAddr(const SocketAddr& Addr);
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-52-
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-53-#if defined LIBO_INTERNAL_ONLY
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:54:        inline SocketAddr(SocketAddr && other) noexcept;
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-55-#endif
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-62-         */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:63:        inline SocketAddr(const oslSocketAddr Addr, __osl_socket_NoCopy nocopy );
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-64-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-68-         */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:69:        inline SocketAddr(oslSocketAddr Addr);
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-70-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-76-         */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:77:        inline SocketAddr(const ::rtl::OUString& strAddrOrHostName, sal_Int32 nPort);
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-78-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-80-         */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:81:        inline ~SocketAddr();
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-82-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-130-         */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:131:        inline bool SAL_CALL setAddr(const ::rtl::ByteSequence & address);
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-132-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-134-          */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:135:        inline ::rtl::ByteSequence SAL_CALL getAddr(oslSocketResult *pResult = NULL) const;
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-136-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-261-        */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:262:        inline void SAL_CALL getLocalAddr( SocketAddr &Addr ) const;
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-263-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-276-        */
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx:277:        inline void SAL_CALL getPeerAddr( SocketAddr & Addr) const;
libreoffice-7.1.0~beta1/include/osl/socket_decl.hxx-278-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-26-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:27:    inline SocketAddr::SocketAddr()
libreoffice-7.1.0~beta1/include/osl/socket.hxx:28:        : m_handle( osl_createEmptySocketAddr( osl_Socket_FamilyInet ) )
libreoffice-7.1.0~beta1/include/osl/socket.hxx-29-    {}
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-31-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:32:    inline SocketAddr::SocketAddr(const SocketAddr& Addr)
libreoffice-7.1.0~beta1/include/osl/socket.hxx:33:        : m_handle( osl_copySocketAddr( Addr.m_handle ) )
libreoffice-7.1.0~beta1/include/osl/socket.hxx-34-    {
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-37-#if defined LIBO_INTERNAL_ONLY
libreoffice-7.1.0~beta1/include/osl/socket.hxx:38:    SocketAddr::SocketAddr(SocketAddr && other) noexcept : m_handle(other.m_handle) {
libreoffice-7.1.0~beta1/include/osl/socket.hxx-39-        other.m_handle = nullptr;
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-42-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:43:    inline SocketAddr::SocketAddr(oslSocketAddr Addr)
libreoffice-7.1.0~beta1/include/osl/socket.hxx:44:        : m_handle( osl_copySocketAddr( Addr ) )
libreoffice-7.1.0~beta1/include/osl/socket.hxx-45-    {
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-48-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:49:    inline SocketAddr::SocketAddr(oslSocketAddr Addr, __osl_socket_NoCopy )
libreoffice-7.1.0~beta1/include/osl/socket.hxx-50-        : m_handle( Addr )
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-54-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:55:    inline SocketAddr::SocketAddr( const ::rtl::OUString& strAddrOrHostName, sal_Int32 nPort)
libreoffice-7.1.0~beta1/include/osl/socket.hxx:56:        : m_handle( osl_createInetSocketAddr( strAddrOrHostName.pData, nPort ) )
libreoffice-7.1.0~beta1/include/osl/socket.hxx-57-    {
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-64-            {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:65:                osl_setInetPortOfSocketAddr(m_handle, nPort);
libreoffice-7.1.0~beta1/include/osl/socket.hxx-66-            }
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-68-            {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:69:                osl_destroySocketAddr( m_handle );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-70-                m_handle = NULL;
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-75-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:76:    inline SocketAddr::~SocketAddr()
libreoffice-7.1.0~beta1/include/osl/socket.hxx-77-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx-78-        if( m_handle )
libreoffice-7.1.0~beta1/include/osl/socket.hxx:79:            osl_destroySocketAddr( m_handle );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-80-    }
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-85-        ::rtl::OUString hostname;
libreoffice-7.1.0~beta1/include/osl/socket.hxx:86:        oslSocketResult result = osl_getHostnameOfSocketAddr( m_handle, &(hostname.pData) );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-87-        if( pResult )
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-94-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:95:        return osl_getInetPortOfSocketAddr(m_handle);
libreoffice-7.1.0~beta1/include/osl/socket.hxx-96-    }
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-100-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:101:        return osl_setInetPortOfSocketAddr(m_handle, nPort );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-102-    }
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-105-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:106:        *this = SocketAddr( sDottedIpOrHostname , getPort() );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-107-        return is();
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-110-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:111:    inline bool SAL_CALL SocketAddr::setAddr( const ::rtl::ByteSequence & address )
libreoffice-7.1.0~beta1/include/osl/socket.hxx-112-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:113:        return osl_setAddrOfSocketAddr( m_handle, address.getHandle() )
libreoffice-7.1.0~beta1/include/osl/socket.hxx-114-            == osl_Socket_Ok;
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-116-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:117:    inline ::rtl::ByteSequence SAL_CALL SocketAddr::getAddr( oslSocketResult *pResult ) const
libreoffice-7.1.0~beta1/include/osl/socket.hxx-118-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx-119-        ::rtl::ByteSequence sequence;
libreoffice-7.1.0~beta1/include/osl/socket.hxx:120:        oslSocketResult result = osl_getAddrOfSocketAddr( m_handle, reinterpret_cast<sal_Sequence **>(&sequence) );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-121-        if( pResult )
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-128-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:129:        oslSocketAddr pNewAddr = osl_copySocketAddr( Addr );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-130-        if( m_handle )
libreoffice-7.1.0~beta1/include/osl/socket.hxx:131:            osl_destroySocketAddr( m_handle );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-132-        m_handle = pNewAddr;
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-145-        if (m_handle != nullptr) {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:146:            osl_destroySocketAddr(m_handle);
libreoffice-7.1.0~beta1/include/osl/socket.hxx-147-        }
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-156-        if( m_handle )
libreoffice-7.1.0~beta1/include/osl/socket.hxx:157:            osl_destroySocketAddr( m_handle );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-158-        m_handle = Addr;
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-164-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:165:        return osl_isEqualSocketAddr( m_handle, Addr );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-166-    }
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-190-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:191:        Addr = SocketAddr( osl_resolveHostname( strHostName.pData ) , SAL_NO_COPY );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-192-    }
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-273-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:274:    inline void Socket::getLocalAddr( SocketAddr & addr) const
libreoffice-7.1.0~beta1/include/osl/socket.hxx-275-    {
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-281-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:282:        SocketAddr addr( NULL );
libreoffice-7.1.0~beta1/include/osl/socket.hxx:283:        getLocalAddr( addr );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-284-        return addr.getPort();
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-289-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:290:        SocketAddr addr( NULL );
libreoffice-7.1.0~beta1/include/osl/socket.hxx:291:        getLocalAddr( addr );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-292-        return addr.getHostname();
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-295-
libreoffice-7.1.0~beta1/include/osl/socket.hxx:296:    inline void Socket::getPeerAddr( SocketAddr &addr ) const
libreoffice-7.1.0~beta1/include/osl/socket.hxx-297-    {
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-303-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:304:        SocketAddr addr( NULL );
libreoffice-7.1.0~beta1/include/osl/socket.hxx:305:        getPeerAddr( addr );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-306-        return addr.getPort();
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.hxx-311-    {
libreoffice-7.1.0~beta1/include/osl/socket.hxx:312:        SocketAddr addr( NULL );
libreoffice-7.1.0~beta1/include/osl/socket.hxx:313:        getPeerAddr( addr );
libreoffice-7.1.0~beta1/include/osl/socket.hxx-314-        return addr.getHostname();
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-721-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:722:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_createEmptySocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-723-        oslAddrFamily Family);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-727-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:728:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_copySocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-729-        oslSocketAddr Addr);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-734-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:735:SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isEqualSocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-736-    oslSocketAddr Addr1, oslSocketAddr Addr2);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-754-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:755:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_createInetBroadcastAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-756-    rtl_uString *strDottedAddr, sal_Int32 Port);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-765-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:766:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_createInetSocketAddr (
libreoffice-7.1.0~beta1/include/osl/socket.h-767-    rtl_uString *strDottedAddr, sal_Int32 Port);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-772-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:773:SAL_DLLPUBLIC void SAL_CALL osl_destroySocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-774-        oslSocketAddr Addr);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-788-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:789:SAL_DLLPUBLIC oslAddrFamily SAL_CALL osl_getFamilyOfSocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-790-        oslSocketAddr Addr);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-796-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:797:SAL_DLLPUBLIC sal_Int32 SAL_CALL osl_getInetPortOfSocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-798-        oslSocketAddr Addr);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-805-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:806:SAL_DLLPUBLIC sal_Bool SAL_CALL osl_setInetPortOfSocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-807-        oslSocketAddr Addr, sal_Int32 Port);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-814-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:815:SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_getHostnameOfSocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-816-        oslSocketAddr Addr, rtl_uString **strHostname);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-828-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:829:SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_getDottedInetAddrOfSocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-830-        oslSocketAddr Addr, rtl_uString **strDottedInetAddr);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-833- */
libreoffice-7.1.0~beta1/include/osl/socket.h:834:SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_setAddrOfSocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-835-        oslSocketAddr Addr, sal_Sequence *pByteSeq );
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-843- */
libreoffice-7.1.0~beta1/include/osl/socket.h:844:SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_getAddrOfSocketAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-845-        oslSocketAddr Addr, sal_Sequence **ppByteSeq );
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-857-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:858:SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_createHostAddr(
libreoffice-7.1.0~beta1/include/osl/socket.h-859-        rtl_uString *strHostname, const oslSocketAddr Addr);
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-878-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:879:SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_createHostAddrByAddr(const oslSocketAddr Addr);
libreoffice-7.1.0~beta1/include/osl/socket.h-880-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-884-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:885:SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_copyHostAddr(const oslHostAddr Addr);
libreoffice-7.1.0~beta1/include/osl/socket.h-886-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-890-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:891:SAL_DLLPUBLIC void SAL_CALL osl_destroyHostAddr(oslHostAddr Addr);
libreoffice-7.1.0~beta1/include/osl/socket.h-892-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-896-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:897:SAL_DLLPUBLIC void SAL_CALL osl_getHostnameOfHostAddr(const oslHostAddr Addr, rtl_uString **strHostname);
libreoffice-7.1.0~beta1/include/osl/socket.h-898-
##############################################
libreoffice-7.1.0~beta1/include/osl/socket.h-902-*/
libreoffice-7.1.0~beta1/include/osl/socket.h:903:SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_getSocketAddrOfHostAddr(const oslHostAddr Addr);
libreoffice-7.1.0~beta1/include/osl/socket.h-904-
##############################################
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-41-		mkdir -p $(dir $@) && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk:42:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-43-		echo "items=$(basename $(notdir $(filter %.xcu,$^)))" \
##############################################
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-84-		mkdir -p $(dir $@) && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk:85:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-86-		echo "items=$(basename $(notdir $(filter %.xcu,$^)))" \
##############################################
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-117-		mkdir -p $(dir $@) && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk:118:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk:119:		RESPONSEFILE2=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-120-		echo "items=$(strip $(foreach xcu,$(filter %.xcu,$^),$(if $(filter frameloaders,$(notdir $(patsubst %/,%,$(dir $(xcu))))),$(basename $(notdir $(xcu),)))))" \
##############################################
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-153-		mkdir -p $(dir $@) && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk:154:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-155-		echo "items=$(basename $(notdir $(filter %.xcu,$^)))" \
##############################################
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-201-		mkdir -p $(dir $@) && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk:202:		RESPONSEFILE=`$(gb_MKTEMP)` && \
libreoffice-7.1.0~beta1/filter/Configuration_filter.mk-203-		echo "items=$(basename $(notdir $(filter %.xcu,$^)))" \
##############################################
libreoffice-7.1.0~beta1/external/skia/windows-raster-surface-no-copies.patch.1-35-+    fBackbufferSurface->peekPixels(&pixmap);
libreoffice-7.1.0~beta1/external/skia/windows-raster-surface-no-copies.patch.1:36:+    StretchDIBits(dc, 0, 0, fWidth, fHeight, 0, 0, fWidth, fHeight, pixmap.addr(), bmpInfo,
libreoffice-7.1.0~beta1/external/skia/windows-raster-surface-no-copies.patch.1-37-                   DIB_RGB_COLORS, SRCCOPY);
##############################################
libreoffice-7.1.0~beta1/external/skia/swap-buffers-rect.patch.1-103-     fBackbufferSurface->peekPixels(&pixmap);
libreoffice-7.1.0~beta1/external/skia/swap-buffers-rect.patch.1:104:-    StretchDIBits(dc, 0, 0, fWidth, fHeight, 0, 0, fWidth, fHeight, pixmap.addr(), bmpInfo,
libreoffice-7.1.0~beta1/external/skia/swap-buffers-rect.patch.1-105--                  DIB_RGB_COLORS, SRCCOPY);
##############################################
libreoffice-7.1.0~beta1/external/skia/swap-buffers-rect.patch.1-110-+                  update.x(), update.y(), update.width(), update.height(),
libreoffice-7.1.0~beta1/external/skia/swap-buffers-rect.patch.1:111:+                  pixmap.addr(), bmpInfo, DIB_RGB_COLORS, SRCCOPY);
libreoffice-7.1.0~beta1/external/skia/swap-buffers-rect.patch.1-112-     ReleaseDC(fWnd, dc);
##############################################
libreoffice-7.1.0~beta1/external/skia/share-grcontext.patch.1-8- 
libreoffice-7.1.0~beta1/external/skia/share-grcontext.patch.1:9:-#define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fInstance, "vk" #F)
libreoffice-7.1.0~beta1/external/skia/share-grcontext.patch.1:10:-#define GET_DEV_PROC(F) f ## F = (PFN_vk ## F) fGetDeviceProcAddr(fDevice, "vk" #F)
libreoffice-7.1.0~beta1/external/skia/share-grcontext.patch.1:11:+#define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fShared->fInstance, "vk" #F)
libreoffice-7.1.0~beta1/external/skia/share-grcontext.patch.1:12:+#define GET_DEV_PROC(F) f ## F = (PFN_vk ## F) fGetDeviceProcAddr(fShared->fDevice, "vk" #F)
libreoffice-7.1.0~beta1/external/skia/share-grcontext.patch.1:13:+#define GET_PROC_GLOBAL(F) fGlobalShared->f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fGlobalShared->fInstance, "vk" #F)
libreoffice-7.1.0~beta1/external/skia/share-grcontext.patch.1:14:+#define GET_DEV_PROC_GLOBAL(F) fGlobalShared->f ## F = (PFN_vk ## F) fGetDeviceProcAddr(fGlobalShared->fDevice, "vk" #F)
libreoffice-7.1.0~beta1/external/skia/share-grcontext.patch.1-15- 
##############################################
libreoffice-7.1.0~beta1/external/redland/redland/redland-freebsd.patch.1-11--	    age="0"
libreoffice-7.1.0~beta1/external/redland/redland/redland-freebsd.patch.1:12:+	    current=`expr $number_major + $number_minor`
libreoffice-7.1.0~beta1/external/redland/redland/redland-freebsd.patch.1-13-+	    age="$number_minor"
##############################################
libreoffice-7.1.0~beta1/external/redland/redland/redland-freebsd.patch.1-23--	  versuffix=".$current"
libreoffice-7.1.0~beta1/external/redland/redland/redland-freebsd.patch.1:24:+	  major=.`expr $current - $age`
libreoffice-7.1.0~beta1/external/redland/redland/redland-freebsd.patch.1-25-+	  versuffix="$major.$age.$revision"
##############################################
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-pkgconfig.patch.1-8- 
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-pkgconfig.patch.1:9:-  RAPTOR_VERSION=`$PKG_CONFIG raptor2 --modversion 2>/dev/null`
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-pkgconfig.patch.1-10-+  RAPTOR_VERSION=2.0.15
##############################################
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-freebsd.patch.1-11--	    age="0"
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-freebsd.patch.1:12:+	    current=`expr $number_major + $number_minor`
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-freebsd.patch.1-13-+	    age="$number_minor"
##############################################
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-freebsd.patch.1-23--	  versuffix=".$current"
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-freebsd.patch.1:24:+	  major=.`expr $current - $age`
libreoffice-7.1.0~beta1/external/redland/rasqal/rasqal-freebsd.patch.1-25-+	  versuffix="$major.$age.$revision"
##############################################
libreoffice-7.1.0~beta1/external/redland/raptor/xml2-config.patch-16- 
libreoffice-7.1.0~beta1/external/redland/raptor/xml2-config.patch:17:     LIBXML_VERSION=`$PKG_CONFIG libxml-2.0 --modversion`
libreoffice-7.1.0~beta1/external/redland/raptor/xml2-config.patch-18-     libxml_source="pkg-config"
##############################################
libreoffice-7.1.0~beta1/external/redland/raptor/raptor-freebsd.patch.1-11--	    age="0"
libreoffice-7.1.0~beta1/external/redland/raptor/raptor-freebsd.patch.1:12:+	    current=`expr $number_major + $number_minor`
libreoffice-7.1.0~beta1/external/redland/raptor/raptor-freebsd.patch.1-13-+	    age="$number_minor"
##############################################
libreoffice-7.1.0~beta1/external/redland/raptor/raptor-freebsd.patch.1-23--	  versuffix=".$current"
libreoffice-7.1.0~beta1/external/redland/raptor/raptor-freebsd.patch.1:24:+	  major=.`expr $current - $age`
libreoffice-7.1.0~beta1/external/redland/raptor/raptor-freebsd.patch.1-25-+	  versuffix="$major.$age.$revision"
##############################################
libreoffice-7.1.0~beta1/external/redland/raptor/libxml-override.patch-6- if test "X$XML_CONFIG" != "X"; then
libreoffice-7.1.0~beta1/external/redland/raptor/libxml-override.patch:7:-  LIBXML_CFLAGS=`$XML_CONFIG --cflags`
libreoffice-7.1.0~beta1/external/redland/raptor/libxml-override.patch:8:-  LIBXML_LIBS=`$XML_CONFIG --libs`
libreoffice-7.1.0~beta1/external/redland/raptor/libxml-override.patch:9:+  : ${LIBXML_CFLAGS=`$XML_CONFIG --cflags`}
libreoffice-7.1.0~beta1/external/redland/raptor/libxml-override.patch:10:+  : ${LIBXML_LIBS=`$XML_CONFIG --libs`}
libreoffice-7.1.0~beta1/external/redland/raptor/libxml-override.patch-11- 
##############################################
libreoffice-7.1.0~beta1/external/python3/python-3.5.tweak.strip.soabi.patch-7- $as_echo_n "checking SOABI... " >&6; }
libreoffice-7.1.0~beta1/external/python3/python-3.5.tweak.strip.soabi.patch:8:-SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
libreoffice-7.1.0~beta1/external/python3/python-3.5.tweak.strip.soabi.patch:9:+SOABI='cpython-'`echo $VERSION$ABIFLAGS`
libreoffice-7.1.0~beta1/external/python3/python-3.5.tweak.strip.soabi.patch-10- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOABI" >&5
##############################################
libreoffice-7.1.0~beta1/external/openssl/openssl-no-multilib.patch.0-13- #               If disabled, it also disables shared and dynamic-engine.
libreoffice-7.1.0~beta1/external/openssl/openssl-no-multilib.patch.0:14: # no-asm        do not use assembler
libreoffice-7.1.0~beta1/external/openssl/openssl-no-multilib.patch.0-15- # no-egd        do not compile support for the entropy-gathering daemon APIs
##############################################
libreoffice-7.1.0~beta1/external/nss/nss.bzmozilla1238154.patch-10- 
libreoffice-7.1.0~beta1/external/nss/nss.bzmozilla1238154.patch:11:         CC_VERSION=`${CC} -v 2>&1 | sed -ne "$_MSVC_VER_FILTER"`
libreoffice-7.1.0~beta1/external/nss/nss.bzmozilla1238154.patch-12-         if test -z "$CC_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/external/nss/nss-win-arm64.patch-55-+ifeq ($(CPU_ARCH),x86_64)
libreoffice-7.1.0~beta1/external/nss/nss-win-arm64.patch:56:     ASFILES  = arcfour-amd64-masm.asm mpi_amd64_masm.asm mp_comba_amd64_masm.asm
libreoffice-7.1.0~beta1/external/nss/nss-win-arm64.patch-57-     DEFINES += -DNSS_BEVAND_ARCFOUR -DMPI_AMD64 -DMP_ASSEMBLY_MULTIPLY
##############################################
libreoffice-7.1.0~beta1/external/nss/nss-ios.patch-197- # Here we must recognize all the valid KERNEL-OS combinations.
libreoffice-7.1.0~beta1/external/nss/nss-ios.patch:198: maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
libreoffice-7.1.0~beta1/external/nss/nss-ios.patch-199---- a/a/nspr/config/autoconf.mk.in
##############################################
libreoffice-7.1.0~beta1/external/nss/nss-android.patch.1-14- # Here we must recognize all the valid KERNEL-OS combinations.
libreoffice-7.1.0~beta1/external/nss/nss-android.patch.1:15: maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
libreoffice-7.1.0~beta1/external/nss/nss-android.patch.1-16-diff -ur nss.org/nspr/configure nss/nspr/configure
##############################################
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-42-+$c -s $inline -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch:43:-ar rv liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-44--ranlib liblpsolve55.a
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch:45:+$ar rv liblpsolve55.$a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-46-+$ranlib liblpsolve55.$a
##############################################
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-50--  $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch:51:-  $c -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o liblpsolve55.so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc -lm -ldl
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-52-+  $c $pic -s $inline -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch:53:+  $c -shared $ldflags -o ${soprefix}lpsolve55.$so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` $libs
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-54- fi
##############################################
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-83-+$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch:84:-libtool -static -o liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch:85:+$LIBTOOL -static -o liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-86- 
##############################################
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-89--  $c -fPIC -fno-common -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch:90:-  $c -dynamiclib liblpsolve55.a -compatibility_version 5.5.0 -current_version 5.5.0 -o liblpsolve55.dylib `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-91-+  $c -fPIC -fno-common -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch:92:+  $c $extra_linkflags -dynamiclib liblpsolve55.a -compatibility_version 5.5.0 -current_version 5.5.0 -o liblpsolve55.dylib `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve_5.5.patch-93- fi
##############################################
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve-aix.patch-18-+$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve-aix.patch:19:+ar rv liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve-aix.patch-20-+ranlib liblpsolve55.a
##############################################
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve-aix.patch-24-+  $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve-aix.patch:25:+  $c -shared $lpsolve_LDFLAGS -o liblpsolve55.so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc -lm -ldl
libreoffice-7.1.0~beta1/external/lpsolve/lp_solve-aix.patch-26-+fi
##############################################
libreoffice-7.1.0~beta1/external/lpsolve/ccc.static-1-src='../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c'
libreoffice-7.1.0~beta1/external/lpsolve/ccc.static:2:obj=`echo $src|sed -e 's/\.c/.o/g' -e 's!\([^ ]*/\)*!!g'`
libreoffice-7.1.0~beta1/external/lpsolve/ccc.static-3-
##############################################
libreoffice-7.1.0~beta1/external/libjpeg-turbo/jpeg-turbo.win_build.patch.1-9- .asm.lo:
libreoffice-7.1.0~beta1/external/libjpeg-turbo/jpeg-turbo.win_build.patch.1:10: 	$(AM_V_GEN) $(LIBTOOL) $(AM_V_lt) --mode=compile --tag NASM $(srcdir)/nasm_lt.sh $(AM_V_lt) $(NASM) $(NAFLAGS) -I$(srcdir) -I. $< -o $@
libreoffice-7.1.0~beta1/external/libjpeg-turbo/jpeg-turbo.win_build.patch.1-11- 
##############################################
libreoffice-7.1.0~beta1/external/libjpeg-turbo/jpeg-turbo.build.patch.1-4-@@ -174,8 +174,6 @@
libreoffice-7.1.0~beta1/external/libjpeg-turbo/jpeg-turbo.build.patch.1:5: 	rm -rf `find $(distdir) -name .svn`
libreoffice-7.1.0~beta1/external/libjpeg-turbo/jpeg-turbo.build.patch.1-6- 
##############################################
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-103-       if test yes = "$GCC"; then
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:104:-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:105:+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-106- 	# Try to use the -exported_symbol ld option, if it does not
##############################################
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-112- 	if test yes = "$lt_cv_irix_exported_symbol"; then
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:113:-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:114:+          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-115- 	fi
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-116-       else
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:117: 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-118-@@ -9797,7 +9797,7 @@
##############################################
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-121- 	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:122:-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:123:+	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-124-       else
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-125- 	allow_undefined_flag=' -expect_unresolved \*'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:126: 	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-127-@@ -9810,7 +9810,7 @@
##############################################
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-130- 	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:131:-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:132:+	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-133- 	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-147-   *)
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1:148:     GCC_VERSION=`$CC -dumpversion`
libreoffice-7.1.0~beta1/external/freetype/freetype-2.6.5.patch.1-149-@@ -13195,7 +13195,7 @@
##############################################
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-103-       if test yes = "$GCC"; then
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:104:-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:105:+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-106- 	# Try to use the -exported_symbol ld option, if it does not
##############################################
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-112- 	if test yes = "$lt_cv_irix_exported_symbol"; then
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:113:-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:114:+          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-115- 	fi
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-116-       else
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:117: 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-118-@@ -11408,7 +11408,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >
##############################################
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-121- 	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:122:-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:123:+	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-124-       else
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-125- 	allow_undefined_flag=' -expect_unresolved \*'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:126: 	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-127-@@ -11421,7 +11421,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >
##############################################
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-130- 	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:131:-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1:132:+	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
libreoffice-7.1.0~beta1/external/fontconfig/fontconfig-2.12.1.patch.1-133- 	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
libreoffice-7.1.0~beta1/external/firebird/firebird-cygwin-msvc.patch-471- mingw*)
libreoffice-7.1.0~beta1/external/firebird/firebird-cygwin-msvc.patch:472:   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
libreoffice-7.1.0~beta1/external/firebird/firebird-cygwin-msvc.patch-473-   ;;
libreoffice-7.1.0~beta1/external/firebird/firebird-cygwin-msvc.patch-474-+cygwin*)
libreoffice-7.1.0~beta1/external/firebird/firebird-cygwin-msvc.patch:475:+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
libreoffice-7.1.0~beta1/external/firebird/firebird-cygwin-msvc.patch-476-+  ;;
##############################################
libreoffice-7.1.0~beta1/external/epm/epm-3.7.patch-164- else
libreoffice-7.1.0~beta1/external/epm/epm-3.7.patch:165: 	CXXFLAGS="`$FLTKCONFIG --cflags` ${CXXFLAGS}"
libreoffice-7.1.0~beta1/external/epm/epm-3.7.patch-166- 	GUIS="setup uninst"
##############################################
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-3-@@ -12484,6 +12484,7 @@
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch:4: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-5- 	;;
##############################################
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-13-@@ -12455,6 +12455,7 @@
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch:14: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-15- 	;;
##############################################
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-23-@@ -12482,6 +12482,7 @@
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch:24: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-25- 	;;
##############################################
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-33-@@ -12424,6 +12424,7 @@
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch:34: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-35- 	;;
##############################################
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-43-@@ -13939,6 +13939,7 @@
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch:44: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-45- 	;;
##############################################
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-53-@@ -12453,6 +12453,7 @@
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch:54: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
libreoffice-7.1.0~beta1/external/coinmp/rpath.patch-55- 	;;
##############################################
libreoffice-7.1.0~beta1/external/coinmp/no-binaries.patch.1-11-+bin_PROGRAMS = 
libreoffice-7.1.0~beta1/external/coinmp/no-binaries.patch.1:12: @COIN_HAS_CHOLMOD_TRUE@am__append_7 = -I`$(CYGPATH_W) $(CHOLMODINCDIR)`
libreoffice-7.1.0~beta1/external/coinmp/no-binaries.patch.1:13: @COIN_HAS_AMD_TRUE@am__append_8 = -I`$(CYGPATH_W) $(AMDINCDIR)`
libreoffice-7.1.0~beta1/external/coinmp/no-binaries.patch.1-14- @COIN_HAS_ABC_TRUE@am__append_9 = AbcSimplex.hpp CoinAbcCommon.hpp AbcCommon.hpp
##############################################
libreoffice-7.1.0~beta1/external/cairo/cairo/cairo-1.10.2.patch-80- $as_echo "$FREETYPE_VERSION - OK" >&6; }
libreoffice-7.1.0~beta1/external/cairo/cairo/cairo-1.10.2.patch:81: 			   ft_NONPKGCONFIG_CFLAGS=`$FREETYPE_CONFIG --cflags`
libreoffice-7.1.0~beta1/external/cairo/cairo/cairo-1.10.2.patch:82:-			   ft_NONPKGCONFIG_LIBS=`$FREETYPE_CONFIG --libs`
libreoffice-7.1.0~beta1/external/cairo/cairo/cairo-1.10.2.patch:83:+			   ft_NONPKGCONFIG_LIBS=`$FREETYPE_CONFIG --libs | $SED -e 's/-lz//g'`
libreoffice-7.1.0~beta1/external/cairo/cairo/cairo-1.10.2.patch-84-     else { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FREETYPE_VERSION - Too old" >&5
##############################################
libreoffice-7.1.0~beta1/external/cairo/cairo/cairo-1.10.2.patch-91--  ft_LIBS="$FREETYPE_LIBS"
libreoffice-7.1.0~beta1/external/cairo/cairo/cairo-1.10.2.patch:92:+  ft_LIBS=`echo "$FREETYPE_LIBS" | $SED -e 's/-lz//g'`
libreoffice-7.1.0~beta1/external/cairo/cairo/cairo-1.10.2.patch-93- 
##############################################
libreoffice-7.1.0~beta1/external/beanshell/bsh-2.0b1-src.patch-18-+
libreoffice-7.1.0~beta1/external/beanshell/bsh-2.0b1-src.patch:19: 	<!-- Uncomment to build without the ASM class generator code.
libreoffice-7.1.0~beta1/external/beanshell/bsh-2.0b1-src.patch-20- 	<property name="exclude-classgen" 
##############################################
libreoffice-7.1.0~beta1/external/apr/uuid.patch-8--do :
libreoffice-7.1.0~beta1/external/apr/uuid.patch:9:-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
libreoffice-7.1.0~beta1/external/apr/uuid.patch-10--ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
libreoffice-7.1.0~beta1/external/apr/uuid.patch-12--  cat >>confdefs.h <<_ACEOF
libreoffice-7.1.0~beta1/external/apr/uuid.patch:13:-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
libreoffice-7.1.0~beta1/external/apr/uuid.patch-14--_ACEOF
##############################################
libreoffice-7.1.0~beta1/external/apr/uuid.patch-142--do :
libreoffice-7.1.0~beta1/external/apr/uuid.patch:143:-  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
libreoffice-7.1.0~beta1/external/apr/uuid.patch-144--ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
libreoffice-7.1.0~beta1/external/apr/uuid.patch-146--  cat >>confdefs.h <<_ACEOF
libreoffice-7.1.0~beta1/external/apr/uuid.patch:147:-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
libreoffice-7.1.0~beta1/external/apr/uuid.patch-148--_ACEOF
##############################################
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NResultSet.cxx-265-    {
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NResultSet.cxx:266:        const SplitEvoColumns* evo_addr( get_evo_addr() );
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NResultSet.cxx-267-        for (int i=0;i<OTHER_ZIP;i++)
##############################################
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx-49-
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx:50:        const SplitEvoColumns* get_evo_addr();
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx-51-
##############################################
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx-67-
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx:68:    const SplitEvoColumns* get_evo_addr()
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx-69-    {
##############################################
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx-81-    {
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx:82:        const SplitEvoColumns* evo_addr( get_evo_addr() );
libreoffice-7.1.0~beta1/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx-83-        for (int i = 0; i < OTHER_ZIP; i++)
##############################################
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx-159-
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx:160:        Reference<XCellRangeAddressable> xAddr( xSheet, UNO_QUERY );
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx-161-        if (xAddr.is())
##############################################
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx-193-
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx:194:    Reference<XCellRangeAddressable> xAddr( xSheet, UNO_QUERY );
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx-195-    if (xAddr.is())
##############################################
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx-559-                        Reference<XSheetCellRange> xSheetRange( xRefer->getReferredCells(), UNO_QUERY );
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx:560:                        Reference<XCellRangeAddressable> xAddr( xSheetRange, UNO_QUERY );
libreoffice-7.1.0~beta1/connectivity/source/drivers/calc/CTable.cxx-561-                        if ( xSheetRange.is() && xAddr.is() )
##############################################
libreoffice-7.1.0~beta1/config.sub-52-
libreoffice-7.1.0~beta1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
libreoffice-7.1.0~beta1/config.sub-54-
##############################################
libreoffice-7.1.0~beta1/config.sub-771-	i*86v32)
libreoffice-7.1.0~beta1/config.sub:772:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
libreoffice-7.1.0~beta1/config.sub-773-		vendor=pc
##############################################
libreoffice-7.1.0~beta1/config.sub-776-	i*86v4*)
libreoffice-7.1.0~beta1/config.sub:777:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
libreoffice-7.1.0~beta1/config.sub-778-		vendor=pc
##############################################
libreoffice-7.1.0~beta1/config.sub-781-	i*86v)
libreoffice-7.1.0~beta1/config.sub:782:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
libreoffice-7.1.0~beta1/config.sub-783-		vendor=pc
##############################################
libreoffice-7.1.0~beta1/config.sub-786-	i*86sol2)
libreoffice-7.1.0~beta1/config.sub:787:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
libreoffice-7.1.0~beta1/config.sub-788-		vendor=pc
##############################################
libreoffice-7.1.0~beta1/config.sub-919-		cpu=sparc
libreoffice-7.1.0~beta1/config.sub:920:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
libreoffice-7.1.0~beta1/config.sub-921-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1086-	sh5e[lb]-*)
libreoffice-7.1.0~beta1/config.sub:1087:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
libreoffice-7.1.0~beta1/config.sub-1088-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1104-	xscale-* | xscalee[bl]-*)
libreoffice-7.1.0~beta1/config.sub:1105:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
libreoffice-7.1.0~beta1/config.sub-1106-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1259-			*)
libreoffice-7.1.0~beta1/config.sub:1260:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
libreoffice-7.1.0~beta1/config.sub-1261-				exit 1
##############################################
libreoffice-7.1.0~beta1/config.sub-1288-		kernel=linux
libreoffice-7.1.0~beta1/config.sub:1289:		os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
libreoffice-7.1.0~beta1/config.sub-1290-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1292-		kernel=nto
libreoffice-7.1.0~beta1/config.sub:1293:		os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
libreoffice-7.1.0~beta1/config.sub-1294-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1303-		kernel=nto
libreoffice-7.1.0~beta1/config.sub:1304:		os=`echo $basic_os | sed -e 's|nto|qnx|'`
libreoffice-7.1.0~beta1/config.sub-1305-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1307-		kernel=linux
libreoffice-7.1.0~beta1/config.sub:1308:		os=`echo $basic_os | sed -e 's|linux|gnu|'`
libreoffice-7.1.0~beta1/config.sub-1309-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1328-	solaris1 | solaris1.*)
libreoffice-7.1.0~beta1/config.sub:1329:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
libreoffice-7.1.0~beta1/config.sub-1330-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1357-	sco3.2.[4-9]*)
libreoffice-7.1.0~beta1/config.sub:1358:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
libreoffice-7.1.0~beta1/config.sub-1359-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1393-	mac[0-9]*)
libreoffice-7.1.0~beta1/config.sub:1394:		os=`echo "$os" | sed -e 's|mac|macos|'`
libreoffice-7.1.0~beta1/config.sub-1395-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1402-	sunos5*)
libreoffice-7.1.0~beta1/config.sub:1403:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
libreoffice-7.1.0~beta1/config.sub-1404-		;;
libreoffice-7.1.0~beta1/config.sub-1405-	sunos6*)
libreoffice-7.1.0~beta1/config.sub:1406:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
libreoffice-7.1.0~beta1/config.sub-1407-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1439-	sinix5.*)
libreoffice-7.1.0~beta1/config.sub:1440:		os=`echo $os | sed -e 's|sinix|sysv|'`
libreoffice-7.1.0~beta1/config.sub-1441-		;;
##############################################
libreoffice-7.1.0~beta1/config.sub-1733-	*)
libreoffice-7.1.0~beta1/config.sub:1734:		echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2
libreoffice-7.1.0~beta1/config.sub-1735-		exit 1
##############################################
libreoffice-7.1.0~beta1/config.sub-1746-		# require a kernel.
libreoffice-7.1.0~beta1/config.sub:1747:		echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2
libreoffice-7.1.0~beta1/config.sub-1748-		exit 1
##############################################
libreoffice-7.1.0~beta1/config.sub-1759-	*-*)
libreoffice-7.1.0~beta1/config.sub:1760:		echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2
libreoffice-7.1.0~beta1/config.sub-1761-		exit 1
##############################################
libreoffice-7.1.0~beta1/config.guess-34-
libreoffice-7.1.0~beta1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
libreoffice-7.1.0~beta1/config.guess-36-
##############################################
libreoffice-7.1.0~beta1/config.guess-105-    # shellcheck disable=SC2039
libreoffice-7.1.0~beta1/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
libreoffice-7.1.0~beta1/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
libreoffice-7.1.0~beta1/config.guess-155-	EOF
libreoffice-7.1.0~beta1/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
libreoffice-7.1.0~beta1/config.guess-157-
##############################################
libreoffice-7.1.0~beta1/config.guess-192-	    earmv*)
libreoffice-7.1.0~beta1/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
libreoffice-7.1.0~beta1/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
libreoffice-7.1.0~beta1/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
libreoffice-7.1.0~beta1/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
libreoffice-7.1.0~beta1/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
libreoffice-7.1.0~beta1/config.guess-226-		;;
##############################################
libreoffice-7.1.0~beta1/config.guess-237-	    *)
libreoffice-7.1.0~beta1/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
libreoffice-7.1.0~beta1/config.guess-239-		;;
##############################################
libreoffice-7.1.0~beta1/config.guess-290-	*4.0)
libreoffice-7.1.0~beta1/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
libreoffice-7.1.0~beta1/config.guess-292-		;;
libreoffice-7.1.0~beta1/config.guess-293-	*5.*)
libreoffice-7.1.0~beta1/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
libreoffice-7.1.0~beta1/config.guess-295-		;;
##############################################
libreoffice-7.1.0~beta1/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
libreoffice-7.1.0~beta1/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
libreoffice-7.1.0~beta1/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
libreoffice-7.1.0~beta1/config.guess-338-	# 1.2 uses "1.2" for uname -r.
libreoffice-7.1.0~beta1/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
libreoffice-7.1.0~beta1/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
libreoffice-7.1.0~beta1/config.guess-389-    s390x:SunOS:*:*)
libreoffice-7.1.0~beta1/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
libreoffice-7.1.0~beta1/config.guess-391-	exit ;;
libreoffice-7.1.0~beta1/config.guess-392-    sun4H:SunOS:5.*:*)
libreoffice-7.1.0~beta1/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
libreoffice-7.1.0~beta1/config.guess-394-	exit ;;
libreoffice-7.1.0~beta1/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
libreoffice-7.1.0~beta1/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
libreoffice-7.1.0~beta1/config.guess-397-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-414-	fi
libreoffice-7.1.0~beta1/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
libreoffice-7.1.0~beta1/config.guess-416-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
libreoffice-7.1.0~beta1/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
libreoffice-7.1.0~beta1/config.guess-422-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
libreoffice-7.1.0~beta1/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
libreoffice-7.1.0~beta1/config.guess-431-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-435-    sun*:*:4.2BSD:*)
libreoffice-7.1.0~beta1/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
libreoffice-7.1.0~beta1/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
libreoffice-7.1.0~beta1/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
libreoffice-7.1.0~beta1/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
libreoffice-7.1.0~beta1/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
libreoffice-7.1.0~beta1/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
libreoffice-7.1.0~beta1/config.guess-573-    *:IRIX*:*:*)
libreoffice-7.1.0~beta1/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
libreoffice-7.1.0~beta1/config.guess-575-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-603-EOF
libreoffice-7.1.0~beta1/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
libreoffice-7.1.0~beta1/config.guess-605-		then
##############################################
libreoffice-7.1.0~beta1/config.guess-616-    *:AIX:*:[4567])
libreoffice-7.1.0~beta1/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
libreoffice-7.1.0~beta1/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
libreoffice-7.1.0~beta1/config.guess-652-    9000/[34678]??:HP-UX:*:*)
libreoffice-7.1.0~beta1/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
libreoffice-7.1.0~beta1/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
libreoffice-7.1.0~beta1/config.guess-706-EOF
libreoffice-7.1.0~beta1/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
libreoffice-7.1.0~beta1/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
libreoffice-7.1.0~beta1/config.guess-734-    ia64:HP-UX:*:*)
libreoffice-7.1.0~beta1/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
libreoffice-7.1.0~beta1/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
libreoffice-7.1.0~beta1/config.guess-764-EOF
libreoffice-7.1.0~beta1/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
libreoffice-7.1.0~beta1/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
libreoffice-7.1.0~beta1/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
libreoffice-7.1.0~beta1/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
libreoffice-7.1.0~beta1/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
libreoffice-7.1.0~beta1/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
libreoffice-7.1.0~beta1/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
libreoffice-7.1.0~beta1/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
libreoffice-7.1.0~beta1/config.guess-858-	then
libreoffice-7.1.0~beta1/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
libreoffice-7.1.0~beta1/config.guess-860-	else
libreoffice-7.1.0~beta1/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
libreoffice-7.1.0~beta1/config.guess-862-	fi
##############################################
libreoffice-7.1.0~beta1/config.guess-871-	esac
libreoffice-7.1.0~beta1/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
libreoffice-7.1.0~beta1/config.guess-873-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-907-    prep*:SunOS:5.*:*)
libreoffice-7.1.0~beta1/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
libreoffice-7.1.0~beta1/config.guess-909-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-911-	# the GNU system
libreoffice-7.1.0~beta1/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
libreoffice-7.1.0~beta1/config.guess-913-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-915-	# other systems with GNU libc and userland
libreoffice-7.1.0~beta1/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
libreoffice-7.1.0~beta1/config.guess-917-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-1037-EOF
libreoffice-7.1.0~beta1/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
libreoffice-7.1.0~beta1/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
libreoffice-7.1.0~beta1/config.guess-1147-    i*86:*:4.*:*)
libreoffice-7.1.0~beta1/config.guess:1148:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
libreoffice-7.1.0~beta1/config.guess-1149-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
libreoffice-7.1.0~beta1/config.guess-1453-    *:DragonFly:*:*)
libreoffice-7.1.0~beta1/config.guess:1454:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
libreoffice-7.1.0~beta1/config.guess-1455-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-1466-    i*86:skyos:*:*)
libreoffice-7.1.0~beta1/config.guess:1467:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
libreoffice-7.1.0~beta1/config.guess-1468-	exit ;;
##############################################
libreoffice-7.1.0~beta1/config.guess-1616-
libreoffice-7.1.0~beta1/config.guess:1617:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
libreoffice-7.1.0~beta1/config.guess-1618-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
libreoffice-7.1.0~beta1/config.guess-1646-
libreoffice-7.1.0~beta1/config.guess:1647:year=`echo $timestamp | sed 's,-.*,,'`
libreoffice-7.1.0~beta1/config.guess-1648-# shellcheck disable=SC2003
libreoffice-7.1.0~beta1/config.guess:1649:if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then
libreoffice-7.1.0~beta1/config.guess-1650-   cat >&2 <<EOF
##############################################
libreoffice-7.1.0~beta1/compilerplugins/clang/useuniqueptr.cxx-1279-        return;
libreoffice-7.1.0~beta1/compilerplugins/clang/useuniqueptr.cxx:1280:    // SmCursor::LineToList ran out of enthusiasm to rework the node handling
libreoffice-7.1.0~beta1/compilerplugins/clang/useuniqueptr.cxx-1281-    if (fn == SRCDIR "/starmath/source/cursor.cxx")
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx-42- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx:43: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx-44- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx-45-{
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx:46:// The call instruction within the asm section of callVirtualMethod may throw
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx-47-// exceptions.  So that the compiler handles this correctly, it is important
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx-358- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx:359: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx-360- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx-358- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx:359: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx-360- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-52-    void * stackptr;
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx:53:    asm volatile (
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-54-        "mov   %%esp, %2\n\t"
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-108-        case typelib_TypeClass_FLOAT:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx:109:            asm ( "fstps %0" : : "m"(*(char *)pRegisterReturn) );
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-110-            break;
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-111-        case typelib_TypeClass_DOUBLE:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx:112:            asm ( "fstpl %0\n\t" : : "m"(*(char *)pRegisterReturn) );
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx-113-            break;
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-31-
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:32:// The call instruction within the asm block of callVirtualMethod may throw
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-33-// exceptions.  At least GCC 4.7.0 with -O0 would create (unnecessary)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-34-// .gcc_exception_table call-site table entries around all other calls in this
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:35:// function that can throw, leading to std::terminate if the asm call throws an
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-36-// exception and the unwinding C++ personality routine finds the unexpected hole
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-42-// Also, this file should be compiled with -fnon-call-exceptions, and ideally
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:43:// there would be a way to tell the compiler that the asm block contains calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-44-// to functions that can potentially throw; see the mail thread starting at
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-45-// <http://gcc.gnu.org/ml/gcc/2012-03/msg00454.html> "C++: Letting compiler know
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:46:// asm block can call function that can throw?"
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-47-
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-76-
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx:77:    asm volatile (
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx-78-        // Push arguments to stack
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx-26-{
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx:27:    asm volatile
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx-28-        (
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-31-
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:32:// The call instruction within the asm block of callVirtualMethod may throw
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-33-// exceptions.  At least GCC 4.7.0 with -O0 would create (unnecessary)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-34-// .gcc_exception_table call-site table entries around all other calls in this
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:35:// function that can throw, leading to std::terminate if the asm call throws an
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-36-// exception and the unwinding C++ personality routine finds the unexpected hole
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-42-// Also, this file should be compiled with -fnon-call-exceptions, and ideally
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:43:// there would be a way to tell the compiler that the asm block contains calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-44-// to functions that can potentially throw; see the mail thread starting at
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-45-// <http://gcc.gnu.org/ml/gcc/2012-03/msg00454.html> "C++: Letting compiler know
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:46:// asm block can call function that can throw?"
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-47-
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-76-
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:    asm volatile (
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx-78-        // Push arguments to stack
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx-106-
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx:107:// The call instruction within the asm section of callVirtualMethod may throw
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx-108-// exceptions.  So that the compiler handles this correctly, it is important
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx-463- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx:464: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx-465- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx-42-{
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx:43:// The call instruction within the asm section of callVirtualMethod may throw
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx-44-// exceptions.  So that the compiler handles this correctly, it is important
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx-359- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:360: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx-361- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-175-        case 4:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx:176:            asm volatile("ld 6,%0" :: "m"(pFPR[3]) : "16");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-177-        case 3:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx:178:            asm volatile("ld 4,%0" :: "m"(pFPR[2]) : "16");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-179-        case 2:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx:180:            asm volatile("ld 2,%0" :: "m"(pFPR[1]) : "16");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-181-        case 1:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx:182:            asm volatile("ld 0,%0" :: "m"(pFPR[0]) : "16");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx-183-        default:
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx-458- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx:459: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx-460- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx-493- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx:494: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx-495- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx-174-    double fret[2];
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx:175:    asm volatile (
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx-176-        ".set push \n\t"
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx-357-   * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx:358:   * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx-359-   */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx-549-   * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx:550:   * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx-551-   */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx-124-    //stick the return area into r8 for big struct returning
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx:125:    asm volatile("movel %0,%%a1" : : "m"(pRegisterReturn) : );
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx-126-
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx-401- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx:402: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx-403- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-31-
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:32:// The call instruction within the asm block of callVirtualMethod may throw
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-33-// exceptions.  At least GCC 4.7.0 with -O0 would create (unnecessary)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-34-// .gcc_exception_table call-site table entries around all other calls in this
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:35:// function that can throw, leading to std::terminate if the asm call throws an
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-36-// exception and the unwinding C++ personality routine finds the unexpected hole
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-42-// Also, this file should be compiled with -fnon-call-exceptions, and ideally
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:43:// there would be a way to tell the compiler that the asm block contains calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-44-// to functions that can potentially throw; see the mail thread starting at
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-45-// <http://gcc.gnu.org/ml/gcc/2012-03/msg00454.html> "C++: Letting compiler know
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:46:// asm block can call function that can throw?"
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-47-
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-66-    void * stackptr;
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:67:    asm volatile (
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-68-        "mov   %%esp, %2\n\t"
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-125-        case typelib_TypeClass_FLOAT:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:126:            asm ( "fstps %0" : : "m"(*static_cast<char *>(pRegisterReturn)) );
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-127-            break;
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-128-        case typelib_TypeClass_DOUBLE:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:129:            asm ( "fstpl %0\n\t" : : "m"(*static_cast<char *>(pRegisterReturn)) );
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx-130-            break;
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-207-        case 8:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:208:            asm volatile("ldfd f15=%0" : : "m"(pFPR[7]) : "f15");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-209-        case 7:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:210:            asm volatile("ldfd f14=%0" : : "m"(pFPR[6]) : "f14");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-211-        case 6:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:212:            asm volatile("ldfd f13=%0" : : "m"(pFPR[5]) : "f13");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-213-        case 5:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:214:            asm volatile("ldfd f12=%0" : : "m"(pFPR[4]) : "f12");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-215-        case 4:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:216:            asm volatile("ldfd f11=%0" : : "m"(pFPR[3]) : "f11");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-217-        case 3:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:218:            asm volatile("ldfd f10=%0" : : "m"(pFPR[2]) : "f10");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-219-        case 2:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:220:            asm volatile("ldfd f9=%0" : : "m"(pFPR[1]) : "f9");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-221-        case 1:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:222:            asm volatile("ldfd f8=%0" : : "m"(pFPR[0]) : "f8");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-223-        default:
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-227-    //stick the return area into r8 for big struct returning
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx:228:    asm volatile("ld8 r8=%0" : : "m"(pRegisterReturn) : "r8");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx-229-
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx-542-        case typelib_TypeClass_FLOAT:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx:543:            asm volatile("ldfs f8=%0" : : "m"((*((float*)&nRegReturn))) : "f8");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx-544-            break;
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx-545-        case typelib_TypeClass_DOUBLE:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx:546:            asm volatile("ldfd f8=%0" : : "m"((*((double*)&nRegReturn))) : "f8");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx-547-            break;
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx-533- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx:534: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx-535- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx-705-    {
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx:706:        asm volatile("fdc (%0)\n\t"
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx-707-                     "sync\n\t"
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx-121-
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:122:    asm volatile("fldd %0, %%fr4" : : "m"(pFPR[0]) : "fr4");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:123:    asm volatile("fldd %0, %%fr5" : : "m"(pFPR[1]) : "fr5");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:124:    asm volatile("fldd %0, %%fr6" : : "m"(pFPR[2]) : "fr6");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:125:    asm volatile("fldd %0, %%fr7" : : "m"(pFPR[3]) : "fr7");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx:126:    asm volatile("ldw %0, %%r28" : : "m"(pRegisterReturn) : "r28");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx-127-    (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3]);
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx-427- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx:428: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx-429- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-178-        case 6:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:179:            asm volatile("ldt $f16,%0" :: "m"(pFPR[5]) : "$f16");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-180-        case 5:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:181:            asm volatile("ldt $f17,%0" :: "m"(pFPR[4]) : "$f17");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-182-        case 4:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:183:            asm volatile("ldt $f18,%0" :: "m"(pFPR[3]) : "$f18");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-184-        case 3:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:185:            asm volatile("ldt $f19,%0" :: "m"(pFPR[2]) : "$f19");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-186-        case 2:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:187:            asm volatile("ldt $f20,%0" :: "m"(pFPR[1]) : "$f20");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-188-        case 1:
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx:189:            asm volatile("ldt $f21,%0" :: "m"(pFPR[0]) : "$f21");
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx-190-        default:
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx-37-    }
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx:38:    asm volatile(
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx-39-        "ldp x0, x1, [%[gpr_]]\n\t"
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx-420- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx:421: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx-422- */
##############################################
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx-447- * is called on incoming vtable calls
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx:448: * (called by asm snippets)
libreoffice-7.1.0~beta1/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx-449- */
##############################################
libreoffice-7.1.0~beta1/bin/verify-custom-widgets-libs-18-ret=0
libreoffice-7.1.0~beta1/bin/verify-custom-widgets-libs:19:FOO=`git grep -h -r lo- */uiconfig | sed -e "s/<object class=\"//g" | sed -e "s/\".*$//"| sed 's/^[ \t]*//;s/[ \t]*$//'|sort|uniq`
libreoffice-7.1.0~beta1/bin/verify-custom-widgets-libs-20-for foo in $FOO; do
##############################################
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh-20-
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh:21:root=`dirname $0`
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh:22:root=`cd $root/.. && pwd`
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh-23-cd $root
##############################################
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh-177-    # Find pch files in the module to update.
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh:178:    headers=`find $root/$module/ -type f -iname "precompiled_*.hxx"`
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh-179-
##############################################
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh-181-    for header in $headers; do
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh:182:        libname=`echo $header | sed -e s/.*precompiled_// -e s/\.hxx//`
libreoffice-7.1.0~beta1/bin/update_pch_autotune.sh-183-        #TODO: Backup the header and restore when last tune fails.
##############################################
libreoffice-7.1.0~beta1/bin/update_pch.sh-16-else
libreoffice-7.1.0~beta1/bin/update_pch.sh:17:    root=`dirname $0`
libreoffice-7.1.0~beta1/bin/update_pch.sh:18:    root=`cd $root/.. >/dev/null && pwd`
libreoffice-7.1.0~beta1/bin/update_pch.sh-19-fi
libreoffice-7.1.0~beta1/bin/update_pch.sh:20:root=`readlink -f $root`
libreoffice-7.1.0~beta1/bin/update_pch.sh-21-cd $root
##############################################
libreoffice-7.1.0~beta1/bin/update_pch.sh-42-        # We got a directory, find pch files to update.
libreoffice-7.1.0~beta1/bin/update_pch.sh:43:        headers=`find $root/$x/ -type f -iname "precompiled_*.hxx"`
libreoffice-7.1.0~beta1/bin/update_pch.sh-44-        if test -n "$headers"; then
##############################################
libreoffice-7.1.0~beta1/bin/update_pch.sh-48-        header=$x
libreoffice-7.1.0~beta1/bin/update_pch.sh:49:        update_msg=`echo $header | sed -e s%$root/%%`
libreoffice-7.1.0~beta1/bin/update_pch.sh:50:        module=`readlink -f $header | sed -e s%$root/%% -e s%/.*%%`
libreoffice-7.1.0~beta1/bin/update_pch.sh-51-        if [ "$module" = "pch" ]; then
##############################################
libreoffice-7.1.0~beta1/bin/update_pch.sh-55-        if [ "$module" = "external" ]; then
libreoffice-7.1.0~beta1/bin/update_pch.sh:56:            module=external/`readlink -f $header | sed -e s%$root/external/%% -e s%/.*%%`
libreoffice-7.1.0~beta1/bin/update_pch.sh-57-        fi
libreoffice-7.1.0~beta1/bin/update_pch.sh:58:        libname=`echo $header | sed -e s/.*precompiled_// -e s/\.hxx//`
libreoffice-7.1.0~beta1/bin/update_pch.sh-59-
##############################################
libreoffice-7.1.0~beta1/bin/update/make_incremental_update.sh-161-      # The full workdir may not exist yet, so create it if necessary.
libreoffice-7.1.0~beta1/bin/update/make_incremental_update.sh:162:      mkdir -p `dirname "$workdir/$f"`
libreoffice-7.1.0~beta1/bin/update/make_incremental_update.sh-163-      $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
##############################################
libreoffice-7.1.0~beta1/bin/update/make_incremental_update.sh-171-      # The full workdir may not exist yet, so create it if necessary.
libreoffice-7.1.0~beta1/bin/update/make_incremental_update.sh:172:      mkdir -p `dirname "$workdir/$f"`
libreoffice-7.1.0~beta1/bin/update/make_incremental_update.sh-173-      $BZIP2 -cz9 "$newdir/$f" > "$workdir/$f"
##############################################
libreoffice-7.1.0~beta1/bin/update/common.sh-95-
libreoffice-7.1.0~beta1/bin/update/common.sh:96:  if [ `basename $add_if_not_file_chk` = "channel-prefs.js" -o \
libreoffice-7.1.0~beta1/bin/update/common.sh:97:       `basename $add_if_not_file_chk` = "update-settings.ini" ]; then
libreoffice-7.1.0~beta1/bin/update/common.sh-98-    ## "true" *giggle*
##############################################
libreoffice-7.1.0~beta1/bin/update/common.sh-107-
libreoffice-7.1.0~beta1/bin/update/common.sh:108:  if [ `basename $add_if_not_file_chk` = "update-settings.ini" ]; then
libreoffice-7.1.0~beta1/bin/update/common.sh-109-    ## "true" *giggle*
##############################################
libreoffice-7.1.0~beta1/bin/unpack-sources-69-for tarball in $tarballs ; do
libreoffice-7.1.0~beta1/bin/unpack-sources:70:    tarname=`basename $tarball | sed -e "s/\.tar\..*//"`
libreoffice-7.1.0~beta1/bin/unpack-sources-71-    if test -d $lo_src_dir/$tarname ; then
##############################################
libreoffice-7.1.0~beta1/bin/unpack-sources-87-    # create symlinks for module directories; ignore git-hooks directory
libreoffice-7.1.0~beta1/bin/unpack-sources:88:    for dir in `find "$lo_src_dir/$tarname" -mindepth 1 -maxdepth 1 -type d -path $lo_src_dir/$tarname/git-hooks -o -printf "$tarname/%f\n"` ; do
libreoffice-7.1.0~beta1/bin/unpack-sources-89-        ln -sf "src/$dir" "$start_dir"
##############################################
libreoffice-7.1.0~beta1/bin/stubify.pl-83-
libreoffice-7.1.0~beta1/bin/stubify.pl:84:    system ("gcc -shared -o $output $tmpname") && die "failed to exec gcc: $!";
libreoffice-7.1.0~beta1/bin/stubify.pl-85-    unlink $tmpname;
##############################################
libreoffice-7.1.0~beta1/bin/stubify.pl-198-
libreoffice-7.1.0~beta1/bin/stubify.pl:199:    `mkdir -p $destdir/usr/lib/pkgconfig`;
libreoffice-7.1.0~beta1/bin/stubify.pl:200:    `mkdir -p $destdir/$pc->{libdir}` if (defined $pc->{libdir});
libreoffice-7.1.0~beta1/bin/stubify.pl:201:    `mkdir -p $destdir/$pc->{includedir}` if (defined $pc->{includedir});
libreoffice-7.1.0~beta1/bin/stubify.pl-202-
libreoffice-7.1.0~beta1/bin/stubify.pl-203-    # copy .pc across - FIXME, may need to re-write paths
libreoffice-7.1.0~beta1/bin/stubify.pl:204:    `cp -a $pc->{_File} $destdir/usr/lib/pkgconfig`;
libreoffice-7.1.0~beta1/bin/stubify.pl-205-
##############################################
libreoffice-7.1.0~beta1/bin/stubify.pl-213-	    } else {
libreoffice-7.1.0~beta1/bin/stubify.pl:214:		`mkdir -p $destdir/$srcdir`;
libreoffice-7.1.0~beta1/bin/stubify.pl:215:		`cp -a $srcdir/* $destdir/$srcdir`;
libreoffice-7.1.0~beta1/bin/stubify.pl-216-	    }
##############################################
libreoffice-7.1.0~beta1/bin/stubify.pl-250-help_exit() if (!defined $destdir);
libreoffice-7.1.0~beta1/bin/stubify.pl:251:`mkdir -p $destdir`;
libreoffice-7.1.0~beta1/bin/stubify.pl-252-
##############################################
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh-22-
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh:23:tempfoo=`basename $0`
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh-24-
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh:25:XSL=`mktemp /tmp/${tempfoo}.XXXXXX`
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh-26-if [ $? -ne 0 ]; then
##############################################
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh-32-# a Cygwin /tmp path to it
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh:33:[ "$COM" == MSC ] && XSL=`cygpath -m -s $XSL`
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh-34-
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh:35:WRKDIR=`mktemp -d /tmp/${tempfoo}.XXXXXX`
libreoffice-7.1.0~beta1/bin/striplanguagetags.sh-36-if [ $? -ne 0 ]; then
##############################################
libreoffice-7.1.0~beta1/bin/removetooltip_markups.sh-33-{
libreoffice-7.1.0~beta1/bin/removetooltip_markups.sh:34:   TEXT=`grep "<property name=\"tooltip_text\"" $1`
libreoffice-7.1.0~beta1/bin/removetooltip_markups.sh:35:   MARKUP=`grep "<property name=\"tooltip_markup\"" $1`
libreoffice-7.1.0~beta1/bin/removetooltip_markups.sh-36-
##############################################
libreoffice-7.1.0~beta1/bin/moveglobalheaders.sh-11-do
libreoffice-7.1.0~beta1/bin/moveglobalheaders.sh:12:    dir=`echo "$dir"| sed -e 's/^..//'`
libreoffice-7.1.0~beta1/bin/moveglobalheaders.sh-13-    if test -d $dir/inc/$dir
##############################################
libreoffice-7.1.0~beta1/bin/lo-pack-sources-161-    # generate the tarball in the current directory; avoid "./" prefix in the stored paths; show progress
libreoffice-7.1.0~beta1/bin/lo-pack-sources:162:    system ("tar -c $tar_compress_option -f $tarball -C $dir $lo_topdir_name") && 
libreoffice-7.1.0~beta1/bin/lo-pack-sources-163-        die "Error: releasing failed: $!\n";
##############################################
libreoffice-7.1.0~beta1/bin/lo-pack-sources-171-    print "Generating MD5...\n";
libreoffice-7.1.0~beta1/bin/lo-pack-sources:172:    system ("md5sum $filename >$filename.md5") &&
libreoffice-7.1.0~beta1/bin/lo-pack-sources-173-        die "Error: releasing failed: $!\n";
##############################################
libreoffice-7.1.0~beta1/bin/lo-pack-sources-234-#    print "Cleaning $tempdir...\n";
libreoffice-7.1.0~beta1/bin/lo-pack-sources:235:    system ("rm -rf $tempdir") && die "Error: rm failed: $!\n";
libreoffice-7.1.0~beta1/bin/lo-pack-sources-236-}
##############################################
libreoffice-7.1.0~beta1/bin/lo-all-static-libs-23-    libs=
libreoffice-7.1.0~beta1/bin/lo-all-static-libs:24:    for i in `eval echo '$'$var`; do
libreoffice-7.1.0~beta1/bin/lo-all-static-libs-25-	case "$i" in
##############################################
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-26-    # remove leading ./, if invoked with find
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:27:    fn=`echo "$fn" | sed 's/^.\///g'`
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-28-
##############################################
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-30-    # drop the project dir
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:31:    fnfixed=`echo $fn | sed 's,include/,,g'`
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-32-    # add examples prefix to headers in odk/examples
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:33:    fnfixed=`echo $fnfixed | sed 's,odk/examples/\(cpp\|DevelopersGuide\|OLE\)/,examples_,g'`
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-34-
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-35-    # convert file path to header guard
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:36:    guard=`echo "$fnfixed" | sed 's/[\/\.-]/_/g' | tr 'a-z' 'A-Z'`
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-37-
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:38:    if [ aa"`git grep -h "^\s*#ifndef ${guard_prefix}$guard" "$fn" | wc -l`" != "aa1" ] ||
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:39:       [ aa"`git grep -h "^\s*#define ${guard_prefix}$guard" "$fn" | wc -l`" != "aa1" ]; then
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-40-
##############################################
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-46-        # head to take only the first match
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:47:        old_guard=`git grep -h "#ifndef $pattern" "$fn" | head -n1 | sed "s/.*\s\($pattern.*\)/\1/"`
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-48-
##############################################
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-54-
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:55:        if [ aa"`git grep -w "$old_guard" | cut -d ':' -f1 | sort -u | wc -l `" != aa"1" ]; then
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-56-            echo -e "$fn: \e[00;31mwarning:\e[00m $old_guard guard definition used in other files"
##############################################
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-63-        # INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_14
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:64:        if [ aa"INCLUDED_COMPHELPER_IMPLBASE_" == aa"`echo $old_guard | sed "s/VAR_HXX_[0-9]\+//g"`" ]; then
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-65-            continue
##############################################
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-68-        # skip files like xmloff/source/forms/elementimport_impl.hxx
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh:69:        if [ aa"`git grep -h "#error.*directly" "$fn" | wc -l`" != "aa0" ]; then
libreoffice-7.1.0~beta1/bin/fixincludeguards.sh-70-            continue
##############################################
libreoffice-7.1.0~beta1/bin/find-unused-sid-commands.py-11-# search for entries in .sdi files that declare UNO/SID commands
libreoffice-7.1.0~beta1/bin/find-unused-sid-commands.py:12:a = subprocess.Popen(r"git grep -P '^\s*\w+Item\s+\w+\s+SID_\w+$' -- *.sdi", stdout=subprocess.PIPE, shell=True)
libreoffice-7.1.0~beta1/bin/find-unused-sid-commands.py-13-
##############################################
libreoffice-7.1.0~beta1/bin/find-german-comments-237-
libreoffice-7.1.0~beta1/bin/find-german-comments:238:        sock = os.popen(r"git ls-tree -r HEAD --name-only |egrep '\.(c|cc|cpp|cxx|h|hxx|mm)$'")
libreoffice-7.1.0~beta1/bin/find-german-comments-239-        lines = sock.readlines()
##############################################
libreoffice-7.1.0~beta1/bin/distro-install-desktop-integration-7-
libreoffice-7.1.0~beta1/bin/distro-install-desktop-integration:8:PRODUCTVERSION_NODOT=`echo $PRODUCTVERSION | sed -e "s/\.//"`
libreoffice-7.1.0~beta1/bin/distro-install-desktop-integration-9-
##############################################
libreoffice-7.1.0~beta1/bin/distro-install-desktop-integration-71-    if test "$WITH_COMPAT_OOWRAPPERS" = 'TRUE' ; then
libreoffice-7.1.0~beta1/bin/distro-install-desktop-integration:72:        oowrapper_name=`echo "$lowrapper_name" | sed -e "s/^lo/oo/"`
libreoffice-7.1.0~beta1/bin/distro-install-desktop-integration-73-        # "oo" prefix only for wrappers stating with "lo" prefix
##############################################
libreoffice-7.1.0~beta1/bin/distro-install-clean-up-45-if test -f $DESTDIR$INSTALLDIR/help/en/sbasic.cfg -a \
libreoffice-7.1.0~beta1/bin/distro-install-clean-up:46:        "`for lang in $WITH_LANG_LIST ; do echo $lang ; break ; done`" = "en-US" ; then
libreoffice-7.1.0~beta1/bin/distro-install-clean-up-47-
##############################################
libreoffice-7.1.0~beta1/bin/distro-install-clean-up-77-    found_destdir=
libreoffice-7.1.0~beta1/bin/distro-install-clean-up:78:    for file in `find $DESTDIR -type f` ; do
libreoffice-7.1.0~beta1/bin/distro-install-clean-up-79-	grep -q "$DESTDIR" $file && echo "$file: includes the string \"$DESTDIR\"" && found_destdir=1
##############################################
libreoffice-7.1.0~beta1/bin/bffvalidator.sh.in-2-
libreoffice-7.1.0~beta1/bin/bffvalidator.sh.in:3:wine @BFFVALIDATOR_EXE@ `winepath -w $1`
##############################################
libreoffice-7.1.0~beta1/bin/bash-completion.in-50-    \`*\`)	   eval COMPREPLY=\(${c}\) ;;
libreoffice-7.1.0~beta1/bin/bash-completion.in:51:    \`*)		COMPREPLY=($(compgen -c -P '\`' -S '\`' -- ${c#?}))	;;
libreoffice-7.1.0~beta1/bin/bash-completion.in-52-    \$\{*\})	   eval COMPREPLY=\(${c}\) ;;
##############################################
libreoffice-7.1.0~beta1/bin/distro-install-file-lists-167-    # lang packs
libreoffice-7.1.0~beta1/bin/distro-install-file-lists:168:    for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
libreoffice-7.1.0~beta1/bin/distro-install-file-lists-169-        lang_lists=
##############################################
libreoffice-7.1.0~beta1/bin/distro-install-file-lists-201-        if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
libreoffice-7.1.0~beta1/bin/distro-install-file-lists:202:            for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
libreoffice-7.1.0~beta1/bin/distro-install-file-lists-203-                test -f $FILELISTSDIR/help_${lang}_list.txt || continue;
##############################################
libreoffice-7.1.0~beta1/basic/source/inc/symtbl.hxx-118-    SbiSymScope GetScope() const;
libreoffice-7.1.0~beta1/basic/source/inc/symtbl.hxx:119:    sal_uInt32 GetAddr() const  { return nChain;    }
libreoffice-7.1.0~beta1/basic/source/inc/symtbl.hxx-120-    sal_uInt16 GetId() const    { return nId;       }
##############################################
libreoffice-7.1.0~beta1/basic/source/comp/codegen.cxx-289-                    }
libreoffice-7.1.0~beta1/basic/source/comp/codegen.cxx:290:                    pMeth->nStart = pProc->GetAddr();
libreoffice-7.1.0~beta1/basic/source/comp/codegen.cxx-291-                    pMeth->nLine1 = pProc->GetLine1();
##############################################
libreoffice-7.1.0~beta1/basegfx/qa/mkpolygons.pl-114-    chdir ($TempDir);
libreoffice-7.1.0~beta1/basegfx/qa/mkpolygons.pl:115:    system ("$ZipCmd $ZipFlags $zip_name *");
libreoffice-7.1.0~beta1/basegfx/qa/mkpolygons.pl-116-    chdir ($cwd);
##############################################
libreoffice-7.1.0~beta1/autogen.sh-169-{
libreoffice-7.1.0~beta1/autogen.sh:170:    system ("ln -sf $src_path/configure.ac configure.ac");
libreoffice-7.1.0~beta1/autogen.sh:171:    system ("ln -sf $src_path/g g");
libreoffice-7.1.0~beta1/autogen.sh-172-    my $src_path_win=$src_path;
libreoffice-7.1.0~beta1/autogen.sh-173-    if ($system =~ /CYGWIN.*/) {
libreoffice-7.1.0~beta1/autogen.sh:174:        $src_path_win=`cygpath -m $src_path`;
libreoffice-7.1.0~beta1/autogen.sh-175-        chomp $src_path_win;
##############################################
libreoffice-7.1.0~beta1/autogen.sh-181-        mkdir ($dir);
libreoffice-7.1.0~beta1/autogen.sh:182:        system ("rm -f $dir/Makefile");
libreoffice-7.1.0~beta1/autogen.sh:183:        system ("printf 'module_directory:=$src_path_win/$dir/\ninclude \$(module_directory)/../solenv/gbuild/partial_build.mk\n' > $dir/Makefile");
libreoffice-7.1.0~beta1/autogen.sh-184-    }
##############################################
libreoffice-7.1.0~beta1/autogen.sh-186-    mkdir ("external");
libreoffice-7.1.0~beta1/autogen.sh:187:    system ("ln -sf $src_path/external/Module_external.mk external/");
libreoffice-7.1.0~beta1/autogen.sh-188-    foreach my $module (@external_modules)
##############################################
libreoffice-7.1.0~beta1/autogen.sh-191-        mkdir ("external/$dir");
libreoffice-7.1.0~beta1/autogen.sh:192:        system ("rm -f external/$dir/Makefile");
libreoffice-7.1.0~beta1/autogen.sh:193:        system ("printf 'module_directory:=$src_path_win/external/$dir/\ninclude \$(module_directory)/../../solenv/gbuild/partial_build.mk\n' > external/$dir/Makefile");
libreoffice-7.1.0~beta1/autogen.sh-194-    }
libreoffice-7.1.0~beta1/autogen.sh-195-}
libreoffice-7.1.0~beta1/autogen.sh:196:system ("$aclocal $aclocal_flags") && die "Failed to run aclocal";
libreoffice-7.1.0~beta1/autogen.sh-197-unlink ("configure");
libreoffice-7.1.0~beta1/autogen.sh:198:system ("$autoconf -I ${src_path}") && die "Failed to run autoconf";
libreoffice-7.1.0~beta1/autogen.sh-199-die "Failed to generate the configure script" if (! -f "configure");
##############################################
libreoffice-7.1.0~beta1/android/source/gradlew-12-APP_NAME="Gradle"
libreoffice-7.1.0~beta1/android/source/gradlew:13:APP_BASE_NAME=`basename "$0"`
libreoffice-7.1.0~beta1/android/source/gradlew-14-
##############################################
libreoffice-7.1.0~beta1/android/source/gradlew-46-if $cygwin ; then
libreoffice-7.1.0~beta1/android/source/gradlew:47:    [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
libreoffice-7.1.0~beta1/android/source/gradlew-48-fi
##############################################
libreoffice-7.1.0~beta1/android/source/gradlew-54-while [ -h "$PRG" ] ; do
libreoffice-7.1.0~beta1/android/source/gradlew:55:    ls=`ls -ld "$PRG"`
libreoffice-7.1.0~beta1/android/source/gradlew:56:    link=`expr "$ls" : '.*-> \(.*\)$'`
libreoffice-7.1.0~beta1/android/source/gradlew-57-    if expr "$link" : '/.*' > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/android/source/gradlew-59-    else
libreoffice-7.1.0~beta1/android/source/gradlew:60:        PRG=`dirname "$PRG"`"/$link"
libreoffice-7.1.0~beta1/android/source/gradlew-61-    fi
##############################################
libreoffice-7.1.0~beta1/android/source/gradlew-63-SAVED="`pwd`"
libreoffice-7.1.0~beta1/android/source/gradlew:64:cd "`dirname \"$PRG\"`/" >&-
libreoffice-7.1.0~beta1/android/source/gradlew-65-APP_HOME="`pwd -P`"
##############################################
libreoffice-7.1.0~beta1/android/source/gradlew-114-if $cygwin ; then
libreoffice-7.1.0~beta1/android/source/gradlew:115:    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
libreoffice-7.1.0~beta1/android/source/gradlew:116:    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
libreoffice-7.1.0~beta1/android/source/gradlew-117-
##############################################
libreoffice-7.1.0~beta1/android/source/gradlew-132-    for arg in "$@" ; do
libreoffice-7.1.0~beta1/android/source/gradlew:133:        CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
libreoffice-7.1.0~beta1/android/source/gradlew:134:        CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option
libreoffice-7.1.0~beta1/android/source/gradlew-135-
libreoffice-7.1.0~beta1/android/source/gradlew-136-        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition
libreoffice-7.1.0~beta1/android/source/gradlew:137:            eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
libreoffice-7.1.0~beta1/android/source/gradlew-138-        else
libreoffice-7.1.0~beta1/android/source/gradlew:139:            eval `echo args$i`="\"$arg\""
libreoffice-7.1.0~beta1/android/source/gradlew-140-        fi
##############################################
libreoffice-7.1.0~beta1/Makefile.fetch-25-define fetch_Download__checksum_command
libreoffice-7.1.0~beta1/Makefile.fetch:26:&& SUM=`$(SHA256SUM) $1 | sed "s/ .*//"` \
libreoffice-7.1.0~beta1/Makefile.fetch-27-&& if test "$$SUM" != "$2"; then \
##############################################
libreoffice-7.1.0~beta1/.gitpod.dockerfile-9- && sudo apt-get install -y \
libreoffice-7.1.0~beta1/.gitpod.dockerfile:10:    build-essential git libkrb5-dev graphviz nasm \
libreoffice-7.1.0~beta1/.gitpod.dockerfile-11- && sudo apt-get build-dep -y libreoffice \
##############################################
libreoffice-7.1.0~beta1/.git-hooks/pre-commit-223-            print("Running '$clang_format -i " . join(" ", @bad_names) . "' for you...\n");
libreoffice-7.1.0~beta1/.git-hooks/pre-commit:224:            system("$clang_format -i " . join(" ", @bad_names));
libreoffice-7.1.0~beta1/.git-hooks/pre-commit-225-            # TODO this stages all local modifications, staging originally
##############################################
libreoffice-7.1.0~beta1/.git-hooks/pre-commit-245-
libreoffice-7.1.0~beta1/.git-hooks/pre-commit:246:        my $ignore = `git config submodule.$_.ignore`;
libreoffice-7.1.0~beta1/.git-hooks/pre-commit-247-        chomp $ignore;
##############################################
libreoffice-7.1.0~beta1/.git-hooks/pre-commit-263-
libreoffice-7.1.0~beta1/.git-hooks/pre-commit:264:        my $diff = `git diff --cached --name-only -z $h -- $_`;
libreoffice-7.1.0~beta1/.git-hooks/pre-commit-265-        chomp $diff;
##############################################
libreoffice-7.1.0~beta1/.git-hooks/pre-commit-341-    }
libreoffice-7.1.0~beta1/.git-hooks/pre-commit:342:    my $size = `git cat-file -s :$_`;
libreoffice-7.1.0~beta1/.git-hooks/pre-commit-343-    # For now let's say large is 500KB
##############################################
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-39-
libreoffice-7.1.0~beta1/.git-hooks/commit-msg:40:if [ -z "`head -n 1 $1 | grep -v '^[[:blank:]]*\*$'`" ] ; then
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-41-    abort "$1" "Please provide the general description on the first line."
##############################################
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-45-
libreoffice-7.1.0~beta1/.git-hooks/commit-msg:46:len="`head -n 1 $1 | tr -d '\n' | wc -c`"
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-47-if [ "$len" -gt 79 ] ; then
##############################################
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-52-if egrep -q "$fdo_regex" $1; then
libreoffice-7.1.0~beta1/.git-hooks/commit-msg:53:    for bugid in `head -n 1 $1 |egrep -o "$fdo_regex" |sed 's/fdo#//'`
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-54-    do
libreoffice-7.1.0~beta1/.git-hooks/commit-msg:55:        if [ "`echo $bugid |sed 's/fdo#//'`" -gt 88775 ]; then
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-56-            abort "$1" "The first line contains a suspicious fdo# rereference: 'fdo#$bugid', did you mean tdf#?"
##############################################
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-61-# ...and that it does not continue on the second line
libreoffice-7.1.0~beta1/.git-hooks/commit-msg:62:if [ "`wc -l < $1`" -gt 1 -a -n "`head -n 2 $1 | tail -n 1 | sed 's/^#.*//'`" ] ; then
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-63-    abort "$1" "The second line is not empty - maybe the first line continues there?"
##############################################
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-67-
libreoffice-7.1.0~beta1/.git-hooks/commit-msg:68:if [ -n "`head -n 1 $1 | grep '^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}.*<.*@.*>'`" ] ; then
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-69-    abort "$1" "The commit message looks like ChangeLog, please use the git form."
##############################################
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-74-
libreoffice-7.1.0~beta1/.git-hooks/commit-msg:75:if [ -n "`grep '^#[^[:blank:]]' $1`" ] ; then
libreoffice-7.1.0~beta1/.git-hooks/commit-msg-76-    abort "$1" "Possible accidental comment in the commit message (leading # without space)."
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/pre-commit-141-{
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/pre-commit:142:    my $size = `git cat-file -s :$_`;
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/pre-commit-143-    # For now let's say large is 500KB
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-37-
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:38:if [ -z "`head -n 1 $1 | grep -v '^[[:blank:]]*\*$'`" ] ; then
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-39-    abort "$1" "Please provide the general description on the first line."
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-43-
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:44:if [ "`head -n 1 $1 | wc -c`" -gt 79 ] ; then
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-45-    abort "$1" "The first line is too long, please try to fit into 79 characters."
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-49-if egrep -q "$fdo_regex" $1; then
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:50:    for bugid in `head -n 1 $1 |egrep -o "$fdo_regex" |sed 's/fdo#//'`
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-51-    do
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:52:        if [ "`echo $bugid |sed 's/fdo#//'`" -gt 88775 ]; then
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-53-            abort "$1" "The first line contains a suspicious fdo# rereference: 'fdo#$bugid', did you mean tdf#?"
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-58-# ...and that it does not continue on the second line
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:59:if [ "`wc -l < $1`" -gt 1 -a -n "`head -n 2 $1 | tail -n 1 | sed 's/^#.*//'`" ] ; then
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-60-    abort "$1" "The second line is not empty - maybe the first line continues there?"
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-64-
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:65:if [ -n "`head -n 1 $1 | grep '^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}.*<.*@.*>'`" ] ; then
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-66-    abort "$1" "The commit message looks like ChangeLog, please use the git form."
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-70-
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:71:if [ -n "`sed '/^#/,$d' $1 | grep '^[[:space:]]\+\*.*:'`" -a -z "`grep '^\*' $1`" ] ; then
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-72-    abort "$1" "Please don't use whitespace in front of '* file: Description.' entries."
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-77-
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:78:if [ -n "`grep '^#[^[:blank:]]' $1`" ] ; then
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-79-    abort "$1" "Possible accidental comment in the commit message (leading # without space)."
##############################################
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-120-
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:121:        id=`grep -i '^Change-Id:' "$MSG" | sed -e "s/.*: I//"`
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg:122:        temp_msg=`grep -v -i '^Change-Id:' "$MSG"`
libreoffice-7.1.0~beta1/helpcontent2/.git-hooks/commit-msg-123-        echo "$temp_msg" > "$MSG"
##############################################
libreoffice-7.1.0~beta1/helpcontent2/help3xsl/prism.js-1017-	'template-string': {
libreoffice-7.1.0~beta1/helpcontent2/help3xsl/prism.js:1018:		pattern: /`(?:\\[\s\S]|\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})+}|(?!\${)[^\\`])*`/,
libreoffice-7.1.0~beta1/helpcontent2/help3xsl/prism.js-1019-		greedy: true,
##############################################
libreoffice-7.1.0~beta1/helpcontent2/help3xsl/fuzzysort.js-599-
libreoffice-7.1.0~beta1/helpcontent2/help3xsl/fuzzysort.js:600:// TODO: (performance) wasm version!?
libreoffice-7.1.0~beta1/helpcontent2/help3xsl/fuzzysort.js-601-
##############################################
libreoffice-7.1.0~beta1/helpcontent2/CustomTarget_html.mk-33-# In the below recipe, the file $@.good is used to communicate failure of xsltproc in the pipeline
libreoffice-7.1.0~beta1/helpcontent2/CustomTarget_html.mk:34:# (similar to Bash's `set -o pipefail`; the final `rm $@.good` will fail, and fail the whole
libreoffice-7.1.0~beta1/helpcontent2/CustomTarget_html.mk-35-# command, if the xsltproc invocation failed):
##############################################
libreoffice-7.1.0~beta1/helpcontent2/CustomTarget_html.mk-279-# In the below recipe, the file $@.good is used to communicate failure of xsltproc in the pipeline
libreoffice-7.1.0~beta1/helpcontent2/CustomTarget_html.mk:280:# (similar to Bash's `set -o pipefail`; the final `rm $@.good` will fail, and fail the whole
libreoffice-7.1.0~beta1/helpcontent2/CustomTarget_html.mk-281-# command, if any xsltproc invocation failed):
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1824-msgid "This section provides the fundamentals for working with $[officename] Basic."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po:1825:msgstr "Kutaan kun bu`uura $[officename] wajjin akka hojennu bu`uureessota nuuf kenna."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1826-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1833-msgid "$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Procedures and Functions</link>."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po:1834:msgstr "Bu`uurri lakkadda $[officename] sagantaa xiqqaa fi fankishinii irratti hundaa`a isaan kunis kutaalee <emph>cita...dhuma cita</emph> fi <emph>fankishinii...dhuma fankishinii</emph> gidduutti ifteessamu. Tokkoon tokkoo citaa yookiin fankishinii citootaa fi fankishinoota biroo ni waamu.yoo ofeegannoo barreessuu lakkada dhortuu citaa yookiin fankishinii goote, sagantaalee biroo keessatti dabalataan akka tasaa gargaaramuu ni danda`ama.Dabalataa  <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Adeemsa fi Fankishinoota</link> ilaali."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1835-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1941-msgid "After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po:1942:msgstr "Iddoo sagantaake akka adeemsaa fi fankishinootatti (citoota fi fankishinoota)tti addaan baastee, dabalataan piroojektii biraa keessatti gargaaramuuf adeeemsa fi fankishinoota kana akka faayilootaatti olkaa`uun ni danda`ama.Bu`uuri $[officename] <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Muraa and Kuusota sagantaa</link>. citootni fi fankishinootni yeroo hundaa muraa keessatti qabatamu.Muraan  hundataa yookiin gosa galmeeti.Muraa baay`een kuusota sagantaatti ni makama."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1943-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1977-msgid "This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po:1978:msgstr "Kutaan kun maalimoota bu`uura caasima bu`uura $[officename] ibsa. Ibsa gadifageenyaaf qajeelcha bu`uura $[officename] addaan ba`ee jiru dubbisuu ni dandeessu."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-1979-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-2130-msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po:2131:msgstr "Bu`uura $[officename] keessatti jijjiiramaa duwwaa ibsuun nurraa hin eegamu. Ibsi jijjiirama hima <emph>Dim</emph> waliin hojjetama. Maqaalee qoodduudhaan addaan baasuun jijjiiramaa tokkoo ol altakkaatti ibsuu ni danda`ama.akaakuu jijjiiramaa hiikuuf, maqaa, yookiin jefuraa sirrii booda mallattoo ibsa akaakuu gargaarami."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-2132-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-2544-msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po:2545:msgstr "Bu`uuri $[officename] waraantoolee fuul-tokko yookiin fuul-baay`ee, akaakuu jijjiiramaa ifteessamanii ni beeka. Waraantooleen gulaalii  tarreeewwannii fi gabateewwan sagantaalee keessaatiif mijaa`oodha.Tokko tokkoon maalimoota waraanta kasaa lakkoofsaa  keessaan ni qajeelchamu."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-2546-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-3156-msgid "$[officename] Basic provides tools to help you structuring your projects. It supports various \"units\" which enable you to group individual SUBS and FUNCTIONS in a Basic project."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po:3157:msgstr "Bu`uuri $[officename] projektii caaseessuuf kamshaalee kennuu tajaajila. Deggarsa \"units\" adda addaa kan projektii bu`uuraa keessatti tokko tokkoo  SUBS fi FUNCTIONS ramaduuf nu danddeesisan kenna."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-3158-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-6648-msgid "Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po:6649:msgstr "jalqabarraa, too`annoonni lakkoofsota tartiiba isaan qaaqatti dabalamaniin fudhata. Too`annootaaf tartiiba lakkoofsotaa jijjiiruun ni danda`ama. Bu`uuri $[officename] tartiiba lakkoofsotaa ofummaan jalteenya lakkoofsota dhorkuuf ni jijjiira.Akasumas too`annoon hin xiyyeefatamne gatiitti ni ramadama garuu too`annaan yeroo furtuu Tab gargaaramu ni dhokata."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/sbasic/shared.po-6650-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/schart/01.po-7170-msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/schart/01.po:7171:msgstr "Calc keessatti, fakkeenyi hammanga deetaa \"$Sheet1.$B$3:$B$14\" ta`a. hubachiisa wardii keessatti hammangaan deetaa tarii naannoo tkkoo ol irraa ijaaramuu ni danda`a, fakkeenyaaf \"$Sheet1.A1:A5;$Sheet1.D1:D5\" hammangaan deetaa dabalataan gataa`aa dha. Writer keessatti, fakkeenyi hammangaa deetaa \"Table1.A1:E4\" ni ta`a."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/schart/01.po-7172-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/schart/01.po-8439-msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/schart/01.po:8440:msgstr "Calc keessatti, fakkeenyi hammanga deetaa \"$Sheet1.$B$3:$B$14\" ta`a. hubachiisa wardii keessatti hammangaan deetaa tarii naannoo tkkoo ol irraa ijaaramuu ni danda`a, fakkeenyaaf \"$Sheet1.A1:A5;$Sheet1.D1:D5\" hammangaan deetaa dabalataan gataa`aa dha. Writer keessatti, fakkeenyi hammangaa deetaa \"Table1.A1:E4\" ni ta`a."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/schart/01.po-8441-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/simpress/01.po-7431-msgid "<ahelp hid=\"modules/sdraw/ui/vectorize/colors\">Enter the number of colors to be displayed in the converted image. $[officename] generates a polygon for each occurrence of a color in the image.</ahelp>"
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/simpress/01.po:7432:msgstr "<ahelp hid=\"modules/sdraw/ui/vectorize/colors\">Fakkicha jijjiramee keessaa lakkofsa halluwanii mul`achu qaban galchii. Argamsa tokkon tokkoon halluwwan fakkichaa keessaattiif $[officename] `n ragaddee burqisisa.</ahelp>"
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/simpress/01.po-7433-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/guide.po-21903-msgid "In order to enter dashes, you can find under <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see <link href=\"text/shared/01/06040100.xhp\" name=\"AutoCorrect Options\">AutoCorrect Options</link>)."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/guide.po:21904:msgstr "Mursaawwan dheeraa saaguuf, <emph>Meeshaalee - Dirqaleewwan OfiinSirreessaa</emph><emph>- Dirqaleewwan</emph> the <emph>Mursaawwan bakka buusi</emph> filannoo (only on Windows systems) jalaa barbaaduu dandeessa. Filannoon kun haalota murtaa`aa en-dash ykn em-dash ykn (ilaali <link href=\"text/shared/01/06040100.xhp\" name=\"$[officename] Help\">gargaarsa $[officename] </link>) waliin mallattoo hir`isuu tokko ykn lama bakka buusa."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/guide.po-21905-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/00.po-3696-msgid "As with HTML documents, you can choose to use a filter with or without the element ($[officename] Impress) in the name to open a $[officename] graphics file. If without, the file will be opened as a $[officename] Draw document. Otherwise, the file saved by an old program version is now opened in $[officename] Impress."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/00.po:3697:msgstr "Akka Galmeewwan HTML waliin, gingilchaa wajjin ykn maalimaa ($[officename] Impress) malee maqaa keessatti faayilii saxaatoo$[officename] filuu ni dandeessa. Yoo maalimaa ($[officename] Impress) malee ta`e, faayiliin akka galmee fakkasaa $[officename]tti banama. Ta`uu baanaan, faayiliin sagantaa fooyya'aa moofaan Toleessaa $[officename] keessatti banama."
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/00.po-3698-
##############################################
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/01.po-5730-msgid "<ahelp hid=\".uno:SaveAll\">Saves all modified $[officename] documents.</ahelp>"
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/01.po:5731:msgstr "<ahelp hid=\".uno:SaveAll\">Galmeewwan fooyya`an $[officename] mara olkaa`i.</ahelp>"
libreoffice-7.1.0~beta1/translations/source/om/helpcontent2/source/text/shared/01.po-5732-
##############################################
libreoffice-7.1.0~beta1/translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po-18105-msgid "Start Image Editor"
libreoffice-7.1.0~beta1/translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po:18106:msgstr "Rasm tahrirchini ishga tushirish"
libreoffice-7.1.0~beta1/translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po-18107-
##############################################
libreoffice-7.1.0~beta1/translations/source/uz/sd/messages.po-8605-msgid "Page Options"
libreoffice-7.1.0~beta1/translations/source/uz/sd/messages.po:8606:msgstr "Rasm moslamalari"
libreoffice-7.1.0~beta1/translations/source/uz/sd/messages.po-8607-
##############################################
libreoffice-7.1.0~beta1/translations/source/uz/svx/messages.po-6752-msgid "Image Button"
libreoffice-7.1.0~beta1/translations/source/uz/svx/messages.po:6753:msgstr "Rasm tugmasi"
libreoffice-7.1.0~beta1/translations/source/uz/svx/messages.po-6754-
##############################################
libreoffice-7.1.0~beta1/translations/source/uz/svx/messages.po-14097-msgid "I_mage Button"
libreoffice-7.1.0~beta1/translations/source/uz/svx/messages.po:14098:msgstr "Rasm tugmasi"
libreoffice-7.1.0~beta1/translations/source/uz/svx/messages.po-14099-
##############################################
libreoffice-7.1.0~beta1/translations/source/uz/wizards/source/resources.po-2181-"Binar maydonlarni chap tomondagi roʻyxatdan tanlash mumkin.\n"
libreoffice-7.1.0~beta1/translations/source/uz/wizards/source/resources.po:2182:"Ular rasm sifatida koʻrsatiladi (agar iloji boʻlsa)."
libreoffice-7.1.0~beta1/translations/source/uz/wizards/source/resources.po-2183-
##############################################
libreoffice-7.1.0~beta1/translations/source/uz/extensions/messages.po-2284-msgid "Image Button"
libreoffice-7.1.0~beta1/translations/source/uz/extensions/messages.po:2285:msgstr "Rasm tugmasi"
libreoffice-7.1.0~beta1/translations/source/uz/extensions/messages.po-2286-
##############################################
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-34-
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg:35:if [ -z "`head -n 1 $1 | grep -v '^[ \t]*\*'`" ] ; then
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-36-    abort "$1" "Please provide the general description on the first line."
##############################################
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-40-
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg:41:if [ "`head -n 1 $1 | wc -c`" -gt 79 ] ; then
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-42-    abort "$1" "The first line is too long, please try to fit into 79 characters."
##############################################
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-45-# ...and that it does not continue on the second line
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg:46:if [ "`wc -l < $1`" -gt 1 -a -n "`head -n 2 $1 | tail -n 1 | sed 's/^#.*//'`" ] ; then
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-47-    abort "$1" "The second line is not empty - maybe the first line continues there?"
##############################################
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-51-
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg:52:if [ -n "`head -n 1 $1 | grep '^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}.*<.*@.*>'`" ] ; then
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-53-    abort "$1" "The commit message looks like ChangeLog, please use the git form."
##############################################
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-57-
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg:58:if [ -n "`grep '^[[:space:]]\+\*.*:' $1`" -a -z "`grep '^\*' $1`" ] ; then
libreoffice-7.1.0~beta1/translations/git-hooks/commit-msg-59-    abort "$1" "Please don't use whitespace in front of '* file: Description.' entries."
##############################################
libreoffice-7.1.0~beta1/debian/changelog-3930-  * debian/patches/sparc-asm-syntax-fix.diff: fix syntax in sparc bridges'
libreoffice-7.1.0~beta1/debian/changelog:3931:    asm 
libreoffice-7.1.0~beta1/debian/changelog-3932-
##############################################
libreoffice-7.1.0~beta1/debian/patches/add-access2base-doc.diff-21656-+	var re = /&#[0-9]{1,5};/g;
libreoffice-7.1.0~beta1/debian/patches/add-access2base-doc.diff:21657:+	return s.replace(re,function($0) {return String.fromCharCode(eval($0.replace(/[&#;]/g,'')));});
libreoffice-7.1.0~beta1/debian/patches/add-access2base-doc.diff-21658-+}
##############################################
libreoffice-7.1.0~beta1/debian/patches/add-access2base-doc.diff-25101-+/*! jQuery v1.8.3 jquery.com | jquery.org/license */
libreoffice-7.1.0~beta1/debian/patches/add-access2base-doc.diff:25102:+(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:D.test(r)?v.parseJSON(r):r}catch(s){}v.data(e,n,r)}else r=t}return r}function B(e){var t;for(t in e){if(t==="data"&&v.isEmptyObject(e[t]))continue;if(t!=="toJSON")return!1}return!0}function et(){return!1}function tt(){return!0}function ut(e){return!e||!e.parentNode||e.parentNode.nodeType===11}function at(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}function ft(e,t,n){t=t||0;if(v.isFunction(t))return v.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return v.grep(e,function(e,r){return e===t===n});if(typeof t=="string"){var r=v.grep(e,function(e){return e.nodeType===1});if(it.test(t))return v.filter(t,r,!n);t=v.filter(t,r)}return v.grep(e,function(e,r){return v.inArray(e,t)>=0===n})}function lt(e){var t=ct.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function At(e,t){if(t.nodeType!==1||!v.hasData(e))return;var n,r,i,s=v._data(e),o=v._data(t,s),u=s.events;if(u){delete o.handle,o.events={};for(n in u)for(r=0,i=u[n].length;r<i;r++)v.event.add(t,n,u[n][r])}o.data&&(o.data=v.extend({},o.data))}function Ot(e,t){var n;if(t.nodeType!==1)return;t.clearAttributes&&t.clearAttributes(),t.mergeAttributes&&t.mergeAttributes(e),n=t.nodeName.toLowerCase(),n==="object"?(t.parentNode&&(t.outerHTML=e.outerHTML),v.support.html5Clone&&e.innerHTML&&!v.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):n==="input"&&Et.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):n==="option"?t.selected=e.defaultSelected:n==="input"||n==="textarea"?t.defaultValue=e.defaultValue:n==="script"&&t.text!==e.text&&(t.text=e.text),t.removeAttribute(v.expando)}function Mt(e){return typeof e.getElementsByTagName!="undefined"?e.getElementsByTagName("*"):typeof e.querySelectorAll!="undefined"?e.querySelectorAll("*"):[]}function _t(e){Et.test(e.type)&&(e.defaultChecked=e.checked)}function Qt(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Jt.length;while(i--){t=Jt[i]+n;if(t in e)return t}return r}function Gt(e,t){return e=t||e,v.css(e,"display")==="none"||!v.contains(e.ownerDocument,e)}function Yt(e,t){var n,r,i=[],s=0,o=e.length;for(;s<o;s++){n=e[s];if(!n.style)continue;i[s]=v._data(n,"olddisplay"),t?(!i[s]&&n.style.display==="none"&&(n.style.display=""),n.style.display===""&&Gt(n)&&(i[s]=v._data(n,"olddisplay",nn(n.nodeName)))):(r=Dt(n,"display"),!i[s]&&r!=="none"&&v._data(n,"olddisplay",r))}for(s=0;s<o;s++){n=e[s];if(!n.style)continue;if(!t||n.style.display==="none"||n.style.display==="")n.style.display=t?i[s]||"":"none"}return e}function Zt(e,t,n){var r=Rt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function en(e,t,n,r){var i=n===(r?"border":"content")?4:t==="width"?1:0,s=0;for(;i<4;i+=2)n==="margin"&&(s+=v.css(e,n+$t[i],!0)),r?(n==="content"&&(s-=parseFloat(Dt(e,"padding"+$t[i]))||0),n!=="margin"&&(s-=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0)):(s+=parseFloat(Dt(e,"padding"+$t[i]))||0,n!=="padding"&&(s+=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0));return s}function tn(e,t,n){var r=t==="width"?e.offsetWidth:e.offsetHeight,i=!0,s=v.support.boxSizing&&v.css(e,"boxSizing")==="border-box";if(r<=0||r==null){r=Dt(e,t);if(r<0||r==null)r=e.style[t];if(Ut.test(r))return r;i=s&&(v.support.boxSizingReliable||r===e.style[t]),r=parseFloat(r)||0}return r+en(e,t,n||(s?"border":"content"),i)+"px"}function nn(e){if(Wt[e])return Wt[e];var t=v("<"+e+">").appendTo(i.body),n=t.css("display");t.remove();if(n==="none"||n===""){Pt=i.body.appendChild(Pt||v.extend(i.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!Ht||!Pt.createElement)Ht=(Pt.contentWindow||Pt.contentDocument).document,Ht.write("<!doctype html><html><body>"),Ht.close();t=Ht.body.appendChild(Ht.createElement(e)),n=Dt(t,"display"),i.body.removeChild(Pt)}return Wt[e]=n,n}function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.test(e)?r(e,i):fn(e+"["+(typeof i=="object"?t:"")+"]",i,n,r)});else if(!n&&v.type(t)==="object")for(i in t)fn(e+"["+i+"]",t[i],n,r);else r(e,t)}function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,i,s,o=t.toLowerCase().split(y),u=0,a=o.length;if(v.isFunction(n))for(;u<a;u++)r=o[u],s=/^\+/.test(r),s&&(r=r.substr(1)||"*"),i=e[r]=e[r]||[],i[s?"unshift":"push"](n)}}function kn(e,n,r,i,s,o){s=s||n.dataTypes[0],o=o||{},o[s]=!0;var u,a=e[s],f=0,l=a?a.length:0,c=e===Sn;for(;f<l&&(c||!u);f++)u=a[f](n,r,i),typeof u=="string"&&(!c||o[u]?u=t:(n.dataTypes.unshift(u),u=kn(e,n,r,i,u,o)));return(c||!u)&&!o["*"]&&(u=kn(e,n,r,i,"*",o)),u}function Ln(e,n){var r,i,s=v.ajaxSettings.flatOptions||{};for(r in n)n[r]!==t&&((s[r]?e:i||(i={}))[r]=n[r]);i&&v.extend(!0,e,i)}function An(e,n,r){var i,s,o,u,a=e.contents,f=e.dataTypes,l=e.responseFields;for(s in l)s in r&&(n[l[s]]=r[s]);while(f[0]==="*")f.shift(),i===t&&(i=e.mimeType||n.getResponseHeader("content-type"));if(i)for(s in a)if(a[s]&&a[s].test(i)){f.unshift(s);break}if(f[0]in r)o=f[0];else{for(s in r){if(!f[0]||e.converters[s+" "+f[0]]){o=s;break}u||(u=s)}o=o||u}if(o)return o!==f[0]&&f.unshift(o),r[o]}function On(e,t){var n,r,i,s,o=e.dataTypes.slice(),u=o[0],a={},f=0;e.dataFilter&&(t=e.dataFilter(t,e.dataType));if(o[1])for(n in e.converters)a[n.toLowerCase()]=e.converters[n];for(;i=o[++f];)if(i!=="*"){if(u!=="*"&&u!==i){n=a[u+" "+i]||a["* "+i];if(!n)for(r in a){s=r.split(" ");if(s[1]===i){n=a[u+" "+s[0]]||a["* "+s[0]];if(n){n===!0?n=a[r]:a[r]!==!0&&(i=s[0],o.splice(f--,0,i));break}}}if(n!==!0)if(n&&e["throws"])t=n(t);else try{t=n(t)}catch(l){return{state:"parsererror",error:n?l:"No conversion from "+u+" to "+i}}}u=i}return{state:"success",data:t}}function Fn(){try{return new e.XMLHttpRequest}catch(t){}}function In(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function $n(){return setTimeout(function(){qn=t},0),qn=v.now()}function Jn(e,t){v.each(t,function(t,n){var r=(Vn[t]||[]).concat(Vn["*"]),i=0,s=r.length;for(;i<s;i++)if(r[i].call(e,t,n))return})}function Kn(e,t,n){var r,i=0,s=0,o=Xn.length,u=v.Deferred().always(function(){delete a.elem}),a=function(){var t=qn||$n(),n=Math.max(0,f.startTime+f.duration-t),r=n/f.duration||0,i=1-r,s=0,o=f.tweens.length;for(;s<o;s++)f.tweens[s].run(i);return u.notifyWith(e,[f,i,n]),i<1&&o?n:(u.resolveWith(e,[f]),!1)},f=u.promise({elem:e,props:v.extend({},t),opts:v.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:qn||$n(),duration:n.duration,tweens:[],createTween:function(t,n,r){var i=v.Tween(e,f.opts,t,n,f.opts.specialEasing[t]||f.opts.easing);return f.tweens.push(i),i},stop:function(t){var n=0,r=t?f.tweens.length:0;for(;n<r;n++)f.tweens[n].run(1);return t?u.resolveWith(e,[f,t]):u.rejectWith(e,[f,t]),this}}),l=f.props;Qn(l,f.opts.specialEasing);for(;i<o;i++){r=Xn[i].call(f,e,l,f.opts);if(r)return r}return Jn(f,l),v.isFunction(f.opts.start)&&f.opts.start.call(e,f),v.fx.timer(v.extend(a,{anim:f,queue:f.opts.queue,elem:e})),f.progress(f.opts.progress).done(f.opts.done,f.opts.complete).fail(f.opts.fail).always(f.opts.always)}function Qn(e,t){var n,r,i,s,o;for(n in e){r=v.camelCase(n),i=t[r],s=e[n],v.isArray(s)&&(i=s[1],s=e[n]=s[0]),n!==r&&(e[r]=s,delete e[n]),o=v.cssHooks[r];if(o&&"expand"in o){s=o.expand(s),delete e[r];for(n in s)n in e||(e[n]=s[n],t[n]=i)}else t[r]=i}}function Gn(e,t,n){var r,i,s,o,u,a,f,l,c,h=this,p=e.style,d={},m=[],g=e.nodeType&&Gt(e);n.queue||(l=v._queueHooks(e,"fx"),l.unqueued==null&&(l.unqueued=0,c=l.empty.fire,l.empty.fire=function(){l.unqueued||c()}),l.unqueued++,h.always(function(){h.always(function(){l.unqueued--,v.queue(e,"fx").length||l.empty.fire()})})),e.nodeType===1&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],v.css(e,"display")==="inline"&&v.css(e,"float")==="none"&&(!v.support.inlineBlockNeedsLayout||nn(e.nodeName)==="inline"?p.display="inline-block":p.zoom=1)),n.overflow&&(p.overflow="hidden",v.support.shrinkWrapBlocks||h.done(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t){s=t[r];if(Un.exec(s)){delete t[r],a=a||s==="toggle";if(s===(g?"hide":"show"))continue;m.push(r)}}o=m.length;if(o){u=v._data(e,"fxshow")||v._data(e,"fxshow",{}),"hidden"in u&&(g=u.hidden),a&&(u.hidden=!g),g?v(e).show():h.done(function(){v(e).hide()}),h.done(function(){var t;v.removeData(e,"fxshow",!0);for(t in d)v.style(e,t,d[t])});for(r=0;r<o;r++)i=m[r],f=h.createTween(i,g?u[i]:0),d[i]=u[i]||v.style(e,i),i in u||(u[i]=f.start,g&&(f.end=f.start,f.start=i==="width"||i==="height"?1:0))}}function Yn(e,t,n,r,i){return new Yn.prototype.init(e,t,n,r,i)}function Zn(e,t){var n,r={height:e},i=0;t=t?1:0;for(;i<4;i+=2-t)n=$t[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function tr(e){return v.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:!1}var n,r,i=e.document,s=e.location,o=e.navigator,u=e.jQuery,a=e.$,f=Array.prototype.push,l=Array.prototype.slice,c=Array.prototype.indexOf,h=Object.prototype.toString,p=Object.prototype.hasOwnProperty,d=String.prototype.trim,v=function(e,t){return new v.fn.init(e,t,n)},m=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,g=/\S/,y=/\s+/,b=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,w=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,S=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,T=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,N=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,C=/^-ms-/,k=/-([\da-z])/gi,L=function(e,t){return(t+"").toUpperCase()},A=function(){i.addEventListener?(i.removeEventListener("DOMContentLoaded",A,!1),v.ready()):i.readyState==="complete"&&(i.detachEvent("onreadystatechange",A),v.ready())},O={};v.fn=v.prototype={constructor:v,init:function(e,n,r){var s,o,u,a;if(!e)return this;if(e.nodeType)return this.context=this[0]=e,this.length=1,this;if(typeof e=="string"){e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?s=[null,e,null]:s=w.exec(e);if(s&&(s[1]||!n)){if(s[1])return n=n instanceof v?n[0]:n,a=n&&n.nodeType?n.ownerDocument||n:i,e=v.parseHTML(s[1],a,!0),E.test(s[1])&&v.isPlainObject(n)&&this.attr.call(e,n,!0),v.merge(this,e);o=i.getElementById(s[2]);if(o&&o.parentNode){if(o.id!==s[2])return r.find(e);this.length=1,this[0]=o}return this.context=i,this.selector=e,this}return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e)}return v.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),v.makeArray(e,this))},selector:"",jquery:"1.8.3",length:0,size:function(){return this.length},toArray:function(){return l.call(this)},get:function(e){return e==null?this.toArray():e<0?this[this.length+e]:this[e]},pushStack:function(e,t,n){var r=v.merge(this.constructor(),e);return r.prevObject=this,r.context=this.context,t==="find"?r.selector=this.selector+(this.selector?" ":"")+n:t&&(r.selector=this.selector+"."+t+"("+n+")"),r},each:function(e,t){return v.each(this,e,t)},ready:function(e){return v.ready.promise().done(e),this},eq:function(e){return e=+e,e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(l.apply(this,arguments),"slice",l.call(arguments).join(","))},map:function(e){return this.pushStack(v.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:[].sort,splice:[].splice},v.fn.init.prototype=v.fn,v.extend=v.fn.extend=function(){var e,n,r,i,s,o,u=arguments[0]||{},a=1,f=arguments.length,l=!1;typeof u=="boolean"&&(l=u,u=arguments[1]||{},a=2),typeof u!="object"&&!v.isFunction(u)&&(u={}),f===a&&(u=this,--a);for(;a<f;a++)if((e=arguments[a])!=null)for(n in e){r=u[n],i=e[n];if(u===i)continue;l&&i&&(v.isPlainObject(i)||(s=v.isArray(i)))?(s?(s=!1,o=r&&v.isArray(r)?r:[]):o=r&&v.isPlainObject(r)?r:{},u[n]=v.extend(l,o,i)):i!==t&&(u[n]=i)}return u},v.extend({noConflict:function(t){return e.$===v&&(e.$=a),t&&e.jQuery===v&&(e.jQuery=u),v},isReady:!1,readyWait:1,holdReady:function(e){e?v.readyWait++:v.ready(!0)},ready:function(e){if(e===!0?--v.readyWait:v.isReady)return;if(!i.body)return setTimeout(v.ready,1);v.isReady=!0;if(e!==!0&&--v.readyWait>0)return;r.resolveWith(i,[v]),v.fn.trigger&&v(i).trigger("ready").off("ready")},isFunction:function(e){return v.type(e)==="function"},isArray:Array.isArray||function(e){return v.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):O[h.call(e)]||"object"},isPlainObject:function(e){if(!e||v.type(e)!=="object"||e.nodeType||v.isWindow(e))return!1;try{if(e.constructor&&!p.call(e,"constructor")&&!p.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||p.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw new Error(e)},parseHTML:function(e,t,n){var r;return!e||typeof e!="string"?null:(typeof t=="boolean"&&(n=t,t=0),t=t||i,(r=E.exec(e))?[t.createElement(r[1])]:(r=v.buildFragment([e],t,n?null:[]),v.merge([],(r.cacheable?v.clone(r.fragment):r.fragment).childNodes)))},parseJSON:function(t){if(!t||typeof t!="string")return null;t=v.trim(t);if(e.JSON&&e.JSON.parse)return e.JSON.parse(t);if(S.test(t.replace(T,"@").replace(N,"]").replace(x,"")))return(new Function("return "+t))();v.error("Invalid JSON: "+t)},parseXML:function(n){var r,i;if(!n||typeof n!="string")return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(s){r=t}return(!r||!r.documentElement||r.getElementsByTagName("parsererror").length)&&v.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&g.test(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(C,"ms-").replace(k,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,n,r){var i,s=0,o=e.length,u=o===t||v.isFunction(e);if(r){if(u){for(i in e)if(n.apply(e[i],r)===!1)break}else for(;s<o;)if(n.apply(e[s++],r)===!1)break}else if(u){for(i in e)if(n.call(e[i],i,e[i])===!1)break}else for(;s<o;)if(n.call(e[s],s,e[s++])===!1)break;return e},trim:d&&!d.call("\ufeff\u00a0")?function(e){return e==null?"":d.call(e)}:function(e){return e==null?"":(e+"").replace(b,"")},makeArray:function(e,t){var n,r=t||[];return e!=null&&(n=v.type(e),e.length==null||n==="string"||n==="function"||n==="regexp"||v.isWindow(e)?f.call(r,e):v.merge(r,e)),r},inArray:function(e,t,n){var r;if(t){if(c)return c.call(t,e,n);r=t.length,n=n?n<0?Math.max(0,r+n):n:0;for(;n<r;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,s=0;if(typeof r=="number")for(;s<r;s++)e[i++]=n[s];else while(n[s]!==t)e[i++]=n[s++];return e.length=i,e},grep:function(e,t,n){var r,i=[],s=0,o=e.length;n=!!n;for(;s<o;s++)r=!!t(e[s],s),n!==r&&i.push(e[s]);return i},map:function(e,n,r){var i,s,o=[],u=0,a=e.length,f=e instanceof v||a!==t&&typeof a=="number"&&(a>0&&e[0]&&e[a-1]||a===0||v.isArray(e));if(f)for(;u<a;u++)i=n(e[u],u,r),i!=null&&(o[o.length]=i);else for(s in e)i=n(e[s],s,r),i!=null&&(o[o.length]=i);return o.concat.apply([],o)},guid:1,proxy:function(e,n){var r,i,s;return typeof n=="string"&&(r=e[n],n=e,e=r),v.isFunction(e)?(i=l.call(arguments,2),s=function(){return e.apply(n,i.concat(l.call(arguments)))},s.guid=e.guid=e.guid||v.guid++,s):t},access:function(e,n,r,i,s,o,u){var a,f=r==null,l=0,c=e.length;if(r&&typeof r=="object"){for(l in r)v.access(e,n,l,r[l],1,o,i);s=1}else if(i!==t){a=u===t&&v.isFunction(i),f&&(a?(a=n,n=function(e,t,n){return a.call(v(e),n)}):(n.call(e,i),n=null));if(n)for(;l<c;l++)n(e[l],r,a?i.call(e[l],l,n(e[l],r)):i,u);s=1}return s?e:f?n.call(e):c?n(e[0],r):o},now:function(){return(new Date).getTime()}}),v.ready.promise=function(t){if(!r){r=v.Deferred();if(i.readyState==="complete")setTimeout(v.ready,1);else if(i.addEventListener)i.addEventListener("DOMContentLoaded",A,!1),e.addEventListener("load",v.ready,!1);else{i.attachEvent("onreadystatechange",A),e.attachEvent("onload",v.ready);var n=!1;try{n=e.frameElement==null&&i.documentElement}catch(s){}n&&n.doScroll&&function o(){if(!v.isReady){try{n.doScroll("left")}catch(e){return setTimeout(o,50)}v.ready()}}()}}return r.promise(t)},v.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(e,t){O["[object "+t+"]"]=t.toLowerCase()}),n=v(i);var M={};v.Callbacks=function(e){e=typeof e=="string"?M[e]||_(e):v.extend({},e);var n,r,i,s,o,u,a=[],f=!e.once&&[],l=function(t){n=e.memory&&t,r=!0,u=s||0,s=0,o=a.length,i=!0;for(;a&&u<o;u++)if(a[u].apply(t[0],t[1])===!1&&e.stopOnFalse){n=!1;break}i=!1,a&&(f?f.length&&l(f.shift()):n?a=[]:c.disable())},c={add:function(){if(a){var t=a.length;(function r(t){v.each(t,function(t,n){var i=v.type(n);i==="function"?(!e.unique||!c.has(n))&&a.push(n):n&&n.length&&i!=="string"&&r(n)})})(arguments),i?o=a.length:n&&(s=t,l(n))}return this},remove:function(){return a&&v.each(arguments,function(e,t){var n;while((n=v.inArray(t,a,n))>-1)a.splice(n,1),i&&(n<=o&&o--,n<=u&&u--)}),this},has:function(e){return v.inArray(e,a)>-1},empty:function(){return a=[],this},disable:function(){return a=f=n=t,this},disabled:function(){return!a},lock:function(){return f=t,n||c.disable(),this},locked:function(){return!f},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],a&&(!r||f)&&(i?f.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},v.extend({Deferred:function(e){var t=[["resolve","done",v.Callbacks("once memory"),"resolved"],["reject","fail",v.Callbacks("once memory"),"rejected"],["notify","progress",v.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return v.Deferred(function(n){v.each(t,function(t,r){var s=r[0],o=e[t];i[r[1]](v.isFunction(o)?function(){var e=o.apply(this,arguments);e&&v.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n:this,[e])}:n[s])}),e=null}).promise()},promise:function(e){return e!=null?v.extend(e,r):r}},i={};return r.pipe=r.then,v.each(t,function(e,s){var o=s[2],u=s[3];r[s[1]]=o.add,u&&o.add(function(){n=u},t[e^1][2].disable,t[2][2].lock),i[s[0]]=o.fire,i[s[0]+"With"]=o.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=l.call(arguments),r=n.length,i=r!==1||e&&v.isFunction(e.promise)?r:0,s=i===1?e:v.Deferred(),o=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?l.call(arguments):r,n===u?s.notifyWith(t,n):--i||s.resolveWith(t,n)}},u,a,f;if(r>1){u=new Array(r),a=new Array(r),f=new Array(r);for(;t<r;t++)n[t]&&v.isFunction(n[t].promise)?n[t].promise().done(o(t,f,n)).fail(s.reject).progress(o(t,a,u)):--i}return i||s.resolveWith(f,n),s.promise()}}),v.support=function(){var t,n,r,s,o,u,a,f,l,c,h,p=i.createElement("div");p.setAttribute("className","t"),p.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",n=p.getElementsByTagName("*"),r=p.getElementsByTagName("a")[0];if(!n||!r||!n.length)return{};s=i.createElement("select"),o=s.appendChild(i.createElement("option")),u=p.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:r.getAttribute("href")==="/a",opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:u.value==="on",optSelected:o.selected,getSetAttribute:p.className!=="t",enctype:!!i.createElement("form").enctype,html5Clone:i.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",boxModel:i.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},u.checked=!0,t.noCloneChecked=u.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!o.disabled;try{delete p.test}catch(d){t.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",h=function(){t.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick"),p.detachEvent("onclick",h)),u=i.createElement("input"),u.value="t",u.setAttribute("type","radio"),t.radioValue=u.value==="t",u.setAttribute("checked","checked"),u.setAttribute("name","t"),p.appendChild(u),a=i.createDocumentFragment(),a.appendChild(p.lastChild),t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,t.appendChecked=u.checked,a.removeChild(u),a.appendChild(p);if(p.attachEvent)for(l in{submit:!0,change:!0,focusin:!0})f="on"+l,c=f in p,c||(p.setAttribute(f,"return;"),c=typeof p[f]=="function"),t[l+"Bubbles"]=c;return v(function(){var n,r,s,o,u="padding:0;margin:0;border:0;display:block;overflow:hidden;",a=i.getElementsByTagName("body")[0];if(!a)return;n=i.createElement("div"),n.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",a.insertBefore(n,a.firstChild),r=i.createElement("div"),n.appendChild(r),r.innerHTML="<table><tr><td></td><td>t</td></tr></table>",s=r.getElementsByTagName("td"),s[0].style.cssText="padding:0;margin:0;border:0;display:none",c=s[0].offsetHeight===0,s[0].style.display="",s[1].style.display="none",t.reliableHiddenOffsets=c&&s[0].offsetHeight===0,r.innerHTML="",r.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=r.offsetWidth===4,t.doesNotIncludeMarginInBodyOffset=a.offsetTop!==1,e.getComputedStyle&&(t.pixelPosition=(e.getComputedStyle(r,null)||{}).top!=="1%",t.boxSizingReliable=(e.getComputedStyle(r,null)||{width:"4px"}).width==="4px",o=i.createElement("div"),o.style.cssText=r.style.cssText=u,o.style.marginRight=o.style.width="0",r.style.width="1px",r.appendChild(o),t.reliableMarginRight=!parseFloat((e.getComputedStyle(o,null)||{}).marginRight)),typeof r.style.zoom!="undefined"&&(r.innerHTML="",r.style.cssText=u+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=r.offsetWidth===3,r.style.display="block",r.style.overflow="visible",r.innerHTML="<div></div>",r.firstChild.style.width="5px",t.shrinkWrapBlocks=r.offsetWidth!==3,n.style.zoom=1),a.removeChild(n),n=r=s=o=null}),a.removeChild(p),n=r=s=o=u=a=p=null,t}();var D=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;v.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(v.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?v.cache[e[v.expando]]:e[v.expando],!!e&&!B(e)},data:function(e,n,r,i){if(!v.acceptData(e))return;var s,o,u=v.expando,a=typeof n=="string",f=e.nodeType,l=f?v.cache:e,c=f?e[u]:e[u]&&u;if((!c||!l[c]||!i&&!l[c].data)&&a&&r===t)return;c||(f?e[u]=c=v.deletedIds.pop()||v.guid++:c=u),l[c]||(l[c]={},f||(l[c].toJSON=v.noop));if(typeof n=="object"||typeof n=="function")i?l[c]=v.extend(l[c],n):l[c].data=v.extend(l[c].data,n);return s=l[c],i||(s.data||(s.data={}),s=s.data),r!==t&&(s[v.camelCase(n)]=r),a?(o=s[n],o==null&&(o=s[v.camelCase(n)])):o=s,o},removeData:function(e,t,n){if(!v.acceptData(e))return;var r,i,s,o=e.nodeType,u=o?v.cache:e,a=o?e[v.expando]:v.expando;if(!u[a])return;if(t){r=n?u[a]:u[a].data;if(r){v.isArray(t)||(t in r?t=[t]:(t=v.camelCase(t),t in r?t=[t]:t=t.split(" ")));for(i=0,s=t.length;i<s;i++)delete r[t[i]];if(!(n?B:v.isEmptyObject)(r))return}}if(!n){delete u[a].data;if(!B(u[a]))return}o?v.cleanData([e],!0):v.support.deleteExpando||u!=u.window?delete u[a]:u[a]=null},_data:function(e,t,n){return v.data(e,t,n,!0)},acceptData:function(e){var t=e.nodeName&&v.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),v.fn.extend({data:function(e,n){var r,i,s,o,u,a=this[0],f=0,l=null;if(e===t){if(this.length){l=v.data(a);if(a.nodeType===1&&!v._data(a,"parsedAttrs")){s=a.attributes;for(u=s.length;f<u;f++)o=s[f].name,o.indexOf("data-")||(o=v.camelCase(o.substring(5)),H(a,o,l[o]));v._data(a,"parsedAttrs",!0)}}return l}return typeof e=="object"?this.each(function(){v.data(this,e)}):(r=e.split(".",2),r[1]=r[1]?"."+r[1]:"",i=r[1]+"!",v.access(this,function(n){if(n===t)return l=this.triggerHandler("getData"+i,[r[0]]),l===t&&a&&(l=v.data(a,e),l=H(a,e,l)),l===t&&r[1]?this.data(r[0]):l;r[1]=n,this.each(function(){var t=v(this);t.triggerHandler("setData"+i,r),v.data(this,e,n),t.triggerHandler("changeData"+i,r)})},null,n,arguments.length>1,null,!1))},removeData:function(e){return this.each(function(){v.removeData(this,e)})}}),v.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=v._data(e,t),n&&(!r||v.isArray(n)?r=v._data(e,t,v.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=v.queue(e,t),r=n.length,i=n.shift(),s=v._queueHooks(e,t),o=function(){v.dequeue(e,t)};i==="inprogress"&&(i=n.shift(),r--),i&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,i.call(e,o,s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return v._data(e,n)||v._data(e,n,{empty:v.Callbacks("once memory").add(function(){v.removeData(e,t+"queue",!0),v.removeData(e,n,!0)})})}}),v.fn.extend({queue:function(e,n){var r=2;return typeof e!="string"&&(n=e,e="fx",r--),arguments.length<r?v.queue(this[0],e):n===t?this:this.each(function(){var t=v.queue(this,e,n);v._queueHooks(this,e),e==="fx"&&t[0]!=="inprogress"&&v.dequeue(this,e)})},dequeue:function(e){return this.each(function(){v.dequeue(this,e)})},delay:function(e,t){return e=v.fx?v.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,s=v.Deferred(),o=this,u=this.length,a=function(){--i||s.resolveWith(o,[o])};typeof e!="string"&&(n=e,e=t),e=e||"fx";while(u--)r=v._data(o[u],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(a));return a(),s.promise(n)}});var j,F,I,q=/[\t\r\n]/g,R=/\r/g,U=/^(?:button|input)$/i,z=/^(?:button|input|object|select|textarea)$/i,W=/^a(?:rea|)$/i,X=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,V=v.support.getSetAttribute;v.fn.extend({attr:function(e,t){return v.access(this,v.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){v.removeAttr(this,e)})},prop:function(e,t){return v.access(this,v.prop,e,t,arguments.length>1)},removeProp:function(e){return e=v.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,s,o,u;if(v.isFunction(e))return this.each(function(t){v(this).addClass(e.call(this,t,this.className))});if(e&&typeof e=="string"){t=e.split(y);for(n=0,r=this.length;n<r;n++){i=this[n];if(i.nodeType===1)if(!i.className&&t.length===1)i.className=e;else{s=" "+i.className+" ";for(o=0,u=t.length;o<u;o++)s.indexOf(" "+t[o]+" ")<0&&(s+=t[o]+" ");i.className=v.trim(s)}}}return this},removeClass:function(e){var n,r,i,s,o,u,a;if(v.isFunction(e))return this.each(function(t){v(this).removeClass(e.call(this,t,this.className))});if(e&&typeof e=="string"||e===t){n=(e||"").split(y);for(u=0,a=this.length;u<a;u++){i=this[u];if(i.nodeType===1&&i.className){r=(" "+i.className+" ").replace(q," ");for(s=0,o=n.length;s<o;s++)while(r.indexOf(" "+n[s]+" ")>=0)r=r.replace(" "+n[s]+" "," ");i.className=e?v.trim(r):""}}}return this},toggleClass:function(e,t){var n=typeof e,r=typeof t=="boolean";return v.isFunction(e)?this.each(function(n){v(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if(n==="string"){var i,s=0,o=v(this),u=t,a=e.split(y);while(i=a[s++])u=r?u:!o.hasClass(i),o[u?"addClass":"removeClass"](i)}else if(n==="undefined"||n==="boolean")this.className&&v._data(this,"__className__",this.className),this.className=this.className||e===!1?"":v._data(this,"__className__")||""})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;n<r;n++)if(this[n].nodeType===1&&(" "+this[n].className+" ").replace(q," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,s=this[0];if(!arguments.length){if(s)return n=v.valHooks[s.type]||v.valHooks[s.nodeName.toLowerCase()],n&&"get"in n&&(r=n.get(s,"value"))!==t?r:(r=s.value,typeof r=="string"?r.replace(R,""):r==null?"":r);return}return i=v.isFunction(e),this.each(function(r){var s,o=v(this);if(this.nodeType!==1)return;i?s=e.call(this,r,o.val()):s=e,s==null?s="":typeof s=="number"?s+="":v.isArray(s)&&(s=v.map(s,function(e){return e==null?"":e+""})),n=v.valHooks[this.type]||v.valHooks[this.nodeName.toLowerCase()];if(!n||!("set"in n)||n.set(this,s,"value")===t)this.value=s})}}),v.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,s=e.type==="select-one"||i<0,o=s?null:[],u=s?i+1:r.length,a=i<0?u:s?i:0;for(;a<u;a++){n=r[a];if((n.selected||a===i)&&(v.support.optDisabled?!n.disabled:n.getAttribute("disabled")===null)&&(!n.parentNode.disabled||!v.nodeName(n.parentNode,"optgroup"))){t=v(n).val();if(s)return t;o.push(t)}}return o},set:function(e,t){var n=v.makeArray(t);return v(e).find("option").each(function(){this.selected=v.inArray(v(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attrFn:{},attr:function(e,n,r,i){var s,o,u,a=e.nodeType;if(!e||a===3||a===8||a===2)return;if(i&&v.isFunction(v.fn[n]))return v(e)[n](r);if(typeof e.getAttribute=="undefined")return v.prop(e,n,r);u=a!==1||!v.isXMLDoc(e),u&&(n=n.toLowerCase(),o=v.attrHooks[n]||(X.test(n)?F:j));if(r!==t){if(r===null){v.removeAttr(e,n);return}return o&&"set"in o&&u&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r)}return o&&"get"in o&&u&&(s=o.get(e,n))!==null?s:(s=e.getAttribute(n),s===null?t:s)},removeAttr:function(e,t){var n,r,i,s,o=0;if(t&&e.nodeType===1){r=t.split(y);for(;o<r.length;o++)i=r[o],i&&(n=v.propFix[i]||i,s=X.test(i),s||v.attr(e,i,""),e.removeAttribute(V?i:n),s&&n in e&&(e[n]=!1))}},attrHooks:{type:{set:function(e,t){if(U.test(e.nodeName)&&e.parentNode)v.error("type property can't be changed");else if(!v.support.radioValue&&t==="radio"&&v.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}},value:{get:function(e,t){return j&&v.nodeName(e,"button")?j.get(e,t):t in e?e.value:null},set:function(e,t,n){if(j&&v.nodeName(e,"button"))return j.set(e,t,n);e.value=t}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,n,r){var i,s,o,u=e.nodeType;if(!e||u===3||u===8||u===2)return;return o=u!==1||!v.isXMLDoc(e),o&&(n=v.propFix[n]||n,s=v.propHooks[n]),r!==t?s&&"set"in s&&(i=s.set(e,r,n))!==t?i:e[n]=r:s&&"get"in s&&(i=s.get(e,n))!==null?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):z.test(e.nodeName)||W.test(e.nodeName)&&e.href?0:t}}}}),F={get:function(e,n){var r,i=v.prop(e,n);return i===!0||typeof i!="boolean"&&(r=e.getAttributeNode(n))&&r.nodeValue!==!1?n.toLowerCase():t},set:function(e,t,n){var r;return t===!1?v.removeAttr(e,n):(r=v.propFix[n]||n,r in e&&(e[r]=!0),e.setAttribute(n,n.toLowerCase())),n}},V||(I={name:!0,id:!0,coords:!0},j=v.valHooks.button={get:function(e,n){var r;return r=e.getAttributeNode(n),r&&(I[n]?r.value!=="":r.specified)?r.value:t},set:function(e,t,n){var r=e.getAttributeNode(n);return r||(r=i.createAttribute(n),e.setAttributeNode(r)),r.value=t+""}},v.each(["width","height"],function(e,t){v.attrHooks[t]=v.extend(v.attrHooks[t],{set:function(e,n){if(n==="")return e.setAttribute(t,"auto"),n}})}),v.attrHooks.contenteditable={get:j.get,set:function(e,t,n){t===""&&(t="false"),j.set(e,t,n)}}),v.support.hrefNormalized||v.each(["href","src","width","height"],function(e,n){v.attrHooks[n]=v.extend(v.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return r===null?t:r}})}),v.support.style||(v.attrHooks.style={get:function(e){return e.style.cssText.toLowerCase()||t},set:function(e,t){return e.style.cssText=t+""}}),v.support.optSelected||(v.propHooks.selected=v.extend(v.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),v.support.enctype||(v.propFix.enctype="encoding"),v.support.checkOn||v.each(["radio","checkbox"],function(){v.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}}),v.each(["radio","checkbox"],function(){v.valHooks[this]=v.extend(v.valHooks[this],{set:function(e,t){if(v.isArray(t))return e.checked=v.inArray(v(e).val(),t)>=0}})});var $=/^(?:textarea|input|select)$/i,J=/^([^\.]*|)(?:\.(.+)|)$/,K=/(?:^|\s)hover(\.\S+|)\b/,Q=/^key/,G=/^(?:mouse|contextmenu)|click/,Y=/^(?:focusinfocus|focusoutblur)$/,Z=function(e){return v.event.special.hover?e:e.replace(K,"mouseenter$1 mouseleave$1")};v.event={add:function(e,n,r,i,s){var o,u,a,f,l,c,h,p,d,m,g;if(e.nodeType===3||e.nodeType===8||!n||!r||!(o=v._data(e)))return;r.handler&&(d=r,r=d.handler,s=d.selector),r.guid||(r.guid=v.guid++),a=o.events,a||(o.events=a={}),u=o.handle,u||(o.handle=u=function(e){return typeof v=="undefined"||!!e&&v.event.triggered===e.type?t:v.event.dispatch.apply(u.elem,arguments)},u.elem=e),n=v.trim(Z(n)).split(" ");for(f=0;f<n.length;f++){l=J.exec(n[f])||[],c=l[1],h=(l[2]||"").split(".").sort(),g=v.event.special[c]||{},c=(s?g.delegateType:g.bindType)||c,g=v.event.special[c]||{},p=v.extend({type:c,origType:l[1],data:i,handler:r,guid:r.guid,selector:s,needsContext:s&&v.expr.match.needsContext.test(s),namespace:h.join(".")},d),m=a[c];if(!m){m=a[c]=[],m.delegateCount=0;if(!g.setup||g.setup.call(e,i,h,u)===!1)e.addEventListener?e.addEventListener(c,u,!1):e.attachEvent&&e.attachEvent("on"+c,u)}g.add&&(g.add.call(e,p),p.handler.guid||(p.handler.guid=r.guid)),s?m.splice(m.delegateCount++,0,p):m.push(p),v.event.global[c]=!0}e=null},global:{},remove:function(e,t,n,r,i){var s,o,u,a,f,l,c,h,p,d,m,g=v.hasData(e)&&v._data(e);if(!g||!(h=g.events))return;t=v.trim(Z(t||"")).split(" ");for(s=0;s<t.length;s++){o=J.exec(t[s])||[],u=a=o[1],f=o[2];if(!u){for(u in h)v.event.remove(e,u+t[s],n,r,!0);continue}p=v.event.special[u]||{},u=(r?p.delegateType:p.bindType)||u,d=h[u]||[],l=d.length,f=f?new RegExp("(^|\\.)"+f.split(".").sort().join("\\.(?:.*\\.|)")+"(\\.|$)"):null;for(c=0;c<d.length;c++)m=d[c],(i||a===m.origType)&&(!n||n.guid===m.guid)&&(!f||f.test(m.namespace))&&(!r||r===m.selector||r==="**"&&m.selector)&&(d.splice(c--,1),m.selector&&d.delegateCount--,p.remove&&p.remove.call(e,m));d.length===0&&l!==d.length&&((!p.teardown||p.teardown.call(e,f,g.handle)===!1)&&v.removeEvent(e,u,g.handle),delete h[u])}v.isEmptyObject(h)&&(delete g.handle,v.removeData(e,"events",!0))},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(n,r,s,o){if(!s||s.nodeType!==3&&s.nodeType!==8){var u,a,f,l,c,h,p,d,m,g,y=n.type||n,b=[];if(Y.test(y+v.event.triggered))return;y.indexOf("!")>=0&&(y=y.slice(0,-1),a=!0),y.indexOf(".")>=0&&(b=y.split("."),y=b.shift(),b.sort());if((!s||v.event.customEvent[y])&&!v.event.global[y])return;n=typeof n=="object"?n[v.expando]?n:new v.Event(y,n):new v.Event(y),n.type=y,n.isTrigger=!0,n.exclusive=a,n.namespace=b.join("."),n.namespace_re=n.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h=y.indexOf(":")<0?"on"+y:"";if(!s){u=v.cache;for(f in u)u[f].events&&u[f].events[y]&&v.event.trigger(n,r,u[f].handle.elem,!0);return}n.result=t,n.target||(n.target=s),r=r!=null?v.makeArray(r):[],r.unshift(n),p=v.event.special[y]||{};if(p.trigger&&p.trigger.apply(s,r)===!1)return;m=[[s,p.bindType||y]];if(!o&&!p.noBubble&&!v.isWindow(s)){g=p.delegateType||y,l=Y.test(g+y)?s:s.parentNode;for(c=s;l;l=l.parentNode)m.push([l,g]),c=l;c===(s.ownerDocument||i)&&m.push([c.defaultView||c.parentWindow||e,g])}for(f=0;f<m.length&&!n.isPropagationStopped();f++)l=m[f][0],n.type=m[f][1],d=(v._data(l,"events")||{})[n.type]&&v._data(l,"handle"),d&&d.apply(l,r),d=h&&l[h],d&&v.acceptData(l)&&d.apply&&d.apply(l,r)===!1&&n.preventDefault();return n.type=y,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(s.ownerDocument,r)===!1)&&(y!=="click"||!v.nodeName(s,"a"))&&v.acceptData(s)&&h&&s[y]&&(y!=="focus"&&y!=="blur"||n.target.offsetWidth!==0)&&!v.isWindow(s)&&(c=s[h],c&&(s[h]=null),v.event.triggered=y,s[y](),v.event.triggered=t,c&&(s[h]=c)),n.result}return},dispatch:function(n){n=v.event.fix(n||e.event);var r,i,s,o,u,a,f,c,h,p,d=(v._data(this,"events")||{})[n.type]||[],m=d.delegateCount,g=l.call(arguments),y=!n.exclusive&&!n.namespace,b=v.event.special[n.type]||{},w=[];g[0]=n,n.delegateTarget=this;if(b.preDispatch&&b.preDispatch.call(this,n)===!1)return;if(m&&(!n.button||n.type!=="click"))for(s=n.target;s!=this;s=s.parentNode||this)if(s.disabled!==!0||n.type!=="click"){u={},f=[];for(r=0;r<m;r++)c=d[r],h=c.selector,u[h]===t&&(u[h]=c.needsContext?v(h,this).index(s)>=0:v.find(h,this,null,[s]).length),u[h]&&f.push(c);f.length&&w.push({elem:s,matches:f})}d.length>m&&w.push({elem:this,matches:d.slice(m)});for(r=0;r<w.length&&!n.isPropagationStopped();r++){a=w[r],n.currentTarget=a.elem;for(i=0;i<a.matches.length&&!n.isImmediatePropagationStopped();i++){c=a.matches[i];if(y||!n.namespace&&!c.namespace||n.namespace_re&&n.namespace_re.test(c.namespace))n.data=c.data,n.handleObj=c,o=((v.event.special[c.origType]||{}).handle||c.handler).apply(a.elem,g),o!==t&&(n.result=o,o===!1&&(n.preventDefault(),n.stopPropagation()))}}return b.postDispatch&&b.postDispatch.call(this,n),n.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return e.which==null&&(e.which=t.charCode!=null?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,s,o,u=n.button,a=n.fromElement;return e.pageX==null&&n.clientX!=null&&(r=e.target.ownerDocument||i,s=r.documentElement,o=r.body,e.pageX=n.clientX+(s&&s.scrollLeft||o&&o.scrollLeft||0)-(s&&s.clientLeft||o&&o.clientLeft||0),e.pageY=n.clientY+(s&&s.scrollTop||o&&o.scrollTop||0)-(s&&s.clientTop||o&&o.clientTop||0)),!e.relatedTarget&&a&&(e.relatedTarget=a===e.target?n.toElement:a),!e.which&&u!==t&&(e.which=u&1?1:u&2?3:u&4?2:0),e}},fix:function(e){if(e[v.expando])return e;var t,n,r=e,s=v.event.fixHooks[e.type]||{},o=s.props?this.props.concat(s.props):this.props;e=v.Event(r);for(t=o.length;t;)n=o[--t],e[n]=r[n];return e.target||(e.target=r.srcElement||i),e.target.nodeType===3&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,r):e},special:{load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(e,t,n){v.isWindow(this)&&(this.onbeforeunload=n)},teardown:function(e,t){this.onbeforeunload===t&&(this.onbeforeunload=null)}}},simulate:function(e,t,n,r){var i=v.extend(new v.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?v.event.trigger(i,null,t):v.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},v.event.handle=v.event.dispatch,v.removeEvent=i.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]=="undefined"&&(e[r]=null),e.detachEvent(r,n))},v.Event=function(e,t){if(!(this instanceof v.Event))return new v.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?tt:et):this.type=e,t&&v.extend(this,t),this.timeStamp=e&&e.timeStamp||v.now(),this[v.expando]=!0},v.Event.prototype={preventDefault:function(){this.isDefaultPrevented=tt;var e=this.originalEvent;if(!e)return;e.preventDefault?e.preventDefault():e.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=tt;var e=this.originalEvent;if(!e)return;e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=tt,this.stopPropagation()},isDefaultPrevented:et,isPropagationStopped:et,isImmediatePropagationStopped:et},v.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){v.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,s=e.handleObj,o=s.selector;if(!i||i!==r&&!v.contains(r,i))e.type=s.origType,n=s.handler.apply(this,arguments),e.type=t;return n}}}),v.support.submitBubbles||(v.event.special.submit={setup:function(){if(v.nodeName(this,"form"))return!1;v.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=v.nodeName(n,"input")||v.nodeName(n,"button")?n.form:t;r&&!v._data(r,"_submit_attached")&&(v.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),v._data(r,"_submit_attached",!0))})},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&v.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){if(v.nodeName(this,"form"))return!1;v.event.remove(this,"._submit")}}),v.support.changeBubbles||(v.event.special.change={setup:function(){if($.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")v.event.add(this,"propertychange._change",function(e){e.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),v.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),v.event.simulate("change",this,e,!0)});return!1}v.event.add(this,"beforeactivate._change",function(e){var t=e.target;$.test(t.nodeName)&&!v._data(t,"_change_attached")&&(v.event.add(t,"change._change",function(e){this.parentNode&&!e.isSimulated&&!e.isTrigger&&v.event.simulate("change",this.parentNode,e,!0)}),v._data(t,"_change_attached",!0))})},handle:function(e){var t=e.target;if(this!==t||e.isSimulated||e.isTrigger||t.type!=="radio"&&t.type!=="checkbox")return e.handleObj.handler.apply(this,arguments)},teardown:function(){return v.event.remove(this,"._change"),!$.test(this.nodeName)}}),v.support.focusinBubbles||v.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){v.event.simulate(t,e.target,v.event.fix(e),!0)};v.event.special[t]={setup:function(){n++===0&&i.addEventListener(e,r,!0)},teardown:function(){--n===0&&i.removeEventListener(e,r,!0)}}}),v.fn.extend({on:function(e,n,r,i,s){var o,u;if(typeof e=="object"){typeof n!="string"&&(r=r||n,n=t);for(u in e)this.on(u,n,r,e[u],s);return this}r==null&&i==null?(i=n,r=n=t):i==null&&(typeof n=="string"?(i=r,r=t):(i=r,r=n,n=t));if(i===!1)i=et;else if(!i)return this;return s===1&&(o=i,i=function(e){return v().off(e),o.apply(this,arguments)},i.guid=o.guid||(o.guid=v.guid++)),this.each(function(){v.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,s;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,v(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if(typeof e=="object"){for(s in e)this.off(s,n,e[s]);return this}if(n===!1||typeof n=="function")r=n,n=t;return r===!1&&(r=et),this.each(function(){v.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},live:function(e,t,n){return v(this.context).on(e,this.selector,t,n),this},die:function(e,t){return v(this.context).off(e,this.selector||"**",t),this},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){v.event.trigger(e,t,this)})},triggerHandler:function(e,t){if(this[0])return v.event.trigger(e,t,this[0],!0)},toggle:function(e){var t=arguments,n=e.guid||v.guid++,r=0,i=function(n){var i=(v._data(this,"lastToggle"+e.guid)||0)%r;return v._data(this,"lastToggle"+e.guid,i+1),n.preventDefault(),t[i].apply(this,arguments)||!1};i.guid=n;while(r<t.length)t[r++].guid=n;return this.click(i)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),v.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){v.fn[t]=function(e,n){return n==null&&(n=e,e=null),arguments.length>0?this.on(t,null,e,n):this.trigger(t)},Q.test(t)&&(v.event.fixHooks[t]=v.event.keyHooks),G.test(t)&&(v.event.fixHooks[t]=v.event.mouseHooks)}),function(e,t){function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||typeof e!="string")return n;if(l!==1&&l!==9)return[];a=o(t);if(!a&&!r)if(i=R.exec(e))if(f=i[1]){if(l===9){s=t.getElementById(f);if(!s||!s.parentNode)return n;if(s.id===f)return n.push(s),n}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(f))&&u(t,s)&&s.id===f)return n.push(s),n}else{if(i[2])return S.apply(n,x.call(t.getElementsByTagName(e),0)),n;if((f=i[3])&&Z&&t.getElementsByClassName)return S.apply(n,x.call(t.getElementsByClassName(f),0)),n}return vt(e.replace(j,"$1"),t,n,r,a)}function rt(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}}function it(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}}function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=e([],n.length,t),o=s.length;while(o--)n[i=s[o]]&&(n[i]=!(r[i]=n[i]))})})}function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r===t)return-1;r=r.nextSibling}return 1}function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice(0);u=e,a=[],f=i.preFilter;while(u){if(!n||(r=F.exec(u)))r&&(u=u.slice(r[0].length)||u),a.push(s=[]);n=!1;if(r=I.exec(u))s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=r[0].replace(j," ");for(o in i.filter)(r=J[o].exec(u))&&(!f[o]||(r=f[o](r)))&&(s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=o,n.matches=r);if(!n)break}return t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.first?function(t,n,r){while(t=t[i])if(s||t.nodeType===1)return e(t,n,r)}:function(t,r,u){if(!u){var a,f=b+" "+o+" ",l=f+n;while(t=t[i])if(s||t.nodeType===1){if((a=t[d])===l)return t.sizset;if(typeof a=="string"&&a.indexOf(f)===0){if(t.sizset)return t}else{t[d]=l;if(e(t,r,u))return t.sizset=!0,t;t.sizset=!1}}}else while(t=t[i])if(s||t.nodeType===1)if(e(t,r,u))return t}}function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u<a;u++)if(s=e[u])if(!n||n(s,r,i))o.push(s),f&&t.push(u);return o}function ct(e,t,n,r,i,s){return r&&!r[d]&&(r=ct(r)),i&&!i[d]&&(i=ct(i,s)),N(function(s,o,u,a){var f,l,c,h=[],p=[],d=o.length,v=s||dt(t||"*",u.nodeType?[u]:u,[]),m=e&&(s||!t)?lt(v,h,e,u,a):v,g=n?i||(s?e:d||r)?[]:o:m;n&&n(m,g,u,a);if(r){f=lt(g,p),r(f,[],u,a),l=f.length;while(l--)if(c=f[l])g[p[l]]=!(m[p[l]]=c)}if(s){if(i||e){if(i){f=[],l=g.length;while(l--)(c=g[l])&&f.push(m[l]=c);i(null,g=[],f,a)}l=g.length;while(l--)(c=g[l])&&(f=i?T.call(s,c):h[l])>-1&&(s[f]=!(o[f]=c))}}else g=lt(g===o?g.splice(d,g.length):g),i?i(null,o,g,a):S.apply(o,g)})}function ht(e){var t,n,r,s=e.length,o=i.relative[e[0].type],u=o||i.relative[" "],a=o?1:0,f=at(function(e){return e===t},u,!0),l=at(function(e){return T.call(t,e)>-1},u,!0),h=[function(e,n,r){return!o&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r))}];for(;a<s;a++)if(n=i.relative[e[a].type])h=[at(ft(h),n)];else{n=i.filter[e[a].type].apply(null,e[a].matches);if(n[d]){r=++a;for(;r<s;r++)if(i.relative[e[r].type])break;return ct(a>1&&ft(h),a>1&&e.slice(0,a-1).join("").replace(j,"$1"),n,a<r&&ht(e.slice(a,r)),r<s&&ht(e=e.slice(r)),r<s&&e.join(""))}h.push(n)}return ft(h)}function pt(e,t){var r=t.length>0,s=e.length>0,o=function(u,a,f,l,h){var p,d,v,m=[],y=0,w="0",x=u&&[],T=h!=null,N=c,C=u||s&&i.find.TAG("*",h&&a.parentNode||a),k=b+=N==null?1:Math.E;T&&(c=a!==g&&a,n=o.el);for(;(p=C[w])!=null;w++){if(s&&p){for(d=0;v=e[d];d++)if(v(p,a,f)){l.push(p);break}T&&(b=k,n=++o.el)}r&&((p=!v&&p)&&y--,u&&x.push(p))}y+=w;if(r&&w!==y){for(d=0;v=t[d];d++)v(x,m,a,f);if(u){if(y>0)while(w--)!x[w]&&!m[w]&&(m[w]=E.call(l));m=lt(m)}S.apply(l,m),T&&!u&&m.length>0&&y+t.length>1&&nt.uniqueSort(l)}return T&&(b=k,c=N),x};return o.el=0,r?N(o):o}function dt(e,t,n){var r=0,i=t.length;for(;r<i;r++)nt(e,t[r],n);return n}function vt(e,t,n,r,s){var o,u,f,l,c,h=ut(e),p=h.length;if(!r&&h.length===1){u=h[0]=h[0].slice(0);if(u.length>2&&(f=u[0]).type==="ID"&&t.nodeType===9&&!s&&i.relative[u[1].type]){t=i.find.ID(f.matches[0].replace($,""),t,s)[0];if(!t)return n;e=e.slice(u.shift().length)}for(o=J.POS.test(e)?-1:u.length-1;o>=0;o--){f=u[o];if(i.relative[l=f.type])break;if(c=i.find[l])if(r=c(f.matches[0].replace($,""),z.test(u[0].type)&&t.parentNode||t,s)){u.splice(o,1),e=r.length&&u.join("");if(!e)return S.apply(n,x.call(r,0)),n;break}}}return a(e,h)(r,t,s,n,z.test(e)),n}function mt(){}var n,r,i,s,o,u,a,f,l,c,h=!0,p="undefined",d=("sizcache"+Math.random()).replace(".",""),m=String,g=e.document,y=g.documentElement,b=0,w=0,E=[].pop,S=[].push,x=[].slice,T=[].indexOf||function(e){var t=0,n=this.length;for(;t<n;t++)if(this[t]===e)return t;return-1},N=function(e,t){return e[d]=t==null||t,e},C=function(){var e={},t=[];return N(function(n,r){return t.push(n)>i.cacheLength&&delete e[t.shift()],e[n+" "]=r},e)},k=C(),L=C(),A=C(),O="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",_=M.replace("w","w#"),D="([*^$|!~]?=)",P="\\["+O+"*("+M+")"+O+"*(?:"+D+O+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+_+")|)|)"+O+"*\\]",H=":("+M+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+P+")|[^:]|\\\\.)*|.*))\\)|)",B=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)",j=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),F=new RegExp("^"+O+"*,"+O+"*"),I=new RegExp("^"+O+"*([\\x20\\t\\r\\n\\f>+~])"+O+"*"),q=new RegExp(H),R=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,U=/^:not/,z=/[\x20\t\r\n\f]*[+~]/,W=/:not\($/,X=/h\d/i,V=/input|select|textarea|button/i,$=/\\(?!\\)/g,J={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),NAME:new RegExp("^\\[name=['\"]?("+M+")['\"]?\\]"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+H),POS:new RegExp(B,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),needsContext:new RegExp("^"+O+"*[>+~]|"+B,"i")},K=function(e){var t=g.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getElementsByTagName("*").length}),G=K(function(e){return e.innerHTML="<a href='#'></a>",e.firstChild&&typeof e.firstChild.getAttribute!==p&&e.firstChild.getAttribute("href")==="#"}),Y=K(function(e){e.innerHTML="<select></select>";var t=typeof e.lastChild.getAttribute("multiple");return t!=="boolean"&&t!=="string"}),Z=K(function(e){return e.innerHTML="<div class='hidden e'></div><div class='hidden'></div>",!e.getElementsByClassName||!e.getElementsByClassName("e").length?!1:(e.lastChild.className="e",e.getElementsByClassName("e").length===2)}),et=K(function(e){e.id=d+0,e.innerHTML="<a name='"+d+"'></a><div name='"+d+"'></div>",y.insertBefore(e,y.firstChild);var t=g.getElementsByName&&g.getElementsByName(d).length===2+g.getElementsByName(d+0).length;return r=!g.getElementById(d),y.removeChild(e),t});try{x.call(y.childNodes,0)[0].nodeType}catch(tt){x=function(e){var t,n=[];for(;t=this[e];e++)n.push(t);return n}}nt.matches=function(e,t){return nt(e,null,null,t)},nt.matchesSelector=function(e,t){return nt(t,null,null,[e]).length>0},s=nt.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(i===1||i===9||i===11){if(typeof e.textContent=="string")return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(i===3||i===4)return e.nodeValue}else for(;t=e[r];r++)n+=s(t);return n},o=nt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1},u=nt.contains=y.contains?function(e,t){var n=e.nodeType===9?e.documentElement:e,r=t&&t.parentNode;return e===r||!!(r&&r.nodeType===1&&n.contains&&n.contains(r))}:y.compareDocumentPosition?function(e,t){return t&&!!(e.compareDocumentPosition(t)&16)}:function(e,t){while(t=t.parentNode)if(t===e)return!0;return!1},nt.attr=function(e,t){var n,r=o(e);return r||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):r||Y?e.getAttribute(t):(n=e.getAttributeNode(t),n?typeof e[t]=="boolean"?e[t]?t:null:n.specified?n.value:null:null)},i=nt.selectors={cacheLength:50,createPseudo:N,match:J,attrHandle:G?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},find:{ID:r?function(e,t,n){if(typeof t.getElementById!==p&&!n){var r=t.getElementById(e);return r&&r.parentNode?[r]:[]}}:function(e,n,r){if(typeof n.getElementById!==p&&!r){var i=n.getElementById(e);return i?i.id===e||typeof i.getAttributeNode!==p&&i.getAttributeNode("id").value===e?[i]:t:[]}},TAG:Q?function(e,t){if(typeof t.getElementsByTagName!==p)return t.getElementsByTagName(e)}:function(e,t){var n=t.getElementsByTagName(e);if(e==="*"){var r,i=[],s=0;for(;r=n[s];s++)r.nodeType===1&&i.push(r);return i}return n},NAME:et&&function(e,t){if(typeof t.getElementsByName!==p)return t.getElementsByName(name)},CLASS:Z&&function(e,t,n){if(typeof t.getElementsByClassName!==p&&!n)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,""),e[3]=(e[4]||e[5]||"").replace($,""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1]==="nth"?(e[2]||nt.error(e[0]),e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd")),e[4]=+(e[6]+e[7]||e[2]==="odd")):e[2]&&nt.error(e[0]),e},PSEUDO:function(e){var t,n;if(J.CHILD.test(e[0]))return null;if(e[3])e[2]=e[3];else if(t=e[4])q.test(t)&&(n=ut(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(t=t.slice(0,n),e[0]=e[0].slice(0,n)),e[2]=t;return e.slice(0,3)}},filter:{ID:r?function(e){return e=e.replace($,""),function(t){return t.getAttribute("id")===e}}:function(e){return e=e.replace($,""),function(t){var n=typeof t.getAttributeNode!==p&&t.getAttributeNode("id");return n&&n.value===e}},TAG:function(e){return e==="*"?function(){return!0}:(e=e.replace($,"").toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[d][e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==p&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r,i){var s=nt.attr(r,e);return s==null?t==="!=":t?(s+="",t==="="?s===n:t==="!="?s!==n:t==="^="?n&&s.indexOf(n)===0:t==="*="?n&&s.indexOf(n)>-1:t==="$="?n&&s.substr(s.length-n.length)===n:t==="~="?(" "+s+" ").indexOf(n)>-1:t==="|="?s===n||s.substr(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r){return e==="nth"?function(e){var t,i,s=e.parentNode;if(n===1&&r===0)return!0;if(s){i=0;for(t=s.firstChild;t;t=t.nextSibling)if(t.nodeType===1){i++;if(e===t)break}}return i-=r,i===n||i%n===0&&i/n>=0}:function(t){var n=t;switch(e){case"only":case"first":while(n=n.previousSibling)if(n.nodeType===1)return!1;if(e==="first")return!0;n=t;case"last":while(n=n.nextSibling)if(n.nodeType===1)return!1;return!0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||nt.error("unsupported pseudo: "+e);return r[d]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,n){var i,s=r(e,t),o=s.length;while(o--)i=T.call(e,s[o]),e[i]=!(n[i]=s[o])}):function(e){return r(e,0,n)}):r}},pseudos:{not:N(function(e){var t=[],n=[],r=a(e.replace(j,"$1"));return r[d]?N(function(e,t,n,i){var s,o=r(e,null,i,[]),u=e.length;while(u--)if(s=o[u])e[u]=!(t[u]=s)}):function(e,i,s){return t[0]=e,r(t,null,s,n),!n.pop()}}),has:N(function(e){return function(t){return nt(e,t).length>0}}),contains:N(function(e){return function(t){return(t.textContent||t.innerText||s(t)).indexOf(e)>-1}}),enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&!!e.checked||t==="option"&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},parent:function(e){return!i.pseudos.empty(e)},empty:function(e){var t;e=e.firstChild;while(e){if(e.nodeName>"@"||(t=e.nodeType)===3||t===4)return!1;e=e.nextSibling}return!0},header:function(e){return X.test(e.nodeName)},text:function(e){var t,n;return e.nodeName.toLowerCase()==="input"&&(t=e.type)==="text"&&((n=e.getAttribute("type"))==null||n.toLowerCase()===t)},radio:rt("radio"),checkbox:rt("checkbox"),file:rt("file"),password:rt("password"),image:rt("image"),submit:it("submit"),reset:it("reset"),button:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},input:function(e){return V.test(e.nodeName)},focus:function(e){var t=e.ownerDocument;return e===t.activeElement&&(!t.hasFocus||t.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},active:function(e){return e===e.ownerDocument.activeElement},first:st(function(){return[0]}),last:st(function(e,t){return[t-1]}),eq:st(function(e,t,n){return[n<0?n+t:n]}),even:st(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:st(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:st(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:st(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}},f=y.compareDocumentPosition?function(e,t){return e===t?(l=!0,0):(!e.compareDocumentPosition||!t.compareDocumentPosition?e.compareDocumentPosition:e.compareDocumentPosition(t)&4)?-1:1}:function(e,t){if(e===t)return l=!0,0;if(e.sourceIndex&&t.sourceIndex)return e.sourceIndex-t.sourceIndex;var n,r,i=[],s=[],o=e.parentNode,u=t.parentNode,a=o;if(o===u)return ot(e,t);if(!o)return-1;if(!u)return 1;while(a)i.unshift(a),a=a.parentNode;a=u;while(a)s.unshift(a),a=a.parentNode;n=i.length,r=s.length;for(var f=0;f<n&&f<r;f++)if(i[f]!==s[f])return ot(i[f],s[f]);return f===n?ot(e,s[f],-1):ot(i[f],t,1)},[0,0].sort(f),h=!l,nt.uniqueSort=function(e){var t,n=[],r=1,i=0;l=h,e.sort(f);if(l){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e},nt.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},a=nt.compile=function(e,t){var n,r=[],i=[],s=A[d][e+" "];if(!s){t||(t=ut(e)),n=t.length;while(n--)s=ht(t[n]),s[d]?r.push(s):i.push(s);s=A(e,pt(i,r))}return s},g.querySelectorAll&&function(){var e,t=vt,n=/'|\\/g,r=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,i=[":focus"],s=[":active"],u=y.matchesSelector||y.mozMatchesSelector||y.webkitMatchesSelector||y.oMatchesSelector||y.msMatchesSelector;K(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||i.push("\\["+O+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||i.push(":checked")}),K(function(e){e.innerHTML="<p test=''></p>",e.querySelectorAll("[test^='']").length&&i.push("[*^$]="+O+"*(?:\"\"|'')"),e.innerHTML="<input type='hidden'/>",e.querySelectorAll(":enabled").length||i.push(":enabled",":disabled")}),i=new RegExp(i.join("|")),vt=function(e,r,s,o,u){if(!o&&!u&&!i.test(e)){var a,f,l=!0,c=d,h=r,p=r.nodeType===9&&e;if(r.nodeType===1&&r.nodeName.toLowerCase()!=="object"){a=ut(e),(l=r.getAttribute("id"))?c=l.replace(n,"\\$&"):r.setAttribute("id",c),c="[id='"+c+"'] ",f=a.length;while(f--)a[f]=c+a[f].join("");h=z.test(e)&&r.parentNode||r,p=a.join(",")}if(p)try{return S.apply(s,x.call(h.querySelectorAll(p),0)),s}catch(v){}finally{l||r.removeAttribute("id")}}return t(e,r,s,o,u)},u&&(K(function(t){e=u.call(t,"div");try{u.call(t,"[test!='']:sizzle"),s.push("!=",H)}catch(n){}}),s=new RegExp(s.join("|")),nt.matchesSelector=function(t,n){n=n.replace(r,"='$1']");if(!o(t)&&!s.test(n)&&!i.test(n))try{var a=u.call(t,n);if(a||e||t.document&&t.document.nodeType!==11)return a}catch(f){}return nt(n,null,null,[t]).length>0})}(),i.pseudos.nth=i.pseudos.eq,i.filters=mt.prototype=i.pseudos,i.setFilters=new mt,nt.attr=v.attr,v.find=nt,v.expr=nt.selectors,v.expr[":"]=v.expr.pseudos,v.unique=nt.uniqueSort,v.text=nt.getText,v.isXMLDoc=nt.isXML,v.contains=nt.contains}(e);var nt=/Until$/,rt=/^(?:parents|prev(?:Until|All))/,it=/^.[^:#\[\.,]*$/,st=v.expr.match.needsContext,ot={children:!0,contents:!0,next:!0,prev:!0};v.fn.extend({find:function(e){var t,n,r,i,s,o,u=this;if(typeof e!="string")return v(e).filter(function(){for(t=0,n=u.length;t<n;t++)if(v.contains(u[t],this))return!0});o=this.pushStack("","find",e);for(t=0,n=this.length;t<n;t++){r=o.length,v.find(e,this[t],o);if(t>0)for(i=r;i<o.length;i++)for(s=0;s<r;s++)if(o[s]===o[i]){o.splice(i--,1);break}}return o},has:function(e){var t,n=v(e,this),r=n.length;return this.filter(function(){for(t=0;t<r;t++)if(v.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1),"not",e)},filter:function(e){return this.pushStack(ft(this,e,!0),"filter",e)},is:function(e){return!!e&&(typeof e=="string"?st.test(e)?v(e,this.context).index(this[0])>=0:v.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,s=[],o=st.test(e)||typeof e!="string"?v(e,t||this.context):0;for(;r<i;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&n.nodeType!==11){if(o?o.index(n)>-1:v.find.matchesSelector(n,e)){s.push(n);break}n=n.parentNode}}return s=s.length>1?v.unique(s):s,this.pushStack(s,"closest",e)},index:function(e){return e?typeof e=="string"?v.inArray(this[0],v(e)):v.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(e,t){var n=typeof e=="string"?v(e,t):v.makeArray(e&&e.nodeType?[e]:e),r=v.merge(this.get(),n);return this.pushStack(ut(n[0])||ut(r[0])?r:v.unique(r))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}}),v.fn.andSelf=v.fn.addBack,v.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return v.dir(e,"parentNode")},parentsUntil:function(e,t,n){return v.dir(e,"parentNode",n)},next:function(e){return at(e,"nextSibling")},prev:function(e){return at(e,"previousSibling")},nextAll:function(e){return v.dir(e,"nextSibling")},prevAll:function(e){return v.dir(e,"previousSibling")},nextUntil:function(e,t,n){return v.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return v.dir(e,"previousSibling",n)},siblings:function(e){return v.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return v.sibling(e.firstChild)},contents:function(e){return v.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:v.merge([],e.childNodes)}},function(e,t){v.fn[e]=function(n,r){var i=v.map(this,t,n);return nt.test(e)||(r=n),r&&typeof r=="string"&&(i=v.filter(r,i)),i=this.length>1&&!ot[e]?v.unique(i):i,this.length>1&&rt.test(e)&&(i=i.reverse()),this.pushStack(i,e,l.call(arguments).join(","))}}),v.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),t.length===1?v.find.matchesSelector(t[0],e)?[t[0]]:[]:v.find.matches(e,t)},dir:function(e,n,r){var i=[],s=e[n];while(s&&s.nodeType!==9&&(r===t||s.nodeType!==1||!v(s).is(r)))s.nodeType===1&&i.push(s),s=s[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}});var ct="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ht=/ jQuery\d+="(?:null|\d+)"/g,pt=/^\s+/,dt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,vt=/<([\w:]+)/,mt=/<tbody/i,gt=/<|&#?\w+;/,yt=/<(?:script|style|link)/i,bt=/<(?:script|object|embed|option|style)/i,wt=new RegExp("<(?:"+ct+")[\\s/>]","i"),Et=/^(?:checkbox|radio)$/,St=/checked\s*(?:[^=]|=\s*.checked.)/i,xt=/\/(java|ecma)script/i,Tt=/^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,Nt={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},Ct=lt(i),kt=Ct.appendChild(i.createElement("div"));Nt.optgroup=Nt.option,Nt.tbody=Nt.tfoot=Nt.colgroup=Nt.caption=Nt.thead,Nt.th=Nt.td,v.support.htmlSerialize||(Nt._default=[1,"X<div>","</div>"]),v.fn.extend({text:function(e){return v.access(this,function(e){return e===t?v.text(this):this.empty().append((this[0]&&this[0].ownerDocument||i).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(v.isFunction(e))return this.each(function(t){v(this).wrapAll(e.call(this,t))});if(this[0]){var t=v(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&e.firstChild.nodeType===1)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return v.isFunction(e)?this.each(function(t){v(this).wrapInner(e.call(this,t))}):this.each(function(){var t=v(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v.isFunction(e);return this.each(function(n){v(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){v.nodeName(this,"body")||v(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(e,this.firstChild)})},before:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(e,this),"before",this.selector)}},after:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this.nextSibling)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(this,e),"after",this.selector)}},remove:function(e,t){var n,r=0;for(;(n=this[r])!=null;r++)if(!e||v.filter(e,[n]).length)!t&&n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),v.cleanData([n])),n.parentNode&&n.parentNode.removeChild(n);return this},empty:function(){var e,t=0;for(;(e=this[t])!=null;t++){e.nodeType===1&&v.cleanData(e.getElementsByTagName("*"));while(e.firstChild)e.removeChild(e.firstChild)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return v.clone(this,e,t)})},html:function(e){return v.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return n.nodeType===1?n.innerHTML.replace(ht,""):t;if(typeof e=="string"&&!yt.test(e)&&(v.support.htmlSerialize||!wt.test(e))&&(v.support.leadingWhitespace||!pt.test(e))&&!Nt[(vt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(dt,"<$1></$2>");try{for(;r<i;r++)n=this[r]||{},n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),n.innerHTML=e);n=0}catch(s){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){return ut(this[0])?this.length?this.pushStack(v(v.isFunction(e)?e():e),"replaceWith",e):this:v.isFunction(e)?this.each(function(t){var n=v(this),r=n.html();n.replaceWith(e.call(this,t,r))}):(typeof e!="string"&&(e=v(e).detach()),this.each(function(){var t=this.nextSibling,n=this.parentNode;v(this).remove(),t?v(t).before(e):v(n).append(e)}))},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=[].concat.apply([],e);var i,s,o,u,a=0,f=e[0],l=[],c=this.length;if(!v.support.checkClone&&c>1&&typeof f=="string"&&St.test(f))return this.each(function(){v(this).domManip(e,n,r)});if(v.isFunction(f))return this.each(function(i){var s=v(this);e[0]=f.call(this,i,n?s.html():t),s.domManip(e,n,r)});if(this[0]){i=v.buildFragment(e,this,l),o=i.fragment,s=o.firstChild,o.childNodes.length===1&&(o=s);if(s){n=n&&v.nodeName(s,"tr");for(u=i.cacheable||c-1;a<c;a++)r.call(n&&v.nodeName(this[a],"table")?Lt(this[a],"tbody"):this[a],a===u?o:v.clone(o,!0,!0))}o=s=null,l.length&&v.each(l,function(e,t){t.src?v.ajax?v.ajax({url:t.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):v.error("no ajax"):v.globalEval((t.text||t.textContent||t.innerHTML||"").replace(Tt,"")),t.parentNode&&t.parentNode.removeChild(t)})}return this}}),v.buildFragment=function(e,n,r){var s,o,u,a=e[0];return n=n||i,n=!n.nodeType&&n[0]||n,n=n.ownerDocument||n,e.length===1&&typeof a=="string"&&a.length<512&&n===i&&a.charAt(0)==="<"&&!bt.test(a)&&(v.support.checkClone||!St.test(a))&&(v.support.html5Clone||!wt.test(a))&&(o=!0,s=v.fragments[a],u=s!==t),s||(s=n.createDocumentFragment(),v.clean(e,n,s,r),o&&(v.fragments[a]=u&&s)),{fragment:s,cacheable:o}},v.fragments={},v.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){v.fn[e]=function(n){var r,i=0,s=[],o=v(n),u=o.length,a=this.length===1&&this[0].parentNode;if((a==null||a&&a.nodeType===11&&a.childNodes.length===1)&&u===1)return o[t](this[0]),this;for(;i<u;i++)r=(i>0?this.clone(!0):this).get(),v(o[i])[t](r),s=s.concat(r);return this.pushStack(s,e,o.selector)}}),v.extend({clone:function(e,t,n){var r,i,s,o;v.support.html5Clone||v.isXMLDoc(e)||!wt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(kt.innerHTML=e.outerHTML,kt.removeChild(o=kt.firstChild));if((!v.support.noCloneEvent||!v.support.noCloneChecked)&&(e.nodeType===1||e.nodeType===11)&&!v.isXMLDoc(e)){Ot(e,o),r=Mt(e),i=Mt(o);for(s=0;r[s];++s)i[s]&&Ot(r[s],i[s])}if(t){At(e,o);if(n){r=Mt(e),i=Mt(o);for(s=0;r[s];++s)At(r[s],i[s])}}return r=i=null,o},clean:function(e,t,n,r){var s,o,u,a,f,l,c,h,p,d,m,g,y=t===i&&Ct,b=[];if(!t||typeof t.createDocumentFragment=="undefined")t=i;for(s=0;(u=e[s])!=null;s++){typeof u=="number"&&(u+="");if(!u)continue;if(typeof u=="string")if(!gt.test(u))u=t.createTextNode(u);else{y=y||lt(t),c=t.createElement("div"),y.appendChild(c),u=u.replace(dt,"<$1></$2>"),a=(vt.exec(u)||["",""])[1].toLowerCase(),f=Nt[a]||Nt._default,l=f[0],c.innerHTML=f[1]+u+f[2];while(l--)c=c.lastChild;if(!v.support.tbody){h=mt.test(u),p=a==="table"&&!h?c.firstChild&&c.firstChild.childNodes:f[1]==="<table>"&&!h?c.childNodes:[];for(o=p.length-1;o>=0;--o)v.nodeName(p[o],"tbody")&&!p[o].childNodes.length&&p[o].parentNode.removeChild(p[o])}!v.support.leadingWhitespace&&pt.test(u)&&c.insertBefore(t.createTextNode(pt.exec(u)[0]),c.firstChild),u=c.childNodes,c.parentNode.removeChild(c)}u.nodeType?b.push(u):v.merge(b,u)}c&&(u=c=y=null);if(!v.support.appendChecked)for(s=0;(u=b[s])!=null;s++)v.nodeName(u,"input")?_t(u):typeof u.getElementsByTagName!="undefined"&&v.grep(u.getElementsByTagName("input"),_t);if(n){m=function(e){if(!e.type||xt.test(e.type))return r?r.push(e.parentNode?e.parentNode.removeChild(e):e):n.appendChild(e)};for(s=0;(u=b[s])!=null;s++)if(!v.nodeName(u,"script")||!m(u))n.appendChild(u),typeof u.getElementsByTagName!="undefined"&&(g=v.grep(v.merge([],u.getElementsByTagName("script")),m),b.splice.apply(b,[s+1,0].concat(g)),s+=g.length)}return b},cleanData:function(e,t){var n,r,i,s,o=0,u=v.expando,a=v.cache,f=v.support.deleteExpando,l=v.event.special;for(;(i=e[o])!=null;o++)if(t||v.acceptData(i)){r=i[u],n=r&&a[r];if(n){if(n.events)for(s in n.events)l[s]?v.event.remove(i,s):v.removeEvent(i,s,n.handle);a[r]&&(delete a[r],f?delete i[u]:i.removeAttribute?i.removeAttribute(u):i[u]=null,v.deletedIds.push(r))}}}}),function(){var e,t;v.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=v.uaMatch(o.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),v.browser=t,v.sub=function(){function e(t,n){return new e.fn.init(t,n)}v.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(r,i){return i&&i instanceof v&&!(i instanceof e)&&(i=e(i)),v.fn.init.call(this,r,i,t)},e.fn.init.prototype=e.fn;var t=e(i);return e}}();var Dt,Pt,Ht,Bt=/alpha\([^)]*\)/i,jt=/opacity=([^)]*)/,Ft=/^(top|right|bottom|left)$/,It=/^(none|table(?!-c[ea]).+)/,qt=/^margin/,Rt=new RegExp("^("+m+")(.*)$","i"),Ut=new RegExp("^("+m+")(?!px)[a-z%]+$","i"),zt=new RegExp("^([-+])=("+m+")","i"),Wt={BODY:"block"},Xt={position:"absolute",visibility:"hidden",display:"block"},Vt={letterSpacing:0,fontWeight:400},$t=["Top","Right","Bottom","Left"],Jt=["Webkit","O","Moz","ms"],Kt=v.fn.toggle;v.fn.extend({css:function(e,n){return v.access(this,function(e,n,r){return r!==t?v.style(e,n,r):v.css(e,n)},e,n,arguments.length>1)},show:function(){return Yt(this,!0)},hide:function(){return Yt(this)},toggle:function(e,t){var n=typeof e=="boolean";return v.isFunction(e)&&v.isFunction(t)?Kt.apply(this,arguments):this.each(function(){(n?e:Gt(this))?v(this).show():v(this).hide()})}}),v.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Dt(e,"opacity");return n===""?"1":n}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":v.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(!e||e.nodeType===3||e.nodeType===8||!e.style)return;var s,o,u,a=v.camelCase(n),f=e.style;n=v.cssProps[a]||(v.cssProps[a]=Qt(f,a)),u=v.cssHooks[n]||v.cssHooks[a];if(r===t)return u&&"get"in u&&(s=u.get(e,!1,i))!==t?s:f[n];o=typeof r,o==="string"&&(s=zt.exec(r))&&(r=(s[1]+1)*s[2]+parseFloat(v.css(e,n)),o="number");if(r==null||o==="number"&&isNaN(r))return;o==="number"&&!v.cssNumber[a]&&(r+="px");if(!u||!("set"in u)||(r=u.set(e,r,i))!==t)try{f[n]=r}catch(l){}},css:function(e,n,r,i){var s,o,u,a=v.camelCase(n);return n=v.cssProps[a]||(v.cssProps[a]=Qt(e.style,a)),u=v.cssHooks[n]||v.cssHooks[a],u&&"get"in u&&(s=u.get(e,!0,i)),s===t&&(s=Dt(e,n)),s==="normal"&&n in Vt&&(s=Vt[n]),r||i!==t?(o=parseFloat(s),r||v.isNumeric(o)?o||0:s):s},swap:function(e,t,n){var r,i,s={};for(i in t)s[i]=e.style[i],e.style[i]=t[i];r=n.call(e);for(i in t)e.style[i]=s[i];return r}}),e.getComputedStyle?Dt=function(t,n){var r,i,s,o,u=e.getComputedStyle(t,null),a=t.style;return u&&(r=u.getPropertyValue(n)||u[n],r===""&&!v.contains(t.ownerDocument,t)&&(r=v.style(t,n)),Ut.test(r)&&qt.test(n)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=u.width,a.width=i,a.minWidth=s,a.maxWidth=o)),r}:i.documentElement.currentStyle&&(Dt=function(e,t){var n,r,i=e.currentStyle&&e.currentStyle[t],s=e.style;return i==null&&s&&s[t]&&(i=s[t]),Ut.test(i)&&!Ft.test(t)&&(n=s.left,r=e.runtimeStyle&&e.runtimeStyle.left,r&&(e.runtimeStyle.left=e.currentStyle.left),s.left=t==="fontSize"?"1em":i,i=s.pixelLeft+"px",s.left=n,r&&(e.runtimeStyle.left=r)),i===""?"auto":i}),v.each(["height","width"],function(e,t){v.cssHooks[t]={get:function(e,n,r){if(n)return e.offsetWidth===0&&It.test(Dt(e,"display"))?v.swap(e,Xt,function(){return tn(e,t,r)}):tn(e,t,r)},set:function(e,n,r){return Zt(e,n,r?en(e,t,r,v.support.boxSizing&&v.css(e,"boxSizing")==="border-box"):0)}}}),v.support.opacity||(v.cssHooks.opacity={get:function(e,t){return jt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=v.isNumeric(t)?"alpha(opacity="+t*100+")":"",s=r&&r.filter||n.filter||"";n.zoom=1;if(t>=1&&v.trim(s.replace(Bt,""))===""&&n.removeAttribute){n.removeAttribute("filter");if(r&&!r.filter)return}n.filter=Bt.test(s)?s.replace(Bt,i):s+" "+i}}),v(function(){v.support.reliableMarginRight||(v.cssHooks.marginRight={get:function(e,t){return v.swap(e,{display:"inline-block"},function(){if(t)return Dt(e,"marginRight")})}}),!v.support.pixelPosition&&v.fn.position&&v.each(["top","left"],function(e,t){v.cssHooks[t]={get:function(e,n){if(n){var r=Dt(e,t);return Ut.test(r)?v(e).position()[t]+"px":r}}}})}),v.expr&&v.expr.filters&&(v.expr.filters.hidden=function(e){return e.offsetWidth===0&&e.offsetHeight===0||!v.support.reliableHiddenOffsets&&(e.style&&e.style.display||Dt(e,"display"))==="none"},v.expr.filters.visible=function(e){return!v.expr.filters.hidden(e)}),v.each({margin:"",padding:"",border:"Width"},function(e,t){v.cssHooks[e+t]={expand:function(n){var r,i=typeof n=="string"?n.split(" "):[n],s={};for(r=0;r<4;r++)s[e+$t[r]+t]=i[r]||i[r-2]||i[0];return s}},qt.test(e)||(v.cssHooks[e+t].set=Zt)});var rn=/%20/g,sn=/\[\]$/,on=/\r?\n/g,un=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,an=/^(?:select|textarea)/i;v.fn.extend({serialize:function(){return v.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?v.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||an.test(this.nodeName)||un.test(this.type))}).map(function(e,t){var n=v(this).val();return n==null?null:v.isArray(n)?v.map(n,function(e,n){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),v.param=function(e,n){var r,i=[],s=function(e,t){t=v.isFunction(t)?t():t==null?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};n===t&&(n=v.ajaxSettings&&v.ajaxSettings.traditional);if(v.isArray(e)||e.jquery&&!v.isPlainObject(e))v.each(e,function(){s(this.name,this.value)});else for(r in e)fn(r,e[r],n,s);return i.join("&").replace(rn,"+")};var ln,cn,hn=/#.*$/,pn=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,dn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,vn=/^(?:GET|HEAD)$/,mn=/^\/\//,gn=/\?/,yn=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bn=/([?&])_=[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,En=v.fn.load,Sn={},xn={},Tn=["*/"]+["*"];try{cn=s.href}catch(Nn){cn=i.createElement("a"),cn.href="",cn=cn.href}ln=wn.exec(cn.toLowerCase())||[],v.fn.load=function(e,n,r){if(typeof e!="string"&&En)return En.apply(this,arguments);if(!this.length)return this;var i,s,o,u=this,a=e.indexOf(" ");return a>=0&&(i=e.slice(a,e.length),e=e.slice(0,a)),v.isFunction(n)?(r=n,n=t):n&&typeof n=="object"&&(s="POST"),v.ajax({url:e,type:s,dataType:"html",data:n,complete:function(e,t){r&&u.each(r,o||[e.responseText,t,e])}}).done(function(e){o=arguments,u.html(i?v("<div>").append(e.replace(yn,"")).find(i):e)}),this},v.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,t){v.fn[t]=function(e){return this.on(t,e)}}),v.each(["get","post"],function(e,n){v[n]=function(e,r,i,s){return v.isFunction(r)&&(s=s||i,i=r,r=t),v.ajax({type:n,url:e,data:r,success:i,dataType:s})}}),v.extend({getScript:function(e,n){return v.get(e,t,n,"script")},getJSON:function(e,t,n){return v.get(e,t,n,"json")},ajaxSetup:function(e,t){return t?Ln(e,v.ajaxSettings):(t=e,e=v.ajaxSettings),Ln(e,t),e},ajaxSettings:{url:cn,isLocal:dn.test(ln[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":Tn},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":e.String,"text html":!0,"text json":v.parseJSON,"text xml":v.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:Cn(Sn),ajaxTransport:Cn(xn),ajax:function(e,n){function T(e,n,s,a){var l,y,b,w,S,T=n;if(E===2)return;E=2,u&&clearTimeout(u),o=t,i=a||"",x.readyState=e>0?4:0,s&&(w=An(c,x,s));if(e>=200&&e<300||e===304)c.ifModified&&(S=x.getResponseHeader("Last-Modified"),S&&(v.lastModified[r]=S),S=x.getResponseHeader("Etag"),S&&(v.etag[r]=S)),e===304?(T="notmodified",l=!0):(l=On(c,w),T=l.state,y=l.data,b=l.error,l=!b);else{b=T;if(!T||e)T="error",e<0&&(e=0)}x.status=e,x.statusText=(n||T)+"",l?d.resolveWith(h,[y,T,x]):d.rejectWith(h,[x,T,b]),x.statusCode(g),g=t,f&&p.trigger("ajax"+(l?"Success":"Error"),[x,c,l?y:b]),m.fireWith(h,[x,T]),f&&(p.trigger("ajaxComplete",[x,c]),--v.active||v.event.trigger("ajaxStop"))}typeof e=="object"&&(n=e,e=t),n=n||{};var r,i,s,o,u,a,f,l,c=v.ajaxSetup({},n),h=c.context||c,p=h!==c&&(h.nodeType||h instanceof v)?v(h):v.event,d=v.Deferred(),m=v.Callbacks("once memory"),g=c.statusCode||{},b={},w={},E=0,S="canceled",x={readyState:0,setRequestHeader:function(e,t){if(!E){var n=e.toLowerCase();e=w[n]=w[n]||e,b[e]=t}return this},getAllResponseHeaders:function(){return E===2?i:null},getResponseHeader:function(e){var n;if(E===2){if(!s){s={};while(n=pn.exec(i))s[n[1].toLowerCase()]=n[2]}n=s[e.toLowerCase()]}return n===t?null:n},overrideMimeType:function(e){return E||(c.mimeType=e),this},abort:function(e){return e=e||S,o&&o.abort(e),T(0,e),this}};d.promise(x),x.success=x.done,x.error=x.fail,x.complete=m.add,x.statusCode=function(e){if(e){var t;if(E<2)for(t in e)g[t]=[g[t],e[t]];else t=e[x.status],x.always(t)}return this},c.url=((e||c.url)+"").replace(hn,"").replace(mn,ln[1]+"//"),c.dataTypes=v.trim(c.dataType||"*").toLowerCase().split(y),c.crossDomain==null&&(a=wn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===ln[1]&&a[2]===ln[2]&&(a[3]||(a[1]==="http:"?80:443))==(ln[3]||(ln[1]==="http:"?80:443)))),c.data&&c.processData&&typeof c.data!="string"&&(c.data=v.param(c.data,c.traditional)),kn(Sn,c,n,x);if(E===2)return x;f=c.global,c.type=c.type.toUpperCase(),c.hasContent=!vn.test(c.type),f&&v.active++===0&&v.event.trigger("ajaxStart");if(!c.hasContent){c.data&&(c.url+=(gn.test(c.url)?"&":"?")+c.data,delete c.data),r=c.url;if(c.cache===!1){var N=v.now(),C=c.url.replace(bn,"$1_="+N);c.url=C+(C===c.url?(gn.test(c.url)?"&":"?")+"_="+N:"")}}(c.data&&c.hasContent&&c.contentType!==!1||n.contentType)&&x.setRequestHeader("Content-Type",c.contentType),c.ifModified&&(r=r||c.url,v.lastModified[r]&&x.setRequestHeader("If-Modified-Since",v.lastModified[r]),v.etag[r]&&x.setRequestHeader("If-None-Match",v.etag[r])),x.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+(c.dataTypes[0]!=="*"?", "+Tn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)x.setRequestHeader(l,c.headers[l]);if(!c.beforeSend||c.beforeSend.call(h,x,c)!==!1&&E!==2){S="abort";for(l in{success:1,error:1,complete:1})x[l](c[l]);o=kn(xn,c,n,x);if(!o)T(-1,"No Transport");else{x.readyState=1,f&&p.trigger("ajaxSend",[x,c]),c.async&&c.timeout>0&&(u=setTimeout(function(){x.abort("timeout")},c.timeout));try{E=1,o.send(b,T)}catch(k){if(!(E<2))throw k;T(-1,k)}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var Mn=[],_n=/\?/,Dn=/(=)\?(?=&|$)|\?\?/,Pn=v.now();v.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Mn.pop()||v.expando+"_"+Pn++;return this[e]=!0,e}}),v.ajaxPrefilter("json jsonp",function(n,r,i){var s,o,u,a=n.data,f=n.url,l=n.jsonp!==!1,c=l&&Dn.test(f),h=l&&!c&&typeof a=="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dn.test(a);if(n.dataTypes[0]==="jsonp"||c||h)return s=n.jsonpCallback=v.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,o=e[s],c?n.url=f.replace(Dn,"$1"+s):h?n.data=a.replace(Dn,"$1"+s):l&&(n.url+=(_n.test(f)?"&":"?")+n.jsonp+"="+s),n.converters["script json"]=function(){return u||v.error(s+" was not called"),u[0]},n.dataTypes[0]="json",e[s]=function(){u=arguments},i.always(function(){e[s]=o,n[s]&&(n.jsonpCallback=r.jsonpCallback,Mn.push(s)),u&&v.isFunction(o)&&o(u[0]),u=o=t}),"script"}),v.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){return v.globalEval(e),e}}}),v.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),v.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=i.head||i.getElementsByTagName("head")[0]||i.documentElement;return{send:function(s,o){n=i.createElement("script"),n.async="async",e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,i){if(i||!n.readyState||/loaded|complete/.test(n.readyState))n.onload=n.onreadystatechange=null,r&&n.parentNode&&r.removeChild(n),n=t,i||o(200,"success")},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(0,1)}}}});var Hn,Bn=e.ActiveXObject?function(){for(var e in Hn)Hn[e](0,1)}:!1,jn=0;v.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&Fn()||In()}:Fn,function(e){v.extend(v.support,{ajax:!!e,cors:!!e&&"withCredentials"in e})}(v.ajaxSettings.xhr()),v.support.ajax&&v.ajaxTransport(function(n){if(!n.crossDomain||v.support.cors){var r;return{send:function(i,s){var o,u,a=n.xhr();n.username?a.open(n.type,n.url,n.async,n.username,n.password):a.open(n.type,n.url,n.async);if(n.xhrFields)for(u in n.xhrFields)a[u]=n.xhrFields[u];n.mimeType&&a.overrideMimeType&&a.overrideMimeType(n.mimeType),!n.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");try{for(u in i)a.setRequestHeader(u,i[u])}catch(f){}a.send(n.hasContent&&n.data||null),r=function(e,i){var u,f,l,c,h;try{if(r&&(i||a.readyState===4)){r=t,o&&(a.onreadystatechange=v.noop,Bn&&delete Hn[o]);if(i)a.readyState!==4&&a.abort();else{u=a.status,l=a.getAllResponseHeaders(),c={},h=a.responseXML,h&&h.documentElement&&(c.xml=h);try{c.text=a.responseText}catch(p){}try{f=a.statusText}catch(p){f=""}!u&&n.isLocal&&!n.crossDomain?u=c.text?200:404:u===1223&&(u=204)}}}catch(d){i||s(-1,d)}c&&s(u,f,c,l)},n.async?a.readyState===4?setTimeout(r,0):(o=++jn,Bn&&(Hn||(Hn={},v(e).unload(Bn)),Hn[o]=r),a.onreadystatechange=r):r()},abort:function(){r&&r(0,1)}}}});var qn,Rn,Un=/^(?:toggle|show|hide)$/,zn=new RegExp("^(?:([-+])=|)("+m+")([a-z%]*)$","i"),Wn=/queueHooks$/,Xn=[Gn],Vn={"*":[function(e,t){var n,r,i=this.createTween(e,t),s=zn.exec(t),o=i.cur(),u=+o||0,a=1,f=20;if(s){n=+s[2],r=s[3]||(v.cssNumber[e]?"":"px");if(r!=="px"&&u){u=v.css(i.elem,e,!0)||n||1;do a=a||".5",u/=a,v.style(i.elem,e,u+r);while(a!==(a=i.cur()/o)&&a!==1&&--f)}i.unit=r,i.start=u,i.end=s[1]?u+(s[1]+1)*n:n}return i}]};v.Animation=v.extend(Kn,{tweener:function(e,t){v.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;r<i;r++)n=e[r],Vn[n]=Vn[n]||[],Vn[n].unshift(t)},prefilter:function(e,t){t?Xn.unshift(e):Xn.push(e)}}),v.Tween=Yn,Yn.prototype={constructor:Yn,init:function(e,t,n,r,i,s){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=s||(v.cssNumber[n]?"":"px")},cur:function(){var e=Yn.propHooks[this.prop];return e&&e.get?e.get(this):Yn.propHooks._default.get(this)},run:function(e){var t,n=Yn.propHooks[this.prop];return this.options.duration?this.pos=t=v.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Yn.propHooks._default.set(this),this}},Yn.prototype.init.prototype=Yn.prototype,Yn.propHooks={_default:{get:function(e){var t;return e.elem[e.prop]==null||!!e.elem.style&&e.elem.style[e.prop]!=null?(t=v.css(e.elem,e.prop,!1,""),!t||t==="auto"?0:t):e.elem[e.prop]},set:function(e){v.fx.step[e.prop]?v.fx.step[e.prop](e):e.elem.style&&(e.elem.style[v.cssProps[e.prop]]!=null||v.cssHooks[e.prop])?v.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Yn.propHooks.scrollTop=Yn.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},v.each(["toggle","show","hide"],function(e,t){var n=v.fn[t];v.fn[t]=function(r,i,s){return r==null||typeof r=="boolean"||!e&&v.isFunction(r)&&v.isFunction(i)?n.apply(this,arguments):this.animate(Zn(t,!0),r,i,s)}}),v.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Gt).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=v.isEmptyObject(e),s=v.speed(t,n,r),o=function(){var t=Kn(this,v.extend({},e),s);i&&t.stop(!0)};return i||s.queue===!1?this.each(o):this.queue(s.queue,o)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return typeof e!="string"&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=e!=null&&e+"queueHooks",s=v.timers,o=v._data(this);if(n)o[n]&&o[n].stop&&i(o[n]);else for(n in o)o[n]&&o[n].stop&&Wn.test(n)&&i(o[n]);for(n=s.length;n--;)s[n].elem===this&&(e==null||s[n].queue===e)&&(s[n].anim.stop(r),t=!1,s.splice(n,1));(t||!r)&&v.dequeue(this,e)})}}),v.each({slideDown:Zn("show"),slideUp:Zn("hide"),slideToggle:Zn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){v.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),v.speed=function(e,t,n){var r=e&&typeof e=="object"?v.extend({},e):{complete:n||!n&&t||v.isFunction(e)&&e,duration:e,easing:n&&t||t&&!v.isFunction(t)&&t};r.duration=v.fx.off?0:typeof r.duration=="number"?r.duration:r.duration in v.fx.speeds?v.fx.speeds[r.duration]:v.fx.speeds._default;if(r.queue==null||r.queue===!0)r.queue="fx";return r.old=r.complete,r.complete=function(){v.isFunction(r.old)&&r.old.call(this),r.queue&&v.dequeue(this,r.queue)},r},v.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},v.timers=[],v.fx=Yn.prototype.init,v.fx.tick=function(){var e,n=v.timers,r=0;qn=v.now();for(;r<n.length;r++)e=n[r],!e()&&n[r]===e&&n.splice(r--,1);n.length||v.fx.stop(),qn=t},v.fx.timer=function(e){e()&&v.timers.push(e)&&!Rn&&(Rn=setInterval(v.fx.tick,v.fx.interval))},v.fx.interval=13,v.fx.stop=function(){clearInterval(Rn),Rn=null},v.fx.speeds={slow:600,fast:200,_default:400},v.fx.step={},v.expr&&v.expr.filters&&(v.expr.filters.animated=function(e){return v.grep(v.timers,function(t){return e===t.elem}).length});var er=/^(?:body|html)$/i;v.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){v.offset.setOffset(this,e,t)});var n,r,i,s,o,u,a,f={top:0,left:0},l=this[0],c=l&&l.ownerDocument;if(!c)return;return(r=c.body)===l?v.offset.bodyOffset(l):(n=c.documentElement,v.contains(n,l)?(typeof l.getBoundingClientRect!="undefined"&&(f=l.getBoundingClientRect()),i=tr(c),s=n.clientTop||r.clientTop||0,o=n.clientLeft||r.clientLeft||0,u=i.pageYOffset||n.scrollTop,a=i.pageXOffset||n.scrollLeft,{top:f.top+u-s,left:f.left+a-o}):f)},v.offset={bodyOffset:function(e){var t=e.offsetTop,n=e.offsetLeft;return v.support.doesNotIncludeMarginInBodyOffset&&(t+=parseFloat(v.css(e,"marginTop"))||0,n+=parseFloat(v.css(e,"marginLeft"))||0),{top:t,left:n}},setOffset:function(e,t,n){var r=v.css(e,"position");r==="static"&&(e.style.position="relative");var i=v(e),s=i.offset(),o=v.css(e,"top"),u=v.css(e,"left"),a=(r==="absolute"||r==="fixed")&&v.inArray("auto",[o,u])>-1,f={},l={},c,h;a?(l=i.position(),c=l.top,h=l.left):(c=parseFloat(o)||0,h=parseFloat(u)||0),v.isFunction(t)&&(t=t.call(e,n,s)),t.top!=null&&(f.top=t.top-s.top+c),t.left!=null&&(f.left=t.left-s.left+h),"using"in t?t.using.call(e,f):i.css(f)}},v.fn.extend({position:function(){if(!this[0])return;var e=this[0],t=this.offsetParent(),n=this.offset(),r=er.test(t[0].nodeName)?{top:0,left:0}:t.offset();return n.top-=parseFloat(v.css(e,"marginTop"))||0,n.left-=parseFloat(v.css(e,"marginLeft"))||0,r.top+=parseFloat(v.css(t[0],"borderTopWidth"))||0,r.left+=parseFloat(v.css(t[0],"borderLeftWidth"))||0,{top:n.top-r.top,left:n.left-r.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||i.body;while(e&&!er.test(e.nodeName)&&v.css(e,"position")==="static")e=e.offsetParent;return e||i.body})}}),v.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);v.fn[e]=function(i){return v.access(this,function(e,i,s){var o=tr(e);if(s===t)return o?n in o?o[n]:o.document.documentElement[i]:e[i];o?o.scrollTo(r?v(o).scrollLeft():s,r?s:v(o).scrollTop()):e[i]=s},e,i,arguments.length,null)}}),v.each({Height:"height",Width:"width"},function(e,n){v.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){v.fn[i]=function(i,s){var o=arguments.length&&(r||typeof i!="boolean"),u=r||(i===!0||s===!0?"margin":"border");return v.access(this,function(n,r,i){var s;return v.isWindow(n)?n.document.documentElement["client"+e]:n.nodeType===9?(s=n.documentElement,Math.max(n.body["scroll"+e],s["scroll"+e],n.body["offset"+e],s["offset"+e],s["client"+e])):i===t?v.css(n,r,i,u):v.style(n,r,i,u)},n,o?i:t,o,null)}})}),e.jQuery=e.$=v,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return v})})(window);
libreoffice-7.1.0~beta1/debian/patches/add-access2base-doc.diff-25103-+//]]>
##############################################
libreoffice-7.1.0~beta1/debian/patches/debian-opt.diff-8- 
libreoffice-7.1.0~beta1/debian/patches/debian-opt.diff:9:+CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/debian/patches/debian-opt.diff-10-+AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/debian/patches/hppa-is-32bit.diff-5-@@ -6671,7 +6671,7 @@ if test "$ENABLE_JAVA" != ""; then
libreoffice-7.1.0~beta1/debian/patches/hppa-is-32bit.diff:6:         JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/debian/patches/hppa-is-32bit.diff-7-     elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/debian/patches/hppa-is-32bit.diff-10-+            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/debian/patches/hppa-is-32bit.diff:11:                 if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/debian/patches/hppa-is-32bit.diff-12-                     AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff-32--            -e " if(/^%dir (.*)/)
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff:33:-                    {system('mkdir', '-p', '-m', '755', \"$directory\".\$1);}
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff-34--                else
##############################################
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff-79--
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff:80:-    for l in `echo $WITH_LANG_LIST`; do
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff-81--        for p in Impress Draw Math Calc Base Writer; do
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff:82:-            create_package_directory  gid_Module_Langpack_${p}_`echo $l | sed -e s/-/_/g` pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff-83--        done
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff:84:-        create_package_directory gid_Module_Langpack_Basis_`echo $l | sed -e s/-/_/g`     pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff:85:-        create_package_directory gid_Module_Langpack_Brand_`echo $l | sed -e s/-/_/g`     pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff:86:-        create_package_directory gid_Module_Langpack_Resource_`echo $l | sed -e s/-/_/g`  pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff:87:-        create_package_directory gid_Module_Helppack_Help_`echo $l | sed -e s/-/_/g`      pkg/libreoffice-help-$l
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff-88--
##############################################
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff-156--        for i in forms/resume.ott officorr/project-proposal.ott; do \
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff:157:-            mkdir -p pkg/libreoffice-common/$INSTALLDIR/share/template/en-US/`dirname $i`; \
libreoffice-7.1.0~beta1/debian/patches/install-fixes.diff-158--            mv .$INSTALLDIR/share/template/en-US/$i \
##############################################
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-70--    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff:71:-        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-72--            JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-73--        fi
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff:74:-        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-75--    fi
##############################################
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-87-+            if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff:88:+                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-89-+                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-90-+                fi
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff:91:+                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-92-+            fi
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-93- 
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff:94:-    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-95--    JAVADOCISGJDOC="yes"
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff:96:+            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/debian/patches/javadoc-optional.diff-97-+            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/debian/patches/sensible-lomua.diff-21- 
libreoffice-7.1.0~beta1/debian/patches/sensible-lomua.diff:22:+case `basename "$MAILER"` in
libreoffice-7.1.0~beta1/debian/patches/sensible-lomua.diff-23-+    sensible-lomua)
##############################################
libreoffice-7.1.0~beta1/debian/rules-1622-	for LNUM in $(filter-out en-US,$(LANGPACKISOS)) ; do \
libreoffice-7.1.0~beta1/debian/rules:1623:	    LNAME=`$(SOURCE_TREE)/bin/lo-xlate-lang -l $$LNUM | perl -e 'print ucfirst(<STDIN>);'`; \
libreoffice-7.1.0~beta1/debian/rules:1624:	    LCODE=`$(SOURCE_TREE)/bin/lo-xlate-lang -i $$LNUM | tr A-Z a-z`; \
libreoffice-7.1.0~beta1/debian/rules-1625-	    [ "$$LNUM" = ca-valencia ] && continue; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-1627-	    [ "$$LCODE" = kmr-latn ] && LCODE=kmr; \
libreoffice-7.1.0~beta1/debian/rules:1628:	    CCODE=`echo $$LCODE | sed 's/-.*//'`; \
libreoffice-7.1.0~beta1/debian/rules-1629-	    case "$$LCODE" in \
##############################################
libreoffice-7.1.0~beta1/debian/rules-1704-	for LNUM in $(HELPISOS) ; do \
libreoffice-7.1.0~beta1/debian/rules:1705:	    LNAME=`$(SOURCE_TREE)/bin/lo-xlate-lang -l $$LNUM | perl -e 'print ucfirst(<STDIN>);'`; \
libreoffice-7.1.0~beta1/debian/rules:1706:	    LCODE=`$(SOURCE_TREE)/bin/lo-xlate-lang -i $$LNUM | tr A-Z a-z`; \
libreoffice-7.1.0~beta1/debian/rules-1707-	    [ "$$LNUM" = ca-valencia ] && continue; \
libreoffice-7.1.0~beta1/debian/rules:1708:	    CCODE=`echo $$LCODE | sed 's/-.*//'`; \
libreoffice-7.1.0~beta1/debian/rules-1709-	    sed -e "s|@LNAME@|$$LNAME|g" -e "s|@LCODE@|$$LCODE|g" \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2149-	# prepare install/dir files for dh
libreoffice-7.1.0~beta1/debian/rules:2150:	for i in `cd $(CURDIR)/debian/tmp/pkg; ls -1 | xargs`; do \
libreoffice-7.1.0~beta1/debian/rules-2151-		echo "$${i}/usr/* usr" > debian/$$i.install; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2201-	for iso in $(ISOS); do \
libreoffice-7.1.0~beta1/debian/rules:2202:		pkgiso=`echo $$iso | tr A-Z a-z`; \
libreoffice-7.1.0~beta1/debian/rules-2203-		if [ "$$iso" != "$$pkgiso" ]; then \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2232-	for iso in $(filter-out en-US,$(LANGPACKISOS)); do \
libreoffice-7.1.0~beta1/debian/rules:2233:		if ! `echo $(HELPISOS) | grep -q $$iso` || [ "$$iso" = "sk" ] ; then \
libreoffice-7.1.0~beta1/debian/rules:2234:			pkgiso=`echo $$iso | tr A-Z a-z`; \
libreoffice-7.1.0~beta1/debian/rules-2235-			rm -rf debian/tmp/pkg/libreoffice-help-$$iso; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2316-	for iso in $(HELPISOS); do \
libreoffice-7.1.0~beta1/debian/rules:2317:		pkgiso=`echo $$iso | tr A-Z a-z`; \
libreoffice-7.1.0~beta1/debian/rules-2318-		if [ -e $(PKGDIR)-help-$$pkgiso/usr ]; then \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2424-		for i in $(CURDIR)/$(PKGDIR)-dev-common/$(shell echo $(OOSDKDIR) | sed -e s/lib/share/)/classes/com/sun/star/lib/loader/*.class; do \
libreoffice-7.1.0~beta1/debian/rules:2425:			ln -s `echo $$i | sed -e 's,$(CURDIR)/$(PKGDIR)-dev-common,,'` `basename $$i`; \
libreoffice-7.1.0~beta1/debian/rules-2426-		done
##############################################
libreoffice-7.1.0~beta1/debian/rules-2577-	for iso in $(filter-out en-US,$(LANGPACKISOS)); do \
libreoffice-7.1.0~beta1/debian/rules:2578:	    pkgiso=`echo $$iso | tr \[:upper:\] \[:lower:\]`; \
libreoffice-7.1.0~beta1/debian/rules-2579-	    cat debian/libreoffice-l10n.ucf.in \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2602-	# remove empty uno_packages dirs somehow in the langpacks(?)
libreoffice-7.1.0~beta1/debian/rules:2603:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.1.0~beta1/debian/rules-2604-		rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/share/uno_packages; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2607-	# remove ooo dirs somehow in the langpacks(?)
libreoffice-7.1.0~beta1/debian/rules:2608:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.1.0~beta1/debian/rules-2609-		rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/share/dict/ooo; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2612-	# remove extra license files
libreoffice-7.1.0~beta1/debian/rules:2613:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.1.0~beta1/debian/rules-2614-		rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/licenses; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2618-	# remove extra readme files
libreoffice-7.1.0~beta1/debian/rules:2619:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.1.0~beta1/debian/rules-2620-		rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/readmes; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2624-	# remove empty help directories
libreoffice-7.1.0~beta1/debian/rules:2625:	for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
libreoffice-7.1.0~beta1/debian/rules-2626-		rm -rf $(PKGDIR)-l10n-$$iso/$(shell echo $(OODIR) | sed -e s/lib/share/)/help; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2635-		elif [ "$$iso" = "kmr-Latn" ]; then pkg=l10n-kmr; \
libreoffice-7.1.0~beta1/debian/rules:2636:		else pkg=l10n-`echo $$iso | tr A-Z a-z`; \
libreoffice-7.1.0~beta1/debian/rules-2637-		fi; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2647-	  [ "$$iso" = "en-US" ] && continue; \
libreoffice-7.1.0~beta1/debian/rules:2648:	  pkgiso=`echo $$iso | tr \[:upper:\] \[:lower:\]`; \
libreoffice-7.1.0~beta1/debian/rules-2649-	  [ "$$pkgiso" = "ca-valencia" ] && pkgiso=ca; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2697-			debian/libuno-$${i}3/$(OODIR)/program; \
libreoffice-7.1.0~beta1/debian/rules:2698:		ln -sf /$(OODIR)/program/`basename libuno_$$i.so.3` debian/libuno-$${i}3/usr/lib/$(DEB_HOST_MULTIARCH)/`basename libuno_$$i.so.3`; \
libreoffice-7.1.0~beta1/debian/rules-2699-	done
##############################################
libreoffice-7.1.0~beta1/debian/rules-2704-			debian/libuno-$${i}-3/$(OODIR)/program; \
libreoffice-7.1.0~beta1/debian/rules:2705:		ln -sf /$(OODIR)/program/`basename libuno_$$i.so.3` debian/libuno-$${i}-3/usr/lib/$(DEB_HOST_MULTIARCH)/`basename libuno_$$i.so.3`; \
libreoffice-7.1.0~beta1/debian/rules-2706-	done
##############################################
libreoffice-7.1.0~beta1/debian/rules-2719-	for i in $(SOURCE_TREE)/extras/source/shellnew/*; do \
libreoffice-7.1.0~beta1/debian/rules:2720:		cp $$i $(PKGDIR)-plasma/usr/share/templates/.source/`basename $$i`; \
libreoffice-7.1.0~beta1/debian/rules-2721-	done
##############################################
libreoffice-7.1.0~beta1/debian/rules-2864-		  echo ""; \
libreoffice-7.1.0~beta1/debian/rules:2865:		  echo 'LD_LIBRARY_PATH=/$(OODIR)/program /$(OOSDKDIR)/bin/`basename $$0`.bin "$$@"'; \
libreoffice-7.1.0~beta1/debian/rules-2866-		) > $$i; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2934-		for i in $(PKGDIR)-$$p-nogui/$(OODIR)/program/*; do \
libreoffice-7.1.0~beta1/debian/rules:2935:			if [ -e instdir-nogui/program/`basename $$i` ]; then \
libreoffice-7.1.0~beta1/debian/rules:2936:				cp -v instdir-nogui/program/`basename $$i` \
libreoffice-7.1.0~beta1/debian/rules-2937-					$(PKGDIR)-$$p-nogui/$(OODIR)/program; \
libreoffice-7.1.0~beta1/debian/rules-2938-			else \
libreoffice-7.1.0~beta1/debian/rules:2939:				rm -fv $(PKGDIR)-$$p-nogui/$(OODIR)/program/`basename $$i`; \
libreoffice-7.1.0~beta1/debian/rules-2940-			fi; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2985-	for p in $(ARCH_DEP_PACKAGES); do \
libreoffice-7.1.0~beta1/debian/rules:2986:		for i in `find debian/$$p/$(OODIR)/share/registry -name "*.xcd"`; do \
libreoffice-7.1.0~beta1/debian/rules-2987-			t=`mktemp -q`; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-2994-	for p in $(ARCH_DEP_PACKAGES); do \
libreoffice-7.1.0~beta1/debian/rules:2995:		for i in `find debian/$$p -type d -wholename "*$(OODIR)/share/registry"`; do \
libreoffice-7.1.0~beta1/debian/rules:2996:			mv $$i `echo $$i | sed -e s/registry/.registry/`; \
libreoffice-7.1.0~beta1/debian/rules-2997-		done; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-3059-		for i in $(CURDIR)/$(PKGDIR)-java-common/$(shell echo $(OODIR) | sed -e s/lib/share/)/program/classes/*; do \
libreoffice-7.1.0~beta1/debian/rules:3060:			case "`basename $$i`" in aportisdoc.jar|pexcel.jar|pocketword.jar) continue ;; \
libreoffice-7.1.0~beta1/debian/rules:3061:			*) ln -s `echo $$i | sed -e 's,$(CURDIR)/$(PKGDIR)-java-common,,'` `basename $$i` ;; esac; \
libreoffice-7.1.0~beta1/debian/rules-3062-	done
##############################################
libreoffice-7.1.0~beta1/debian/rules-3401-	for p in $(ARCH_INDEP_PACKAGES); do \
libreoffice-7.1.0~beta1/debian/rules:3402:		for i in `find debian/$$p/$(OODIR)/share/registry -name "*.xcd"`; do \
libreoffice-7.1.0~beta1/debian/rules-3403-			t=`mktemp -q`; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-3411-	for p in $(ARCH_INDEP_PACKAGES); do \
libreoffice-7.1.0~beta1/debian/rules:3412:		for i in `find debian/$$p -type d -wholename "*$(OODIR)/share/registry"`; do \
libreoffice-7.1.0~beta1/debian/rules:3413:			mv $$i `echo $$i | sed -e s/registry/.registry/`; \
libreoffice-7.1.0~beta1/debian/rules-3414-		done; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-3449-	for i in writer calc draw base math impress; do \
libreoffice-7.1.0~beta1/debian/rules:3450:		for i in `find $(PKGDIR)-$$i -type l -name "lo*.1"`; do \
libreoffice-7.1.0~beta1/debian/rules-3451-			mv $$i $$i.gz; \
libreoffice-7.1.0~beta1/debian/rules:3452:			if [ "`readlink $$i`" != "libreoffice.1.gz" ]; then \
libreoffice-7.1.0~beta1/debian/rules-3453-				ln -sf libreoffice.1.gz $$i.gz; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-3726-	dh_installman -i
libreoffice-7.1.0~beta1/debian/rules:3727:	for i in `find $(PKGDIR)-common -type l -name "lo*.1"`; do \
libreoffice-7.1.0~beta1/debian/rules-3728-		mv $$i $$i.gz; \
libreoffice-7.1.0~beta1/debian/rules:3729:		if [ "`readlink $$i`" != "libreoffice.1.gz" ]; then \
libreoffice-7.1.0~beta1/debian/rules-3730-			ln -sf libreoffice.1.gz $$i.gz; \
##############################################
libreoffice-7.1.0~beta1/debian/rules-3794-	dh_gencontrol -pfonts-opensymbol -- \
libreoffice-7.1.0~beta1/debian/rules:3795:		-v2:$(shell fontforge -lang=ff -c 'Open($$1); Print ($$fontversion); Quit(0);' debian/fonts-opensymbol/usr/share/fonts/truetype/libreoffice/opens___.ttf)+LibO`echo $(BINARY_VERSION) | cut -d: -f2`
libreoffice-7.1.0~beta1/debian/rules-3796-ifeq "$(ENABLE_MEDIAWIKI)" "y"
##############################################
libreoffice-7.1.0~beta1/debian/rules-3799-		-V'java-runtime-depends=$(JAVA_RUNTIME_DEPENDS)' \
libreoffice-7.1.0~beta1/debian/rules:3800:		-v$(shell grep "<version" $(SOURCE_TREE)/swext/mediawiki/src/description.xml | perl -pi -e 's,<version value=\"(.*)\"/>,\1,; s/^\s+//')+LibO`echo $(BINARY_VERSION) | cut -d: -f2`
libreoffice-7.1.0~beta1/debian/rules-3801-endif
##############################################
libreoffice-7.1.0~beta1/debian/rules-3805-		-V'java-runtime-depends=$(JAVA_RUNTIME_DEPENDS)' \
libreoffice-7.1.0~beta1/debian/rules:3806:		-v$(shell grep "<version" $(SOURCE_TREE)/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/description.xml | perl -pi -e 's,<version value=\"(.*)\"/>,\1,; s/^\s+//')+LibO`echo $(BINARY_VERSION) | cut -d: -f2`
libreoffice-7.1.0~beta1/debian/rules-3807-endif
##############################################
libreoffice-7.1.0~beta1/debian/rules-3833-dh_testdir
libreoffice-7.1.0~beta1/debian/rules:3834:TMPD=`mktemp -d $(if $(TMP),-p $(TMP))` && \
libreoffice-7.1.0~beta1/debian/rules-3835-mkdir $${TMPD}/archive && \
##############################################
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh-8-
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh:9:debianver=`uscan --report --verbose | grep newversion | cut -d= -f2 | awk '{ print $1 }' | head -n 1`
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh-10-
##############################################
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh-12-t=`uscan --report --verbose | grep newfile | cut -d= -f2 | head -n 1`
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh:13:sourcever=`echo $t | cut -d- -f2 | sed -e "s/\.tar\.xz$//"`
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh-14-
##############################################
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh-20-	else
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh:21:		c=`echo $f | cut -d- -f2`;
libreoffice-7.1.0~beta1/debian/scripts/fix_component_tarballs.sh-22-	fi
##############################################
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh-2-
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh:3:libs=`grep libebook.*\.so connectivity/source/drivers/evoab2/EApi.cxx | perl -pe 's/\s+\"(.*)\".*/$1/'`
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh-4-
##############################################
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh-16-	# for our libebook version if we followed the .so symlink?
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh:17:	l1=`readlink $p/$l`
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh:18:	l2_tmp=`echo $l | perl -pe 's/(.*)\.\d+$/$1/'`
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh:19:	l2=`readlink $p/$l2_tmp`
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh:20:	l3=`readlink $p/$l2`
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh-21-	if [ "$l1" = "$l2" -o "$l1" = "$l3" ]; then
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh:22:		dep=`dpkg -S $p/$l | cut -d: -f1`
libreoffice-7.1.0~beta1/debian/scripts/get_libebook_dep.sh-23-	fi
##############################################
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-27-        -e " if(/^%dir (.*)/)
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:28:                        {system('mkdir', '-p', '-m', '755', \"$directory\".\$1);}
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-29-                else
##############################################
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-56-#	   -o "$i" = "loffice.1.gz" ]; then p=common; \
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:57:#	else p=`basename $i .1.gz | sed -e s/^lo//`; \
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-58-#	fi
##############################################
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-63-for i in ./usr/share/applications/*.desktop; do \
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:64:	if [ "`basename $i`" = "libreoffice-startcenter.desktop" ]; then p=libreoffice-common; \
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:65:	elif [ "`basename $i`" = "libreoffice-xsltfilter.desktop" ]; then p=libreoffice-common; \
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:66:	else p=`basename $i .desktop`; fi
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-67-	mkdir -p pkg/$p/usr/share/applications
##############################################
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-122-
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:123:for l in `echo $OOO_LANGS_LIST`; do
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-124-        for p in Impress Draw Math Calc Base Writer; do
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:125:                create_package_directory  gid_Module_Langpack_${p}_`echo $l | sed -e s/-/_/g`   pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-126-        done
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:127:        create_package_directory gid_Module_Langpack_Basis_`echo $l | sed -e s/-/_/g`   pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:128:        create_package_directory gid_Module_Langpack_Brand_`echo $l | sed -e s/-/_/g`   pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:129:        create_package_directory gid_Module_Langpack_Resource_`echo $l | sed -e s/-/_/g`        pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:130:	if [ -f gid_Module_Helppack_Help_`echo $l | sed -e s/-/_/g` ]; then
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:131:        	create_package_directory gid_Module_Helppack_Help_`echo $l | sed -e s/-/_/g`    pkg/libreoffice-help-$l
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-132-	fi
##############################################
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-168-        for i in forms/resume.ott officorr/project-proposal.ott; do \
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh:169:                mkdir -p pkg/libreoffice-common/$OOINSTBASE/share/template/en-US/`dirname $i`; \
libreoffice-7.1.0~beta1/debian/scripts/gid2pkgdirs.sh-170-                mv .$OOINSTBASE/share/template/en-US/$i \
##############################################
libreoffice-7.1.0~beta1/debian/scripts/locale-gen-20-	[ -n "$locale" -a -n "$charset" ] || exit
libreoffice-7.1.0~beta1/debian/scripts/locale-gen:21:	echo "  `echo $locale | sed \"s/\([^.\@]*\).*/\1/\"`.$charset`echo $locale | sed \"s/\([^\@]*\)\(\@.*\)*/\2/\"`..."
libreoffice-7.1.0~beta1/debian/scripts/locale-gen-22-        if [ -f $LOCPATH/$locale ]; then
##############################################
libreoffice-7.1.0~beta1/debian/scripts/locale-gen-24-	else
libreoffice-7.1.0~beta1/debian/scripts/locale-gen:25:            input=`echo $locale | sed "s/\([^.]*\)[^@]*\(.*\)/\1\2/"`
libreoffice-7.1.0~beta1/debian/scripts/locale-gen-26-	fi
##############################################
libreoffice-7.1.0~beta1/debian/scripts/stat_pos.sh-15-	# 23:37 <@cloph> While that ignores multiline strings, there aren't too many and should work as a rough estimate
libreoffice-7.1.0~beta1/debian/scripts/stat_pos.sh:16:	msgid_count=$(grep msgid `find $l -name "*.po"` | wc -l)
libreoffice-7.1.0~beta1/debian/scripts/stat_pos.sh:17:	msgstr_count=$(grep msgstr `find $l -name "*.po"` | wc -l)
libreoffice-7.1.0~beta1/debian/scripts/stat_pos.sh:18:	empty_msgstr_count=$(grep msgstr\ \"\" `find $l -name "*.po"` | wc -l)
libreoffice-7.1.0~beta1/debian/scripts/stat_pos.sh-19-	p=$((100*$empty_msgstr_count/$msgid_count))
##############################################
libreoffice-7.1.0~beta1/debian/tests/junit-19-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/junit:20:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/junit-21-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/smoketest-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/smoketest:12:	TMP=`mktemp -q -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/smoketest:13:	WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/smoketest-14-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/test-extension-9-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/test-extension:10:        TMP=`mktemp -q -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/test-extension-11-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/test-extension-shared-9-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/test-extension-shared:10:        TMP=`mktemp -q -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/test-extension-shared-11-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/uicheck-cui-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/uicheck-cui:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/uicheck-cui-13-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/uicheck-sc-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/uicheck-sc:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/uicheck-sc-13-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/uicheck-sd-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/uicheck-sd:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/uicheck-sd-13-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/uicheck-sw-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/uicheck-sw:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/uicheck-sw-13-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/uicheck-uitest-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/uicheck-uitest:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/uicheck-uitest-13-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/uicheck-writerperfect-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/uicheck-writerperfect:12:        WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/uicheck-writerperfect-13-else
##############################################
libreoffice-7.1.0~beta1/debian/tests/uno-11-if [ -n "$AUTOPKGTEST_TMP" ]; then
libreoffice-7.1.0~beta1/debian/tests/uno:12:	TMP=`mktemp -q -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/uno:13:	WORKDIR=`mktemp -q -d -p $AUTOPKGTEST_TMP`
libreoffice-7.1.0~beta1/debian/tests/uno-14-else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-2776-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:2777:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-2778-            else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-2779-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:2780:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-2781-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-2983-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:2984:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:2985:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-2986-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3051-        else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3052:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3053-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3072-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3073:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3074-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3076-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3077:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3078-fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3079:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3080-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3121-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3122:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3123-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3227-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3228:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3229-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3238-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3239:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3240-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3309-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3310:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3311-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3312-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3313:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3314-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3319-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3320:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3321-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3333-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3334:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3335-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3336-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3337:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3338-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3343-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3344:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3345-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3415-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3416:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3417-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3421-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3422:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3423-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3785-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3786:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3787-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3789-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3790:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3791-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3806-        esac
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3807:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3808-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3839-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3840:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3841:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3842-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3892-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3893:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3894-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3920-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3921:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3922-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3935-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3936:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3937-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3951-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3952:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3953-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3956-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3957:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3958-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3960-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3961:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3962-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3967-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3968:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3969-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3971-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:3972:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-3973-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4029-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:4030:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4031-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4054-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:4055:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4056-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4124-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:4125:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:4126:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4127-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4217-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:4218:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4219-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4220-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:4221:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-4222-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5180-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5181:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5182-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5184-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5185:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5186-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5324-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5325:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5326-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5329-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5330:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5331-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5338-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5339:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5340-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5347-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5348:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5349:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5350-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5525-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5526:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5527-   else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5727-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5728:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5729:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5730-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5808-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5809:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5810:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5811-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5856-EOF
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5857:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5858-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5871-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5872:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5873-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5892-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5893:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5894-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5948-else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:5949:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-5950-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6242-    160)
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6243:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6244-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6256-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6257:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6258-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6276-    160)
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6277:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6278-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6312-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6313:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6314:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6315-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6321-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6322:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6323-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6445-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6446:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6447-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6475-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6476:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6477-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6504-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6505:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6506-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6547-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6548:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6549-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6555-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6556:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:6557:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-6558-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-7022-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:7023:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-7024-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-7926-    done
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:7927:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-7928-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:7929:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-7930-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-7992-        else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:7993:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-7994-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8020-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8021:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8022:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8023-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8024-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8025:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8026-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8029-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8030:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8031-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8032-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8033:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8034-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8036-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8037:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8038-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8042-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8043:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8044-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8062-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8063:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8064-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8065:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8066-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8067:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8068-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8069:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8070-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8074-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8075:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8076:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8077-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8084-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8085:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8086-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8087:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8088-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8130-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8131:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8132-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8133-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8134:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8135-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8156-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8157:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8158-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8159-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8160:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8161-    fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8162-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8163:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8164-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8238-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8239:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8240-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8249-        else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8250:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8251-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8443-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8444:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8445-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8455-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8456:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8457-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8470-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8471:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8472-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8478-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8479:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8480-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8488-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8489:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8490-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8507-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8508:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8509-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8513-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8514:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8515-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8582-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8583:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8584:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8585:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8586-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8611-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8612:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8613-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8627-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8628:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8629-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8706-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8707:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8708:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8709-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8747-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8748:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8749-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8833-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8834:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8835-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8938-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8939:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8940:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8941-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8948-EOF
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8949:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8950-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8953-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8954:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8955-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8965-****************************************************************************
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8966:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8967-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8982-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8983:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8984:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8985-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8992-            fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8993:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:8994:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-8995-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9244-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9245:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9246-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9387-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9388:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9389:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9390:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9391:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9392-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9395-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9396:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9397:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9398-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9399:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9400:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9401-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9560-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9561:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9562:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9563-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9568-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9569:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9570-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9572-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9573:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9574-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9686-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9687:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9688-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9887-            ])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9888:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9889-        else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9890-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9891:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9892-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9893:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9894:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9895-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9897-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9898:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9899-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9900-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9901:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:9902:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-9903-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10000-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10001:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10002-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10004-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10005:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10006-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10252-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10253:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10254:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10255:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10256-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10258-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10259:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10260:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10261:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10262-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10587-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10588:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10589-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10990-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:10991:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10992-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-10999-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11000:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11001-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11057-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11058:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11059:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11060-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11081-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11082:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11083-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11124-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11125:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11126-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11148-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11149:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11150-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11186-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11187:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11188-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11211-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11212:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11213-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11721-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11722:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11723-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11735-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11736:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:11737:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-11738-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12077-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12078:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12079:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12080-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12426-    else
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12427:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12428-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12430-        fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12431:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12432-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12439-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12440:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12441:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12442-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12497-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12498:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12499-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12530-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12531:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12532:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12533:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12534-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12548-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12549:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12550:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12551-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12643-        esac
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12644:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12645-    done
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12813-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12814:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12815-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12851-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:12852:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-12853-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13005-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13006:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13007-            else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13018-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13019:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13020-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13033-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13034:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13035:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13036:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13037:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13038:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13039-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13066-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13067:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13068-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13069:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13070-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13125-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13126:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13127-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13128-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13129:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13130:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13131:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13132-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13168-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13169:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13170-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13202-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13203:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13204-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13349-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13350:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13351-fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13352-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13353:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13354-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13356-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13357:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13358:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13359-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13367-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13368:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13369-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13378-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13379:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13380-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13544-
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13545:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13546-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13664-        *)
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13665:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13666-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13863-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13864:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13865-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13869-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13870:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13871-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13875-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13876:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13877-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13908-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13909:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13910:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13911-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13949-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13950:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13951-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13975-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:13976:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-13977-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-14031-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:14032:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-14033-fi
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-14034-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:14035:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-14036-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-14102-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:14103:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-14104-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-14111-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac:14112:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/debian-opt.diff/configure.ac-14113-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-2776-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:2777:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-2778-            else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-2779-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:2780:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-2781-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-2983-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:2984:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:2985:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-2986-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3051-        else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3052:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3053-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3072-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3073:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3074-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3076-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3077:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3078-fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3079:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3080-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3121-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3122:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3123-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3227-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3228:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3229-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3238-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3239:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3240-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3309-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3310:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3311-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3312-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3313:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3314-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3319-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3320:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3321-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3333-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3334:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3335-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3336-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3337:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3338-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3343-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3344:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3345-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3415-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3416:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3417-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3421-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3422:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3423-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3785-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3786:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3787-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3789-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3790:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3791-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3806-        esac
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3807:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3808-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3839-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3840:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3841:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3842-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3892-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3893:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3894-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3920-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3921:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3922-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3935-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3936:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3937-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3951-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3952:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3953-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3956-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3957:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3958-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3960-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3961:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3962-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3967-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3968:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3969-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3971-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:3972:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-3973-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4029-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:4030:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4031-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4054-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:4055:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4056-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4124-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:4125:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:4126:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4127-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4217-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:4218:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4219-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4220-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:4221:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-4222-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5180-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5181:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5182-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5184-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5185:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5186-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5324-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5325:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5326-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5329-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5330:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5331-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5338-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5339:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5340-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5347-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5348:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5349:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5350-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5525-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5526:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5527-   else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5727-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5728:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5729:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5730-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5808-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5809:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5810:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5811-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5856-EOF
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5857:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5858-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5871-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5872:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5873-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5892-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5893:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5894-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5948-else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:5949:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-5950-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6242-    160)
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6243:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6244-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6256-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6257:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6258-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6276-    160)
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6277:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6278-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6312-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6313:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6314:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6315-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6321-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6322:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6323-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6445-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6446:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6447-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6475-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6476:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6477-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6504-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6505:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6506-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6547-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6548:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6549-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6555-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6556:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:6557:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-6558-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-7022-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:7023:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-7024-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-7926-    done
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:7927:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-7928-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:7929:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-7930-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-7992-        else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:7993:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-7994-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8020-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8021:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8022:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8023-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8024-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8025:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8026-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8029-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8030:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8031-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8032-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8033:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8034-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8036-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8037:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8038-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8042-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8043:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8044-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8062-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8063:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8064-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8065:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8066-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8067:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8068-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8069:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8070-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8074-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8075:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8076:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8077-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8084-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8085:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8086-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8087:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8088-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8130-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8131:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8132-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8133-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8134:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8135-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8156-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8157:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8158-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8159-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8160:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8161-    fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8162-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8163:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8164-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8238-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8239:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8240-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8249-        else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8250:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8251-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8443-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8444:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8445-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8455-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8456:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8457-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8470-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8471:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8472-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8478-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8479:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8480-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8488-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8489:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8490-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8507-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8508:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8509-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8513-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8514:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8515-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8582-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8583:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8584:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8585:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8586-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8611-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8612:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8613-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8627-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8628:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8629-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8706-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8707:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8708:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8709-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8747-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8748:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8749-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8833-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8834:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8835-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8938-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8939:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8940:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8941-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8948-EOF
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8949:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8950-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8953-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8954:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8955-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8965-****************************************************************************
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8966:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8967-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8982-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8983:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8984:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8985-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8992-            fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8993:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:8994:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-8995-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9244-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9245:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9246-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9387-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9388:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9389:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9390:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9391:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9392-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9395-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9396:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9397:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9398-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9399:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9400:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9401-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9560-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9561:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9562:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9563-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9568-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9569:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9570-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9572-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9573:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9574-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9686-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9687:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9688-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9887-            ])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9888:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9889-        else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9890-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9891:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9892-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9893:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9894:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9895-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9897-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9898:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9899-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9900-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9901:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:9902:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-9903-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10000-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10001:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10002-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10004-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10005:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10006-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10252-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10253:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10254:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10255:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10256-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10258-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10259:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10260:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10261:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10262-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10587-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10588:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10589-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10990-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:10991:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10992-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-10999-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11000:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11001-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11057-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11058:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11059:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11060-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11081-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11082:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11083-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11124-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11125:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11126-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11148-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11149:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11150-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11186-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11187:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11188-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11211-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11212:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11213-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11721-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11722:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11723-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11735-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11736:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:11737:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-11738-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12077-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12078:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12079:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12080-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12426-    else
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12427:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12428-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12430-        fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12431:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12432-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12439-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12440:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12441:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12442-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12497-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12498:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12499-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12530-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12531:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12532:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12533:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12534-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12548-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12549:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12550:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12551-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12643-        esac
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12644:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12645-    done
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12813-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12814:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12815-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12851-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:12852:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-12853-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13005-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13006:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13007-            else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13018-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13019:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13020-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13033-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13034:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13035:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13036:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13037:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13038:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13039-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13066-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13067:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13068-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13069:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13070-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13125-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13126:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13127-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13128-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13129:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13130:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13131:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13132-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13168-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13169:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13170-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13202-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13203:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13204-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13349-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13350:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13351-fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13352-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13353:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13354-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13356-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13357:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13358:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13359-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13367-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13368:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13369-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13378-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13379:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13380-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13544-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13545:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13546-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13664-        *)
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13665:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13666-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13863-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13864:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13865-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13869-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13870:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13871-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13875-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13876:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13877-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13889-
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13890:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13891-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13911-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13912:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13913:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13914-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13952-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13953:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13954-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13978-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:13979:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-13980-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-14034-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:14035:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-14036-fi
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-14037-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:14038:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-14039-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-14105-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:14106:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-14107-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-14114-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac:14115:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/debian-debug.diff/configure.ac-14116-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-2776-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:2777:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-2778-            else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-2779-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:2780:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-2781-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-2983-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:2984:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:2985:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-2986-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3051-        else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3052:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3053-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3072-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3073:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3074-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3076-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3077:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3078-fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3079:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3080-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3121-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3122:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3123-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3227-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3228:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3229-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3238-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3239:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3240-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3309-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3310:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3311-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3312-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3313:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3314-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3319-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3320:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3321-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3333-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3334:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3335-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3336-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3337:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3338-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3343-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3344:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3345-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3415-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3416:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3417-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3421-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3422:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3423-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3785-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3786:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3787-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3789-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3790:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3791-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3806-        esac
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3807:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3808-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3839-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3840:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3841:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3842-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3892-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3893:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3894-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3920-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3921:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3922-    else
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3935-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3936:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3937-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3951-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3952:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3953-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3956-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3957:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3958-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3960-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3961:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3962-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3967-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3968:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3969-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3971-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:3972:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-3973-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4029-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:4030:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4031-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4054-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:4055:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4056-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4124-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:4125:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:4126:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4127-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4217-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:4218:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4219-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4220-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:4221:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-4222-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5184-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5185:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5186-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5188-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5189:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5190-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5328-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5329:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5330-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5333-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5334:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5335-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5342-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5343:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5344-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5351-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5352:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5353:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5354-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5529-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5530:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5531-   else
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5731-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5732:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5733:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5734-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5812-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5813:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5814:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5815-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5860-EOF
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5861:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5862-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5875-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5876:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5877-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5896-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5897:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5898-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5952-else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:5953:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-5954-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6246-    160)
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6247:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6248-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6260-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6261:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6262-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6280-    160)
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6281:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6282-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6316-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6317:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6318:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6319-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6325-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6326:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6327-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6449-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6450:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6451-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6479-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6480:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6481-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6508-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6509:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6510-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6551-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6552:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6553-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6559-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6560:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:6561:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-6562-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-7026-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:7027:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-7028-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-7930-    done
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:7931:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-7932-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:7933:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-7934-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-7996-        else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:7997:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-7998-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8024-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8025:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8026:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8027-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8028-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8029:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8030-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8033-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8034:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8035-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8036-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8037:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8038-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8040-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8041:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8042-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8046-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8047:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8048-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8066-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8067:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8068-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8069:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8070-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8071:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8072-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8073:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8074-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8078-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8079:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8080:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8081-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8088-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8089:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8090-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8091:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8092-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8134-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8135:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8136-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8137-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8138:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8139-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8160-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8161:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8162-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8163-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8164:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8165-    fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8166-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8167:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8168-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8242-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8243:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8244-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8253-        else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8254:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8255-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8447-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8448:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8449-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8459-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8460:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8461-        else
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8474-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8475:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8476-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8482-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8483:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8484-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8492-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8493:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8494-        else
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8511-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8512:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8513-    else
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8517-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8518:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8519-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8586-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8587:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8588:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8589:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8590-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8615-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8616:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8617-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8631-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8632:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8633-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8710-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8711:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8712:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8713-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8751-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8752:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8753-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8837-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8838:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8839-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8942-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8943:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8944:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8945-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8952-EOF
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8953:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8954-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8957-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8958:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8959-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8969-****************************************************************************
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8970:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8971-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8986-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8987:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8988:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8989-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8996-            fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8997:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:8998:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-8999-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9248-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9249:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9250-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9391-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9392:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9393:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9394:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9395:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9396-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9399-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9400:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9401:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9402-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9403:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9404:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9405-        else
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9564-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9565:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9566:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9567-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9572-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9573:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9574-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9576-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9577:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9578-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9690-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9691:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9692-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9891-            ])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9892:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9893-        else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9894-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9895:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9896-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9897:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9898:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9899-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9901-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9902:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9903-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9904-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9905:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:9906:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-9907-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10004-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10005:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10006-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10008-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10009:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10010-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10256-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10257:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10258:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10259:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10260-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10262-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10263:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10264:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10265:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10266-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10591-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10592:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10593-    else
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10994-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:10995:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-10996-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11003-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11004:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11005-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11061-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11062:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11063:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11064-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11085-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11086:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11087-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11128-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11129:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11130-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11152-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11153:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11154-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11190-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11191:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11192-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11215-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11216:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11217-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11725-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11726:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11727-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11739-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11740:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:11741:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-11742-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12081-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12082:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12083:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12084-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12430-    else
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12431:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12432-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12434-        fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12435:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12436-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12443-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12444:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12445:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12446-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12501-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12502:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12503-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12534-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12535:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12536:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12537:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12538-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12552-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12553:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12554:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12555-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12647-        esac
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12648:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12649-    done
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12817-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12818:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12819-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12855-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:12856:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-12857-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13009-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13010:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13011-            else
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13022-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13023:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13024-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13037-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13038:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13039:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13040:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13041:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13042:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13043-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13070-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13071:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13072-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13073:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13074-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13129-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13130:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13131-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13132-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13133:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13134:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13135:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13136-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13172-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13173:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13174-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13206-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13207:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13208-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13353-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13354:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13355-fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13356-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13357:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13358-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13360-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13361:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13362:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13363-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13371-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13372:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13373-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13382-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13383:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13384-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13548-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13549:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13550-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13668-        *)
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13669:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13670-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13867-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13868:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13869-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13873-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13874:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13875-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13879-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13880:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13881-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13893-
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13894:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13895-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13915-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13916:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13917:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13918-
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13956-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13957:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13958-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13982-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:13983:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-13984-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-14038-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:14039:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-14040-fi
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-14041-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:14042:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-14043-fi
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-14109-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:14110:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-14111-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-14118-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac:14119:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/build-against-shared-lpsolve.diff/configure.ac-14120-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-165-    # lang packs
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:166:    for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-167-        lang_lists=
##############################################
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-199-        if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:200:            for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-201-                test -f $FILELISTSDIR/help_${lang}_list.txt || continue;
##############################################
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-358-            -e " if(/^%dir (.*)/)
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:359:                    {system('mkdir', '-p', '-m', '755', \"$directory\".\$1);}
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-360-                else
##############################################
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-405-
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:406:    for l in `echo $WITH_LANG_LIST`; do
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-407-        for p in Impress Draw Math Calc Base Writer; do
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:408:            create_package_directory  gid_Module_Langpack_${p}_`echo $l | sed -e s/-/_/g` pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-409-        done
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:410:        create_package_directory gid_Module_Langpack_Basis_`echo $l | sed -e s/-/_/g`     pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:411:        create_package_directory gid_Module_Langpack_Brand_`echo $l | sed -e s/-/_/g`     pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:412:        create_package_directory gid_Module_Langpack_Resource_`echo $l | sed -e s/-/_/g`  pkg/libreoffice-l10n-$l
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:413:        create_package_directory gid_Module_Helppack_Help_`echo $l | sed -e s/-/_/g`      pkg/libreoffice-help-$l
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-414-
##############################################
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-482-        for i in forms/resume.ott officorr/project-proposal.ott; do \
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists:483:            mkdir -p pkg/libreoffice-common/$INSTALLDIR/share/template/en-US/`dirname $i`; \
libreoffice-7.1.0~beta1/.pc/install-fixes.diff/bin/distro-install-file-lists-484-            mv .$INSTALLDIR/share/template/en-US/$i \
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2776-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2777:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2778-            else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2779-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2780:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2781-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2983-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2984:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:2985:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-2986-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3051-        else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3052:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3053-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3072-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3073:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3074-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3076-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3077:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3078-fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3079:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3080-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3121-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3122:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3123-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3227-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3228:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3229-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3238-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3239:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3240-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3309-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3310:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3311-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3312-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3313:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3314-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3319-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3320:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3321-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3333-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3334:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3335-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3336-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3337:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3338-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3343-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3344:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3345-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3415-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3416:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3417-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3421-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3422:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3423-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3785-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3786:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3787-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3789-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3790:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3791-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3806-        esac
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3807:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3808-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3839-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3840:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3841:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3842-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3892-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3893:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3894-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3920-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3921:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3922-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3935-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3936:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3937-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3951-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3952:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3953-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3956-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3957:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3958-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3960-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3961:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3962-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3967-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3968:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3969-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3971-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:3972:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-3973-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4029-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4030:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4031-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4054-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4055:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4056-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4124-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4125:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4126:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4127-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4217-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4218:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4219-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4220-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:4221:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-4222-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5184-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5185:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5186-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5188-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5189:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5190-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5328-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5329:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5330-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5333-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5334:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5335-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5342-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5343:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5344-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5351-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5352:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5353:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5354-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5529-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5530:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5531-   else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5731-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5732:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5733:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5734-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5812-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5813:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5814:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5815-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5860-EOF
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5861:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5862-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5875-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5876:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5877-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5896-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5897:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5898-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5952-else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:5953:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-5954-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6246-    160)
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6247:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6248-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6260-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6261:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6262-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6280-    160)
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6281:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6282-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6316-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6317:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6318:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6319-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6325-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6326:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6327-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6449-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6450:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6451-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6479-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6480:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6481-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6508-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6509:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6510-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6551-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6552:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6553-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6559-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6560:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:6561:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-6562-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7026-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7027:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7028-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7930-    done
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7931:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7932-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7933:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7934-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7996-        else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:7997:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-7998-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8024-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8025:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8026:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8027-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8028-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8029:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8030-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8033-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8034:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8035-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8036-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8037:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8038-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8040-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8041:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8042-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8046-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8047:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8048-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8066-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8067:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8068-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8069:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8070-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8071:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8072-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8073:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8074-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8078-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8079:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8080:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8081-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8088-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8089:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8090-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8091:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8092-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8134-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8135:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8136-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8137-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8138:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8139-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8160-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8161:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8162-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8163-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8164:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8165-    fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8166-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8167:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8168-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8242-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8243:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8244-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8253-        else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8254:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8255-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8447-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8448:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8449-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8459-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8460:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8461-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8474-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8475:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8476-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8482-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8483:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8484-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8492-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8493:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8494-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8511-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8512:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8513-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8517-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8518:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8519-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8586-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8587:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8588:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8589:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8590-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8615-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8616:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8617-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8631-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8632:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8633-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8710-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8711:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8712:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8713-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8751-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8752:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8753-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8837-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8838:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8839-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8942-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8943:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8944:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8945-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8952-EOF
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8953:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8954-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8957-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8958:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8959-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8969-****************************************************************************
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8970:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8971-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8986-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8987:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8988:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8989-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8996-            fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8997:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:8998:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-8999-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9248-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9249:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9250-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9391-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9392:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9393:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9394:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9395:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9396-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9399-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9400:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9401:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9402-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9403:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9404:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9405-        else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9564-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9565:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9566:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9567-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9572-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9573:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9574-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9576-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9577:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9578-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9690-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9691:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9692-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9891-            ])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9892:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9893-        else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9894-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9895:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9896-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9897:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9898:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9899-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9901-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9902:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9903-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9904-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9905:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:9906:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-9907-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10004-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10005:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10006-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10008-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10009:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10010-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10256-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10257:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10258:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10259:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10260-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10262-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10263:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10264:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10265:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10266-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10591-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10592:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10593-    else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10995-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:10996:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-10997-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11004-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11005:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11006-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11062-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11063:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11064:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11065-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11086-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11087:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11088-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11129-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11130:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11131-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11153-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11154:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11155-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11191-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11192:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11193-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11216-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11217:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11218-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11726-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11727:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11728-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11740-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11741:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:11742:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-11743-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12082-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12083:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12084:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12085-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12431-    else
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12432:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12433-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12435-        fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12436:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12437-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12444-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12445:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12446:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12447-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12502-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12503:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12504-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12535-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12536:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12537:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12538:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12539-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12553-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12554:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12555:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12556-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12648-        esac
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12649:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12650-    done
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12818-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12819:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12820-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12856-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:12857:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-12858-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13010-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13011:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13012-            else
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13023-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13024:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13025-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13038-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13039:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13040:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13041:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13042:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13043:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13044-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13071-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13072:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13073-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13074:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13075-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13130-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13131:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13132-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13133-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13134:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13135:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13136:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13137-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13173-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13174:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13175-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13207-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13208:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13209-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13354-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13355:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13356-fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13357-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13358:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13359-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13361-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13362:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13363:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13364-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13372-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13373:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13374-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13383-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13384:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13385-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13549-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13550:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13551-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13669-        *)
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13670:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13671-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13868-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13869:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13870-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13874-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13875:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13876-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13880-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13881:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13882-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13894-
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13895:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13896-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13916-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13917:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13918:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13919-
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13957-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13958:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13959-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13983-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:13984:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-13985-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-14039-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:14040:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-14041-fi
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-14042-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:14043:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-14044-fi
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-14110-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:14111:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-14112-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-14119-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac:14120:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/debian-hardened-buildflags-CPPFLAGS.diff/configure.ac-14121-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-2776-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:2777:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-2778-            else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-2779-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:2780:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-2781-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-2983-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:2984:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:2985:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-2986-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3051-        else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3052:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3053-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3072-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3073:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3074-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3076-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3077:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3078-fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3079:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3080-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3121-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3122:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3123-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3227-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3228:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3229-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3238-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3239:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3240-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3309-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3310:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3311-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3312-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3313:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3314-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3319-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3320:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3321-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3333-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3334:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3335-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3336-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3337:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3338-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3343-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3344:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3345-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3415-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3416:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3417-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3421-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3422:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3423-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3785-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3786:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3787-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3789-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3790:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3791-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3806-        esac
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3807:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3808-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3839-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3840:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3841:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3842-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3892-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3893:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3894-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3920-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3921:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3922-    else
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3935-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3936:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3937-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3951-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3952:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3953-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3956-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3957:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3958-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3960-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3961:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3962-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3967-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3968:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3969-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3971-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:3972:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-3973-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4029-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:4030:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4031-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4054-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:4055:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4056-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4124-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:4125:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:4126:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4127-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4217-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:4218:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4219-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4220-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:4221:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-4222-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5184-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5185:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5186-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5188-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5189:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5190-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5328-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5329:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5330-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5333-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5334:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5335-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5342-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5343:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5344-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5351-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5352:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5353:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5354-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5529-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5530:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5531-   else
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5731-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5732:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5733:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5734-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5812-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5813:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5814:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5815-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5860-EOF
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5861:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5862-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5875-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5876:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5877-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5896-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5897:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5898-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5952-else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:5953:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-5954-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6246-    160)
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6247:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6248-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6260-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6261:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6262-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6280-    160)
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6281:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6282-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6316-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6317:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6318:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6319-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6325-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6326:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6327-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6449-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6450:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6451-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6479-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6480:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6481-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6508-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6509:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6510-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6551-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6552:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6553-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6559-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6560:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:6561:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-6562-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-7026-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:7027:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-7028-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-7930-    done
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:7931:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-7932-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:7933:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-7934-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-7996-        else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:7997:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-7998-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8024-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8025:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8026:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8027-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8028-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8029:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8030-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8033-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8034:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8035-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8036-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8037:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8038-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8040-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8041:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8042-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8046-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8047:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8048-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8066-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8067:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8068-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8069:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8070-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8071:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8072-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8073:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8074-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8078-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8079:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8080:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8081-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8088-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8089:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8090-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8091:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8092-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8134-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8135:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8136-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8137-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8138:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8139-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8160-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8161:        if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8162-            JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8163-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8164:        JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8165-    fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8166-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8167:    if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8168-    JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8242-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8243:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8244-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8253-        else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8254:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8255-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8447-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8448:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8449-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8459-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8460:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8461-        else
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8474-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8475:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8476-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8482-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8483:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8484-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8492-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8493:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8494-        else
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8511-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8512:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8513-    else
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8517-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8518:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8519-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8586-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8587:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8588:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8589:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8590-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8615-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8616:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8617-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8631-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8632:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8633-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8710-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8711:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8712:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8713-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8751-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8752:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8753-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8837-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8838:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8839-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8942-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8943:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8944:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8945-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8952-EOF
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8953:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8954-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8957-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8958:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8959-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8969-****************************************************************************
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8970:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8971-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8986-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8987:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8988:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8989-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8996-            fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8997:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:8998:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-8999-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9248-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9249:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9250-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9391-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9392:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9393:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9394:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9395:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9396-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9399-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9400:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9401:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9402-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9403:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9404:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9405-        else
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9564-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9565:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9566:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9567-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9572-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9573:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9574-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9576-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9577:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9578-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9690-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9691:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9692-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9891-            ])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9892:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9893-        else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9894-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9895:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9896-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9897:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9898:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9899-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9901-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9902:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9903-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9904-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9905:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:9906:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-9907-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10004-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10005:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10006-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10008-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10009:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10010-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10256-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10257:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10258:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10259:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10260-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10262-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10263:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10264:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10265:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10266-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10591-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10592:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10593-    else
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10995-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:10996:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-10997-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11004-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11005:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11006-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11062-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11063:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11064:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11065-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11086-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11087:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11088-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11129-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11130:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11131-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11153-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11154:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11155-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11191-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11192:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11193-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11216-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11217:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11218-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11731-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11732:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11733-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11745-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11746:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:11747:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-11748-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12087-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12088:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12089:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12090-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12436-    else
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12437:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12438-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12440-        fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12441:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12442-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12449-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12450:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12451:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12452-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12507-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12508:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12509-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12540-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12541:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12542:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12543:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12544-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12558-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12559:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12560:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12561-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12653-        esac
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12654:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12655-    done
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12823-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12824:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12825-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12861-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:12862:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-12863-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13015-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13016:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13017-            else
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13028-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13029:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13030-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13043-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13044:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13045:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13046:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13047:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13048:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13049-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13076-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13077:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13078-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13079:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13080-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13135-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13136:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13137-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13138-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13139:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13140:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13141:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13142-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13178-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13179:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13180-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13212-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13213:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13214-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13359-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13360:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13361-fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13362-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13363:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13364-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13366-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13367:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13368:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13369-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13377-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13378:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13379-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13388-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13389:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13390-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13554-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13555:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13556-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13674-        *)
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13675:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13676-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13873-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13874:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13875-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13879-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13880:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13881-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13885-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13886:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13887-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13899-
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13900:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13901-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13921-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13922:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13923:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13924-
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13962-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13963:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13964-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13988-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:13989:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-13990-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-14044-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:14045:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-14046-fi
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-14047-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:14048:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-14049-fi
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-14115-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:14116:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-14117-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-14124-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac:14125:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/javadoc-optional.diff/configure.ac-14126-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-2788-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:2789:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-2790-            else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-2791-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:2792:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-2793-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-2995-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:2996:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:2997:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-2998-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3063-        else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3064:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3065-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3084-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3085:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3086-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3088-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3089:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3090-fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3091:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3092-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3133-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3134:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3135-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3239-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3240:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3241-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3250-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3251:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3252-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3321-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3322:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3323-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3324-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3325:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3326-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3331-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3332:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3333-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3345-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3346:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3347-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3348-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3349:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3350-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3355-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3356:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3357-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3427-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3428:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3429-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3433-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3434:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3435-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3797-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3798:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3799-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3801-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3802:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3803-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3818-        esac
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3819:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3820-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3851-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3852:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3853:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3854-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3904-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3905:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3906-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3932-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3933:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3934-    else
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3947-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3948:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3949-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3963-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3964:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3965-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3968-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3969:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3970-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3972-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3973:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3974-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3979-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3980:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3981-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3983-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:3984:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-3985-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4041-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:4042:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4043-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4066-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:4067:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4068-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4136-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:4137:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:4138:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4139-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4229-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:4230:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4231-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4232-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:4233:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-4234-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5196-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5197:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5198-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5200-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5201:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5202-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5340-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5341:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5342-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5345-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5346:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5347-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5354-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5355:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5356-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5363-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5364:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5365:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5366-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5541-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5542:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5543-   else
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5743-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5744:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5745:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5746-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5824-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5825:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5826:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5827-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5872-EOF
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5873:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5874-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5887-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5888:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5889-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5908-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5909:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5910-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5964-else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:5965:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-5966-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6258-    160)
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6259:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6260-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6272-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6273:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6274-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6292-    160)
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6293:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6294-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6328-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6329:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6330:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6331-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6337-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6338:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6339-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6461-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6462:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6463-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6491-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6492:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6493-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6520-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6521:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6522-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6563-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6564:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6565-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6571-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6572:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:6573:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-6574-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-7038-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:7039:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-7040-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-7942-    done
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:7943:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-7944-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:7945:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-7946-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8008-        else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8009:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8010-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8036-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8037:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8038:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8039-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8040-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8041:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8042-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8045-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8046:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8047-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8048-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8049:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8050-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8052-            AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8053:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8054-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8058-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8059:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8060-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8078-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8079:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8080-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8081:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8082-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8083:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8084-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8085:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8086-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8090-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8091:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8092:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8093-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8100-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8101:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8102-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8103:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8104-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8146-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8147:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8148-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8149-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8150:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8151-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8172-            if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8173:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8174-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8175-                fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8176:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8177-            fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8178-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8179:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8180-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8263-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8264:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8265-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8274-        else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8275:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8276-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8468-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8469:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8470-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8480-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8481:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8482-        else
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8495-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8496:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8497-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8503-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8504:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8505-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8513-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8514:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8515-        else
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8532-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8533:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8534-    else
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8538-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8539:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8540-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8607-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8608:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8609:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8610:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8611-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8636-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8637:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8638-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8652-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8653:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8654-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8731-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8732:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8733:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8734-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8772-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8773:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8774-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8858-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8859:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8860-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8963-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8964:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8965:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8966-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8973-EOF
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8974:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8975-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8978-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8979:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8980-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8990-****************************************************************************
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:8991:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-8992-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9007-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9008:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9009:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9010-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9017-            fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9018:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9019:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9020-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9269-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9270:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9271-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9412-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9413:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9414:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9415:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9416:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9417-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9420-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9421:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9422:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9423-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9424:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9425:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9426-        else
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9585-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9586:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9587:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9588-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9593-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9594:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9595-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9597-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9598:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9599-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9711-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9712:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9713-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9912-            ])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9913:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9914-        else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9915-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9916:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9917-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9918:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9919:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9920-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9922-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9923:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9924-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9925-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9926:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:9927:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-9928-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10025-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10026:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10027-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10029-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10030:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10031-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10277-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10278:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10279:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10280:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10281-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10283-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10284:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10285:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10286:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10287-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10612-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:10613:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-10614-    else
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11016-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11017:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11018-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11025-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11026:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11027-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11083-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11084:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11085:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11086-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11107-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11108:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11109-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11150-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11151:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11152-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11174-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11175:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11176-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11212-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11213:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11214-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11237-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11238:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11239-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11752-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11753:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11754-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11766-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11767:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:11768:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-11769-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12108-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12109:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12110:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12111-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12457-    else
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12458:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12459-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12461-        fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12462:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12463-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12470-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12471:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12472:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12473-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12528-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12529:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12530-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12561-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12562:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12563:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12564:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12565-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12579-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12580:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12581:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12582-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12674-        esac
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12675:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12676-    done
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12844-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12845:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12846-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12882-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:12883:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-12884-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13036-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13037:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13038-            else
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13049-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13050:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13051-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13064-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13065:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13066:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13067:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13068:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13069:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13070-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13097-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13098:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13099-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13100:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13101-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13156-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13157:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13158-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13159-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13160:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13161:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13162:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13163-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13199-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13200:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13201-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13233-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13234:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13235-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13380-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13381:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13382-fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13383-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13384:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13385-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13387-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13388:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13389:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13390-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13398-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13399:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13400-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13409-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13410:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13411-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13575-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13576:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13577-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13695-        *)
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13696:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13697-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13894-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13895:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13896-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13900-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13901:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13902-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13906-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13907:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13908-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13920-
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13921:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13922-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13942-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13943:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13944:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13945-
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13983-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:13984:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-13985-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14009-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:14010:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14011-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14065-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:14066:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14067-fi
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14068-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:14069:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14070-fi
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14136-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:14137:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14138-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14145-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac:14146:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/hppa-is-32bit.diff/configure.ac-14147-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-2788-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:2789:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-2790-            else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-2791-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:2792:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-2793-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-2995-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:2996:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:2997:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-2998-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3063-        else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3064:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3065-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3084-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3085:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3086-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3088-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3089:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3090-fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3091:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3092-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3133-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3134:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3135-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3239-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3240:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3241-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3250-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3251:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3252-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3321-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3322:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3323-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3324-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3325:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3326-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3331-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3332:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3333-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3345-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3346:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3347-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3348-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3349:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3350-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3355-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3356:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3357-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3427-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3428:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3429-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3433-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3434:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3435-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3797-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3798:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3799-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3801-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3802:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3803-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3818-        esac
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3819:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3820-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3851-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3852:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3853:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3854-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3904-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3905:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3906-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3932-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3933:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3934-    else
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3947-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3948:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3949-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3963-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3964:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3965-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3968-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3969:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3970-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3972-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3973:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3974-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3979-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3980:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3981-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3983-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:3984:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-3985-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4041-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:4042:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4043-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4066-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:4067:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4068-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4136-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:4137:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:4138:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4139-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4229-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:4230:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4231-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4232-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:4233:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-4234-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5196-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5197:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5198-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5200-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5201:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5202-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5340-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5341:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5342-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5345-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5346:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5347-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5354-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5355:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5356-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5363-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5364:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5365:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5366-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5541-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5542:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5543-   else
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5743-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5744:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5745:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5746-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5824-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5825:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5826:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5827-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5872-EOF
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5873:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5874-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5887-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5888:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5889-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5908-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5909:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5910-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5964-else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:5965:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-5966-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6258-    160)
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6259:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6260-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6272-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6273:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6274-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6292-    160)
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6293:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6294-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6328-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6329:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6330:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6331-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6337-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6338:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6339-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6461-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6462:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6463-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6491-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6492:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6493-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6520-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6521:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6522-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6563-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6564:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6565-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6571-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6572:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:6573:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-6574-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-7038-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:7039:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-7040-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-7942-    done
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:7943:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-7944-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:7945:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-7946-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8008-        else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8009:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8010-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8036-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8037:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8038:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8039-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8040-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8041:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8042-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8045-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8046:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8047-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8048-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8049:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8050-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8052-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8053:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8054-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8058-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8059:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8060-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8078-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8079:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8080-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8081:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8082-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8083:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8084-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8085:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8086-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8090-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8091:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8092:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8093-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8100-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8101:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8102-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8103:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8104-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8146-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8147:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8148-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8149-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8150:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8151-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8172-            if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8173:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8174-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8175-                fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8176:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8177-            fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8178-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8179:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8180-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8263-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8264:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8265-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8274-        else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8275:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8276-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8468-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8469:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8470-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8480-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8481:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8482-        else
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8495-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8496:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8497-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8503-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8504:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8505-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8513-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8514:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8515-        else
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8532-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8533:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8534-    else
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8538-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8539:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8540-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8607-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8608:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8609:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8610:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8611-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8636-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8637:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8638-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8652-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8653:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8654-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8731-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8732:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8733:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8734-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8772-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8773:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8774-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8858-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8859:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8860-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8963-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8964:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8965:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8966-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8973-EOF
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8974:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8975-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8978-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8979:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8980-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8990-****************************************************************************
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:8991:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-8992-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9007-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9008:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9009:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9010-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9017-            fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9018:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9019:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9020-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9269-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9270:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9271-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9412-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9413:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9414:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9415:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9416:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9417-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9420-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9421:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9422:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9423-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9424:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9425:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9426-        else
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9585-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9586:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9587:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9588-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9593-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9594:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9595-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9597-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9598:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9599-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9711-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9712:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9713-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9912-            ])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9913:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9914-        else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9915-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9916:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9917-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9918:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9919:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9920-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9922-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9923:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9924-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9925-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9926:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:9927:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-9928-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10025-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10026:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10027-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10029-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10030:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10031-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10277-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10278:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10279:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10280:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10281-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10283-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10284:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10285:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10286:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10287-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10612-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:10613:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-10614-    else
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11016-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11017:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11018-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11025-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11026:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11027-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11083-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11084:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11085:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11086-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11107-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11108:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11109-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11150-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11151:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11152-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11174-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11175:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11176-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11212-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11213:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11214-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11237-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11238:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11239-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11752-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11753:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11754-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11766-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11767:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:11768:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-11769-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12108-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12109:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12110:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12111-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12457-    else
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12458:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12459-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12461-        fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12462:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12463-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12470-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12471:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12472:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12473-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12528-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12529:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12530-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12561-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12562:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12563:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12564:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12565-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12579-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12580:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12581:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12582-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12674-        esac
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12675:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12676-    done
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12844-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12845:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12846-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12882-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:12883:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-12884-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13036-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13037:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13038-            else
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13049-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13050:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13051-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13064-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13065:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13066:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13067:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13068:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13069:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13070-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13097-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13098:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13099-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13100:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13101-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13156-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13157:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13158-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13159-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13160:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13161:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13162:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13163-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13199-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13200:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13201-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13233-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13234:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13235-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13380-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13381:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13382-fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13383-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13384:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13385-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13387-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13388:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13389:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13390-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13398-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13399:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13400-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13409-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13410:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13411-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13575-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13576:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13577-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13695-        *)
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13696:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13697-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13894-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13895:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13896-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13900-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13901:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13902-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13906-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13907:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13908-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13920-
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13921:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13922-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13942-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13943:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13944:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13945-
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13983-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:13984:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-13985-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14009-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:14010:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14011-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14065-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:14066:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14067-fi
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14068-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:14069:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14070-fi
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14136-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:14137:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14138-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14145-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac:14146:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/no-openssl.diff/configure.ac-14147-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-2788-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:2789:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-2790-            else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-2791-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:2792:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-2793-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-2995-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:2996:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:2997:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-2998-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3063-        else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3064:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3065-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3084-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3085:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3086-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3088-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3089:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3090-fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3091:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3092-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3133-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3134:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3135-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3239-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3240:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3241-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3250-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3251:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3252-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3321-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3322:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3323-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3324-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3325:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3326-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3331-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3332:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3333-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3345-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3346:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3347-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3348-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3349:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3350-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3355-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3356:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3357-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3427-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3428:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3429-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3433-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3434:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3435-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3797-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3798:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3799-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3801-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3802:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3803-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3818-        esac
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3819:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3820-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3851-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3852:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3853:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3854-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3904-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3905:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3906-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3932-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3933:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3934-    else
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3947-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3948:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3949-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3963-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3964:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3965-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3968-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3969:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3970-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3972-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3973:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3974-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3979-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3980:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3981-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3983-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:3984:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-3985-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4041-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:4042:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4043-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4066-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:4067:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4068-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4136-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:4137:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:4138:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4139-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4229-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:4230:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4231-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4232-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:4233:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-4234-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5196-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5197:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5198-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5200-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5201:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5202-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5340-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5341:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5342-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5345-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5346:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5347-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5354-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5355:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5356-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5363-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5364:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5365:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5366-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5541-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5542:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5543-   else
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5743-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5744:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5745:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5746-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5824-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5825:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5826:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5827-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5872-EOF
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5873:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5874-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5887-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5888:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5889-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5908-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5909:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5910-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5964-else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:5965:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-5966-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6258-    160)
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6259:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6260-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6272-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6273:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6274-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6292-    160)
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6293:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6294-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6328-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6329:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6330:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6331-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6337-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6338:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6339-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6461-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6462:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6463-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6491-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6492:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6493-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6520-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6521:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6522-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6563-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6564:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6565-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6571-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6572:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:6573:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-6574-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-7038-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:7039:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-7040-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-7942-    done
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:7943:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-7944-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:7945:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-7946-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8008-        else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8009:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8010-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8036-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8037:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8038:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8039-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8040-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8041:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8042-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8045-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8046:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8047-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8048-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8049:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8050-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8052-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8053:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8054-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8058-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8059:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8060-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8078-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8079:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8080-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8081:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8082-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8083:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8084-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8085:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8086-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8090-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8091:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8092:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8093-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8100-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8101:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8102-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8103:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8104-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8146-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8147:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8148-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8149-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8150:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8151-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8172-            if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8173:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8174-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8175-                fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8176:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8177-            fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8178-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8179:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8180-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8263-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8264:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8265-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8274-        else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8275:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8276-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8468-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8469:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8470-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8480-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8481:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8482-        else
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8495-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8496:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8497-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8503-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8504:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8505-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8513-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8514:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8515-        else
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8532-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8533:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8534-    else
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8538-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8539:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8540-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8607-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8608:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8609:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8610:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8611-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8636-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8637:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8638-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8652-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8653:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8654-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8731-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8732:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8733:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8734-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8772-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8773:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8774-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8858-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8859:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8860-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8963-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8964:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8965:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8966-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8973-EOF
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8974:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8975-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8978-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8979:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8980-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8990-****************************************************************************
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:8991:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-8992-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9007-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9008:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9009:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9010-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9017-            fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9018:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9019:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9020-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9269-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9270:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9271-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9412-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9413:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9414:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9415:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9416:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9417-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9420-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9421:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9422:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9423-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9424:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9425:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9426-        else
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9585-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9586:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9587:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9588-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9593-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9594:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9595-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9597-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9598:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9599-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9711-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9712:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9713-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9912-            ])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9913:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9914-        else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9915-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9916:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9917-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9918:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9919:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9920-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9922-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9923:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9924-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9925-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9926:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:9927:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-9928-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10025-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10026:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10027-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10029-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10030:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10031-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10277-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10278:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10279:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10280:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10281-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10283-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10284:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10285:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10286:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10287-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10612-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10613:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10614-    else
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10955-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10956:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10957-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10964-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:10965:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-10966-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11022-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11023:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11024:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11025-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11046-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11047:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11048-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11089-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11090:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11091-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11113-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11114:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11115-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11151-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11152:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11153-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11176-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11177:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11178-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11691-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11692:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11693-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11705-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11706:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:11707:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-11708-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12047-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12048:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12049:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12050-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12396-    else
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12397:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12398-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12400-        fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12401:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12402-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12409-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12410:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12411:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12412-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12467-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12468:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12469-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12500-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12501:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12502:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12503:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12504-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12518-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12519:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12520:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12521-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12613-        esac
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12614:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12615-    done
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12783-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12784:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12785-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12821-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12822:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12823-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12975-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12976:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12977-            else
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12988-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:12989:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-12990-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13003-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13004:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13005:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13006:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13007:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13008:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13009-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13036-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13037:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13038-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13039:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13040-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13095-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13096:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13097-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13098-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13099:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13100:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13101:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13102-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13138-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13139:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13140-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13172-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13173:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13174-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13319-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13320:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13321-fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13322-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13323:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13324-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13326-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13327:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13328:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13329-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13337-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13338:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13339-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13348-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13349:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13350-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13514-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13515:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13516-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13634-        *)
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13635:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13636-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13833-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13834:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13835-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13839-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13840:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13841-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13845-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13846:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13847-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13859-
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13860:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13861-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13881-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13882:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13883:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13884-
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13922-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13923:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13924-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13948-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:13949:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-13950-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-14004-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:14005:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-14006-fi
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-14007-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:14008:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-14009-fi
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-14075-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:14076:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-14077-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-14084-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac:14085:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/cppunit-optional.diff/configure.ac-14086-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2793-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2794:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2795-            else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2796-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:2797:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-2798-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3000-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3001:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3002:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3003-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3068-        else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3069:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3070-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3089-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3090:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3091-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3093-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3094:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3095-fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3096:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3097-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3138-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3139:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3140-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3244-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3245:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3246-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3255-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3256:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3257-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3326-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3327:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3328-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3329-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3330:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3331-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3336-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3337:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3338-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3350-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3351:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3352-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3353-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3354:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3355-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3360-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3361:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3362-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3432-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3433:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3434-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3438-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3439:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3440-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3802-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3803:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3804-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3806-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3807:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3808-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3823-        esac
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3824:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3825-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3856-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3857:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3858:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3859-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3909-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3910:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3911-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3937-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3938:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3939-    else
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3952-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3953:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3954-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3968-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3969:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3970-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3973-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3974:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3975-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3977-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3978:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3979-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3984-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3985:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3986-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3988-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:3989:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-3990-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4046-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4047:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4048-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4071-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4072:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4073-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4141-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4142:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4143:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4144-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4234-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4235:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4236-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4237-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:4238:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-4239-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5201-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5202:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5203-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5205-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5206:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5207-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5345-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5346:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5347-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5350-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5351:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5352-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5359-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5360:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5361-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5368-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5369:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5370:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5371-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5546-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5547:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5548-   else
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5748-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5749:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5750:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5751-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5829-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5830:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5831:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5832-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5877-EOF
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5878:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5879-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5892-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5893:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5894-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5913-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5914:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5915-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5969-else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:5970:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-5971-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6263-    160)
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6264:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6265-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6277-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6278:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6279-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6297-    160)
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6298:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6299-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6333-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6334:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6335:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6336-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6342-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6343:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6344-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6466-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6467:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6468-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6496-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6497:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6498-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6525-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6526:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6527-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6568-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6569:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6570-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6576-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6577:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:6578:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-6579-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7043-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7044:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7045-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7947-    done
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7948:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7949-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:7950:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-7951-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8013-        else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8014:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8015-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8041-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8042:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8043:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8044-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8045-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8046:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8047-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8050-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8051:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8052-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8053-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8054:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8055-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8057-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8058:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8059-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8063-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8064:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8065-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8083-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8084:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8085-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8086:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8087-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8088:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8089-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8090:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8091-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8095-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8096:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8097:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8098-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8105-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8106:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8107-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8108:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8109-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8151-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8152:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8153-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8154-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8155:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8156-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8177-            if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8178:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8179-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8180-                fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8181:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8182-            fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8183-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8184:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8185-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8268-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8269:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8270-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8279-        else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8280:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8281-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8473-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8474:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8475-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8485-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8486:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8487-        else
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8500-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8501:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8502-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8508-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8509:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8510-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8518-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8519:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8520-        else
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8537-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8538:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8539-    else
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8543-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8544:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8545-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8612-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8613:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8614:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8615:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8616-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8641-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8642:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8643-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8657-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8658:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8659-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8736-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8737:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8738:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8739-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8777-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8778:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8779-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8863-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8864:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8865-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8968-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8969:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8970:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8971-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8978-EOF
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8979:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8980-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8983-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8984:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8985-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8995-****************************************************************************
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:8996:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-8997-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9012-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9013:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9014:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9015-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9022-            fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9023:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9024:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9025-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9278-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9279:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9280-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9421-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9422:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9423:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9424:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9425:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9426-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9429-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9430:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9431:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9432-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9433:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9434:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9435-        else
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9594-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9595:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9596:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9597-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9602-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9603:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9604-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9606-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9607:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9608-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9720-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9721:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9722-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9921-            ])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9922:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9923-        else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9924-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9925:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9926-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9927:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9928:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9929-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9931-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9932:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9933-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9934-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9935:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:9936:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-9937-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10034-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10035:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10036-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10038-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10039:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10040-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10286-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10287:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10288:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10289:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10290-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10292-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10293:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10294:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10295:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10296-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10621-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10622:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10623-    else
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10964-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10965:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10966-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10973-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:10974:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-10975-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11031-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11032:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11033:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11034-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11055-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11056:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11057-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11098-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11099:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11100-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11122-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11123:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11124-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11160-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11161:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11162-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11185-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11186:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11187-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11700-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11701:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11702-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11714-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11715:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:11716:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-11717-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12056-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12057:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12058:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12059-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12405-    else
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12406:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12407-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12409-        fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12410:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12411-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12418-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12419:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12420:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12421-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12476-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12477:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12478-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12509-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12510:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12511:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12512:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12513-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12527-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12528:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12529:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12530-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12622-        esac
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12623:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12624-    done
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12792-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12793:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12794-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12830-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12831:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12832-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12984-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12985:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12986-            else
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12997-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:12998:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-12999-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13012-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13013:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13014:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13015:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13016:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13017:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13018-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13045-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13046:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13047-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13048:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13049-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13104-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13105:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13106-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13107-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13108:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13109:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13110:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13111-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13147-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13148:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13149-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13181-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13182:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13183-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13328-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13329:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13330-fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13331-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13332:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13333-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13335-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13336:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13337:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13338-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13346-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13347:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13348-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13357-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13358:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13359-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13523-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13524:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13525-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13643-        *)
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13644:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13645-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13842-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13843:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13844-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13848-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13849:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13850-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13854-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13855:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13856-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13868-
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13869:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13870-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13890-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13891:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13892:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13893-
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13931-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13932:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13933-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13957-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:13958:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-13959-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-14013-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:14014:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-14015-fi
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-14016-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:14017:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-14018-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-14084-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:14085:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-14086-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-14093-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac:14094:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/disable-java-in-odk-build-examples-on-zero-vm.diff/configure.ac-14095-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-35-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-125-            else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-131-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-163-            else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-169-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-416-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-516-                else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-518-                fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-519-            else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-635-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-637-    else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-1131-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-2793-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:2794:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-2795-            else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-2796-                PathFormat "$1"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:2797:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-2798-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3000-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3001:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3002:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3003-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3068-        else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3069:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3070-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3089-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3090:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3091-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3093-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3094:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3095-fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3096:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3097-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3138-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3139:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3140-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3244-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3245:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3246-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3255-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3256:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3257-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3326-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3327:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3328-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3329-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3330:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3331-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3336-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3337:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3338-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3350-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3351:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3352-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3353-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3354:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3355-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3360-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3361:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3362-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3432-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3433:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3434-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3438-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3439:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3440-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3802-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3803:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3804-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3806-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3807:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3808-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3823-        esac
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3824:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3825-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3856-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3857:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3858:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3859-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3909-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3910:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3911-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3937-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3938:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3939-    else
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3952-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3953:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3954-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3968-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3969:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3970-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3973-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3974:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3975-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3977-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3978:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3979-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3984-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3985:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3986-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3988-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:3989:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-3990-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4046-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:4047:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4048-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4071-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:4072:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4073-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4141-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:4142:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:4143:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4144-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4234-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:4235:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4236-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4237-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:4238:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-4239-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5201-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5202:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5203-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5205-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5206:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5207-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5345-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5346:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5347-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5350-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5351:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5352-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5359-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5360:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5361-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5368-        VV='$'$V
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5369:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5370:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5371-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5546-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5547:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5548-   else
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5748-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5749:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5750:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5751-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5829-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5830:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5831:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5832-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5877-EOF
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5878:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5879-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5892-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5893:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5894-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5913-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5914:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5915-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5969-else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:5970:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-5971-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6263-    160)
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6264:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6265-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6277-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6278:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6279-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6297-    160)
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6298:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6299-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6333-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6334:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6335:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6336-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6342-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6343:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6344-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6466-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6467:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6468-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6496-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6497:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6498-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6525-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6526:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6527-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6568-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6569:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6570-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6576-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6577:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:6578:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-6579-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-7043-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:7044:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-7045-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-7947-    done
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:7948:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-7949-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:7950:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-7951-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8013-        else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8014:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8015-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8041-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8042:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8043:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8044-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8045-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8046:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8047-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8050-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8051:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8052-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8053-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8054:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8055-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8057-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8058:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8059-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8063-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8064:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8065-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8083-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8084:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8085-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8086:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8087-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8088:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8089-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8090:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8091-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8095-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8096:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8097:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8098-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8105-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8106:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8107-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8108:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8109-            fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8160-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8161:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8162-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8163-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8164:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8165-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8186-            if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8187:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8188-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8189-                fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8190:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8191-            fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8192-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8193:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8194-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8277-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8278:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8279-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8288-        else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8289:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8290-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8482-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8483:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8484-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8494-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8495:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8496-        else
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8509-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8510:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8511-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8517-            # check version of existing officeotron
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8518:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8519-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8527-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8528:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8529-        else
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8546-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8547:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8548-    else
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8552-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8553:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8554-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8621-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8622:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8623:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8624:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8625-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8650-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8651:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8652-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8666-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8667:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8668-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8745-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8746:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8747:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8748-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8786-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8787:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8788-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8872-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8873:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8874-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8977-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8978:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8979:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8980-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8987-EOF
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8988:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8989-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8992-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:8993:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-8994-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9004-****************************************************************************
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9005:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9006-To get one please:
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9021-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9022:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9023:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9024-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9031-            fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9032:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9033:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9034-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9287-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9288:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9289-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9430-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9431:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9432:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9433:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9434:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9435-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9438-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9439:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9440:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9441-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9442:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9443:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9444-        else
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9603-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9604:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9605:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9606-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9611-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9612:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9613-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9615-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9616:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9617-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9729-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9730:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9731-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9930-            ])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9931:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9932-        else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9933-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9934:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9935-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9936:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9937:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9938-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9940-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9941:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9942-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9943-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9944:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:9945:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-9946-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10043-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10044:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10045-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10047-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10048:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10049-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10295-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10296:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10297:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10298:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10299-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10301-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10302:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10303:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10304:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10305-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10630-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10631:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10632-    else
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10973-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10974:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10975-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10982-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:10983:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-10984-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11040-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11041:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11042:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11043-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11064-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11065:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11066-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11107-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11108:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11109-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11131-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11132:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11133-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11169-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11170:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11171-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11194-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11195:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11196-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11709-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11710:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11711-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11723-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11724:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:11725:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-11726-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12065-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12066:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12067:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12068-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12414-    else
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12415:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12416-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12418-        fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12419:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12420-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12427-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12428:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12429:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12430-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12485-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12486:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12487-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12518-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12519:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12520:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12521:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12522-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12536-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12537:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12538:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12539-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12631-        esac
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12632:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12633-    done
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12801-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12802:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12803-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12839-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12840:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12841-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12993-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:12994:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-12995-            else
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13006-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13007:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13008-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13021-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13022:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13023:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13024:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13025:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13026:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13027-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13054-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13055:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13056-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13057:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13058-                fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13113-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13114:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13115-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13116-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13117:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13118:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13119:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13120-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13156-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13157:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13158-    fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13190-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13191:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13192-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13337-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13338:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13339-fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13340-# list with substituted ALL
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13341:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13342-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13344-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13345:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13346:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13347-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13355-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13356:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13357-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13366-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13367:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13368-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13532-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13533:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13534-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13652-        *)
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13653:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13654-            ;;
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13851-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13852:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13853-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13857-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13858:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13859-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13863-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13864:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13865-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13877-
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13878:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13879-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13899-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13900:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13901:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13902-
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13940-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13941:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13942-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13966-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:13967:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-13968-        fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-14022-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:14023:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-14024-fi
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-14025-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:14026:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-14027-fi
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-14093-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:14094:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-14095-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-14102-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac:14103:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/.pc/disableClassPathURLCheck.diff/configure.ac-14104-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/configure.ac-35-
libreoffice-7.1.0~beta1/configure.ac:36:CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure.ac:37:CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure.ac-38-
##############################################
libreoffice-7.1.0~beta1/configure.ac-123-            elif test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure.ac:124:                formatted_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/configure.ac-125-            else
libreoffice-7.1.0~beta1/configure.ac:126:                formatted_path=`cygpath -d "$formatted_path"`
libreoffice-7.1.0~beta1/configure.ac-127-            fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-131-        fi
libreoffice-7.1.0~beta1/configure.ac:132:        fp_count_colon=`echo "$formatted_path" | $GREP -c "[:]"`
libreoffice-7.1.0~beta1/configure.ac:133:        fp_count_slash=`echo "$formatted_path" | $GREP -c "[/]"`
libreoffice-7.1.0~beta1/configure.ac-134-        if test "$fp_count_slash$fp_count_colon" != "00"; then
libreoffice-7.1.0~beta1/configure.ac-135-            if test "$fp_count_colon" = "0"; then
libreoffice-7.1.0~beta1/configure.ac:136:                new_formatted_path=`realpath "$formatted_path"`
libreoffice-7.1.0~beta1/configure.ac-137-                if test $? -ne 0;  then
##############################################
libreoffice-7.1.0~beta1/configure.ac-163-            else
libreoffice-7.1.0~beta1/configure.ac:164:                formatted_path=`cygpath -m "$formatted_path"`
libreoffice-7.1.0~beta1/configure.ac-165-            fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-169-        fi
libreoffice-7.1.0~beta1/configure.ac:170:        fp_count_space=`echo "$formatted_path" | $GREP -c "[ ]"`
libreoffice-7.1.0~beta1/configure.ac-171-        if test "$fp_count_space" != "0"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-234-    if test -n "$mac_git_path" -a -x "$mac_git_path" -a "$mac_git_path" != "/usr/bin/git" ; then
libreoffice-7.1.0~beta1/configure.ac:235:        mac_path="$mac_path:`dirname $mac_git_path`"
libreoffice-7.1.0~beta1/configure.ac-236-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-240-    if test -n "$mac_gpg_path" -a -x "$mac_gpg_path" -a "$mac_gpg_path" != "/usr/bin/gpg" ; then
libreoffice-7.1.0~beta1/configure.ac:241:        mac_path="$mac_path:`dirname $mac_gpg_path`"
libreoffice-7.1.0~beta1/configure.ac-242-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-416-
libreoffice-7.1.0~beta1/configure.ac:417:set `echo "$PACKAGE_VERSION" | sed "s/\./ /g"`
libreoffice-7.1.0~beta1/configure.ac-418-
##############################################
libreoffice-7.1.0~beta1/configure.ac-428-# they get undoubled before actually passed to sed.
libreoffice-7.1.0~beta1/configure.ac:429:LIBO_VERSION_SUFFIX_SUFFIX=`echo "$LIBO_VERSION_SUFFIX" | sed -e 's/.*[[a-zA-Z0-9]]\([[^a-zA-Z0-9]]*\)$/\1/'`
libreoffice-7.1.0~beta1/configure.ac-430-test -n "$LIBO_VERSION_SUFFIX_SUFFIX" && LIBO_VERSION_SUFFIX="${LIBO_VERSION_SUFFIX%${LIBO_VERSION_SUFFIX_SUFFIX}}"
##############################################
libreoffice-7.1.0~beta1/configure.ac-445-if test "$enable_macosx_sandbox" = yes; then
libreoffice-7.1.0~beta1/configure.ac:446:    MACOSX_BUNDLE_SHORTVERSION=$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR.`expr $LIBO_VERSION_MICRO '*' 1000 + $LIBO_VERSION_PATCH`
libreoffice-7.1.0~beta1/configure.ac-447-    MACOSX_BUNDLE_VERSION=$MACOSX_BUNDLE_SHORTVERSION
##############################################
libreoffice-7.1.0~beta1/configure.ac-516-                else
libreoffice-7.1.0~beta1/configure.ac:517:                    GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/configure.ac-518-                fi
libreoffice-7.1.0~beta1/configure.ac-519-            else
libreoffice-7.1.0~beta1/configure.ac:520:                GNUMAKE=`which $a`
libreoffice-7.1.0~beta1/configure.ac-521-            fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-635-        fi
libreoffice-7.1.0~beta1/configure.ac:636:        ANDROID_NDK_VERSION=`sed -n -e 's/Pkg.Revision = //p' $ANDROID_NDK_HOME/source.properties`
libreoffice-7.1.0~beta1/configure.ac-637-    else
libreoffice-7.1.0~beta1/configure.ac:638:        ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
libreoffice-7.1.0~beta1/configure.ac-639-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-850-    AC_MSG_CHECKING([the Solaris operating system release])
libreoffice-7.1.0~beta1/configure.ac:851:    _os_release=`echo $host_os | $SED -e s/solaris2\.//`
libreoffice-7.1.0~beta1/configure.ac-852-    if test "$_os_release" -lt "10"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-1131-
libreoffice-7.1.0~beta1/configure.ac:1132:    BUILD_TOOLS_VERSION=`$SED -n -e 's/.*buildToolsVersion "\(.*\)"/\1/p' $SRC_ROOT/android/source/build.gradle`
libreoffice-7.1.0~beta1/configure.ac-1133-    if test ! -d "$ANDROID_SDK_HOME/build-tools/$BUILD_TOOLS_VERSION"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-1240-    if test -z "$CC_BASE"; then
libreoffice-7.1.0~beta1/configure.ac:1241:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure.ac-1242-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-2793-                PathFormat "$1"
libreoffice-7.1.0~beta1/configure.ac:2794:                new_path=`cygpath -sm "$formatted_path"`
libreoffice-7.1.0~beta1/configure.ac-2795-            else
libreoffice-7.1.0~beta1/configure.ac-2796-                PathFormat "$1"
libreoffice-7.1.0~beta1/configure.ac:2797:                new_path=`cygpath -u "$formatted_path"`
libreoffice-7.1.0~beta1/configure.ac-2798-            fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-3000-                AC_MSG_CHECKING([whether version of ccache is suitable])
libreoffice-7.1.0~beta1/configure.ac:3001:                CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/configure.ac:3002:                CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure.ac-3003-                if test "$CCACHE_VERSION" = "2.4_OOo" -o "$CCACHE_NUMVER" -ge "030100"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-3068-        else
libreoffice-7.1.0~beta1/configure.ac:3069:            GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
libreoffice-7.1.0~beta1/configure.ac-3070-            GCC_HOME_SET="false"
##############################################
libreoffice-7.1.0~beta1/configure.ac-3089-
libreoffice-7.1.0~beta1/configure.ac:3090:COMPATH=`dirname "$CC"`
libreoffice-7.1.0~beta1/configure.ac-3091-if test "$COMPATH" = "."; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-3093-    dnl double square bracket to get single because of M4 quote...
libreoffice-7.1.0~beta1/configure.ac:3094:    COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`
libreoffice-7.1.0~beta1/configure.ac-3095-fi
libreoffice-7.1.0~beta1/configure.ac:3096:COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`
libreoffice-7.1.0~beta1/configure.ac-3097-
##############################################
libreoffice-7.1.0~beta1/configure.ac-3138-    for _macosx_sdk in ${with_macosx_sdk-11.0 10.15 10.14 10.13}; do
libreoffice-7.1.0~beta1/configure.ac:3139:        MACOSX_SDK_PATH=`xcrun --sdk macosx${_macosx_sdk} --show-sdk-path 2> /dev/null`
libreoffice-7.1.0~beta1/configure.ac-3140-        if test -d "$MACOSX_SDK_PATH"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-3244-        CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/configure.ac:3245:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure.ac-3246-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-3255-        CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/configure.ac:3256:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure.ac-3257-        if test "$host_cpu" = x86_64; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-3326-
libreoffice-7.1.0~beta1/configure.ac:3327:        identity=`security find-identity -p codesigning -v 2>/dev/null | grep 'Developer ID Application:' | $AWK '{print $2}' |head -1`
libreoffice-7.1.0~beta1/configure.ac-3328-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/configure.ac-3329-            MACOSX_CODESIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/configure.ac:3330:            pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/configure.ac-3331-            AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/configure.ac-3336-        MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
libreoffice-7.1.0~beta1/configure.ac:3337:        pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/configure.ac-3338-        AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/configure.ac-3350-
libreoffice-7.1.0~beta1/configure.ac:3351:        identity=`security find-identity -v 2>/dev/null | grep '3rd Party Mac Developer Installer:' | awk '{print $2}' |head -1`
libreoffice-7.1.0~beta1/configure.ac-3352-        if test -n "$identity"; then
libreoffice-7.1.0~beta1/configure.ac-3353-            MACOSX_PACKAGE_SIGNING_IDENTITY=$identity
libreoffice-7.1.0~beta1/configure.ac:3354:            pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/configure.ac-3355-            AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/configure.ac-3360-        MACOSX_PACKAGE_SIGNING_IDENTITY=$enable_macosx_package_signing
libreoffice-7.1.0~beta1/configure.ac:3361:        pretty_name=`security find-identity -v | grep "$MACOSX_PACKAGE_SIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
libreoffice-7.1.0~beta1/configure.ac-3362-        AC_MSG_RESULT([yes, using the identity $MACOSX_PACKAGE_SIGNING_IDENTITY for $pretty_name])
##############################################
libreoffice-7.1.0~beta1/configure.ac-3432-    CC="`xcrun -find clang`"
libreoffice-7.1.0~beta1/configure.ac:3433:    CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure.ac-3434-    CC+=" -arch $host_cpu_for_clang -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/configure.ac-3438-    CXX="`xcrun -find clang++`"
libreoffice-7.1.0~beta1/configure.ac:3439:    CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure.ac-3440-    CXX+=" -arch $host_cpu_for_clang $stdlib -isysroot $sysroot $versionmin"
##############################################
libreoffice-7.1.0~beta1/configure.ac-3802-    for ver in $vsversions; do
libreoffice-7.1.0~beta1/configure.ac:3803:        vswhereoutput=`$vswhere -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/configure.ac-3804-        # Fall back to all MS products (this includes VC++ Build Tools)
##############################################
libreoffice-7.1.0~beta1/configure.ac-3806-            AC_MSG_CHECKING([VC++ Build Tools and similar])
libreoffice-7.1.0~beta1/configure.ac:3807:            vswhereoutput=`$vswhere -products \* -version "@<:@ $ver , $(expr $ver + 1) @:}@" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | head -1`
libreoffice-7.1.0~beta1/configure.ac-3808-        fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-3823-        esac
libreoffice-7.1.0~beta1/configure.ac:3824:        vcbuildnumber=`ls $vctest/VC/Tools/MSVC -A1r | head -1`
libreoffice-7.1.0~beta1/configure.ac-3825-
##############################################
libreoffice-7.1.0~beta1/configure.ac-3856-    OLD_PATH="$PATH"
libreoffice-7.1.0~beta1/configure.ac:3857:    TEMP_PATH=`cygpath -d "$2"`
libreoffice-7.1.0~beta1/configure.ac:3858:    PATH="`cygpath -u "$TEMP_PATH"`:$PATH"
libreoffice-7.1.0~beta1/configure.ac-3859-
##############################################
libreoffice-7.1.0~beta1/configure.ac-3909-    AC_MSG_CHECKING([for short pathname of VC product directory])
libreoffice-7.1.0~beta1/configure.ac:3910:    VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
libreoffice-7.1.0~beta1/configure.ac-3911-    AC_MSG_RESULT([$VC_PRODUCT_DIR])
##############################################
libreoffice-7.1.0~beta1/configure.ac-3937-        AC_MSG_RESULT([found: $regvalue])
libreoffice-7.1.0~beta1/configure.ac:3938:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/configure.ac-3939-    else
##############################################
libreoffice-7.1.0~beta1/configure.ac-3952-        fi
libreoffice-7.1.0~beta1/configure.ac:3953:        MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
libreoffice-7.1.0~beta1/configure.ac-3954-        AC_MSG_RESULT([$regvalue])
##############################################
libreoffice-7.1.0~beta1/configure.ac-3968-        # This gives us a posix path with 8.3 filename restrictions
libreoffice-7.1.0~beta1/configure.ac:3969:        MSVC_CXX=`win_short_path_for_make "$MSVC_HOST_PATH/cl.exe"`
libreoffice-7.1.0~beta1/configure.ac-3970-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-3973-        CC=$MSVC_CXX
libreoffice-7.1.0~beta1/configure.ac:3974:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure.ac-3975-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-3977-        CXX=$MSVC_CXX
libreoffice-7.1.0~beta1/configure.ac:3978:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure.ac-3979-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-3984-
libreoffice-7.1.0~beta1/configure.ac:3985:        main_include_dir=`cygpath -d -m "$COMPATH/Include"`
libreoffice-7.1.0~beta1/configure.ac-3986-        CPPFLAGS="$CPPFLAGS -I$main_include_dir"
##############################################
libreoffice-7.1.0~beta1/configure.ac-3988-        PathFormat "$COMPATH"
libreoffice-7.1.0~beta1/configure.ac:3989:        COMPATH=`win_short_path_for_make "$formatted_path"`
libreoffice-7.1.0~beta1/configure.ac-3990-
##############################################
libreoffice-7.1.0~beta1/configure.ac-4046-            BUILD_X64=TRUE
libreoffice-7.1.0~beta1/configure.ac:4047:            CXX_X64_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/configure.ac-4048-            AC_MSG_RESULT([found])
##############################################
libreoffice-7.1.0~beta1/configure.ac-4071-            BUILD_X86=TRUE
libreoffice-7.1.0~beta1/configure.ac:4072:            CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
libreoffice-7.1.0~beta1/configure.ac-4073-            CXX_X86_BINARY+=" /arch:SSE"
##############################################
libreoffice-7.1.0~beta1/configure.ac-4141-        fi
libreoffice-7.1.0~beta1/configure.ac:4142:        clang_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $CC_PLAIN $my_args - | sed 's/ //g'`
libreoffice-7.1.0~beta1/configure.ac:4143:        CLANG_FULL_VERSION=`echo __clang_version__ | $CC_PLAIN $my_args -`
libreoffice-7.1.0~beta1/configure.ac-4144-        CLANGVER=`echo $clang_version \
##############################################
libreoffice-7.1.0~beta1/configure.ac-4234-    AC_MSG_CHECKING([the GCC version])
libreoffice-7.1.0~beta1/configure.ac:4235:    _gcc_version=`$CC -dumpversion`
libreoffice-7.1.0~beta1/configure.ac-4236-    gcc_full_version=$(printf '%s' "$_gcc_version" | \
libreoffice-7.1.0~beta1/configure.ac-4237-        $AWK -F. '{ print $1*10000+$2*100+(NF<3?1:$3) }')
libreoffice-7.1.0~beta1/configure.ac:4238:    GCC_VERSION=`echo $_gcc_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/configure.ac-4239-
##############################################
libreoffice-7.1.0~beta1/configure.ac-5201-        export CC="$CC_FOR_BUILD"
libreoffice-7.1.0~beta1/configure.ac:5202:        CC_BASE=`first_arg_basename "$CC"`
libreoffice-7.1.0~beta1/configure.ac-5203-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-5205-        export CXX="$CXX_FOR_BUILD"
libreoffice-7.1.0~beta1/configure.ac:5206:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure.ac-5207-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-5345-
libreoffice-7.1.0~beta1/configure.ac:5346:    line=`echo "LO_PATH_FOR_BUILD='${BUILD_PATH}'" | sed -e 's,/CONF-FOR-BUILD,,g'`
libreoffice-7.1.0~beta1/configure.ac-5347-    echo "$line" >>build-config
##############################################
libreoffice-7.1.0~beta1/configure.ac-5350-        VV='$'$V
libreoffice-7.1.0~beta1/configure.ac:5351:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/configure.ac-5352-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-5359-        VV='$'$V
libreoffice-7.1.0~beta1/configure.ac:5360:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/configure.ac-5361-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-5368-        VV='$'$V
libreoffice-7.1.0~beta1/configure.ac:5369:        VV=`eval "echo $VV"`
libreoffice-7.1.0~beta1/configure.ac:5370:        VV=`echo $VV | sed -e "s,/CONF-FOR-BUILD/\([[a-z]]*\),/\1_for_build,g"`
libreoffice-7.1.0~beta1/configure.ac-5371-        if test -n "$VV"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-5546-   if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure.ac:5547:       TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`"
libreoffice-7.1.0~beta1/configure.ac-5548-   else
##############################################
libreoffice-7.1.0~beta1/configure.ac-5748-        AC_MSG_CHECKING([ccache version])
libreoffice-7.1.0~beta1/configure.ac:5749:        CCACHE_VERSION=`"$CCACHE_BIN" -V | "$AWK" '/^ccache version/{print $3}'`
libreoffice-7.1.0~beta1/configure.ac:5750:        CCACHE_NUMVER=`echo $CCACHE_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure.ac-5751-        AC_MSG_RESULT([$CCACHE_VERSION])
##############################################
libreoffice-7.1.0~beta1/configure.ac-5829-AC_MSG_CHECKING([the GNU Make version])
libreoffice-7.1.0~beta1/configure.ac:5830:_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/configure.ac:5831:_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure.ac-5832-if test "$_make_longver" -ge "038200"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-5877-EOF
libreoffice-7.1.0~beta1/configure.ac:5878:    if test -z "`(cd $TESTGMAKEBUG20033 && $GNUMAKE setup && $GNUMAKE -j)|grep survived`"; then
libreoffice-7.1.0~beta1/configure.ac-5879-        no_parallelism_make="YES"
##############################################
libreoffice-7.1.0~beta1/configure.ac-5892-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure.ac:5893:    TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
libreoffice-7.1.0~beta1/configure.ac-5894-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-5913-
libreoffice-7.1.0~beta1/configure.ac:5914:_make_ver_check=`$GNUMAKE --version | grep "Built for Windows"`
libreoffice-7.1.0~beta1/configure.ac-5915-STALE_MAKE=
##############################################
libreoffice-7.1.0~beta1/configure.ac-5969-else
libreoffice-7.1.0~beta1/configure.ac:5970:    test "$build_os" = "cygwin" && with_perl_home=`cygpath -u "$with_perl_home"`
libreoffice-7.1.0~beta1/configure.ac-5971-    _perl_path="$with_perl_home/bin/perl"
##############################################
libreoffice-7.1.0~beta1/configure.ac-6263-    160)
libreoffice-7.1.0~beta1/configure.ac:6264:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/configure.ac-6265-            echo "$as_me:$LINENO: looking in $VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules])" >&5
##############################################
libreoffice-7.1.0~beta1/configure.ac-6277-    if test -n "$msmdir"; then
libreoffice-7.1.0~beta1/configure.ac:6278:        msmdir=`cygpath -m "$msmdir"`
libreoffice-7.1.0~beta1/configure.ac-6279-        AC_MSG_RESULT([$msmdir])
##############################################
libreoffice-7.1.0~beta1/configure.ac-6297-    160)
libreoffice-7.1.0~beta1/configure.ac:6298:        for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
libreoffice-7.1.0~beta1/configure.ac-6299-            echo "$as_me:$LINENO: testing $VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC141.CRT" >&5
##############################################
libreoffice-7.1.0~beta1/configure.ac-6333-        if test -n "$WINDOWS_SDK_HOME"; then
libreoffice-7.1.0~beta1/configure.ac:6334:            WINDOWS_SDK_HOME=`cygpath -d "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/configure.ac:6335:            WINDOWS_SDK_HOME=`cygpath -u "$WINDOWS_SDK_HOME"`
libreoffice-7.1.0~beta1/configure.ac-6336-        fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-6342-        # Remove a possible trailing backslash
libreoffice-7.1.0~beta1/configure.ac:6343:        WINDOWS_SDK_HOME=`echo $WINDOWS_SDK_HOME | $SED 's/\/$//'`
libreoffice-7.1.0~beta1/configure.ac-6344-
##############################################
libreoffice-7.1.0~beta1/configure.ac-6466-    # Convert to posix path with 8.3 filename restrictions ( No spaces )
libreoffice-7.1.0~beta1/configure.ac:6467:    MIDL_PATH=`win_short_path_for_make "$MIDL_PATH"`
libreoffice-7.1.0~beta1/configure.ac-6468-
##############################################
libreoffice-7.1.0~beta1/configure.ac-6496-
libreoffice-7.1.0~beta1/configure.ac:6497:    CSC_PATH=`win_short_path_for_make "$CSC_PATH"`
libreoffice-7.1.0~beta1/configure.ac-6498-
##############################################
libreoffice-7.1.0~beta1/configure.ac-6525-
libreoffice-7.1.0~beta1/configure.ac:6526:    AL_PATH=`win_short_path_for_make "$AL_PATH"`
libreoffice-7.1.0~beta1/configure.ac-6527-
##############################################
libreoffice-7.1.0~beta1/configure.ac-6568-    if test -z "$CXX_BASE"; then
libreoffice-7.1.0~beta1/configure.ac:6569:        CXX_BASE=`first_arg_basename "$CXX"`
libreoffice-7.1.0~beta1/configure.ac-6570-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-6576-
libreoffice-7.1.0~beta1/configure.ac:6577:    _gpp_version=`$CXX -dumpversion`
libreoffice-7.1.0~beta1/configure.ac:6578:    _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'`
libreoffice-7.1.0~beta1/configure.ac-6579-
##############################################
libreoffice-7.1.0~beta1/configure.ac-7043-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure.ac:7044:    GPERF=`cygpath -m $GPERF`
libreoffice-7.1.0~beta1/configure.ac-7045-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-7947-    done
libreoffice-7.1.0~beta1/configure.ac:7948:    MSVC_DLL_PATH=`win_short_path_for_make "$msvcdllpath"`
libreoffice-7.1.0~beta1/configure.ac-7949-    MSVC_DLLS="$msvcdlls"
libreoffice-7.1.0~beta1/configure.ac:7950:    test -n "$msmdir" && MSM_PATH=`win_short_path_for_make "$msmdir"`
libreoffice-7.1.0~beta1/configure.ac-7951-    # MSVC 15.3 changed it to VC141
##############################################
libreoffice-7.1.0~beta1/configure.ac-8013-        else
libreoffice-7.1.0~beta1/configure.ac:8014:            test "$build_os" = "cygwin" && with_jdk_home=`win_short_path_for_make "$with_jdk_home"`
libreoffice-7.1.0~beta1/configure.ac-8015-            howfound="you passed"
##############################################
libreoffice-7.1.0~beta1/configure.ac-8041-    if test "$build_os" = "cygwin" -a "$cross_compiling" != "yes"; then
libreoffice-7.1.0~beta1/configure.ac:8042:        shortjdkhome=`cygpath -d "$with_jdk_home"`
libreoffice-7.1.0~beta1/configure.ac:8043:        if test $WIN_HOST_BITS -eq 64 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/configure.ac-8044-            AC_MSG_WARN([You are building 64-bit binaries but the JDK $howfound is 32-bit])
libreoffice-7.1.0~beta1/configure.ac-8045-            AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
libreoffice-7.1.0~beta1/configure.ac:8046:        elif test $WIN_HOST_BITS -eq 32 -a -f "$with_jdk_home/bin/java.exe" -a "`$shortjdkhome/bin/java.exe -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/configure.ac-8047-            AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/configure.ac-8050-
libreoffice-7.1.0~beta1/configure.ac:8051:        if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/configure.ac-8052-            JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
libreoffice-7.1.0~beta1/configure.ac-8053-        fi
libreoffice-7.1.0~beta1/configure.ac:8054:        JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
libreoffice-7.1.0~beta1/configure.ac-8055-    elif test "$cross_compiling" != "yes"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-8057-            AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|GODSON64)
libreoffice-7.1.0~beta1/configure.ac:8058:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
libreoffice-7.1.0~beta1/configure.ac-8059-                    AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
##############################################
libreoffice-7.1.0~beta1/configure.ac-8063-            *) # assumption: everything else 32-bit
libreoffice-7.1.0~beta1/configure.ac:8064:                if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" != ""  >/dev/null; then
libreoffice-7.1.0~beta1/configure.ac-8065-                    AC_MSG_WARN([You are building 32-bit binaries but the JDK $howfound is 64-bit])
##############################################
libreoffice-7.1.0~beta1/configure.ac-8083-        dnl java -version sends output to stderr!
libreoffice-7.1.0~beta1/configure.ac:8084:        if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
libreoffice-7.1.0~beta1/configure.ac-8085-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/configure.ac:8086:        elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
libreoffice-7.1.0~beta1/configure.ac-8087-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/configure.ac:8088:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "BEA"` -gt 0; then
libreoffice-7.1.0~beta1/configure.ac-8089-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
libreoffice-7.1.0~beta1/configure.ac:8090:        elif test `$JAVAINTERPRETER -version 2>&1 | $AWK '{ print }' | $GREP -c "IBM"` -gt 0; then
libreoffice-7.1.0~beta1/configure.ac-8091-            AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.ac])
##############################################
libreoffice-7.1.0~beta1/configure.ac-8095-            dnl Sun JDK specific tests
libreoffice-7.1.0~beta1/configure.ac:8096:            _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED '/^$/d' | $SED s/[[-A-Za-z]]*//`
libreoffice-7.1.0~beta1/configure.ac:8097:            _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'`
libreoffice-7.1.0~beta1/configure.ac-8098-
##############################################
libreoffice-7.1.0~beta1/configure.ac-8105-
libreoffice-7.1.0~beta1/configure.ac:8106:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"`
libreoffice-7.1.0~beta1/configure.ac-8107-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/configure.ac:8108:                JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"`
libreoffice-7.1.0~beta1/configure.ac-8109-            fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-8161-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/configure.ac:8162:        if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/configure.ac-8163-            JAVACOMPILER="${JAVACOMPILER}.exe"
libreoffice-7.1.0~beta1/configure.ac-8164-        fi
libreoffice-7.1.0~beta1/configure.ac:8165:        JAVACOMPILER=`win_short_path_for_make "$JAVACOMPILER"`
libreoffice-7.1.0~beta1/configure.ac-8166-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-8187-            if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/configure.ac:8188:                if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
libreoffice-7.1.0~beta1/configure.ac-8189-                    JAVADOC="${JAVADOC}.exe"
libreoffice-7.1.0~beta1/configure.ac-8190-                fi
libreoffice-7.1.0~beta1/configure.ac:8191:                JAVADOC=`win_short_path_for_make "$JAVADOC"`
libreoffice-7.1.0~beta1/configure.ac-8192-            fi
libreoffice-7.1.0~beta1/configure.ac-8193-
libreoffice-7.1.0~beta1/configure.ac:8194:            if test `$JAVADOC --version 2>&1 | $GREP -c "gjdoc"` -gt 0; then
libreoffice-7.1.0~beta1/configure.ac-8195-            JAVADOCISGJDOC="yes"
##############################################
libreoffice-7.1.0~beta1/configure.ac-8278-            AC_MSG_CHECKING([if gij knows its java.home])
libreoffice-7.1.0~beta1/configure.ac:8279:            JAVA_HOME=`$JAVAINTERPRETER findhome`
libreoffice-7.1.0~beta1/configure.ac-8280-            if test $? = 0 -a "$JAVA_HOME" != ""; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-8289-        else
libreoffice-7.1.0~beta1/configure.ac:8290:            JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$with_java,,p"`
libreoffice-7.1.0~beta1/configure.ac-8291-        fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-8483-            # and fetch name of odfvalidator jar name from download.lst
libreoffice-7.1.0~beta1/configure.ac:8484:            ODFVALIDATOR_JAR=`$SED -n -e "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/configure.ac-8485-            AC_SUBST(ODFVALIDATOR_JAR)
##############################################
libreoffice-7.1.0~beta1/configure.ac-8495-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/configure.ac:8496:            ODFVALIDATOR="bash.exe `cygpath -m "$ODFVALIDATOR"`"
libreoffice-7.1.0~beta1/configure.ac-8497-        else
##############################################
libreoffice-7.1.0~beta1/configure.ac-8510-            # and fetch name of officeotron jar name from download.lst
libreoffice-7.1.0~beta1/configure.ac:8511:            OFFICEOTRON_JAR=`$SED -n -e "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
libreoffice-7.1.0~beta1/configure.ac-8512-            AC_SUBST(OFFICEOTRON_JAR)
##############################################
libreoffice-7.1.0~beta1/configure.ac-8518-            # check version of existing officeotron
libreoffice-7.1.0~beta1/configure.ac:8519:            OFFICEOTRON_VER=`$OFFICEOTRON --version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure.ac-8520-            if test 0"$OFFICEOTRON_VER" -lt 704; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-8528-            # something like "bash.exe C:\cygwin\opt\lo\bin\odfvalidator"
libreoffice-7.1.0~beta1/configure.ac:8529:            OFFICEOTRON="bash.exe `cygpath -m "$OFFICEOTRON"`"
libreoffice-7.1.0~beta1/configure.ac-8530-        else
##############################################
libreoffice-7.1.0~beta1/configure.ac-8547-    if test "$with_bffvalidator" = "yes"; then
libreoffice-7.1.0~beta1/configure.ac:8548:        BFFVALIDATOR=`win_short_path_for_make "$PROGRAMFILES/Microsoft Office/BFFValidator/BFFValidator.exe"`
libreoffice-7.1.0~beta1/configure.ac-8549-    else
##############################################
libreoffice-7.1.0~beta1/configure.ac-8553-    if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/configure.ac:8554:        if test -n "$BFFVALIDATOR" -a -e "`cygpath $BFFVALIDATOR`"; then
libreoffice-7.1.0~beta1/configure.ac-8555-            AC_MSG_RESULT($BFFVALIDATOR)
##############################################
libreoffice-7.1.0~beta1/configure.ac-8622-            AC_MSG_CHECKING([epm version])
libreoffice-7.1.0~beta1/configure.ac:8623:            EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
libreoffice-7.1.0~beta1/configure.ac:8624:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -gt "3" || \
libreoffice-7.1.0~beta1/configure.ac:8625:               test "`echo $EPM_VERSION | cut -d'.' -f1`" -eq "3" -a "`echo $EPM_VERSION | cut -d'.' -f2`" -ge "7"; then
libreoffice-7.1.0~beta1/configure.ac-8626-                AC_MSG_RESULT([OK, >= 3.7])
##############################################
libreoffice-7.1.0~beta1/configure.ac-8651-        elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
libreoffice-7.1.0~beta1/configure.ac:8652:            RPM_PATH=`which $RPM`
libreoffice-7.1.0~beta1/configure.ac-8653-            AC_MSG_RESULT([$RPM_PATH])
##############################################
libreoffice-7.1.0~beta1/configure.ac-8667-        if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
libreoffice-7.1.0~beta1/configure.ac:8668:            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
libreoffice-7.1.0~beta1/configure.ac-8669-                AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
##############################################
libreoffice-7.1.0~beta1/configure.ac-8746-        if test -n "$DOXYGEN"; then
libreoffice-7.1.0~beta1/configure.ac:8747:            DOXYGEN_VERSION=`$DOXYGEN --version 2>/dev/null`
libreoffice-7.1.0~beta1/configure.ac:8748:            DOXYGEN_NUMVERSION=`echo $DOXYGEN_VERSION | $AWK -F. '{ print \$1*10000 + \$2*100 + \$3 }'`
libreoffice-7.1.0~beta1/configure.ac-8749-            if ! test "$DOXYGEN_NUMVERSION" -ge "10804" ; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-8787-
libreoffice-7.1.0~beta1/configure.ac:8788:            mingwstrip_test="`echo $MINGWCXX | $SED -e s/g++/strip/`"
libreoffice-7.1.0~beta1/configure.ac-8789-            if test -x "$mingwstrip_test"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-8873-    x86_64 | amd64 | i*86 | x86 | ia32)
libreoffice-7.1.0~beta1/configure.ac:8874:        AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
libreoffice-7.1.0~beta1/configure.ac-8875-        if test -z "$NASM" -a "$build_os" = "cygwin"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-8978-
libreoffice-7.1.0~beta1/configure.ac:8979:            AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
libreoffice-7.1.0~beta1/configure.ac:8980:            cat > conftest.asm << EOF
libreoffice-7.1.0~beta1/configure.ac-8981-            [%line __oline__ "configure"
##############################################
libreoffice-7.1.0~beta1/configure.ac-8988-EOF
libreoffice-7.1.0~beta1/configure.ac:8989:            try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
libreoffice-7.1.0~beta1/configure.ac-8990-            if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-8993-              echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/configure.ac:8994:              cat conftest.asm >&AS_MESSAGE_LOG_FD
libreoffice-7.1.0~beta1/configure.ac-8995-              rm -rf conftest*
##############################################
libreoffice-7.1.0~beta1/configure.ac-9005-****************************************************************************
libreoffice-7.1.0~beta1/configure.ac:9006:You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
libreoffice-7.1.0~beta1/configure.ac-9007-To get one please:
##############################################
libreoffice-7.1.0~beta1/configure.ac-9022-
libreoffice-7.1.0~beta1/configure.ac:9023:Note: autogen.sh will try to use /opt/lo/bin/nasm if the environment variable NASM is not already defined.
libreoffice-7.1.0~beta1/configure.ac:9024:Alternatively, you can install the 'new' nasm where ever you want and make sure that \`which nasm\` finds it.
libreoffice-7.1.0~beta1/configure.ac-9025-
##############################################
libreoffice-7.1.0~beta1/configure.ac-9032-            fi
libreoffice-7.1.0~beta1/configure.ac:9033:            AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
libreoffice-7.1.0~beta1/configure.ac:9034:            add_warning "no suitable nasm (Netwide Assembler) found for internal libjpeg-turbo"
libreoffice-7.1.0~beta1/configure.ac-9035-        fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-9288-        dnl make sure to use SDK path
libreoffice-7.1.0~beta1/configure.ac:9289:        usr=`echo '#include <stdlib.h>' | $CC -E -MD - | grep usr/include/stdlib.h | head -1 | sed -e 's,# 1 ",,' -e 's,/usr/include/.*,/usr,'`
libreoffice-7.1.0~beta1/configure.ac-9290-        LIBXML_CFLAGS="-I$usr/include/libxml2"
##############################################
libreoffice-7.1.0~beta1/configure.ac-9431-        AM_PATH_PYTHON([3.3])
libreoffice-7.1.0~beta1/configure.ac:9432:        python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"`
libreoffice-7.1.0~beta1/configure.ac:9433:        python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"`
libreoffice-7.1.0~beta1/configure.ac:9434:        python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
libreoffice-7.1.0~beta1/configure.ac:9435:        python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
libreoffice-7.1.0~beta1/configure.ac-9436-        if test -z "$PKG_CONFIG"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-9439-        elif $PKG_CONFIG --exists python-$python_version-embed; then
libreoffice-7.1.0~beta1/configure.ac:9440:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version-embed`"
libreoffice-7.1.0~beta1/configure.ac:9441:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version-embed` $python_libs"
libreoffice-7.1.0~beta1/configure.ac-9442-        elif $PKG_CONFIG --exists python-$python_version; then
libreoffice-7.1.0~beta1/configure.ac:9443:            PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
libreoffice-7.1.0~beta1/configure.ac:9444:            PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version` $python_libs"
libreoffice-7.1.0~beta1/configure.ac-9445-        else
##############################################
libreoffice-7.1.0~beta1/configure.ac-9604-        AC_MSG_CHECKING([MariaDB version])
libreoffice-7.1.0~beta1/configure.ac:9605:        MARIADB_VERSION=`$MARIADBCONFIG --version`
libreoffice-7.1.0~beta1/configure.ac:9606:        MARIADB_MAJOR=`$MARIADBCONFIG --version | cut -d"." -f1`
libreoffice-7.1.0~beta1/configure.ac-9607-        if test "$MARIADB_MAJOR" -ge "5"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-9612-        AC_MSG_CHECKING([for MariaDB Client library])
libreoffice-7.1.0~beta1/configure.ac:9613:        MARIADB_CFLAGS=`$MARIADBCONFIG --cflags`
libreoffice-7.1.0~beta1/configure.ac-9614-        if test "$COM_IS_CLANG" = TRUE; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-9616-        fi
libreoffice-7.1.0~beta1/configure.ac:9617:        MARIADB_LIBS=`$MARIADBCONFIG --libs_r`
libreoffice-7.1.0~beta1/configure.ac-9618-        dnl At least mariadb-5.5.34-3.fc20.x86_64 plus
##############################################
libreoffice-7.1.0~beta1/configure.ac-9730-        AC_MSG_CHECKING([whether hsqldb should be built with JDBC 4.1])
libreoffice-7.1.0~beta1/configure.ac:9731:        javanumver=`$JAVAINTERPRETER -version 2>&1 | $AWK -v num=true -f $SRC_ROOT/solenv/bin/getcompver.awk`
libreoffice-7.1.0~beta1/configure.ac-9732-        if expr "$javanumver" '>=' 000100060000 > /dev/null; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-9931-            ])
libreoffice-7.1.0~beta1/configure.ac:9932:            FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
libreoffice-7.1.0~beta1/configure.ac-9933-        else
libreoffice-7.1.0~beta1/configure.ac-9934-            AC_MSG_NOTICE([fb_config found])
libreoffice-7.1.0~beta1/configure.ac:9935:            FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
libreoffice-7.1.0~beta1/configure.ac-9936-            AC_MSG_CHECKING([for Firebird Client library])
libreoffice-7.1.0~beta1/configure.ac:9937:            FIREBIRD_CFLAGS=`$FIREBIRDCONFIG --cflags`
libreoffice-7.1.0~beta1/configure.ac:9938:            FIREBIRD_LIBS=`$FIREBIRDCONFIG --embedlibs`
libreoffice-7.1.0~beta1/configure.ac-9939-            FilterLibs "${FIREBIRD_LIBS}"
##############################################
libreoffice-7.1.0~beta1/configure.ac-9941-        fi
libreoffice-7.1.0~beta1/configure.ac:9942:        AC_MSG_RESULT([includes `$FIREBIRD_CFLAGS', libraries `$FIREBIRD_LIBS'])
libreoffice-7.1.0~beta1/configure.ac-9943-        AC_MSG_CHECKING([Firebird version])
libreoffice-7.1.0~beta1/configure.ac-9944-        if test -n "${FIREBIRD_VERSION}"; then
libreoffice-7.1.0~beta1/configure.ac:9945:            FIREBIRD_MAJOR=`echo $FIREBIRD_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/configure.ac:9946:            FIREBIRD_MINOR=`echo $FIREBIRD_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/configure.ac-9947-            if test "$FIREBIRD_MAJOR" -eq "3" -a "$FIREBIRD_MINOR" -eq "0"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-10044-        fi
libreoffice-7.1.0~beta1/configure.ac:10045:        CURL_LIBS=`$CURLCONFIG --libs`
libreoffice-7.1.0~beta1/configure.ac-10046-        FilterLibs "${CURL_LIBS}"
##############################################
libreoffice-7.1.0~beta1/configure.ac-10048-        CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
libreoffice-7.1.0~beta1/configure.ac:10049:        curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
libreoffice-7.1.0~beta1/configure.ac-10050-
##############################################
libreoffice-7.1.0~beta1/configure.ac-10296-        PKG_CHECK_MODULES(ICU, icu-i18n >= 4.6)
libreoffice-7.1.0~beta1/configure.ac:10297:        ICU_VERSION=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/configure.ac:10298:        ICU_MAJOR=`echo $ICU_VERSION | cut -d"." -f1`
libreoffice-7.1.0~beta1/configure.ac:10299:        ICU_MINOR=`echo $ICU_VERSION | cut -d"." -f2`
libreoffice-7.1.0~beta1/configure.ac-10300-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-10302-    if test "$cross_compiling" = "yes" -a \( "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \); then
libreoffice-7.1.0~beta1/configure.ac:10303:        ICU_VERSION_FOR_BUILD=`$PKG_CONFIG --modversion icu-i18n 2>/dev/null`
libreoffice-7.1.0~beta1/configure.ac:10304:        ICU_MAJOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f1`
libreoffice-7.1.0~beta1/configure.ac:10305:        ICU_MINOR_FOR_BUILD=`echo $ICU_VERSION_FOR_BUILD | cut -d"." -f2`
libreoffice-7.1.0~beta1/configure.ac-10306-        AC_MSG_CHECKING([if MinGW and system versions of ICU are compatible])
##############################################
libreoffice-7.1.0~beta1/configure.ac-10631-    if test "$with_system_neon" = "yes"; then
libreoffice-7.1.0~beta1/configure.ac:10632:        NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
libreoffice-7.1.0~beta1/configure.ac-10633-    else
##############################################
libreoffice-7.1.0~beta1/configure.ac-10974-if test "$with_system_libexttextcat" = "yes"; then
libreoffice-7.1.0~beta1/configure.ac:10975:    SYSTEM_LIBEXTTEXTCAT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
libreoffice-7.1.0~beta1/configure.ac-10976-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-10983-if test "$with_system_libnumbertext" = "yes"; then
libreoffice-7.1.0~beta1/configure.ac:10984:    SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir libnumbertext`
libreoffice-7.1.0~beta1/configure.ac-10985-    SYSTEM_LIBNUMBERTEXT=YES
##############################################
libreoffice-7.1.0~beta1/configure.ac-11041-    AC_MSG_CHECKING([the bison version])
libreoffice-7.1.0~beta1/configure.ac:11042:    _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
libreoffice-7.1.0~beta1/configure.ac:11043:    _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'`
libreoffice-7.1.0~beta1/configure.ac-11044-    dnl Accept newer than 2.0; for --enable-compiler-plugins at least 2.3 is known to be bad and
##############################################
libreoffice-7.1.0~beta1/configure.ac-11065-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure.ac:11066:    FLEX=`cygpath -m $FLEX`
libreoffice-7.1.0~beta1/configure.ac-11067-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-11108-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure.ac:11109:    GNUPATCH=`cygpath -m $GNUPATCH`
libreoffice-7.1.0~beta1/configure.ac-11110-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-11132-if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure.ac:11133:    GNUCP=`cygpath -m $GNUCP`
libreoffice-7.1.0~beta1/configure.ac-11134-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-11170-    if test -f "$MSVC_HOST_PATH/$assembler"; then
libreoffice-7.1.0~beta1/configure.ac:11171:        ML_EXE=`win_short_path_for_make "$MSVC_HOST_PATH/$assembler"`
libreoffice-7.1.0~beta1/configure.ac-11172-        AC_MSG_RESULT([$ML_EXE])
##############################################
libreoffice-7.1.0~beta1/configure.ac-11195-if test $build_os = cygwin; then
libreoffice-7.1.0~beta1/configure.ac:11196:    if test -n "`$ZIP -h | $GREP -i WinNT`"; then
libreoffice-7.1.0~beta1/configure.ac-11197-        AC_MSG_ERROR([$ZIP is not the required Cygwin version of Info-ZIP's zip.exe.])
##############################################
libreoffice-7.1.0~beta1/configure.ac-11710-            if test -x "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"; then
libreoffice-7.1.0~beta1/configure.ac:11711:                LO_CLANG_CC=`win_short_path_for_make "$VC_PRODUCT_DIR/Tools/Llvm/bin/clang-cl.exe"`
libreoffice-7.1.0~beta1/configure.ac-11712-                dnl explicitly set -m32/-m64
##############################################
libreoffice-7.1.0~beta1/configure.ac-11724-    if test -n "$LO_CLANG_CC" -a -n "$LO_CLANG_CXX"; then
libreoffice-7.1.0~beta1/configure.ac:11725:        clang2_version=`echo __clang_major__.__clang_minor__.__clang_patchlevel__ | $LO_CLANG_CC -E - | tail -1 | sed 's/ //g'`
libreoffice-7.1.0~beta1/configure.ac:11726:        clang2_ver=`echo "$clang2_version" | $AWK -F. '{ print \$1*10000+(\$2<100?\$2:99)*100+(\$3<100?\$3:99) }'`
libreoffice-7.1.0~beta1/configure.ac-11727-        if test "$clang2_ver" -lt 50002; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-12066-        AC_MSG_CHECKING([whether version of gpgconf is suitable ... ])
libreoffice-7.1.0~beta1/configure.ac:12067:        GPGCONF_VERSION=`"$GPGCONF" --version | "$AWK" '/^gpgconf \(GnuPG\)/{print $3}'`
libreoffice-7.1.0~beta1/configure.ac:12068:        GPGCONF_NUMVER=`echo $GPGCONF_VERSION | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
libreoffice-7.1.0~beta1/configure.ac-12069-        if test "$GPGCONF_VERSION" = "2.2_OOo" -o "$GPGCONF_NUMVER" -ge "020200"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-12415-    else
libreoffice-7.1.0~beta1/configure.ac:12416:        qmake5_test_ver="`$QMAKE5 -v 2>&1 | $SED -n -e 's/^Using Qt version \(5\.[[0-9.]]\+\).*$/\1/p'`"
libreoffice-7.1.0~beta1/configure.ac-12417-        if test -z "$qmake5_test_ver"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-12419-        fi
libreoffice-7.1.0~beta1/configure.ac:12420:        qmake5_minor_version="`echo $qmake5_test_ver | cut -d. -f2`"
libreoffice-7.1.0~beta1/configure.ac-12421-        qt5_minimal_minor="6"
##############################################
libreoffice-7.1.0~beta1/configure.ac-12428-
libreoffice-7.1.0~beta1/configure.ac:12429:    qt5_incdirs="`$QMAKE5 -query QT_INSTALL_HEADERS` $qt5_incdirs"
libreoffice-7.1.0~beta1/configure.ac:12430:    qt5_libdirs="`$QMAKE5 -query QT_INSTALL_LIBS` $qt5_libdirs"
libreoffice-7.1.0~beta1/configure.ac-12431-
##############################################
libreoffice-7.1.0~beta1/configure.ac-12486-
libreoffice-7.1.0~beta1/configure.ac:12487:    AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH])
libreoffice-7.1.0~beta1/configure.ac-12488-    if test "$MOC5" = "no"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-12519-    if test "$OS" = "HAIKU"; then
libreoffice-7.1.0~beta1/configure.ac:12520:        haiku_arch="`echo $RTL_ARCH | tr X x`"
libreoffice-7.1.0~beta1/configure.ac:12521:        kf5_haiku_incdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_HEADERS_DIRECTORY`"
libreoffice-7.1.0~beta1/configure.ac:12522:        kf5_haiku_libdirs="`findpaths -c ' ' -a $haiku_arch B_FIND_PATH_DEVELOP_LIB_DIRECTORY`"
libreoffice-7.1.0~beta1/configure.ac-12523-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-12537-    if test "$KF5_CONFIG" != "no"; then
libreoffice-7.1.0~beta1/configure.ac:12538:        kf5_incdirs="`$KF5_CONFIG --path include` $kf5_incdirs"
libreoffice-7.1.0~beta1/configure.ac:12539:        kf5_libdirs="`$KF5_CONFIG --path lib` $kf5_libdirs"
libreoffice-7.1.0~beta1/configure.ac-12540-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-12632-        esac
libreoffice-7.1.0~beta1/configure.ac:12633:        WITH_THEMES=`echo "$WITH_THEMES $real_theme"|tr '\ ' '\n'|sort|uniq|tr '\n' '\ '`
libreoffice-7.1.0~beta1/configure.ac-12634-    done
##############################################
libreoffice-7.1.0~beta1/configure.ac-12802-    if test "$x_libraries" = "default_x_libraries"; then
libreoffice-7.1.0~beta1/configure.ac:12803:        XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
libreoffice-7.1.0~beta1/configure.ac-12804-        if test "x$XINERAMALIB" = x; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-12840-            [AC_MSG_ERROR(Xinerama header not found.)], [])
libreoffice-7.1.0~beta1/configure.ac:12841:        XEXTLIBS=`$PKG_CONFIG --variable=libs xext`
libreoffice-7.1.0~beta1/configure.ac-12842-        if test "x$XEXTLIB" = x; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-12994-            if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/configure.ac:12995:                with_ant_home="`cygpath -m $LODE_HOME/opt/ant`"
libreoffice-7.1.0~beta1/configure.ac-12996-            else
##############################################
libreoffice-7.1.0~beta1/configure.ac-13007-            # AC_PATH_PROGS needs unix path
libreoffice-7.1.0~beta1/configure.ac:13008:            with_ant_home=`cygpath -u "$with_ant_home"`
libreoffice-7.1.0~beta1/configure.ac-13009-        fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-13022-            a_cwd=`pwd`
libreoffice-7.1.0~beta1/configure.ac:13023:            a_basename=`basename "$ANT"`
libreoffice-7.1.0~beta1/configure.ac:13024:            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
libreoffice-7.1.0~beta1/configure.ac:13025:            cd "`dirname "$ANT"`"
libreoffice-7.1.0~beta1/configure.ac:13026:            cd "`dirname "$a_script"`"
libreoffice-7.1.0~beta1/configure.ac:13027:            ANT="`pwd`"/"`basename "$a_script"`"
libreoffice-7.1.0~beta1/configure.ac-13028-            cd "$a_cwd"
##############################################
libreoffice-7.1.0~beta1/configure.ac-13055-            if test -z "$WITH_ANT_HOME"; then
libreoffice-7.1.0~beta1/configure.ac:13056:                ANT_HOME=`"$ANT" -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`
libreoffice-7.1.0~beta1/configure.ac-13057-                if test -z "$ANT_HOME"; then
libreoffice-7.1.0~beta1/configure.ac:13058:                    ANT_HOME=`echo "$ANT" | $SED -n "s/\/bin\/ant.*\$//p"`
libreoffice-7.1.0~beta1/configure.ac-13059-                fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-13114-    ant_minver=1.6.0
libreoffice-7.1.0~beta1/configure.ac:13115:    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
libreoffice-7.1.0~beta1/configure.ac-13116-
libreoffice-7.1.0~beta1/configure.ac-13117-    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
libreoffice-7.1.0~beta1/configure.ac:13118:    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
libreoffice-7.1.0~beta1/configure.ac:13119:    ant_version_major=`echo $ant_version | cut -d. -f1`
libreoffice-7.1.0~beta1/configure.ac:13120:    ant_version_minor=`echo $ant_version | cut -d. -f2`
libreoffice-7.1.0~beta1/configure.ac-13121-    echo "configure: ant_version $ant_version " >&5
##############################################
libreoffice-7.1.0~beta1/configure.ac-13157-    if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/configure.ac:13158:        OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
libreoffice-7.1.0~beta1/configure.ac-13159-    fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-13191-        if test "$_os" = "WINNT"; then
libreoffice-7.1.0~beta1/configure.ac:13192:            HAMCREST_JAR=`cygpath -m "$HAMCREST_JAR"`
libreoffice-7.1.0~beta1/configure.ac-13193-        fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-13338-    echo $WITH_LANG | grep -q en-US
libreoffice-7.1.0~beta1/configure.ac:13339:    test $? -ne 1 || WITH_LANG=`echo $WITH_LANG en-US`
libreoffice-7.1.0~beta1/configure.ac-13340-fi
libreoffice-7.1.0~beta1/configure.ac-13341-# list with substituted ALL
libreoffice-7.1.0~beta1/configure.ac:13342:WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
libreoffice-7.1.0~beta1/configure.ac-13343-test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
##############################################
libreoffice-7.1.0~beta1/configure.ac-13345-if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
libreoffice-7.1.0~beta1/configure.ac:13346:    test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
libreoffice-7.1.0~beta1/configure.ac:13347:    ALL_LANGS=`echo $ALL_LANGS qtz`
libreoffice-7.1.0~beta1/configure.ac-13348-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-13356-if test -d "$SRC_ROOT/translations/source"; then
libreoffice-7.1.0~beta1/configure.ac:13357:    for l in `ls -1 $SRC_ROOT/translations/source`; do
libreoffice-7.1.0~beta1/configure.ac-13358-        if test ! -d "$SRC_ROOT/translations/source/$l/helpcontent2"; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-13367-
libreoffice-7.1.0~beta1/configure.ac:13368:    just_langs="`echo $WITH_LOCALES | sed -e 's/_[A-Z]*//g'`"
libreoffice-7.1.0~beta1/configure.ac-13369-    # Only languages and scripts for which we actually have ifdefs need to be handled. Also see
##############################################
libreoffice-7.1.0~beta1/configure.ac-13533-
libreoffice-7.1.0~beta1/configure.ac:13534:INSTALLDIRNAME=`echo AC_PACKAGE_NAME | $AWK '{print tolower($0)}'`
libreoffice-7.1.0~beta1/configure.ac-13535-AC_MSG_CHECKING([for install dirname])
##############################################
libreoffice-7.1.0~beta1/configure.ac-13653-        *)
libreoffice-7.1.0~beta1/configure.ac:13654:            PARALLELISM=`grep $'^processor\t*:' /proc/cpuinfo | wc -l`
libreoffice-7.1.0~beta1/configure.ac-13655-            ;;
##############################################
libreoffice-7.1.0~beta1/configure.ac-13852-    AC_MSG_CHECKING([for active Antivirus software])
libreoffice-7.1.0~beta1/configure.ac:13853:    ANTIVIRUS_LIST=`cscript.exe //Nologo $SRC_ROOT/antivirusDetection.vbs`
libreoffice-7.1.0~beta1/configure.ac-13854-    if [ [ "$ANTIVIRUS_LIST" != "NULL" ] ]; then
##############################################
libreoffice-7.1.0~beta1/configure.ac-13858-            echo $EICAR_STRING > $SRC_ROOT/eicar
libreoffice-7.1.0~beta1/configure.ac:13859:            EICAR_TEMP_FILE_CONTENTS=`cat $SRC_ROOT/eicar`
libreoffice-7.1.0~beta1/configure.ac-13860-            rm $SRC_ROOT/eicar
##############################################
libreoffice-7.1.0~beta1/configure.ac-13864-            echo $EICAR_STRING > $BUILDDIR/eicar
libreoffice-7.1.0~beta1/configure.ac:13865:            EICAR_TEMP_FILE_CONTENTS=`cat $BUILDDIR/eicar`
libreoffice-7.1.0~beta1/configure.ac-13866-            rm $BUILDDIR/eicar
##############################################
libreoffice-7.1.0~beta1/configure.ac-13878-
libreoffice-7.1.0~beta1/configure.ac:13879:CDEFAULTOPT=`echo $CFLAGS 2>/dev/null | grep -E -o "\-O[[0-3]]"`
libreoffice-7.1.0~beta1/configure.ac-13880-AC_SUBST(CDEFAULTOPT)
##############################################
libreoffice-7.1.0~beta1/configure.ac-13900-    ATL_LIB="$ATL_LIB/$WIN_HOST_ARCH"
libreoffice-7.1.0~beta1/configure.ac:13901:    ATL_LIB=`win_short_path_for_make "$ATL_LIB"`
libreoffice-7.1.0~beta1/configure.ac:13902:    ATL_INCLUDE=`win_short_path_for_make "$ATL_INCLUDE"`
libreoffice-7.1.0~beta1/configure.ac-13903-
##############################################
libreoffice-7.1.0~beta1/configure.ac-13941-if test "$build_os" = "cygwin"; then
libreoffice-7.1.0~beta1/configure.ac:13942:    TEMP_DIRECTORY=`cygpath -m "$TEMP_DIRECTORY"`
libreoffice-7.1.0~beta1/configure.ac-13943-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-13967-        if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
libreoffice-7.1.0~beta1/configure.ac:13968:            LO_PATH=`cygpath -p -m "$PATH"`
libreoffice-7.1.0~beta1/configure.ac-13969-        fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-14023-if test -f config_host.mk; then
libreoffice-7.1.0~beta1/configure.ac:14024:    config_sha256=`$SHA256SUM config_host.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/configure.ac-14025-fi
libreoffice-7.1.0~beta1/configure.ac-14026-if test -f config_host_lang.mk; then
libreoffice-7.1.0~beta1/configure.ac:14027:    config_lang_sha256=`$SHA256SUM config_host_lang.mk | sed "s/ .*//"`
libreoffice-7.1.0~beta1/configure.ac-14028-fi
##############################################
libreoffice-7.1.0~beta1/configure.ac-14094-    echo > config_host.mk.stamp
libreoffice-7.1.0~beta1/configure.ac:14095:elif test "$config_sha256" = `$SHA256SUM config_host.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/configure.ac-14096-    echo "Host Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-7.1.0~beta1/configure.ac-14103-    echo > config_host_lang.mk.stamp
libreoffice-7.1.0~beta1/configure.ac:14104:elif test "$config_lang_sha256" = `$SHA256SUM config_host_lang.mk | sed "s/ .*//"`; then
libreoffice-7.1.0~beta1/configure.ac-14105-    echo "Language Configuration unchanged - avoiding scp2 stamp update"
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/gl/gl_ES.dic-19715-asm
libreoffice-dictionaries-7.0.1/dictionaries/gl/gl_ES.dic:19716:ASM po:sigla
libreoffice-dictionaries-7.0.1/dictionaries/gl/gl_ES.dic-19717-Asma po:antropónimo
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/gl/gl_ES.dic-25806-Basko po:antropónimo
libreoffice-dictionaries-7.0.1/dictionaries/gl/gl_ES.dic:25807:Basm po:antropónimo
libreoffice-dictionaries-7.0.1/dictionaries/gl/gl_ES.dic-25808-Basma po:antropónimo
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-1924-abysm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:1925:(noun)|abyss|chasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-1926-abysmal|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-1931-abyss|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:1932:(noun)|abysm|chasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-1933-abyssal|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-2067-acanthoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:2068:(noun)|skin tumor|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-2069-acanthophis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-4369-adenoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:4370:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-4371-adenomatous polyp|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-4504-adipose tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:4505:(noun)|lipoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-4506-adiposeness|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-12778-angioma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:12779:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)|angiopathy (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-12780-angiomatous|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-12790-angiosarcoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:12791:(noun)|malignant tumor (generic term)|malignant neoplasm (generic term)|metastatic tumor (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-12792-angioscope|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-12927-anglomania|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:12928:(noun)|Anglomania|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-12929-anglophil|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-23161-avidity|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:23162:(noun)|eagerness|avidness|keenness|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-23163-avidness|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:23164:(noun)|eagerness|avidity|keenness|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-23165-avifauna|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-25238-balletomania|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:25239:(noun)|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-25240-ballgame|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-30296-benign tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:30297:(noun)|benign tumour|nonmalignant tumor|nonmalignant tumour|nonmalignant neoplasm|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-30298-benign tumour|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:30299:(noun)|benign tumor|nonmalignant tumor|nonmalignant tumour|nonmalignant neoplasm|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-30300-benignancy|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34152-blastocytoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:34153:(noun)|blastoma|embryonal carcinosarcoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34154-blastoderm|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34173-blastoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:34174:(noun)|blastocytoma|embryonal carcinosarcoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34175-blastomere|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34404-blepharospasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:34405:(noun)|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34406-blephilia|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34898-blood plasma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:34899:(noun)|plasma (generic term)|plasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34900-blood platelet|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:34901:(noun)|platelet|thrombocyte|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-34902-blood poisoning|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-38970-brain tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:38971:(noun)|brain tumour|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-38972-brain tumour|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:38973:(noun)|brain tumor|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-38974-brain wave|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-41092-bronchospasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:41093:(noun)|spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-41094-bronchus|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-46743-cancer|5
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:46744:(noun)|malignant neoplastic disease|malignant tumor (generic term)|malignant neoplasm (generic term)|metastatic tumor (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-46745-(noun)|Cancer|Crab|person (generic term)|individual (generic term)|someone (generic term)|somebody (generic term)|mortal (generic term)|soul (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-48812-carcinoid|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:48813:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-48814-carcinoma|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-48822-carcinosarcoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:48823:(noun)|malignant tumor (generic term)|malignant neoplasm (generic term)|metastatic tumor (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-48824-card|13
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-49021-cardiospasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:49022:(noun)|spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-49023-cardiospermum|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-52165-celioma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:52166:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-52167-celioscopy|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-52591-central body|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:52592:(noun)|centrosome|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-52593-central chimpanzee|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-52790-centrosome|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:52791:(noun)|central body|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-52792-centrosomic|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-54731-charley-horse|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:54732:(noun)|charley horse|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-54733-charley horse|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:54734:(noun)|charley-horse|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-54735-charlie chaplin|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-55915-chiasma opticum|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:55916:(noun)|optic chiasma|optic chiasm|chiasma (generic term)|chiasm (generic term)|decussation (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-55917-chiasmal|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-57313-chondroma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:57314:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-57315-chondrosarcoma|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-74580-crick|3
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:74581:(noun)|kink|rick|wrick|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-74582-(noun)|Crick|Francis Crick|Francis Henry Compton Crick|biochemist (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-78463-cytol|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:78464:(noun)|cytoplasm|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-78465-cytologic|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-78499-cytoplasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:78500:(noun)|cytol|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-78501-cytoplasmatic|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-78505-cytoplast|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:78506:(noun)|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-78507-cytoplastic|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-78515-cytosol|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:78516:(noun)|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-78517-cytostome|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-95711-eagerness|2
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:95712:(noun)|avidity|avidness|keenness|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-95713-(noun)|readiness|zeal|forwardness|willingness (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-96866-(noun)|emanation (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:96867:(noun)|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-96868-ectoproct|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-99717-embryonal carcinosarcoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:99718:(noun)|blastoma|blastocytoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-99719-embryonal rhabdomyosarcoma|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-100399-enchondroma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:100400:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-100401-encipher|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-100793-endoplasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:100794:(noun)|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-100795-endoprocta|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-107678-exuberance|2
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:107679:(noun)|enthusiasm (generic term)|joy (generic term)|joyousness (generic term)|joyfulness (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-107680-(noun)|enthusiasm|ebullience|liveliness (generic term)|life (generic term)|spirit (generic term)|sprightliness (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-114112-fibroma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:114113:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-114114-fibromyositis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-118736-flying dutchman|2
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:118737:(noun)|Flying Dutchman|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|specter (generic term)|spectre (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:118738:(noun)|Flying Dutchman|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-118739-flying field|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-118769-flying saucer|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:118770:(noun)|unidentified flying object|UFO|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-118771-flying school|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-135172-germ plasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:135173:(noun)|plasm|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-135174-germ pore|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-135731-ghost|7
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:135732:(noun)|shade|spook|wraith|specter|spectre|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-135733-(noun)|ghostwriter|writer (generic term)|author (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-140138-granuloma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:140139:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-140140-granuloma inguinale|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-140144-granulomatous|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:140145:(adj)|tumor|tumour|neoplasm (related term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-140146-granulose|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-140238-graphospasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:140239:(noun)|writer's cramp|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-140240-grapnel|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-142209-(noun)|matrix|intercellular substance|body substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:142210:(noun)|hyaloplasm|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-142211-ground swell|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-143085-(noun)|disconnect|disconnection|disparity (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:143086:(noun)|chasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-143087-gulf coast|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-143535-gusto|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:143536:(noun)|relish|zest|zestfulness|enjoyment (generic term)|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-143537-gusty|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-148048-(noun)|heaving|rise (generic term)|ascent (generic term)|ascension (generic term)|ascending (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:148049:(noun)|retch|spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-148050-(noun)|lift|raise|propulsion (generic term)|actuation (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-156041-hyaloplasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:156042:(noun)|ground substance|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-156043-hyaloplasmic|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-172826-karyoplasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:172827:(noun)|nucleoplasm|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-172828-karyotype|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-173072-(noun)|acuteness|acuity|sharpness|intelligence (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:173073:(noun)|eagerness|avidity|avidness|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-173074-(noun)|sharpness|shape (generic term)|form (generic term)|configuration (generic term)|contour (generic term)|conformation (generic term)|dullness (antonym)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-174440-kink|7
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:174441:(noun)|crick|rick|wrick|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-174442-(noun)|twist|twirl|fold (generic term)|crease (generic term)|plication (generic term)|flexure (generic term)|crimp (generic term)|bend (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-177988-laryngismus|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:177989:(noun)|spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-177990-laryngitis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-184016-lipoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:184017:(noun)|adipose tumor|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-184018-lipomatosis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-188892-(noun)|lyricality|songfulness|musicality (generic term)|musicalness (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:188893:(noun)|exuberance (generic term)|enthusiasm (generic term)|ebullience (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-188894-lyricist|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-189596-(noun)|folly|foolishness|craziness|stupidity (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:189597:(noun)|rabidity|rabidness|exuberance (generic term)|enthusiasm (generic term)|ebullience (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-189598-madonna|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-191001-male orgasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:191002:(noun)|orgasm (generic term)|climax (generic term)|sexual climax (generic term)|coming (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-191003-male parent|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-191122-malignant neoplasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:191123:(noun)|malignant tumor|metastatic tumor|tumor (generic term)|tumour (generic term)|neoplasm (generic term)|malignancy (generic term)|malignance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-191124-malignant neoplastic disease|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:191125:(noun)|cancer|malignant tumor (generic term)|malignant neoplasm (generic term)|metastatic tumor (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-191126-malignant neuroma|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-191130-malignant tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:191131:(noun)|malignant neoplasm|metastatic tumor|tumor (generic term)|tumour (generic term)|neoplasm (generic term)|malignancy (generic term)|malignance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-191132-maligner|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-196853-meningioma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:196854:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-196855-meningism|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-198030-metastatic tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:198031:(noun)|malignant tumor|malignant neoplasm|tumor (generic term)|tumour (generic term)|neoplasm (generic term)|malignancy (generic term)|malignance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-198032-metatarsal|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-206747-mustard plaster|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:206748:(noun)|sinapism|poultice (generic term)|cataplasm (generic term)|plaster (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-206749-mustard sauce|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-207148-myeloma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:207149:(noun)|malignant tumor (generic term)|malignant neoplasm (generic term)|metastatic tumor (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-207150-myelomeningocele|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-207202-myoclonus|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:207203:(noun)|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-207204-myoclonus epilepsy|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-207222-myoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:207223:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-207224-myometritis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-207585-myxoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:207586:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-207587-myxoma virus|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210560-neurilemoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:210561:(noun)|neurofibroma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210562-neurinoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:210563:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210564-neuritis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210580-neuroblastoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:210581:(noun)|malignant tumor (generic term)|malignant neoplasm (generic term)|metastatic tumor (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210582-neurochemical|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210588-neuroepithelioma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:210589:(noun)|malignant tumor (generic term)|malignant neoplasm (generic term)|metastatic tumor (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210590-neuroepithelium|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210594-neurofibroma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:210595:(noun)|neurilemoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210596-neurofibromatosis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210643-neuroma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:210644:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210645-neuromatous|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:210646:(adj)|tumor|tumour|neoplasm (related term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-210647-neuromotor|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-213240-nonmalignant neoplasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:213241:(noun)|benign tumor|benign tumour|nonmalignant tumor|nonmalignant tumour|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-213242-nonmalignant tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:213243:(noun)|benign tumor|benign tumour|nonmalignant tumour|nonmalignant neoplasm|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-213244-nonmalignant tumour|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:213245:(noun)|benign tumor|benign tumour|nonmalignant tumor|nonmalignant neoplasm|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-213246-nonmandatory|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-214930-nucleoplasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:214931:(noun)|karyoplasm|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-214932-nucleoprotein|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-219435-opisthotonos|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:219436:(noun)|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-219437-opium|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-219588-optic chiasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:219589:(noun)|optic chiasma|chiasma opticum|chiasma (generic term)|chiasm (generic term)|decussation (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-219590-optic chiasma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:219591:(noun)|optic chiasm|chiasma opticum|chiasma (generic term)|chiasm (generic term)|decussation (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-219592-optic cup|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-221914-osteoblastoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:221915:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-221916-osteochondroma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:221917:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-221918-osteoclasis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-221938-osteoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:221939:(noun)|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-221940-osteomalacia|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-226169-papillary tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:226170:(noun)|papilloma|villoma|papillary tumour|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-226171-papillary tumour|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:226172:(noun)|papilloma|villoma|papillary tumor|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-226173-papillate|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-226179-papilloma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:226180:(noun)|villoma|papillary tumor|papillary tumour|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-226181-papillon|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-232581-phaeochromocytoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:232582:(noun)|pheochromocytoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-232583-phaeophyceae|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-233025-pheochromocytoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:233026:(noun)|phaeochromocytoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-233027-pheresis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-235592-pinealoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:235593:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-235594-pineapple|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-237347-plasm|2
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:237348:(noun)|germ plasm|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-237349-(noun)|plasma|extracellular fluid (generic term)|ECF (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-237368-plasmacytoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:237369:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-237370-plasmapheresis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-237390-plasmodium|2
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:237391:(noun)|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-237392-(noun)|Plasmodium vivax|malaria parasite|sporozoan (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-237568-platelet|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:237569:(noun)|blood platelet|thrombocyte|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-237570-plateletpheresis|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-248152-psammoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:248153:(noun)|sand tumor|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-248154-psenes|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-252716-rabidity|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:252717:(noun)|madness|rabidness|exuberance (generic term)|enthusiasm (generic term)|ebullience (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-252718-rabidness|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:252719:(noun)|madness|rabidity|exuberance (generic term)|enthusiasm (generic term)|ebullience (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-252720-rabies|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-259140-relish|4
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:259141:(noun)|gusto|zest|zestfulness|enjoyment (generic term)|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-259142-(noun)|condiment (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-261410-retch|3
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:261411:(noun)|heave|spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-261412-(verb)|vomit|vomit up|purge|cast|sick|cat|be sick|disgorge|regorge|puke|barf|spew|spue|chuck|upchuck|honk|regurgitate|throw up|excrete (generic term)|egest (generic term)|eliminate (generic term)|pass (generic term)|keep down (antonym)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-261509-retinoblastoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:261510:(noun)|malignant tumor (generic term)|malignant neoplasm (generic term)|metastatic tumor (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-261511-retinol|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-263148-rick|4
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:263149:(noun)|crick|kink|wrick|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-263150-(noun)|haystack|hayrick|stack (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-270543-sand tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:270544:(noun)|psammoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-270545-sand verbena|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-271198-sarcoplasm|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:271199:(noun)|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-271200-sarcoptes|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-279565-(noun)|tad|small indefinite quantity (generic term)|small indefinite amount (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:279566:(noun)|ghost|spook|wraith|specter|spectre|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-279567-(noun)|representation (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-284050-sinapism|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:284051:(noun)|mustard plaster|poultice (generic term)|cataplasm (generic term)|plaster (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-284052-sinatra|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-285633-skin tumor|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:285634:(noun)|acanthoma|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-285635-skincare|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-292354-specter|2
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:292355:(noun)|ghost|shade|spook|wraith|spectre|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-292356-(noun)|apparition|phantom|phantasm|phantasma|fantasm|spectre|spirit (generic term)|disembodied spirit (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-292367-(noun)|apparition|phantom|phantasm|phantasma|fantasm|specter|spirit (generic term)|disembodied spirit (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:292368:(noun)|ghost|shade|spook|wraith|specter|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-292369-spectrogram|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-294072-(noun)|creep|weirdo|weirdie|weirdy|unpleasant person (generic term)|disagreeable person (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:294073:(noun)|ghost|shade|wraith|specter|spectre|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-294074-(verb)|frighten (generic term)|fright (generic term)|scare (generic term)|affright (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-306935-syncytium|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:306936:(noun)|cytoplasm (generic term)|cytol (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-306937-syndactylism|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-310529-technophilia|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:310530:(noun)|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-310531-technophilic|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:310532:(adj)|enthusiasm (related term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-310533-technophobe|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-311518-tenesmus|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:311519:(noun)|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-311520-tenet|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-311793-teratoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:311794:(noun)|tumor (generic term)|tumour (generic term)|neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-311795-terazosin|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-314734-thrombocyte|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:314735:(noun)|platelet|blood platelet|protoplasm (generic term)|living substance (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-314736-thrombocytopenia|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-321805-trismus|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:321806:(noun)|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-321807-trisodium orthophosphate|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-324449-twitch|6
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:324450:(noun)|twitching|vellication|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-324451-(verb)|jerk|move involuntarily (generic term)|move reflexively (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-324456-twitching|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:324457:(noun)|twitch|vellication|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-324458-twitter|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-325034-ufo|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:325035:(noun)|unidentified flying object|UFO|flying saucer|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-325036-uganda|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-328212-unidentified flying object|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:328213:(noun)|UFO|flying saucer|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-328214-unidimensional|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-334030-vellication|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:334031:(noun)|twitch|twitching|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-334032-vellum|2
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-336075-villoma|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:336076:(noun)|papilloma|papillary tumor|papillary tumour|benign tumor (generic term)|benign tumour (generic term)|nonmalignant tumor (generic term)|nonmalignant tumour (generic term)|nonmalignant neoplasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-336077-villon|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-346843-wraith|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:346844:(noun)|ghost|shade|spook|specter|spectre|apparition (generic term)|phantom (generic term)|phantasm (generic term)|phantasma (generic term)|fantasm (generic term)|shadow (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-346845-wraithlike|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-346982-wrick|2
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:346983:(noun)|crick|kink|rick|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-346984-(verb)|twist|sprain|wrench|turn|rick|injure (generic term)|wound (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-347131-writer's cramp|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:347132:(noun)|graphospasm|spasm (generic term)|cramp (generic term)|muscle spasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-347133-writer's name|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-349284-zest|3
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:349285:(noun)|gusto|relish|zestfulness|enjoyment (generic term)|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-349286-(noun)|nip|piquance|piquancy|piquantness|tang|tanginess|spiciness (generic term)|spice (generic term)|spicery (generic term)
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-349292-zestfulness|1
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat:349293:(noun)|gusto|relish|zest|enjoyment (generic term)|enthusiasm (generic term)
libreoffice-dictionaries-7.0.1/dictionaries/en/th_en_US_v2.dat-349294-zestily|1
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-15477-blenny	slizoun			Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:15478:blepharospasm	blefarospazmus	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-15479-bless	blahořečit	v:		Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-22011-cardiorespiratory		adj:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:22012:cardiospasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-22013-cardiovascular	kardiovaskulární			Josef Kosek
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-23184-cataplasia		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:23185:cataplasm	kataplazma			Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-23186-cataplastic		adj:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-25385-chasing rainbows				
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:25386:chasm	propast	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:25387:chasm	rokle	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-25388-chasse		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-26041-chiaroscuro	šerosvit	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:26042:chiasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-26043-chiasma	chiasma			Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-26275-chiliad	tisíciletí			Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:26276:chiliasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-26277-chiliast	chiliasta			Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-41410-cytophotometry		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:41411:cytoplasm	cytoplasma	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-41412-cytoplasmatic	cytoplasmatický	adj:		Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-54816-ectopic pregnancy		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:54817:ectoplasm	ektoplazma	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-54818-ectoproct		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-57247-endophyte	endofyt	[eko.]		RNDr. Pavel Piskač
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:57248:endoplasm	endoplazma			Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-57249-endoplasmic	endoplazmatický			Jaroslav Šedivý
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-57958-enthused				
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:57959:enthusiasm	entusiasmus			luke
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:57960:enthusiasm	entuziasmus	n:		Pino
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:57961:enthusiasm	nadšení			luke
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:57962:enthusiasm	zanícení	n:		Pino
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-57963-enthusiast	nadšenec			luke
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-74494-germ layer		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:74495:germ plasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-74496-germ theory		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-78245-graphology	grafologie	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:78246:graphospasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-78247-graphs	grafy	n: pl.		Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-88231-hyaloid membrane		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:88232:hyaloplasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-88233-hyaloplasmic		adj:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-89280-iconic	symbolický	adj:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:89281:iconoclasm	druh kacířství	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:89282:iconoclasm	ikonoklazmus	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-89283-iconoclast	ikonoklast	n:		Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-99721-karyon		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:99722:karyoplasm	karyoplazma			Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-99723-karyotype		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-102701-laryngoscope	laryngoskop	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:102702:laryngospasm	laryngospasmus			Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-102703-laryngotracheobronchitis		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-110686-male orchis		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:110687:male orgasm	mužský orgasmus	n:		Ondřej Světlík
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-110688-male parent		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-110775-malignant melanoma		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:110776:malignant neoplasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-110777-malignant neoplastic disease		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-119730-muscle sense		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:119731:muscle spasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-119732-muscle system		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-120854-NASIP	Navy Airframe Structural Integrity Program	[zkr.] [voj.]		Zdeněk Brož a automatický překlad
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:120855:NASM	National Air and Space (Warfare) Model	[zkr.] [voj.]		Zdeněk Brož a automatický překlad
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-120856-nasofrontal vein		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-121865-neoplasia		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:121866:neoplasm	nádor	n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-121867-neoplastic	rakovinový	adj:		Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-124080-nonmalignant	nezlomyslný			
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:124081:nonmalignant neoplasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-124082-nonmalignant tumor		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-125372-nucleonics	nukleonika			Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:125373:nucleoplasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-125374-nucleoprotein		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-128705-optic axis		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:128706:optic chiasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-128707-optic chiasma		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-129550-organza	organtýn	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:129551:orgasm	orgasmus	n:		joe@hw.cz
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-129552-orgasmic	orgazmický	adj:		Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-137226-Phanerozoic	fanerozoikum	n: [geol.]		Pino
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:137227:phantasm	přelud	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:137228:phantasm	vidina	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-137229-phantasma		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-139107-pirogue		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:139108:piroplasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-139109-piroshki				
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-139802-plash	šplouchat	v:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:139803:plasm	plazma	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-139804-plasma	plazma	n: [med.] [fyz.]		fikus
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-140330-pleomorphism	pleomorfismus	n: [bio.]		RNDr. Pavel Piskač
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:140331:pleonasm				
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-140332-pleonaste		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-147131-Protophyta				
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:147132:protoplasm	protoplazma	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-147133-protoplasmic	protoplazmatický	adj:		Zdeněk Brož
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-163234-Sarawakian		adj:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:163235:sarcasm	sarkasmus			
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-163236-sarcastic	sarkastický			
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-163253-sarcophagus	sarkofág	n:		Zdeněk Brož
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:163254:sarcoplasm		n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-163255-sarcoptid		n:		
##############################################
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-176976-Spartanizes				
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:176977:spasm	křeč	n:		
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:176978:spasm	nával	n:		Martin M.
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:176979:spasm	výbuch	n:		Martin M.
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt:176980:spasm	záchvat	n:		Martin M.
libreoffice-dictionaries-7.0.1/dictionaries/cs_CZ/thesaurus/en-cs.txt-176981-spasmodic	přerušovaný	adj:		Zdeněk Brož