# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 Red Hat, Inc., Caolán McNamara # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,test)) $(eval $(call gb_Library_use_package,test,test_inc)) $(eval $(call gb_Library_add_defs,test,\ -DOOO_DLLIMPLEMENTATION_TEST \ )) $(eval $(call gb_Library_use_sdk_api,test)) $(eval $(call gb_Library_use_externals,test,\ libxml2 \ )) $(eval $(call gb_Library_use_libraries,test,\ comphelper \ cppu \ cppuhelper \ i18nisolang1 \ sal \ svt \ tl \ utl \ unotest \ vcl \ $(gb_UWINAPI) \ )) ifeq ($(GUIBASE),unx) $(call gb_Library_get_target,test) : \ $(call gb_Library_get_target,desktop_detector) \ $(call gb_Library_get_target,vclplug_svp) \ endif $(eval $(call gb_Library_use_external,test,cppunit)) $(eval $(call gb_Library_add_exception_objects,test,\ test/source/bootstrapfixture \ test/source/diff/diff \ )) # vim: set noet sw=4 ts=4: stro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8glsy.cxx
AgeCommit message (Expand)Author
2020-01-21DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna
2019-08-03Fix typosAndrea Gelmini
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen
2019-03-04Rename SVBT16ToShort to SVBT16ToUInt16Stephan Bergmann
2018-07-30loplugin:stringloop in swNoel Grandin
2018-03-17Typos: definied->definedJulien Nabet
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-08-07loplugin:constparams in sw part9Noel Grandin
2017-07-06ofz: fix some leaksCaolán McNamara
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-05-10tdf#39468: Translate German term in sw/source/filter/ww8/ww8glsy.cxxJens Carl
2017-05-09loplugin:checkunusedparams in sw(part6)Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-03ofz: fix leakCaolán McNamara
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin
2016-12-15decloak some string literalsJochen Nitschke
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-03sw: prefix members of WW8FibMiklos Vajna
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke