Rebased ref, commits from common ancestor:
commit be817ac53ff9a03e217d024116b3cd0478925eaf
Author: Jan-Marek Glogowski <[email protected]>
AuthorDate: Fri Oct 22 11:56:09 2021 +0200
Commit: Jan-Marek Glogowski <[email protected]>
CommitDate: Fri Oct 22 11:56:09 2021 +0200
catchall
Change-Id: I06a384a75bb1b4e2d3e422a32202a4e75633a92f
diff --git a/Makefile.in b/Makefile.in
index 05e2a24380af..0c423b8f357d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,6 +48,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard \
$(SRCDIR)/configure.ac \
$(SRCDIR)/config_host/*.h.in \
$(SRCDIR)/download.lst \
+ $(SRCDIR)/m4/*.m4 \
$(BUILDDIR)/autogen.input \
$(BUILDDIR)/autogen.lastrun \
$(BUILDDIR)/autogen.sh \
diff --git a/comphelper/source/misc/synchronousdispatch.cxx
b/comphelper/source/misc/synchronousdispatch.cxx
index 0aa4bdc66c1b..db3a6aedf788 100644
--- a/comphelper/source/misc/synchronousdispatch.cxx
+++ b/comphelper/source/misc/synchronousdispatch.cxx
@@ -25,7 +25,7 @@
#include <comphelper/synchronousdispatch.hxx>
#include <comphelper/processfactory.hxx>
-#include <sal/log.hxx>
+#include <tools/diagnose_ex.h>
namespace comphelper
{
@@ -63,9 +63,10 @@ uno::Reference< lang::XComponent >
SynchronousDispatch::dispatch(
aRet >>= aComponent;
}
- catch ( uno::Exception& e )
+ catch ( uno::Exception& )
{
- SAL_WARN("comphelper","SynchronousDispatch::dispatch() Error while
dispatching! " << sURL << " " << sTarget);
+ TOOLS_WARN_EXCEPTION("comphelper",
"SynchronousDispatch::dispatch() Error while dispatching '"
+ << sURL << "' for '" << sTarget << "'");
}
}
diff --git a/configure.ac b/configure.ac
index c78036edfaec..f1f3e151f990 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1109,8 +1109,9 @@ emscripten)
test_qt5=yes
test_system_freetype=no
enable_compiler_plugins=no
- enable_split_debug=yes
enable_qt5=yes
+ enable_services_rdb_from_build=yes
+ enable_split_debug=yes
enable_wasm_strip=yes
with_system_zlib=no
with_theme="breeze"
@@ -5609,6 +5610,9 @@ if test "$cross_compiling" = "yes"; then
test "$enable_extensions" = yes || sub_conf_opts="$sub_conf_opts
--disable-extensions"
test "$enable_wasm_strip" = "yes" && sub_conf_opts="$sub_conf_opts
--enable-wasm-strip"
test "${with_system_lockfile+set}" = set && sub_conf_opts="$sub_conf_opts
--with-system-lockfile=${with_system_lockfile}"
+ if test "$_os" = "Emscripten"; then
+ sub_conf_opts="$sub_conf_opts --without-system-libxml
--without-system-fontconfig --without-system-freetype --without-system-zlib"
+ fi
sub_conf_opts="$sub_conf_opts $with_build_platform_configure_options"
# Don't bother having configure look for stuff not needed for the build
platform anyway
@@ -5934,21 +5938,8 @@ AC_SUBST(ENABLE_CUPS)
# fontconfig checks
if test "$using_freetype_fontconfig" = yes; then
- AC_MSG_CHECKING([which fontconfig to use])
-fi
-if test "$using_freetype_fontconfig" = yes -a "$test_system_fontconfig" != no;
then
- AC_MSG_RESULT([external])
- PKG_CHECK_MODULES([FONTCONFIG], [fontconfig >= 2.4.1])
- SYSTEM_FONTCONFIG=TRUE
- FilterLibs "${FONTCONFIG_LIBS}"
- FONTCONFIG_LIBS="${filteredlibs}"
-elif test "$using_freetype_fontconfig" = yes; then
- AC_MSG_RESULT([internal])
- BUILD_TYPE="$BUILD_TYPE FONTCONFIG"
+ libo_CHECK_SYSTEM_MODULE([fontconfig],[FONTCONFIG],[fontconfig >= 2.4.1])
fi
-AC_SUBST(FONTCONFIG_CFLAGS)
-AC_SUBST(FONTCONFIG_LIBS)
-AC_SUBST([SYSTEM_FONTCONFIG])
dnl whether to find & fetch external tarballs?
dnl ===================================================================
@@ -9536,10 +9527,6 @@ dnl
===================================================================
dnl Check whether freetype is available
dnl ===================================================================
if test "$using_freetype_fontconfig" = yes; then
- AC_MSG_CHECKING([which freetype to use])
-fi
-if test "$using_freetype_fontconfig" = yes -a "$test_system_freetype" != no;
then
- AC_MSG_RESULT([external])
# FreeType has 3 different kinds of versions
# * release, like 2.4.10
# * libtool, like 13.0.7 (this what pkg-config returns)
@@ -9548,24 +9535,14 @@ if test "$using_freetype_fontconfig" = yes -a
"$test_system_freetype" != no; the
#
# 9.9.3 is 2.2.0
# When the minimal version is at least 2.8.1, remove Skia's check down
below.
- PKG_CHECK_MODULES(FREETYPE, freetype2 >= 9.9.3)
- FREETYPE_CFLAGS=$(printf '%s' "$FREETYPE_CFLAGS" | sed -e
"s/-I/${ISYSTEM?}/g")
- FilterLibs "${FREETYPE_LIBS}"
- FREETYPE_LIBS="${filteredlibs}"
- SYSTEM_FREETYPE=TRUE
-elif test "$using_freetype_fontconfig" = yes; then
- AC_MSG_RESULT([internal])
- FREETYPE_CFLAGS="${ISYSTEM}${WORKDIR}/UnpackedTarball/freetype/include"
if test "x$ac_config_site_64bit_host" = xYES; then
FREETYPE_LIBS="-L${WORKDIR}/UnpackedTarball/freetype/instdir/lib64
-lfreetype"
else
FREETYPE_LIBS="-L${WORKDIR}/UnpackedTarball/freetype/instdir/lib
-lfreetype"
fi
- BUILD_TYPE="$BUILD_TYPE FREETYPE"
+ libo_CHECK_SYSTEM_MODULE([freetype],[FREETYPE],[freetype2 >= 9.9.3],
+
["${ISYSTEM}${WORKDIR}/UnpackedTarball/freetype/include"],["$FREETYPE_LIBS"])
fi
-AC_SUBST(FREETYPE_CFLAGS)
-AC_SUBST(FREETYPE_LIBS)
-AC_SUBST([SYSTEM_FREETYPE])
# ===================================================================
# Check for system libxslt
diff --git a/m4/libo_externals.m4 b/m4/libo_externals.m4
index d19178ab8250..03d1c6ef9da4 100644
--- a/m4/libo_externals.m4
+++ b/m4/libo_externals.m4
@@ -14,7 +14,7 @@ AC_ARG_WITH(system-$1,
AC_MSG_CHECKING([which $1 to use])
if test "$test_$1" != "no"; then
ENABLE_$2=TRUE
- if test "$with_system_$1" = "yes"; then
+ if test "$test_system_$1" != no -a "$with_system_$1" = yes; then
AC_MSG_RESULT([external])
SYSTEM_$2=TRUE
PKG_CHECK_MODULES([$2], [$3])
diff --git a/sal/osl/unx/nlsupport.cxx b/sal/osl/unx/nlsupport.cxx
index 28d367c11ae9..bd82ce2a5c11 100644
--- a/sal/osl/unx/nlsupport.cxx
+++ b/sal/osl/unx/nlsupport.cxx
@@ -848,7 +848,7 @@ void imp_getProcessLocale( rtl_Locale ** ppLocale )
/* No locale environment variables on Android, so why even bother
* with getenv().
*/
- char const * locale = "en-US.UTF-8";
+ char const * locale = "en-US.UTF-8";
#else
/* simulate behavior off setlocale */
char * locale = getenv( "LC_ALL" );
diff --git a/vcl/qt5/QtClipboard.cxx b/vcl/qt5/QtClipboard.cxx
index 4819e001842c..3deda4e7c65b 100644
--- a/vcl/qt5/QtClipboard.cxx
+++ b/vcl/qt5/QtClipboard.cxx
@@ -94,6 +94,10 @@ css::uno::Reference<css::datatransfer::XTransferable>
QtClipboard::getContents()
// check if we can still use the shared QtClipboardTransferable
const QMimeData* pMimeData =
QApplication::clipboard()->mimeData(m_aClipboardMode);
+#if defined(EMSCRIPTEN)
+ if (!pMimeData)
+ pMimeData = &aMimeData;
+#endif
if (m_aContents.is())
{
const auto* pTrans =
dynamic_cast<QtClipboardTransferable*>(m_aContents.get());
@@ -102,10 +106,6 @@ css::uno::Reference<css::datatransfer::XTransferable>
QtClipboard::getContents()
return m_aContents;
}
-#if defined(EMSCRIPTEN)
- if (!pMimeData)
- pMimeData = &aMimeData;
-#endif
m_aContents = new QtClipboardTransferable(m_aClipboardMode, pMimeData);
return m_aContents;
}
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 1b7e4210e691..81745cf64456 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -547,7 +547,7 @@ bool Printer::AcquireGraphics() const
mpGraphics->setAntiAlias(bool(mnAntialiasing &
AntialiasingFlags::Enable));
}
- return mpGraphics != nullptr;
+ return mpGraphics;
}
void Printer::ImplReleaseFonts()
commit 42779889ac85ff5b0b424c35f1a5111a43ec4be8
Author: Jan-Marek Glogowski <[email protected]>
AuthorDate: Wed Oct 6 21:15:09 2021 +0200
Commit: Jan-Marek Glogowski <[email protected]>
CommitDate: Sat Oct 16 09:44:12 2021 +0200
Revert "tdf#143580 Qt5 don't use Qt::Popup for FLOAT wins"
This reverts commit 9dcf5816c90e9819861332f11e014ef7b78e2fe7.
Change-Id: I690eeba6bbbab933c62f90201eef2d7fc9582b36
diff --git a/vcl/inc/qt5/QtFrame.hxx b/vcl/inc/qt5/QtFrame.hxx
index 23c92d7e1da3..d5cf95594cb7 100644
--- a/vcl/inc/qt5/QtFrame.hxx
+++ b/vcl/inc/qt5/QtFrame.hxx
@@ -213,7 +213,6 @@ public:
inline bool CallCallback(SalEvent nEvent, const void* pEvent) const;
void setInputLanguage(LanguageType);
- inline bool isPopup() const;
};
inline bool QtFrame::CallCallback(SalEvent nEvent, const void* pEvent) const
@@ -222,10 +221,4 @@ inline bool QtFrame::CallCallback(SalEvent nEvent, const
void* pEvent) const
return SalFrame::CallCallback(nEvent, pEvent);
}
-inline bool QtFrame::isPopup() const
-{
- return ((m_nStyle & SalFrameStyleFlags::FLOAT)
- && !(m_nStyle & SalFrameStyleFlags::OWNERDRAWDECORATION));
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/inc/qt5/QtWidget.hxx b/vcl/inc/qt5/QtWidget.hxx
index 801cd290ff88..a2f90cbcf19f 100644
--- a/vcl/inc/qt5/QtWidget.hxx
+++ b/vcl/inc/qt5/QtWidget.hxx
@@ -75,7 +75,6 @@ class QtWidget : public QWidget
void inputMethodEvent(QInputMethodEvent*) override;
QVariant inputMethodQuery(Qt::InputMethodQuery) const override;
- static void closePopup();
public:
QtWidget(QtFrame& rFrame, Qt::WindowFlags f = Qt::WindowFlags());
diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx
index 60e83ce1a423..42a81edac2b2 100644
--- a/vcl/qt5/QtFrame.cxx
+++ b/vcl/qt5/QtFrame.cxx
@@ -149,11 +149,9 @@ QtFrame::QtFrame(QtFrame* pParent, SalFrameStyleFlags
nStyle, bool bUseCairo)
aWinFlags |= Qt::Tool | Qt::FramelessWindowHint;
else if (nStyle & SalFrameStyleFlags::TOOLTIP)
aWinFlags |= Qt::ToolTip;
- // Can't use Qt::Popup, because it grabs the input focus and generates
- // a focus-out event, reaching the combo box. This used to map to
- // Qt::ToolTip, which doesn't feel that correct...
- else if (isPopup())
- aWinFlags = Qt::Widget | Qt::FramelessWindowHint |
Qt::BypassWindowManagerHint;
+ else if ((nStyle & SalFrameStyleFlags::FLOAT)
+ && !(nStyle & SalFrameStyleFlags::OWNERDRAWDECORATION))
+ aWinFlags |= Qt::Popup;
else if (nStyle & SalFrameStyleFlags::TOOLWINDOW)
aWinFlags |= Qt::Tool;
// top level windows can't be transient in Qt, so make them dialogs,
if they have a parent. At least
@@ -431,7 +429,7 @@ void QtFrame::Show(bool bVisible, bool bNoActivate)
pSalInst->RunInMainThread([this, bVisible, bNoActivate]() {
asChild()->setVisible(bVisible);
asChild()->raise();
- if (!bNoActivate && !isPopup())
+ if (!bNoActivate)
{
asChild()->activateWindow();
asChild()->setFocus();
diff --git a/vcl/qt5/QtWidget.cxx b/vcl/qt5/QtWidget.cxx
index d8abae8c9ab5..a29ead3b3526 100644
--- a/vcl/qt5/QtWidget.cxx
+++ b/vcl/qt5/QtWidget.cxx
@@ -46,7 +46,6 @@
#include <cairo.h>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
-#include <vcl/toolkit/floatwin.hxx>
#include <window.h>
#include <tools/diagnose_ex.h>
@@ -181,10 +180,11 @@ void QtWidget::handleMouseButtonEvent(const QtFrame&
rFrame, const QMouseEvent*
void QtWidget::mousePressEvent(QMouseEvent* pEvent)
{
- handleMousePressEvent(m_rFrame, pEvent);
- if (m_rFrame.isPopup()
- || !geometry().translated(geometry().topLeft() *
-1).contains(pEvent->pos()))
- closePopup();
+ if ((windowFlags() & Qt::Popup)
+ && !geometry().translated(geometry().topLeft() *
-1).contains(pEvent->pos()))
+ close();
+ else
+ handleMousePressEvent(m_rFrame, pEvent);
}
void QtWidget::mouseReleaseEvent(QMouseEvent* pEvent) {
handleMouseReleaseEvent(m_rFrame, pEvent); }
@@ -599,16 +599,6 @@ void QtWidget::keyReleaseEvent(QKeyEvent* pEvent)
void QtWidget::focusInEvent(QFocusEvent*) {
m_rFrame.CallCallback(SalEvent::GetFocus, nullptr); }
-void QtWidget::closePopup()
-{
- VclPtr<FloatingWindow> pFirstFloat =
ImplGetSVData()->mpWinData->mpFirstFloat;
- if (pFirstFloat && !(pFirstFloat->GetPopupModeFlags() &
FloatWinPopupFlags::NoAppFocusClose))
- {
- SolarMutexGuard aGuard;
- pFirstFloat->EndPopupMode(FloatWinPopupEndFlags::Cancel |
FloatWinPopupEndFlags::CloseAll);
- }
-}
-
void QtWidget::focusOutEvent(QFocusEvent*)
{
#if QT5_USING_X11
@@ -616,7 +606,6 @@ void QtWidget::focusOutEvent(QFocusEvent*)
#endif
endExtTextInput();
m_rFrame.CallCallback(SalEvent::LoseFocus, nullptr);
- closePopup();
}
QtWidget::QtWidget(QtFrame& rFrame, Qt::WindowFlags f)
@@ -628,7 +617,8 @@ QtWidget::QtWidget(QtFrame& rFrame, Qt::WindowFlags f)
{
create();
setMouseTracking(true);
- setFocusPolicy(Qt::StrongFocus);
+ if (!(f & Qt::Popup))
+ setFocusPolicy(Qt::StrongFocus);
}
static ExtTextInputAttr lcl_MapUndrelineStyle(QTextCharFormat::UnderlineStyle
us)
commit 7265a4bf7a8d1533caf61df463098ec2fa517404
Author: Jan-Marek Glogowski <[email protected]>
AuthorDate: Wed Oct 6 21:13:29 2021 +0200
Commit: Jan-Marek Glogowski <[email protected]>
CommitDate: Sat Oct 16 09:44:11 2021 +0200
Revert "tdf#144037 Qt5 just close popup with mouse outside"
This reverts commit a1a83b6b3b4459de353e0cdc8cdf402370c0a5c4.
diff --git a/vcl/qt5/QtWidget.cxx b/vcl/qt5/QtWidget.cxx
index abc3a5fb3e80..d8abae8c9ab5 100644
--- a/vcl/qt5/QtWidget.cxx
+++ b/vcl/qt5/QtWidget.cxx
@@ -183,7 +183,7 @@ void QtWidget::mousePressEvent(QMouseEvent* pEvent)
{
handleMousePressEvent(m_rFrame, pEvent);
if (m_rFrame.isPopup()
- && !geometry().translated(geometry().topLeft() *
-1).contains(pEvent->pos()))
+ || !geometry().translated(geometry().topLeft() *
-1).contains(pEvent->pos()))
closePopup();
}
commit bba5c23ddd8f01c1be460ccae592fc8a6650938f
Author: Jan-Marek Glogowski <[email protected]>
AuthorDate: Tue Oct 5 16:07:41 2021 +0200
Commit: Jan-Marek Glogowski <[email protected]>
CommitDate: Sat Oct 16 09:44:10 2021 +0200
WASM writer
Change-Id: Ibd844ce9043a798abbf4521d1cf89df3912cc724
diff --git a/comphelper/source/misc/synchronousdispatch.cxx
b/comphelper/source/misc/synchronousdispatch.cxx
index a09f05db8331..0aa4bdc66c1b 100644
--- a/comphelper/source/misc/synchronousdispatch.cxx
+++ b/comphelper/source/misc/synchronousdispatch.cxx
@@ -63,9 +63,9 @@ uno::Reference< lang::XComponent >
SynchronousDispatch::dispatch(
aRet >>= aComponent;
}
- catch ( uno::Exception& )
+ catch ( uno::Exception& e )
{
- SAL_WARN("comphelper","SynchronousDispatch::dispatch() Error while
dispatching!");
+ SAL_WARN("comphelper","SynchronousDispatch::dispatch() Error while
dispatching! " << sURL << " " << sTarget);
}
}
diff --git a/cppuhelper/source/exc_thrower.cxx
b/cppuhelper/source/exc_thrower.cxx
index 1bb8bfab13b3..508ca2603b2a 100644
--- a/cppuhelper/source/exc_thrower.cxx
+++ b/cppuhelper/source/exc_thrower.cxx
@@ -170,7 +170,7 @@ ExceptionThrower::ExceptionThrower()
class theExceptionThrower : public rtl::Static<ExceptionThrower,
theExceptionThrower> {};
-#if defined(IOS) || (defined(__aarch64__) && defined(ANDROID))
+#if defined(IOS) || (defined(__aarch64__) && defined(ANDROID)) ||
defined(EMSCRIPTEN)
// In the native iOS / Android app, where we don't have any Java, Python,
// BASIC, or other scripting, the only thing that would use the C++/UNO bridge
// functionality that invokes codeSnippet() was cppu::throwException().
@@ -226,7 +226,7 @@ void SAL_CALL throwException( Any const & exc )
"(must be derived from com::sun::star::uno::Exception)!" );
}
-#if defined(IOS) || (defined(__aarch64__) && defined(ANDROID))
+#if defined(IOS) || (defined(__aarch64__) && defined(ANDROID)) ||
defined(EMSCRIPTEN)
lo_mobile_throwException(exc);
#else
Mapping uno2cpp(Environment(UNO_LB_UNO), Environment::getCurrent());
@@ -249,7 +249,7 @@ void SAL_CALL throwException( Any const & exc )
Any SAL_CALL getCaughtException()
{
-#if defined(__aarch64__) && defined(ANDROID)
+#if defined(__aarch64__) && defined(ANDROID) || defined(EMSCRIPTEN)
// FIXME This stuff works on 32bit ARM, let's use the shortcut only for
// the 64bit ARM.
return Any();
diff --git a/cppuhelper/source/servicemanager.cxx
b/cppuhelper/source/servicemanager.cxx
index 121ad088dc50..a1a983fa6ec0 100644
--- a/cppuhelper/source/servicemanager.cxx
+++ b/cppuhelper/source/servicemanager.cxx
@@ -1776,7 +1776,7 @@ cppuhelper::ServiceManager::findServiceImplementation(
Data::NamedImplementations::const_iterator j(
data_.namedImplementations.find(specifier));
if (j == data_.namedImplementations.end()) {
- SAL_INFO("cppuhelper", "No implementation for " << specifier);
+ SAL_WARN("cppuhelper", "No implementation for " << specifier);
return std::shared_ptr< Data::Implementation >();
}
impl = j->second;
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 0f6c1c41afc8..ff09e544e88b 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1289,7 +1289,7 @@ int Desktop::Main()
userinstall::Status inst_fin = userinstall::finalize();
if (inst_fin != userinstall::EXISTED && inst_fin != userinstall::CREATED)
{
- SAL_WARN( "desktop.app", "userinstall failed");
+ SAL_WARN( "desktop.app", "userinstall failed: " << inst_fin);
if ( inst_fin == userinstall::ERROR_NO_SPACE )
HandleBootstrapErrors(
BE_USERINSTALL_NOTENOUGHDISKSPACE, OUString() );
@@ -2004,6 +2004,7 @@ void Desktop::OpenClients()
handleCrashReport();
#endif
+#if 0
if ( ! bAllowRecoveryAndSessionManagement )
{
try
@@ -2080,6 +2081,7 @@ void Desktop::OpenClients()
}
}
}
+#endif
// write this information here to avoid depending on vcl in the crash
reporter lib
CrashReporter::addKeyValue("Language",
Application::GetSettings().GetLanguageTag().getBcp47(), CrashReporter::Create);
diff --git a/desktop/source/app/officeipcthread.cxx
b/desktop/source/app/officeipcthread.cxx
index 61827856f3e9..97c6a97c9016 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -698,7 +698,7 @@ RequestHandler::Status RequestHandler::Enable(bool ipc)
if( pGlobal.is() )
return IPC_STATUS_OK;
-#if !HAVE_FEATURE_DESKTOP || HAVE_FEATURE_MACOSX_SANDBOX
+#if !HAVE_FEATURE_DESKTOP || HAVE_FEATURE_MACOSX_SANDBOX || defined(EMSCRIPTEN)
ipc = false;
#endif
diff --git a/desktop/source/app/userinstall.cxx
b/desktop/source/app/userinstall.cxx
index bcfd7e3e5596..669a7316cb42 100644
--- a/desktop/source/app/userinstall.cxx
+++ b/desktop/source/app/userinstall.cxx
@@ -27,7 +27,7 @@
#include <officecfg/Setup.hxx>
#include <osl/file.h>
#include <osl/file.hxx>
-#if defined ANDROID || defined IOS
+#if defined ANDROID || defined IOS || defined EMSCRIPTEN
#include <rtl/bootstrap.hxx>
#endif
#include <rtl/ustring.hxx>
@@ -40,7 +40,7 @@ namespace desktop::userinstall {
namespace {
-#if !(defined ANDROID || defined IOS)
+#if !(defined ANDROID || defined IOS || defined EMSCRIPTEN)
osl::FileBase::RC copyRecursive(
OUString const & srcUri, OUString const & dstUri)
{
@@ -104,7 +104,7 @@ Status create(OUString const & uri) {
if (e != osl::FileBase::E_None && e != osl::FileBase::E_EXIST) {
return ERROR_OTHER;
}
-#if !(defined ANDROID || defined IOS)
+#if !(defined ANDROID || defined IOS || defined EMSCRIPTEN)
#if defined UNIX
// Set safer permissions for the user directory by default:
osl::File::setAttributes(
diff --git a/static/CustomTarget_wasm_fs_image.mk
b/static/CustomTarget_wasm_fs_image.mk
index cf8a6d94c8d6..b999811be389 100644
--- a/static/CustomTarget_wasm_fs_image.mk
+++ b/static/CustomTarget_wasm_fs_image.mk
@@ -26,6 +26,14 @@ gb_wasm_image_filelist := \
$(INSTROOT)/$(LIBO_ETC_FOLDER)/services/services.rdb \
$(INSTROOT)/$(LIBO_URE_ETC_FOLDER)/$(call gb_Helper_get_rcfile,uno) \
$(INSTROOT)/$(LIBO_URE_MISC_FOLDER)/services.rdb \
+ $(INSTROOT)/program/resource/common/fonts/opens___.ttf \
+ $(INSTROOT)/program/shell/logo_inverted.svg \
+ $(INSTROOT)/program/shell/logo-sc.svg \
+ $(INSTROOT)/program/shell/logo-sc_inverted.svg \
+ $(INSTROOT)/program/shell/logo.svg \
+ $(INSTROOT)/program/shell/about.svg \
+ $(INSTROOT)/program/types/offapi.rdb \
+ $(INSTROOT)/program/types/oovbaapi.rdb \
$(INSTROOT)/share/registry/cjk.xcd \
$(INSTROOT)/share/registry/ctlseqcheck.xcd \
$(INSTROOT)/share/registry/ctl.xcd \
@@ -35,8 +43,1084 @@ gb_wasm_image_filelist := \
$(INSTROOT)/share/registry/main.xcd \
$(INSTROOT)/share/registry/writer.xcd \
$(INSTROOT)/share/registry/xsltfilter.xcd \
+ $(INSTROOT)/share/registry/res/fcfg_langpack_en-US.xcd \
+ $(INSTROOT)/share/registry/res/registry_en-US.xcd \
$(INSTROOT)/program/intro-highres.png \
$(INSTROOT)/program/intro.png \
+ $(INSTROOT)/presets/autotext/mytexts.bau \
+ $(INSTROOT)/presets/basic/Standard/Module1.xba \
+ $(INSTROOT)/presets/basic/Standard/script.xlb \
+ $(INSTROOT)/presets/basic/Standard/dialog.xlb \
+ $(INSTROOT)/presets/basic/script.xlc \
+ $(INSTROOT)/presets/basic/dialog.xlc \
+ $(INSTROOT)/presets/config/autotbl.fmt \
+ $(INSTROOT)/presets/gallery/sg30.thm \
+ $(INSTROOT)/presets/gallery/sg30.sdv \
+ $(INSTROOT)/share/config/wizard/form/styles/orange.css \
+ $(INSTROOT)/share/config/wizard/form/styles/water.css \
+ $(INSTROOT)/share/config/wizard/form/styles/dark.css \
+ $(INSTROOT)/share/config/wizard/form/styles/beige.css \
+ $(INSTROOT)/share/config/wizard/form/styles/violet.css \
+ $(INSTROOT)/share/config/wizard/form/styles/grey.css \
+ $(INSTROOT)/share/config/wizard/form/styles/ibg.css \
+ $(INSTROOT)/share/config/wizard/form/styles/red.css \
+ $(INSTROOT)/share/config/wizard/form/styles/bgr.css \
+ $(INSTROOT)/share/config/wizard/form/styles/ice.css \
+ $(INSTROOT)/share/config/soffice.cfg/fps/ui/explorerfiledialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/fps/ui/foldernamedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/fps/ui/breadcrumb.ui \
+ $(INSTROOT)/share/config/soffice.cfg/fps/ui/remotefilesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/extensionmanager.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/extensionmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/updateinstalldialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/updatedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/showlicensedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/installforalldialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/updaterequireddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/dependenciesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/desktop/ui/licensedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/screenshotparent.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/printerdevicepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/printprogressdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/querydialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/interimtearableparent.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/cupspassworddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/dockingwindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/printerpropertiesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/menutogglebutton3.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/errornocontentdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/menutogglebutton4.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/errornoprinterdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/editmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/aboutbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/combobox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/interimdockparent.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/wizard.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/printdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/vcl/ui/printerpaperpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/certgeneral.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/securitytrustpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/certdetails.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/viewcertdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/selectcertificatedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/digitalsignaturesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/macrosecuritydialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/securitylevelpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/xmlsec/ui/certpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/simplenameclash.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/sslwarndialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/password.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/unknownauthdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/masterpassworddlg.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/filterselect.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/logindialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/setmasterpassworddlg.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/authfallback.ui \
+ $(INSTROOT)/share/config/soffice.cfg/uui/ui/macrowarnmedium.ui \
+ $(INSTROOT)/share/config/soffice.cfg/formula/ui/parameter.ui \
+ $(INSTROOT)/share/config/soffice.cfg/formula/ui/structpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/formula/ui/functionpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/formula/ui/formuladialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/editeng/ui/spellmenu.ui \
+
$(INSTROOT)/share/config/soffice.cfg/writerperfect/ui/wpftencodingdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/writerperfect/ui/exportepub.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/paraulspacing.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/surfacewindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/tablewindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/fillctrlbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebareffect.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebartextpanel.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/colorwindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/colsmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/directionwindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/selectionmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/cellmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/classificationdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/passwd.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/rulermenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebarempty.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/accessibilitycheckentry.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/addnamespacedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/adddataitemdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebarstylespanel.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/xformspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/accessibilitycheckdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/querysavecontchangesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/formfielddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/headfootformatpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/stylemenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/floatinglinestyle.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/deleteheaderdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/fontworkalignmentcontrol.ui \
+
$(INSTROOT)/share/config/soffice.cfg/svx/ui/fontworkcharacterspacingcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/formpropertydialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/svx/ui/querymodifyimagemapchangesdialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/textcharacterspacingcontrol.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/dockingcolorreplace.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/textcontrolparadialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/medialine.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebarpossize.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/absrecbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/grafctrlbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/floatinglineend.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/gallerymenu2.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/querydeleteobjectdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebarline.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/labelbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/paralinespacingcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/floatingcontour.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebarfontwork.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/numberingwindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/paralrspacing.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebarshadow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/queryunlinkgraphicsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/charsetmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/toolbarpopover.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/mediaplayback.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/zoommenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/imapdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/rowsmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/depthwindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/currencywindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/floatingframeborder.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/savemodifieddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebargallery.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/floatingareastyle.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/gallerymenu1.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/inspectortextpanel.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/lightingwindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/docking3deffects.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/textcontrolchardialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/checkbuttonbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/metricfieldbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/applystylebox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/grafmodebox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebarparagraph.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/navigationbar.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/mediawindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/xmlsecstatmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/addmodeldialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/functionmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/formlinkwarndialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/imapmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/dockingcolorwindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/fontsizebox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/stylespreview.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/formdatamenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/textunderlinecontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/asianphoneticguidedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/filtermenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/deletefooterdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/addsubmissiondialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebargraphic.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/redlinecontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/addconditiondialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/linkwarndialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/fontnamebox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/defaultshapespanel.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/fontworkspacingdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/acceptrejectchangesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/filternavigator.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebararea.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/docrecoverysavedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/dockingfontwork.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/docrecoverybrokendialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/docrecoveryprogressdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/floatinglineproperty.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/fontworkgallerydialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/compressgraphicdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/optgridpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/datanavigator.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/clipboardmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/formnavigator.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebartextcolumnspanel.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/findbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/chineseconversiondialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/namespacedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/fileexporteddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/redlineviewpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/addinstancedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/querydeletethemedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/querydeletecontourdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/presetmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/extrustiondepthdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/querynewcontourdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/redlinefilterpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/safemodedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/sidebarlists.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/floatingundoredo.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/docrecoveryrecoverdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/columnswindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/findreplacedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/measurewidthbar.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/chinesedictionary.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/formnavimenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/crashreportdlg.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svx/ui/findreplacedialog-mobile.ui \
+
$(INSTROOT)/share/config/soffice.cfg/svx/ui/querysaveimagemapchangesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/pdflinkspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/testxmlfilter.ui \
+
$(INSTROOT)/share/config/soffice.cfg/filter/ui/xmlfiltertabpagetransformation.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/pdfviewpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/pdfuserinterfacepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/pdfsecuritypage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/xmlfiltertabpagegeneral.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/xsltfilterdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/xmlfiltersettings.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/pdfgeneralpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/warnpdfdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/pdfoptionsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/filter/ui/pdfsignpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/drawingobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/fullscreenbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/drawbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/standardbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/formsfilterbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/formcontrols.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/starshapes.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/fontworkshapetype.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/calloutshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/flowchartshapes.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/formtextobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/insertbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/textobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/arrowshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/mediaobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/viewerbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/drawtextobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/frameobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/graffilterbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/extrusionobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/fontworkobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/oleobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/optimizetablebar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/mailmerge.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/bezierobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/tableobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/colorbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/alignmentbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/formsnavigationbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/basicshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/numobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/toolbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/graphicobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/symbolshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/insertobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/formdesign.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/toolbar/previewobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/text.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/oleobject.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/table.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/draw.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/annotation.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/formrichtext.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/frame.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/form.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/preview.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/media.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/insertfield.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/drawtext.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/graphic.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/popupmenu/anchor.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swform/statusbar/statusbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swform/menubar/menubar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/drawingobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/fullscreenbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/drawbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/standardbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/formsfilterbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/formcontrols.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/starshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/fontworkshapetype.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/calloutshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/flowchartshapes.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/formtextobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/insertbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/textobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/arrowshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/mediaobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/viewerbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/drawtextobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/frameobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/graffilterbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/extrusionobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/fontworkobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/oleobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/optimizetablebar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/findbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/bezierobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/tableobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/colorbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/textstylebar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/alignmentbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/formsnavigationbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/basicshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/numobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/toolbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/graphicobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/symbolshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/insertobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/formdesign.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/toolbar/previewobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/text.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/oleobject.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/table.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/draw.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/annotation.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/formrichtext.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/frame.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/form.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/preview.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/media.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/insertfield.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/drawtext.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/graphic.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/showtrackedchanges.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/popupmenu/anchor.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sglobal/statusbar/statusbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sglobal/menubar/menubar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/StartModule/menubar/menubar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/drawingobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/fullscreenbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/drawbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/standardbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/formsfilterbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/formcontrols.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/starshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/fontworkshapetype.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/calloutshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/flowchartshapes.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/formtextobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/insertbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/textobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/arrowshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/mediaobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/viewerbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/drawtextobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/frameobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/graffilterbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/extrusionobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/fontworkobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/oleobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/optimizetablebar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/mailmerge.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/findbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/bezierobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/tableobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/colorbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/alignmentbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/formsnavigationbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/basicshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/numobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/toolbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/graphicobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/symbolshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/insertobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/formdesign.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/toolbar/previewobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/text.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/oleobject.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/table.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/draw.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/annotation.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/formrichtext.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/frame.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/form.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/preview.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/media.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/insertfield.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/drawtext.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/graphic.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/showtrackedchanges.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/popupmenu/anchor.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swxform/statusbar/statusbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swxform/menubar/menubar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/drawingobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/fullscreenbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/drawbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/standardbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/formsfilterbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/formcontrols.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/starshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/fontworkshapetype.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/calloutshapes.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/flowchartshapes.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/formtextobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/insertbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/textobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/arrowshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/mediaobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/viewerbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/drawtextobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/frameobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/graffilterbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/extrusionobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/fontworkobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/oleobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/optimizetablebar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/mailmerge.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/bezierobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/tableobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/colorbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/alignmentbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/formsnavigationbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/basicshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/numobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/toolbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/graphicobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/symbolshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/insertobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/formdesign.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/toolbar/previewobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/text.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/oleobject.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/table.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/draw.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/annotation.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/formrichtext.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/frame.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/form.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/preview.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/media.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/insertfield.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/drawtext.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/graphic.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/showtrackedchanges.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/popupmenu/anchor.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swreport/statusbar/statusbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swreport/menubar/menubar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/drawingobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/fullscreenbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/drawbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/standardbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/arrowsbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/formsfilterbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/formcontrols.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/starshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/fontworkshapetype.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/calloutshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/classificationbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/flowchartshapes.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/formtextobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/insertbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/textobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/arrowshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/mediaobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/viewerbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/drawtextobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/frameobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/changes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/singlemode.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/graffilterbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/linesbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/extrusionobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/fontworkobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/oleobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/optimizetablebar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/mailmerge.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/findbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/bezierobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/tableobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/colorbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/textstylebar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/alignmentbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/formsnavigationbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/basicshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/numobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/toolbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/graphicobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/symbolshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/navigationobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/notebookbarshortcuts.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/formdesign.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/toolbar/previewobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmoutputtypepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/optcompatpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/viewoptionspage.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pageheaderpanel.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/zoombox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/wrappage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/optformataidspage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/footnoteareapage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/notebookbar_groupedbar_full.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/picturedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tocstylespage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmsendmails.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/fldrefpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/printeroptions.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/captionoptions.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/opttestpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/alreadyexistsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/sectionpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/insertbreak.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/createautomarkdialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/abstractdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/warnemaildialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/envaddresspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/frmaddpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/navigatorpanel.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tocentriespage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/bibliofragment.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/savemonitordialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/insertdbcolumnsdialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/frmtypepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmlayoutpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/inputfielddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/toxentrywidget.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/navigatorcontextmenu.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/framedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/floatingsync.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/addressfragment.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/warndatasourcedialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/templatedialog16.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/cardmediumpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/findentrydialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mailmerge.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/asciifilterdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/footendnotedialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pageorientationcontrol.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/unfloatbutton.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/comboboxfragment.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/charurlpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/inputeditbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/dropcapspage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/dateformfielddialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pagecolumncontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/numparapage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/selectaddressdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/formdropdown.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/calendar.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/optfonttabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/readonlymenu.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/notebookbar_single.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/newuserindexdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/formattablepage.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/addentrydialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pagestylespanel.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/sidebarwrap.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/assignstylesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tableproperties.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/datasourcesunavailabledialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/frmurlpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/selecttabledialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/wordcount-mobile.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tocdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/fldfuncpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/optgeneralpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pageformatpanel.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/objectdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/labelformatpage.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mailmergedialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/querydefaultcompatdialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/envprinterpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/editbox.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/printmergedialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/saveashtmldialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/paradialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/bulletsandnumbering.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pagefooterpanel.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/managechangessidebar.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/gotopagedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmmailbody.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/annotation.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/subjectdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/templatedialog8.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/querysavelabeldialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/notebookbar_compact.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/poseditbox.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tabletextflowpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tokenwidget.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pagemargincontrol.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/createauthorentry.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/editsectiondialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/rowheight.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/assignfragment.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/testmailsettings.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/outlinepositionpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/numberingnamedialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/inforeadonlydialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/inserttable.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/templatedialog4.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/printmonitordialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/cannotsavelabeldialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/converttexttable.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/insertautotextdialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/asksearchdialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/autoformattable.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/stringinput.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mastercontextmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/columndialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/characterproperties.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/outlinebutton.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/sortdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/autotext.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/privateuserpage.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/authenticationsettingsdialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/flddocinfopage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/jumpposbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/indexentry.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/selectblockdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/bibliographyentry.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/opttablepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tablecolumnpage.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/watermarkdialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/selectindexdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/fldvarpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/spellmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/optcomparison.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/selectautotextdialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/floatingnavigation.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/flddbpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/conditionpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/previewzoomdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/notebookbar_groups.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/optcaptionpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/toxbuttonwidget.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/sidebartheme.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/labeloptionspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/checkbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/bookmarkmenu.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmaddressblockpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/textgridpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/linenumbering.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/insertbookmark.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/notebookbar.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/dropdownfielddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/labeldialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmcreatingdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/infonotfounddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/templatedialog1.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/notebookbar_groupedbar_compact.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/picturepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/insertcaption.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/outlinenumbering.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/wordcount.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/envdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/querycontinuebegindialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/formatsectiondialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/combobox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/splittable.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/insertsectiondialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/printoptionspage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/statisticsinfopage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/templatedialog2.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/fielddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/flddocumentpage.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/sidebarstylepresets.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/queryredlinedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pagesizecontrol.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/optredlinepage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/customizeaddrlistdialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmresultprintdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/hfmenubutton.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/captiondialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmselectpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/editcategories.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/querycontinueenddialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/editfielddialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/insertscript.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/columnwidth.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/envformatpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/createaddresslist.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/attachnamedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tocindexpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/insertfootnote.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmresultsavedialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/renameentrydialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mergetabledialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pbmenubutton.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mergeconnectdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/inputwinmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/pagestylemenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mailconfigpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/notebookbar_online.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/footnotesendnotestabpage.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/ccdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/renameobjectdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/columnpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/queryrotateintostandarddialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/tablepreviewdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmresultemaildialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/businessdatapage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/renameautotextdialog.ui
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/outlinenumberingpage.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/savelabeldialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/indentpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/dropdownformfielddialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/endnotepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/footnotepage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/exchangedatabases.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/wrapdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/previewmenu.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/sidebartableedit.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/assignfieldsdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/addressblockdialog.ui \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/mmsalutationpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/ui/titlepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/text.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/oleobject.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/table.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/draw.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/annotation.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/notebookbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/formrichtext.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/frame.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/form.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/preview.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/media.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/insertfield.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/drawtext.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/graphic.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/showtrackedchanges.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/popupmenu/anchor.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/statusbar/statusbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/swriter/menubar/mscompatibleformsmenu.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/swriter/menubar/menubar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/drawingobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/fullscreenbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/standardbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/formsfilterbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/formcontrols.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/starshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/fontworkshapetype.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/calloutshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/flowchartshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/formtextobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/insertbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/textobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/arrowshapes.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/mediaobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/viewerbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/drawtextobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/frameobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/graffilterbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/extrusionobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/fontworkobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/oleobjectbar.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/optimizetablebar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/findbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/bezierobjectbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/tableobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/colorbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/formsnavigationbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/basicshapes.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/numobjectbar.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/toolbar.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/graphicobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/symbolshapes.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/formdesign.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/toolbar/previewobjectbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/source.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/text.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/oleobject.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/table.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/annotation.xml
\
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/formrichtext.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/frame.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/form.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/preview.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/insertfield.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/graphic.xml \
+
$(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/showtrackedchanges.xml
\
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/popupmenu/anchor.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/statusbar/statusbar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/modules/sweb/menubar/menubar.xml \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querychangelineenddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/formatnumberdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/searchattrdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/newlibdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optfltrembedpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/pageformatpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/editdictionarydialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/connectortabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optionsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/showcoldialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hatchpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/cui/ui/borderareatransparencydialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/breaknumberoption.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querydeletechartcolordialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/dimensionlinestabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hangulhanjaconversiondialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/pickgraphicpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hangulhanjaadddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/eventsconfigpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/acorexceptpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/formatcellsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/movemenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optappearancepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/textanimtabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optfltrpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querydeletelinestyledialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/wordcompletionpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/objectnamedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/linedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/screenshotannotationdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/opthtmlpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/paragalignpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/imagetabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/charnamepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/insertrowcolumn.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/graphictestentry.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optfontspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/macroassignpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/dbregisterpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optbasicidepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/pickoutlinepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/applylocalizedpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/swpossizepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querydeletecolordialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/possizetabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/linetabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/galleryapplyprogress.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/galleryfilespage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/namedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querydeletelineenddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/embossdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/additionsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/paratabspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/smarttagoptionspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/acorreplacepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/fontfragment.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/autocorrectdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optctlpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/diagramdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querydeletegradientdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querydeletebitmapdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/chapterfragment.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/paraindentspacing.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/patterntabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/textflowpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/entrycontextmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/additionsfragment.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/aboutconfigvaluedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/agingdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/gallerygeneralpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/picknumberingpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optpathspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optgeneralpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/baselinksdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/pickbulletpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/gallerythemeiddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/spinbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/smoothdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/selectpathdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hangulhanjaeditdictdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/newtabledialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/macroselectordialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/positionsizedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/recordnumberdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/numberingoptionspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/javaclasspathdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/password.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querysavelistdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/pastespecial.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/linestyletabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/colorfragment.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/personalization_tab.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/similaritysearchdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/croppage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/galleryupdateprogress.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/colorpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/numberingpositionpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/transparencytabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optviewpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/databaselinkdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/queryduplicatedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/positionpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/multipathdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/calloutpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/gradientpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hyperlinkdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/solarizedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/insertoleobject.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optnewdictionarydialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/aboutdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/iconselectordialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hyperlinkmailpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/gallerysearchprogress.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/qrcodegen.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hyperlinknewdocpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/splitcellsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/imageviewer.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/javastartparametersdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optasianpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/gallerytitledialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/toolbarmodedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/editmodulesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hyperlinkmarkdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/objecttitledescdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querynoloadedfiledialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/borderbackgrounddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/borderpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/gallerythemedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optsecuritypage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optchartcolorspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/menuassignpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hangulhanjaoptdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/fontfeaturesdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/spelloptionsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/scriptorganizer.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/iconchangedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/insertfloatingframe.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querydeletehatchdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optproxypage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/certdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/numberingformatpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hyperlinkinternetpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/eventassigndialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/shadowtabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optlanguagespage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optuserpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/comment.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/effectspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/specialcharacters.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/slantcornertabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hyperlinkdocpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optonlineupdatepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/acoroptionspage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optlingupage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/accelconfigpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/searchformatdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/thesaurus.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/textdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/rotationtabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optadvancedpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/storedwebconnectiondialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/percentdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/graphictestdlg.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/calloutdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/areatabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optaccessibilitypage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optemailpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/signatureline.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/signsignatureline.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/lineendstabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/fmsearchdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/textattrtabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/aboutconfigdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/connpooloptions.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/applyautofmtpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/customizedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/hyphenate.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/newtoolbardialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/cellalignment.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/textcolumnstabpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/bulletandposition.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querydeletedictionarydialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/colorpickerdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/cuiimapdlg.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/macroassigndialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optjsearchpage.ui \
+
$(INSTROOT)/share/config/soffice.cfg/cui/ui/queryupdategalleryfilelistdialog.ui
\
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/querynosavefiledialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/twolinespage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/areadialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/mosaicdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/zoomdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/securityoptionsdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/tsaurldialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/asiantypography.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/assigncomponentdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/colorconfigwin.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/optsavepage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/eventassignpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/spellingdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/cui/ui/posterdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/combocontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/tabbuttons.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/listcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/subtoolbar.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/calendar.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/thineditcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/placeedit.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/printersetupdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/emptypage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/linewindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/inputbox.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/javadisableddialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/fixedtextcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/tabbuttonsmirrored.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/interimparent.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/editcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/managedtoolbar.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/tabbaredit.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/querydeletedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/datewindow.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/fileviewmenu.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/addresstemplatedialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/textviewcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/graphicexport.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/restartdialog.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/fixedimagecontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/checkboxcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/svt/ui/spinfieldcontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/sfx/ui/helpbookmarkpage.ui \
+ $(INSTROOT)/share/config/soffice.cfg/sfx/ui/notebookbarpopup.ui \
+ $(INSTROOT)/share/config/soffice.cfg/sfx/ui/tabbarcontents.ui \
+ $(INSTROOT)/share/config/soffice.cfg/sfx/ui/panel.ui \
+ $(INSTROOT)/share/config/soffice.cfg/sfx/ui/emojicontrol.ui \
+ $(INSTROOT)/share/config/soffice.cfg/sfx/ui/searchdialog.ui \
... etc. - the rest is truncated