# -*- 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_Module_Module,sal)) $(eval $(call gb_Module_add_targets,sal,\ $(if $(CROSS_COMPILING),,$(if $(filter TRUE,$(DISABLE_DYNLOADING)),,Executable_cppunittester)) \ $(if $(filter $(OS),ANDROID), \ Library_lo-bootstrap) \ Library_sal \ $(call gb_CondLibSalTextenc,Library_sal_textenc) \ )) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,sal,\ Executable_osl_process_child \ )) $(eval $(call gb_Module_add_check_targets,sal,\ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \ $(if $(filter WNT,$(OS)),CppunitTest_sal_comtools) \ $(if $(filter WNT,$(OS)),CppunitTest_sal_retry_if_failed) \ CppunitTest_sal_osl_security \ CppunitTest_sal_osl \ CppunitTest_sal_rtl \ CppunitTest_sal_types \ $(if $(COM_IS_CLANG),$(if $(COMPILER_EXTERNAL_TOOL)$(COMPILER_PLUGIN_TOOL),, \ CompilerTest_sal_rtl_oustring)) \ )) endif # vim: set noet sw=4 ts=4: gemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/offapi/UnoApi_offapi.mk
AgeCommit message (Expand)Author
2024-08-02Expose WorkWindow fullscreen mode via new XTopWindow3Stephan Bergmann
2024-07-30Embind: Missing support for UNO polymorphic struct typesStephan Bergmann
2024-07-29Resolves: tdf#159343 Implement TableRef API token conversionEike Rathke
2024-07-21tdf#82716 Add initial implementation of the Histogram Chartvarshneydevansh
2024-07-16Add test code for UNO attributes implemented in JSStephan Bergmann
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann
2024-04-11Move org.libreoffice.embindtest from udkapi to offapiStephan Bergmann
2024-03-06Create an UNO service to do the symbol lookup in swNoel Grandin
2024-03-05Create an UNO service to do the symbol lookup in sdNoel Grandin
2024-03-05Create an UNO service to do the symbol lookup in scNoel Grandin
2024-03-04tdf#132599 cui offapi sw xmloff: implement hyphenate-keepLászló Németh
2024-02-29Create an UNO service to do the symbol lookup in toolkit::AccessibilityClientNoel Grandin
2024-02-25Create an UNO service to do the cui symbol lookup in vclNoel Grandin
2024-02-02tdf#50934: Initial plumbing and infrastructureKurt Nordback
2023-12-21Add export sheet range option to calcNickWingate
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl
2023-11-09tdf#157431 Show description for expert config itemsSamuel Mehrbrodt
2023-10-09tdf#157650 Unhelpful error when XML in content.xml is malformedNoel Grandin
2023-09-12remove repeated idl file in gb_UnoApi_add_idl_files callSarper Akdemir
2023-09-04tdf#138792: PDF export: add batch of dublin core attributesSarper Akdemir
2023-07-18[API CHANGE] tdf#144512: keep autosave interval separately for each documentMike Kaganski
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2023-05-25[API CHANGE] remove XModuleUIConfigurationManager3 and XUIConfigurationManager3Miklos Vajna
2023-05-23[API CHANGE] Add createShortCutManager function to uiconfigurationmanager.Gökay Şatır
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-05-08XComplexColor and UnoComplexColor - a wrapper for model:ComplexColorTomaž Vajngerl
2023-05-04tdf#154839 Add navigation buttons for slidesAmin Irgaliev
2023-03-19MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)