# -*- 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_CppunitTest_CppunitTest,sw_apitests)) $(eval $(call gb_CppunitTest_use_external,sw_apitests,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_apitests)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_apitests, \ sw/qa/api/SwXDocumentIndex \ sw/qa/api/SwXDocumentSettings \ sw/qa/api/SwXTextFrame \ sw/qa/api/SwXTextField \ sw/qa/api/SwXTextTable \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_apitests, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sw \ sfx \ sot \ svl \ svt \ svx \ svxcore \ subsequenttest \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sw_apitests,\ -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_apitests,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_apitests)) $(eval $(call gb_CppunitTest_use_vcl,sw_apitests)) $(eval $(call gb_CppunitTest_use_configuration,sw_apitests)) $(eval $(call gb_CppunitTest_use_rdb,sw_apitests,services)) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_apitests, \ svx \ )) # vim: set noet sw=4 ts=4: ibreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/android
AgeCommit message (Expand)Author
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
2013-10-13lo_dlcall_argc_argv() is unusedTor Lillqvist
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-03-27-Werror=unused-macrosStephan Bergmann
2013-02-26createWindowFoo is unusedTor Lillqvist
2013-02-23No NativeActivity, so native_app_glue and struct android_app are meaninglessTor Lillqvist
2013-02-21remove un-conditional 20 second sleep on-start for now.Michael Meeks
2013-02-21android: finally starting and rendering at least something again.Michael Meeks
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks
2012-11-22Add lo_get_app_data_dir()Tor Lillqvist
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-21We don't need the library search path anymoreTor Lillqvist
2012-11-21Enable storing some files gzipped in the .apkTor Lillqvist
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist
2012-09-21Guard against lack of slashes in dli_fnameTor Lillqvist
2012-09-19dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks
2012-09-05Detach thread before returning from android_main()Tor Lillqvist
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist
2012-08-06android: expose dummy JNI gnustl patching method for x86Michael Meeks
2012-07-20android: x86 porting work.Michael Meeks
2012-06-12Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist
2012-05-31Add a BGR to RGBA twiddling JNI functionTor Lillqvist
2012-05-30Add temporary test JNI method createWindowFoo()...Tor Lillqvist