# -*- 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,sc_recordchanges)) $(eval $(call gb_CppunitTest_use_external,sc_recordchanges,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_recordchanges)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_recordchanges, \ sc/qa/extras/recordchanges-test \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_recordchanges, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_recordchanges,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_recordchanges)) $(eval $(call gb_CppunitTest_use_ure,sc_recordchanges)) $(eval $(call gb_CppunitTest_use_vcl,sc_recordchanges)) $(eval $(call gb_CppunitTest_use_components,sc_recordchanges,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_recordchanges)) # vim: set noet sw=4 ts=4: n value='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlhelp/util
AgeCommit message (Expand)Author
2017-09-20Clean up xsl filesSamuel Mehrbrodt
2017-06-23Remove support for the oldref attribute in l10ntoolsGabor Kelemen
2017-05-12Look for help-specific images in the new images_helpimg archiveKatarina Behrens
2015-11-12Killed the 'lastedited' element, it's useless, we have git.Jan Holesovsky
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann
2015-10-26...but do not erase localize attributes from image elementsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-02fdo#60698: Merge tvhlp1 into ucpchelp1Marcos Paulo de Souza
2013-11-13i123670 - Add support for https linksAriel Constenla-Haile
2013-04-15prefix all component_getFactory methodsPeter Foley
2013-02-13compact help xml files with xslt which removes the cruftAndras Timar
2013-01-07'distrib' switch is unused in helpAndras Timar
2013-01-07remove unused meta variablesAndras Timar
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-11-29keep indentation in Logo code examplesAndras Timar
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-09-13enable indentation of Basic source code in help fdo#41737Andras Timar
2012-09-05add superscript and subscript support to enable removing odd 1^st constructCaolán McNamara