# -*- 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_Jar_Jar,ridl)) $(eval $(call gb_Jar_use_customtargets,ridl,\ ridljar/javamaker \ )) $(eval $(call gb_Jar_set_packageroot,ridl,com)) $(eval $(call gb_Jar_add_packagedirs,ridl,\ $(call gb_CustomTarget_get_workdir,ridljar/javamaker)/com \ )) $(eval $(call gb_Jar_add_sourcefiles,ridl,\ ridljar/com/sun/star/lib/uno/typedesc/FieldDescription \ ridljar/com/sun/star/lib/uno/typedesc/MemberDescriptionHelper \ ridljar/com/sun/star/lib/uno/typedesc/MethodDescription \ ridljar/com/sun/star/lib/uno/typedesc/TypeDescription \ ridljar/com/sun/star/lib/uno/typeinfo/AttributeTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/ConstantTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/MemberTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/MethodTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/ParameterTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/TypeInfo \ ridljar/com/sun/star/lib/util/DisposeListener \ ridljar/com/sun/star/lib/util/DisposeNotifier \ ridljar/com/sun/star/lib/util/WeakMap \ ridljar/com/sun/star/uno/Any \ ridljar/com/sun/star/uno/Enum \ ridljar/com/sun/star/uno/IBridge \ ridljar/com/sun/star/uno/IEnvironment \ ridljar/com/sun/star/uno/IMapping \ ridljar/com/sun/star/uno/IQueryInterface \ ridljar/com/sun/star/uno/Type \ ridljar/com/sun/star/uno/UnoRuntime \ )) # vim:set noet sw=4 ts=4: eoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/linguistic/Module_linguistic.mk
libreofficekit
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2019-01-25lok: calm down CnP issues & simplify.Michael Meeks
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-15gtktiledviewer: Handle LOK_CALLBACK_SIGNATURE_STATUS to avoid an assert.Jan Holesovsky
2018-11-15gtktiledviewer: Compile-time check instead of an annoying assert.Jan Holesovsky
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-10-23remove all use_action_appearance linesCaolán McNamara
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin
2018-10-10Sure it is a squareTor Lillqvist
2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-05s/0/nullptr/Tor Lillqvist
2018-10-05WaE: unused parameterTor Lillqvist
2018-10-05Use LOK_FEATURE_NO_TILED_ANNOTATIONS here, like in OnlineTor Lillqvist
2018-10-05Call also initializeForRendering() and registerCallback()Tor Lillqvist
2018-10-02More hacking on the tilebench part of the UnitTest appTor Lillqvist
2018-09-29band-aid: deprecated-declarations related to gtkJulien Nabet
2018-09-29Band-aid fix for deprecate gtk_css_provider_get_defaultJulien Nabet
2018-09-28Start on the iOS unit test appTor Lillqvist
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-27libreofficekit: update lloconv git URLMiklos Vajna
2018-07-16coverity#1437959 Copy into fixed size bufferCaolán McNamara
2018-07-09tilebench: add --preinit mode.Michael Meeks
2018-07-09tilebench: add dialog profiling mode.Michael Meeks
2018-07-09Re-factor to allow dialog profiling.Michael Meeks
2018-06-28Fix typosAndrea Gelmini
2018-05-24libreofficekit: Run gla11y on gtv.uiSamuel Thibault
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-05-05Fix typosAndrea Gelmini
2018-04-17cppcheck - fix variableScope in some filesGökhan Gurbetoğlu
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai
2018-03-25Use for-range loops in some modulesJulien Nabet
2018-03-21lok: be informative and exit when tilebench fails to initializeAshod Nakashian
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-03-14lokdialog: debug red-colored boundary for last painted regionPranav Kant
2018-03-13lokdocview: new property 'is-initialized'; fix gtktiledviewer for calcPranav Kant
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2018-03-02delete colordata.hxxNoel Grandin
2018-02-27Fix build, for real this timePranav Kant