# -*- 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_uibase_docvw)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uibase_docvw)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_uibase_docvw, \ sw/qa/uibase/docvw/docvw \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_uibase_docvw, \ comphelper \ cppu \ cppuhelper \ editeng \ sal \ sfx \ subsequenttest \ svl \ svx \ svxcore \ sw \ swqahelper \ test \ unotest \ utl \ vcl \ tl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_uibase_docvw,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_uibase_docvw,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_uibase_docvw,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_uibase_docvw)) $(eval $(call gb_CppunitTest_use_vcl,sw_uibase_docvw)) $(eval $(call gb_CppunitTest_use_rdb,sw_uibase_docvw,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sw_uibase_docvw,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_uibase_docvw)) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_docvw, \ modules/swriter \ )) $(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_docvw)) ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) $(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_docvw,abort)) endif # vim: set noet sw=4 ts=4: cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)Author
2019-05-28tdf#42949 Fix IWYU warnings in sot/Gabor Kelemen
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-04-26cleanup files in SOT, not changeTomaž Vajngerl
2019-04-26tdf#118977 support PDF documents as a clipboard formatTomaž Vajngerl
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-03-08new loplugin constvarsNoel Grandin
2019-02-22loplugin:unusedfields in sotNoel Grandin
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-02-05loplugin:flatten in sotNoel Grandin
2018-12-05remove unused SotExchangeActionFlags enum valuesNoel Grandin
2018-12-05use unique_ptr in UCBStorage_ImplNoel Grandin
2018-12-05use unique_ptr in OLESimpleStorageNoel Grandin
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov
2018-11-19loplugin:constantparamNoel Grandin
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-11-12Fix typosAndrea Gelmini
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-11-05tdf#42949 Fix IWYU warnings in include/sot/*Gabor Kelemen
2018-11-04coverity#1440843 help coverity out wrt Wrapper object use after freeCaolán McNamara
2018-11-02loplugin:useuniqueptr in sotNoel Grandin
2018-10-28tdf#119235 svx,sd: fix drag&drop from ColorBarMichael Stahl
2018-10-19simplify expressionCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-09loplugin:constfields in smoketest..sotNoel Grandin
2018-09-18tdf#118784 sot: lower priority of RTF clipboard format on macOSMiklos Vajna
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin
2018-08-17Avoid further downstream overflowStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-31Fix typosAndrea Gelmini
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin
2018-07-23make some fields in StgCache privateNoel Grandin
2018-07-12return SvMemoryStream by std::unique_ptrNoel Grandin
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin