# -*- 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_macros_test)) $(eval $(call gb_CppunitTest_use_external,sw_macros_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_macros_test, \ sw/qa/core/macros-test \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_macros_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sw \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\ -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_macros_test,\ offapi \ oovbaapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_macros_test)) $(eval $(call gb_CppunitTest_use_vcl,sw_macros_test)) $(eval $(call gb_CppunitTest_use_rdb,sw_macros_test,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test)) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)Author
2012-05-30Re-enable sort in help-filesNiklas Johansson
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara
2012-05-08work around spurious signed overflow warningsMichael Stahl
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-04-29xmlhelp is gbuild moduleDavid Tardon
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-24WaE: silence warnings from msvc2008 (again)Caolán McNamara
2012-04-24do not export usage of CLucene headers outside of l10ntoolsLuboš Luňák
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-07bah, really deliver the filesDavid Tardon
2012-04-07drop executable flagDavid Tardon
2012-04-07install xsl files tooDavid Tardon
2012-04-07gbuildize xmlhelpDavid Tardon
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-04removed duplicate #includesTakeshi Abe
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-09minor documentation tweaksMichael Meeks
2012-02-23remove all other deprecated header guardsThomas Arnhold
2012-02-23reduce try-catch CLuceneError blockCaolán McNamara
2012-02-23not every extension's help will have help in all langs, catch that exceptionCaolán McNamara
2012-02-23ditch archaic headerguardsCaolán McNamara
2012-02-23just link to HelpIndexerCaolán McNamara
2012-02-23tweak for cross-platformityCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara
2012-02-23HelpIndexer and HelpSearch: remove JavaGert van Valkenhoef
2012-02-23Bugfix resultsetforqueryGert van Valkenhoef
2012-02-23Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.Gert van Valkenhoef
2012-02-23tweak buildCaolán McNamara
2012-02-23HelpIndexer using rtl::OUString, called from xmlhelpGert van Valkenhoef
2012-02-23bootstrap replacement c++ help componentCaolán McNamara
2012-02-17fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, tooAndras Timar
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-01-24Fix for fdo43460 Part XLVI getLength() to isEmpty()Olivier Hallot
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-16There is nothing to build in xmlhelp/incTor Lillqvist
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-06remove unused members, sablot went away a long time agoCaolán McNamara
2011-12-06callcatcher: remove some unused codeCaolán McNamara