# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,saxparser)) $(eval $(call gb_Executable_use_sdk_api,saxparser)) $(eval $(call gb_Executable_use_libraries,saxparser,\ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,saxparser,\ i18npool/source/localedata/LocaleNode \ i18npool/source/localedata/filewriter \ i18npool/source/localedata/saxparser \ )) # vim: set noet sw=4 ts=4: on value='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/android
AgeCommit message (Expand)Author
2019-12-02android: Get rid of the 'old' vs. Online-based runtime distinction.Jan Holesovsky
2019-12-02android: Hint how to enable fontconfig logging.Jan Holesovsky
2019-06-21android: Fix type of a C string to be const char[].Jan Holesovsky
2019-04-13android: Make the tiled rendering from the loolwsd actually work.Jan Holesovsky
2019-03-12sal, android: fix -Werror,-Wreturn-typeMiklos Vajna
2019-03-11android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky
2019-03-11android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky
2019-03-11android: Expose setting of the JavaVM.Jan Holesovsky
2018-02-12sal android: fix -Werror,-Wimplicit-function-declarationMiklos Vajna
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier
2015-07-04Fix typosAndrea Gelmini
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist
2015-03-19CppCheck cleaning : scope reduction and printf formatMichaël Lefèvre
2015-01-28This typedef is not unusedTor Lillqvist
2015-01-28remove unused typedefsNoel Grandin
2015-01-12android: No reason to return JNI version less than Java 6Tomaž Vajngerl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-17Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5Tor Lillqvist
2014-12-04android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl
2014-12-04Don't keep the LibreOfficeKit pointer in a global variableTor Lillqvist
2014-08-30Start of support for Android on AArch64Tor Lillqvist
2014-07-01android: LibreOfficeKit needs the path to program/ as the starting point.Jan Holesovsky
2014-07-01lok bootstrap: nicer function names, clean-upTomaž Vajngerl
2014-06-30android: Make the extract_files() part of setup / init.Jan Holesovsky
2014-06-30android: Make use of LibreOfficeKit.Jan Holesovsky
2014-06-30android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.Jan Holesovsky
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist