Kaydet (Commit) a39f11a2 authored tarafından David Tardon's avatar David Tardon

gbuildize extras

Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
üst 20f06e3c
......@@ -99,7 +99,6 @@ TAGS
/external/*/*.txt
/external/*/*.msm
/moz/zipped/*.zip
/extras/source/extensions
# links to the other repositories
/binfilter
......
......@@ -66,6 +66,7 @@ embeddedobj\
embedserv\
eventattacher\
extensions\
extras\
fileaccess\
filter\
forms\
......@@ -186,7 +187,6 @@ curl\
epm\
expat\
external\
extras\
fontconfig\
freetype\
gdk-pixbuf\
......
......@@ -62,6 +62,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
embedserv \
eventattacher \
extensions \
extras \
fileaccess \
filter \
forms \
......
......@@ -584,6 +584,7 @@ export WITH_AGFA_MONOTYPE_FONTS=@WITH_AGFA_MONOTYPE_FONTS@
export WITH_BINFILTER=@WITH_BINFILTER@
export WITH_COMPAT_OOWRAPPERS=@WITH_COMPAT_OOWRAPPERS@
export WITH_EXTENSION_INTEGRATION=@WITH_EXTENSION_INTEGRATION@
export WITH_EXTRA_EXTENSIONS=@WITH_EXTRA_EXTENSIONS@
export WITH_EXTRA_FONT=@WITH_EXTRA_FONT@
export WITH_EXTRA_GALLERY=@WITH_EXTRA_GALLERY@
export WITH_EXTRA_SAMPLE=@WITH_EXTRA_SAMPLE@
......
......@@ -10418,6 +10418,11 @@ else
fi
AC_SUBST(WITH_EXTENSION_INTEGRATION)
dnl Should any extra extensions be included?
dnl There are standalone tests for each of these below.
WITH_EXTRA_EXTENSIONS=
AC_SUBST([WITH_EXTRA_EXTENSIONS])
dnl ===================================================================
dnl Test whether to include Watch Window extension
dnl ===================================================================
......@@ -10426,6 +10431,7 @@ WATCH_WINDOW_EXTENSION_PACK=
if test "x$enable_ext_watch_window" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_WATCH_WINDOW"
WATCH_WINDOW_EXTENSION_PACK="23bd75552206dfcd8fd4e29137dcac84-WatchWindow_1.2.0.0.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10440,6 +10446,7 @@ DIAGRAM_EXTENSION_PACK=
if test "x$enable_ext_diagram" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_DIAGRAM"
DIAGRAM_EXTENSION_PACK="8d74685d41f8bffe8c3e71fe8deac09d-SmART_0.9.5.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10454,6 +10461,7 @@ VALIDATOR_EXTENSION_PACK=
if test "x$enable_ext_validator" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_VALIDATOR"
VALIDATOR_EXTENSION_PACK="bbdd5639ada63e3130761daaecae1a10-Validator_1.1.0.0.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10468,6 +10476,7 @@ BARCODE_EXTENSION_PACK=
if test "x$enable_ext_barcode" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_BARCODE"
BARCODE_EXTENSION_PACK="3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10478,16 +10487,13 @@ dnl ===================================================================
dnl Test whether to include ConvertTextToNumber extension
dnl ===================================================================
AC_MSG_CHECKING([for ConvertTextToNumber extension integration])
CT2N_EXTENSION_PACK=
if test "x$enable_ext_ct2n" = "xyes" -a "x$enable_extension_integration" != "xno"; then
BUILD_TYPE="$BUILD_TYPE CT2N"
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_CT2N"
CT2N_EXTENSION_PACK="451ccf439a36a568653b024534669971-ConvertTextToNumber_1.3.2.oxt"
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
fi
AC_SUBST(CT2N_EXTENSION_PACK)
dnl ===================================================================
dnl Test whether to include Numbertext extension
......@@ -10497,6 +10503,7 @@ NUMBERTEXT_EXTENSION_PACK=
if test "x$enable_ext_numbertext" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_NUMBERTEXT"
NUMBERTEXT_EXTENSION_PACK="b8cbca7b3363e6ca2d02bc0ba2b63904-numbertext_0.9.4.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10511,6 +10518,7 @@ HUNART_EXTENSION_PACK=
if test "x$enable_ext_hunart" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_HUNART"
HUNART_EXTENSION_PACK="b632bdd25649cc4067bcb410bae23d2b-hunart_0.3.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10525,6 +10533,7 @@ TYPO_EXTENSION_PACK=
if test "x$enable_ext_typo" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_TYPO"
TYPO_EXTENSION_PACK="9d60b6cfa3ef1926848710bbcd11115b-typo_0.4.2.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10539,6 +10548,7 @@ GOOGLE_DOCS_EXTENSION_PACK=
if test "x$enable_ext_google_docs" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_GOOGLE_DOCS"
GOOGLE_DOCS_EXTENSION_PACK="2a64b8e6f185a7f6c19d00fb8bb4cf64-gdocs_3.0.1_modified.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10577,6 +10587,7 @@ OOOBLOGGER_EXTENSION_PACK=
if test "x$enable_ext_oooblogger" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_OOOBLOGGER"
OOOBLOGGER_EXTENSION_PACK="b7b2d0e04e142f26dd96119c80757d1f-oooblogger_0.1.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......@@ -10625,6 +10636,7 @@ else
esac
fi
done
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([$SUNTEMPLATES_LANG])
fi
AC_SUBST(SUNTEMPLATES_DE_PACK)
......
......@@ -258,28 +258,12 @@ if [ "$COM" = "MSC" -a -n "$md5sum" ]; then
fi
fi
# OxygenOffice extras
for pack in $OOOP_FONTS_PACK $OOOP_GALLERY_PACK $OOOP_SAMPLES_PACK $OOOP_TEMPLATES_PACK ; do
check_file $TARFILE_LOCATION/$pack
echo "Unpacking OxygenOffice extra '$pack' ..."
unzip -o -q $TARFILE_LOCATION/$pack -d $SRC_ROOT/extras/source
done
if [ -n "$OXYGENOFFICE_PACK" ] ; then
check_file $TARFILE_LOCATION/$OXYGENOFFICE_PACK
echo "Unpacking OxygenOffice '$OXYGENOFFICE_PACK' ..."
unzip -o -q $TARFILE_LOCATION/$OXYGENOFFICE_PACK -d $SRC_ROOT/src
fi
# Extensions copy
for pack in $BARCODE_EXTENSION_PACK $DIAGRAM_EXTENSION_PACK $VALIDATOR_EXTENSION_PACK $WATCH_WINDOW_EXTENSION_PACK $NUMBERTEXT_EXTENSION_PACK $HUNART_EXTENSION_PACK $TYPO_EXTENSION_PACK $GOOGLE_DOCS_EXTENSION_PACK $OOOBLOGGER_EXTENSION_PACK $SUNTEMPLATES_DE_PACK $SUNTEMPLATES_EN_US_PACK $SUNTEMPLATES_ES_PACK $SUNTEMPLATES_FR_PACK $SUNTEMPLATES_HU_PACK $SUNTEMPLATES_IT_PACK; do
check_file $TARFILE_LOCATION/$pack
packfilename=`echo "$pack" | cut -f 2- -s -d - | cut -f 1 -d _`
echo "Copy extension: '$pack' as '$packfilename.oxt' ..."
mkdir -p $SRC_ROOT/extras/source/extensions/ || exit 1
cp $TARFILE_LOCATION/$pack $SRC_ROOT/extras/source/extensions/$packfilename.oxt || exit 1
done
[ -x "post_download" ] || { echo "'post_download' script not found, run ./autogen.sh." ; exit 1 ; }
# Save the config.log from the main configure script
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriessamples,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamples,\
$(call gb_UnpackedTarball_get_target,samples-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriessamples,\
cs/.nametranslation.table \
de/.nametranslation.table \
en-US/JacketPotato.odb \
en-US/.nametranslation.table \
es/.nametranslation.table \
fi/.nametranslation.table \
fr/.nametranslation.table \
hu/.nametranslation.table \
hu/naptar.ods \
it/.nametranslation.table \
ja/.nametranslation.table \
ka/.nametranslation.table \
nl/.nametranslation.table \
pl/dummy_samples.txt \
pt-BR/.nametranslation.table \
sv/.nametranslation.table \
tr/.nametranslation.table \
zh-CN/.nametranslation.table \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriessamplesadvertisement,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples/advertisement/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesadvertisement,\
$(call gb_UnpackedTarball_get_target,samples-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesadvertisement,\
cs/dummy_samples.txt \
de/dummy_samples.txt \
en-US/ooo2prodflyera3en.odt \
en-US/ooo2prodflyera4en.odt \
en-US/ooo2prodintroen.odp \
en-US/ooo2prodspeca4en.odt \
es/dummy_samples.txt \
fi/dummy_samples.txt \
fr/dummy_samples.txt \
hu/ooo2prodflyera3hu.odt \
hu/ooo2prodspeca4hu.odt \
hu/OOo_Ossszehasonlitas.odt \
hu/OOo_Reklam4.odt \
it/dummy_samples.txt \
ja/dummy_samples.txt \
ka/dummy_samples.txt \
nl/dummy_samples.txt \
pl/dummy_samples.txt \
pt-BR/dummy_samples.txt \
sv/dummy_samples.txt \
tr/dummy_samples.txt \
zh-CN/dummy_samples.txt \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriessamplesdocumentation,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples/documentation/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesdocumentation,\
$(call gb_UnpackedTarball_get_target,samples-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesdocumentation,\
cs/dummy_samples.txt \
de/dummy_samples.txt \
en-US/Connect_to_Postgres.odt \
en-US/ooo2.odt \
es/dummy_samples.txt \
fi/dummy_samples.txt \
fr/dummy_samples.txt \
hu/ooo2.odt \
it/dummy_samples.txt \
ja/dummy_samples.txt \
ka/dummy_samples.txt \
nl/dummy_samples.txt \
pl/dummy_samples.txt \
pt-BR/dummy_samples.txt \
sv/dummy_samples.txt \
tr/dummy_samples.txt \
zh-CN/dummy_samples.txt \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriessamplesnonfree,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples-nonfree/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesnonfree,\
$(call gb_UnpackedTarball_get_target,samples-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesnonfree,\
cs/dummy_samples-nonfree.txt \
de/dummy_samples-nonfree.txt \
en-US/dummy_samples-nonfree.txt \
es/dummy_samples-nonfree.txt \
fi/dummy_samples-nonfree.txt \
fr/dummy_samples-nonfree.txt \
hu/dummy_samples-nonfree.txt \
it/dummy_samples-nonfree.txt \
ja/dummy_samples-nonfree.txt \
ka/dummy_samples-nonfree.txt \
nl/dummy_samples-nonfree.txt \
pl/dummy_samples-nonfree.txt \
pt-BR/dummy_samples-nonfree.txt \
sv/dummy_samples-nonfree.txt \
tr/dummy_samples-nonfree.txt \
zh-CN/dummy_samples-nonfree.txt \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriessamplesnonfreeadvertisement,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples-nonfree/advertisement/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesnonfreeadvertisement,\
$(call gb_UnpackedTarball_get_target,samples-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesnonfreeadvertisement,\
cs/dummy_samples-nonfree.txt \
de/dummy_samples-nonfree.txt \
en-US/dummy_samples-nonfree.txt \
es/dummy_samples-nonfree.txt \
fi/dummy_samples-nonfree.txt \
fr/dummy_samples-nonfree.txt \
hu/dummy_samples-nonfree.txt \
it/dummy_samples-nonfree.txt \
ja/dummy_samples-nonfree.txt \
ka/dummy_samples-nonfree.txt \
nl/dummy_samples-nonfree.txt \
pl/dummy_samples-nonfree.txt \
pt-BR/dummy_samples-nonfree.txt \
sv/dummy_samples-nonfree.txt \
tr/dummy_samples-nonfree.txt \
zh-CN/dummy_samples-nonfree.txt \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriessamplesnonfreedocumentation,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples-nonfree/documentation/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesnonfreedocumentation,\
$(call gb_UnpackedTarball_get_target,samples-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesnonfreedocumentation,\
cs/dummy_samples-nonfree.txt \
de/dummy_samples-nonfree.txt \
en-US/dummy_samples-nonfree.txt \
es/dummy_samples-nonfree.txt \
fi/dummy_samples-nonfree.txt \
fr/dummy_samples-nonfree.txt \
hu/dummy_samples-nonfree.txt \
it/dummy_samples-nonfree.txt \
ja/dummy_samples-nonfree.txt \
ka/dummy_samples-nonfree.txt \
nl/dummy_samples-nonfree.txt \
pl/dummy_samples-nonfree.txt \
pt-BR/dummy_samples-nonfree.txt \
sv/dummy_samples-nonfree.txt \
tr/dummy_samples-nonfree.txt \
zh-CN/dummy_samples-nonfree.txt \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriestemplates,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplates,\
$(call gb_UnpackedTarball_get_target,templates-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriestemplates,\
cs/dummy_templates.txt \
de/dummy_templates.txt \
en-US/dummy_templates.txt \
es/dummy_templates.txt \
fi/dummy_templates.txt \
fr/dummy_templates.txt \
hu/dummy_templates.txt \
it/dummy_templates.txt \
ja/dummy_templates.txt \
ka/dummy_templates.txt \
pl/dummy_templates.txt \
pt-BR/dummy_templates.txt \
sv/dummy_templates.txt \
tr/dummy_templates.txt \
zh-CN/dummy_templates.txt \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriestemplateseducate,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/educate/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplateseducate,\
$(call gb_UnpackedTarball_get_target,templates-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriestemplateseducate,\
cs/dummy_templates.txt \
de/Jahres_Schulnoten.ots \
de/Klassen-Schulnoten-Verwaltung_Noten_1-6.ots \
de/Kursnoten_15_Punkte.ots \
de/Meine_Schulnoten.ots \
de/Schulnoten.ots \
de/Stundenplan.ots \
de/stundenplan_und_vorlesungsplan.ots \
en-US/apa_4thEd.ott \
en-US/bookmark_1.ott \
en-US/bookmark_2.ott \
en-US/classroom_schedule.ott \
en-US/Crystal.ots \
en-US/disciplinary_assignment.ott \
en-US/disciplinary_referral.ott \
en-US/grades.ots \
en-US/lesson_plan_1.ott \
en-US/lesson_plan_2.ott \
en-US/name_badge_1.ott \
en-US/student_schedule.ott \
en-US/table_tent_1.ott \
en-US/Thesis.ott \
fr/AgendaSemaine1.1.ots \
fr/carnet_de_notes.ots \
fr/documentfinalTP-1.1.ott \
fr/note_moyenne.ots \
hu/essze.ott \
hu/Meresi_jegyzokonyv_-_Iskolai.ott \
hu/osztalynevsor.ott \
hu/thesis_k.ott \
ja/timetable_for_school.ots \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AllLangZip_AllLangZip,accessoriestemplatesfinance,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/finance/lang))
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesfinance,\
$(call gb_UnpackedTarball_get_target,templates-pack) \
))
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesfinance,\
cs/podaci_kniha.ots \
de/arbeitszeiterfassung.ots \
de/az.ots \
de/BudgetAufDeutsch.ots \
de/business_indebtedness_schedule.ots \
de/business_trip_budget.ots \
de/discount_zertifikate_rechner.ots \
de/energie_verbrauchstabelle.ots \
de/fahrtenbuch.ots \
de/Finanzuebersicht.ots \
de/Haushaltsbuch.ots \
de/Haushaltsbuch_vordruck.ots \
de/hypothekenberechnung.ots \
de/Invoice-Rechnung.ots \
de/Kassenbuch_2006.ots \
de/Kassenbuch_2007.ots \
de/kassenbuch2.ots \
de/kassenbuch.ots \
de/Kassenbuch_Vordruck.ots \
de/Kassenbuch_vorlage_Netto.ots \
de/Kassenbuch_vorlage.ots \
de/Konto.ots \
de/konto.ott \
de/Kraftstoff_Kilometer_Kostenrechner_2006.ots \
de/Kraftstoff_Kilometer_Kostenrechner_2007.ots \
de/Kraftstoff_Kilometer_Kostenrechner_2008.ots \
de/Kraftstoff_Kilometer_Kostenrechner_2009.ots \
de/Kraftstoff_Kilometer_Kostenrechner_2010.ots \
de/Lastschrift.ott \
de/marketing_budget_plan.ots \
de/Mwstbruttonetto.ots \
de/OOoReise.ots \
de/project_planning.ots \
de/quittung.ott \
de/Rechnung.ots \
de/Rechnungs_Vorlage.ots \
de/start-up_capital_estimate.ots \
de/taetigkeitsbericht.ots \
de/Ueberweisungsformular.ott \
en-US/advloan.ots \
en-US/Amortization-Schedule.ots \
en-US/armcalculation.ots \
en-US/BalanceSheet1.ots \
en-US/Bank_Account.ots \
en-US/Budget.ots \
en-US/business_indebtedness_schedule.ots \
en-US/business_plan.ott \
en-US/business_trip_budget.ots \
en-US/CheckBookRegister.ots \
en-US/Compare_Loan_Conditions.ots \
en-US/Compare_Two_Years_with_Graphs.ots \
en-US/Deposit_Template_-_US_DOLLAR.ots \
en-US/DialogSheetEg.ots \
en-US/Giro_en.ott \
en-US/job_bid.ott \
en-US/loan.ots \
en-US/marketing_budget_plan.ots \
en-US/marketing_plan.ott \
en-US/mortgage_buster.ots \
en-US/PettyCash.ots \
en-US/portfolio_manager.ots \
en-US/pos.ots \
en-US/project_planning.ots \
en-US/rental_returns.ots \
en-US/RunningBudget.ots \
en-US/SalesTargets.ots \
en-US/start-up_capital_estimate.ots \
es/dummy_templates.txt \
fi/dummy_templates.txt \
fr/dummy_templates.txt \
hu/afas_szamla.ott \
hu/Banki_atutalas.ots \
hu/Csekkminta.ott \
hu/eves_beszamolo_eredmenykimutatas_egyszerusitett.ots \
hu/Hazi_koltsegvetes.ots \
hu/msz16124.ots \
hu/msz16177.ots \
hu/Napi_kiadas.ots \
hu/Olvass.el \
it/notaspese.ots \
ja/cost_statement.ots \
ja/journal_book.ots \
ka/dummy_templates.txt \
nl/dummy_templates.txt \
pl/dummy_templates.txt \
pt-BR/dummy_templates.txt \
sv/dummy_templates.txt \
tr/dummy_templates.txt \
zh-CN/dummy_templates.txt \
))
# vim: set noet sw=4 ts=4: