集成OpenOffice替换为LibreOffice

This commit is contained in:
陈精华
2021-06-23 10:26:22 +08:00
parent 8a1eebb9b0
commit 79341b2c8e
14724 changed files with 2184695 additions and 551131 deletions

View File

@@ -1,18 +1,22 @@
[Bootstrap]
OOO_BASE_DIR=${ORIGIN}/..
BAK_EXTENSIONS=${$ORIGIN/uno.ini:BAK_EXTENSIONS}
BUNDLED_EXTENSIONS=${$ORIGIN/uno.ini:BUNDLED_EXTENSIONS}
BUNDLED_EXTENSIONS_PREREG=${$ORIGIN/uno.ini:BUNDLED_EXTENSIONS_PREREG}
BUNDLED_EXTENSIONS_USER=${$ORIGIN/uno.ini:BUNDLED_EXTENSIONS_USER}
SHARED_EXTENSIONS_USER=${$ORIGIN/uno.ini:SHARED_EXTENSIONS_USER}
UNO_SHARED_PACKAGES_CACHE=${$ORIGIN/uno.ini:UNO_SHARED_PACKAGES_CACHE}
TMP_EXTENSIONS=${$ORIGIN/uno.ini:TMP_EXTENSIONS}
UNO_USER_PACKAGES_CACHE=${$ORIGIN/uno.ini:UNO_USER_PACKAGES_CACHE}
URE_BIN_DIR=$ORIGIN
BRAND_BASE_DIR=${ORIGIN}/..
BRAND_INI_DIR=${ORIGIN}
BRAND_SHARE_RESOURCE_SUBDIR=program/resource
BRAND_SHARE_SUBDIR=share
CONFIGURATION_LAYERS=xcsxcu:${BRAND_BASE_DIR}/share/registry res:${BRAND_BASE_DIR}/share/registry winreg:LOCAL_MACHINE bundledext:${${BRAND_BASE_DIR}/program/louno.ini:BUNDLED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:${${BRAND_BASE_DIR}/program/louno.ini:SHARED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini userext:${${BRAND_BASE_DIR}/program/louno.ini:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini winreg:CURRENT_USER user:!${$BRAND_BASE_DIR/program/bootstrap.ini:UserInstallation}/user/registrymodifications.xcu
LO_JAVA_DIR=${BRAND_BASE_DIR}/program/classes
LO_LIB_DIR=${BRAND_BASE_DIR}/program
BAK_EXTENSIONS=${$ORIGIN/louno.ini:TMP_EXTENSIONS}
BUNDLED_EXTENSIONS=${$ORIGIN/louno.ini:BUNDLED_EXTENSIONS}
BUNDLED_EXTENSIONS_USER=${$ORIGIN/louno.ini:BUNDLED_EXTENSIONS_USER}
SHARED_EXTENSIONS_USER=${$ORIGIN/louno.ini:SHARED_EXTENSIONS_USER}
UNO_SHARED_PACKAGES_CACHE=${$ORIGIN/louno.ini:UNO_SHARED_PACKAGES_CACHE}
TMP_EXTENSIONS=${$ORIGIN/louno.ini:TMP_EXTENSIONS}
UNO_USER_PACKAGES_CACHE=${$ORIGIN/louno.ini:UNO_USER_PACKAGES_CACHE}
URE_BIN_DIR=${BRAND_BASE_DIR}/program
URE_MORE_JAVA_CLASSPATH_URLS=
URE_OVERRIDE_JAVA_JFW_SHARED_DATA=${OOO_BASE_DIR}/share/config/javasettings_${_OS}_${_ARCH}.xml
URE_OVERRIDE_JAVA_JFW_USER_DATA=${${OOO_BASE_DIR}/program/bootstrap.ini:UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml
URE_LIB_DIR=$ORIGIN
URE_MORE_JAVA_TYPES=$ORIGIN/classes/unoil.jar $ORIGIN/classes/ScriptFramework.jar ${${$ORIGIN/uno.ini:PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/uno.ini:PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/uno.ini:PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}
URE_MORE_SERVICES=${${$ORIGIN/uno.ini:PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/uno.ini:PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/uno.ini:PKG_BundledUnoFile}:UNO_SERVICES}
URE_MORE_TYPES=$ORIGIN/oovbaapi.rdb ${${$ORIGIN/uno.ini:PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/uno.ini:PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/uno.ini:PKG_BundledUnoFile}:UNO_TYPES}
URE_OVERRIDE_JAVA_JFW_SHARED_DATA=${BRAND_BASE_DIR}/share/config/javasettings_${_OS}_${_ARCH}.xml
URE_OVERRIDE_JAVA_JFW_USER_DATA=${${BRAND_BASE_DIR}/program/bootstrap.ini:UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml
URE_MORE_JAVA_TYPES=${BRAND_BASE_DIR}/program/classes/ridl.jar ${BRAND_BASE_DIR}/program/classes/ScriptFramework.jar ${${$ORIGIN/louno.ini:PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/louno.ini:PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/louno.ini:PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}
URE_MORE_SERVICES=${${$ORIGIN/louno.ini:PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/louno.ini:PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/louno.ini:PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*
URE_MORE_TYPES=<$ORIGIN/types>* ${${$ORIGIN/louno.ini:PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/louno.ini:PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/louno.ini:PKG_BundledUnoFile}:UNO_TYPES}