# -*- 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_Executable_Executable,ui-previewer)) $(eval $(call gb_Executable_use_external,ui-previewer,boost_headers)) $(eval $(call gb_Executable_use_api,ui-previewer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_static_libraries,ui-previewer,\ vclmain \ )) $(eval $(call gb_Executable_use_libraries,ui-previewer,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ vcl \ )) $(eval $(call gb_Executable_add_exception_objects,ui-previewer,\ vcl/source/uipreviewer/previewer \ )) ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) $(eval $(call gb_Executable_add_libs,ui-previewer,\ -lm $(DLOPEN_LIBS) \ -lpthread \ -lX11 \ )) $(eval $(call gb_Executable_use_static_libraries,ui-previewer,\ glxtest \ )) endif # vim: set noet sw=4 ts=4: stro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)Author
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDilek Uzulmez
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-07ASan stack-use-after-scopeStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: unoxmlStephan Bergmann
2017-02-13Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-24Probably makes more sense to return DONTKNOW if the element is DONTKNOW ...Tor Lillqvist
2017-01-19New loplugin:dynexcspec: Add @throws documentation, unoxmlStephan Bergmann
2017-01-10New loplugin:conststringvar: unoxmlStephan Bergmann
2017-01-07coverity#440749 Explicit null dereferencedCaolán McNamara
2016-12-06Remove noise SAL_INFO that even crashed when pPrefix was NULLTor Lillqvist
2016-12-06Remove broken SAL_INFOStephan Bergmann
2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin
2016-11-24loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann
2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-02coverity#1027278 silence Unchecked return valueCaolán McNamara
2016-07-08loplugin:redundantcast: redundant static_casts in unoxmlStephan Bergmann
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-07unoxml: fix data race in CEventDispatcher::callListeners()Michael Stahl