# -*- 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_CppunitScreenShot,cui_dialogs_test4)) $(eval $(call gb_CppunitTest_add_exception_objects,cui_dialogs_test4, \ cui/qa/unit/cui-dialogs-test_4 \ )) $(eval $(call gb_CppunitTest_use_sdk_api,cui_dialogs_test4)) $(eval $(call gb_CppunitTest_set_include,cui_dialogs_test4,\ -I$(SRCDIR)/cui/source/inc \ -I$(SRCDIR)/cui/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,cui_dialogs_test4, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ cui \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,cui_dialogs_test4,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,cui_dialogs_test4)) $(eval $(call gb_CppunitTest_use_ure,cui_dialogs_test4)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,cui_dialogs_test4)) $(eval $(call gb_CppunitTest_use_rdb,cui_dialogs_test4,services)) # $(eval $(call gb_CppunitTest_use_configuration,cui_dialogs_test4)) $(eval $(call gb_CppunitTest_use_instdir_configuration,cui_dialogs_test4)) $(eval $(call gb_CppunitTest_use_uiconfigs,cui_dialogs_test4, \ cui \ )) # vim: set noet sw=4 ts=4: istro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/layhelp.hxx
ergmann
AgeCommit message (Expand)Author
2014-10-18sw: remaining unused methodsMiklos Vajna
2014-09-01fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-02-15(un)doxygen-ize comments in sw/source/core/layout/Philipp Riemer
2014-01-25coverity#708427 Unitialized scalar fieldNorbert Thiebaud
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara
2013-11-05fixincludeguards.sh: swThomas Arnhold
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-27sal_Bool to boolTakeshi Abe
2012-11-27Remove undefined functionTakeshi Abe
2012-07-25svstdarr.hxx: remove SvXub_StrLensMichael Stahl
2012-05-09Convert SV_DECL_PTRARR_DEL(SwPageFlyCache) to boost::ptr_vectorNoel Grandin
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-03-06convert eHtmlMetas to scoped enumNoel Grandin
2017-03-06convert HTMLTableRules to scoped enumNoel Grandin
2017-03-06convert HTMLTableFrame to scoped enumNoel Grandin
2017-03-06convert HTMLInputType to scoped enumNoel Grandin
2017-03-06convert HTMLScriptLanguage to scoped enumNoel Grandin
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann