# -*- 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_Library_Library,pdfimport)) $(eval $(call gb_Library_set_componentfile,pdfimport,sdext/source/pdfimport/pdfimport)) $(eval $(call gb_Library_use_sdk_api,pdfimport)) $(eval $(call gb_Library_use_custom_headers,pdfimport,sdext/pdfimport)) $(eval $(call gb_Library_set_include,pdfimport,\ -I$(SRCDIR)/sdext/source/pdfimport/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_libraries,pdfimport,\ basegfx \ comphelper \ vcl \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_externals,pdfimport,\ boost_headers \ zlib \ $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \ )) $(eval $(call gb_Library_add_defs,pdfimport, \ -DBOOST_SPIRIT_USE_OLD_NAMESPACE \ )) $(eval $(call gb_Library_add_exception_objects,pdfimport,\ sdext/source/pdfimport/filterdet \ sdext/source/pdfimport/misc/pdfihelper \ sdext/source/pdfimport/misc/pwdinteract \ sdext/source/pdfimport/odf/odfemitter \ sdext/source/pdfimport/pdfiadaptor \ sdext/source/pdfimport/pdfparse/pdfentries \ sdext/source/pdfimport/pdfparse/pdfparse \ sdext/source/pdfimport/sax/emitcontext \ sdext/source/pdfimport/sax/saxattrlist \ sdext/source/pdfimport/services \ sdext/source/pdfimport/tree/drawtreevisiting \ sdext/source/pdfimport/tree/genericelements \ sdext/source/pdfimport/tree/imagecontainer \ sdext/source/pdfimport/tree/pdfiprocessor \ sdext/source/pdfimport/tree/style \ sdext/source/pdfimport/tree/treevisitorfactory \ sdext/source/pdfimport/tree/writertreevisiting \ sdext/source/pdfimport/wrapper/wrapper \ )) # vim:set noet sw=4 ts=4: tion value='distro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin
2019-08-15replace ".get->" with "->"Noel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-11revert some consts to placate coverity Uncaught exceptionsCaolán McNamara
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): starmathStephan Bergmann
2019-07-27tdf#74702: vcl add OutputDevice::Flush() to remove GetOutDevType()Chris Sherlock
2019-07-23Optimize names transformingArkadiy Illarionov
2019-07-23dispose() methods should clear their smart pointersNoel Grandin
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin
2019-07-20cid#1448322 try silence Splice iterator mismatchCaolán McNamara
2019-06-27Breeze: fix for tdf#125879rizmut
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-21simplify some getSupportedServiceNamesNoel Grandin
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-06-09loplugin:constantparamNoel Grandin
2019-06-08loplugin:unusedmethodsNoel Grandin
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-06-03SM add a border to the editor and the element listJan-Marek Glogowski
2019-05-29SM disable localized characters on element parsingJan-Marek Glogowski
2019-05-29tdf#65587 SM implement ElementControl accessibilityJan-Marek Glogowski
2019-05-29SM add some help to the examplesJan-Marek Glogowski
2019-05-28SM move categories into SmElementsControl...Jan-Marek Glogowski
2019-05-28SM add tooltip to element categories listboxJan-Marek Glogowski
2019-05-28tdf#125454 SM use theming for element listJan-Marek Glogowski
2019-05-23tdf#65587 SM handle page keys in the ElementControlJan-Marek Glogowski
2019-05-23tdf#65587 SM add key navigation to ElementControlJan-Marek Glogowski
2019-05-22SM fix vertical ElementsControl modeJan-Marek Glogowski