# -*- 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,visualbackendtest)) $(eval $(call gb_Executable_use_api,visualbackendtest,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_external,visualbackendtest,boost_headers)) $(eval $(call gb_Executable_set_include,visualbackendtest,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,visualbackendtest,\ basegfx \ comphelper \ cppu \ cppuhelper \ tl \ sal \ salhelper \ vcl \ )) $(eval $(call gb_Executable_add_exception_objects,visualbackendtest,\ vcl/backendtest/VisualBackendTest \ )) $(eval $(call gb_Executable_use_static_libraries,visualbackendtest,\ vclmain \ )) ifneq (, $(filter LINUX %BSD, $(OS))) $(eval $(call gb_Executable_add_libs,visualbackendtest,\ -lm \ $(DLOPEN_LIBS) \ -lX11 \ )) $(eval $(call gb_Executable_use_static_libraries,visualbackendtest,\ glxtest \ )) endif # vim: set noet sw=4 ts=4: ice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/editeng/flditem.hxx
AgeCommit message (Expand)Author
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin
2017-09-16convert SvxTimeType to scoped enumNoel Grandin
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-09-15convert SvxFileType to scoped enumNoel Grandin
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin
2017-09-15convert SvxAuthorType to scoped enumNoel Grandin
2017-09-15convert SvxAuthorFormat to scoped enumNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-08SvPersistStream deadNoel Grandin
2017-08-08loplugin:unusedmethodsNoel Grandin
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin
2017-03-30convert SvxDateType to scoped enumNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-03remove unused CreateDefault methodsNoel Grandin
2017-01-26drop unused param from SV_DECL_PERSIST1 macroNoel Grandin
2017-01-18manage pField with tools::SvRefNoel Grandin
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin