# -*- 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_ww8export3)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8export3, \ sw/qa/extras/ww8export/ww8export3 \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export3, \ comphelper \ cppu \ cppuhelper \ editeng \ emboleobj \ sal \ sfx \ test \ unotest \ utl \ sw \ tl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_ww8export3,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_ww8export3,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_ww8export3,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_ww8export3)) $(eval $(call gb_CppunitTest_use_vcl,sw_ww8export3)) $(eval $(call gb_CppunitTest_use_rdb,sw_ww8export3,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_ww8export3)) # vim: set noet sw=4 ts=4: e-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerow.cxx
AgeCommit message (Expand)Author
2019-10-03loplugin:unusedmethodsNoel Grandin
2019-08-30tdf#126959 impress table border resize handle supportTomaž Vajngerl
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-05loplugin:useuniqueptr in svxNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-07-27loplugin:constparams in svxNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-25give us a chance to see *which* property failedEike Rathke
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25loplugin:passstuffbyrefStephan Bergmann
2016-04-25tdf#99452 svx: fix undo of table row edge dragMiklos Vajna
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann