# -*- 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,rptxml)) $(eval $(call gb_Library_set_include,rptxml,\ $$(INCLUDE) \ -I$(SRCDIR)/reportdesign/inc \ -I$(SRCDIR)/reportdesign/source/inc \ )) $(eval $(call gb_Library_use_external,rptxml,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,rptxml,reportdesign/inc/pch/precompiled_rptxml)) $(eval $(call gb_Library_use_sdk_api,rptxml)) $(eval $(call gb_Library_use_custom_headers,rptxml,\ officecfg/registry \ )) $(eval $(call gb_Library_use_libraries,rptxml,\ comphelper \ cppu \ cppuhelper \ dbtools \ editeng \ rpt \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svxcore \ tl \ ucbhelper \ utl \ vcl \ xo \ )) $(eval $(call gb_Library_set_componentfile,rptxml,reportdesign/util/rptxml,services)) $(eval $(call gb_Library_add_exception_objects,rptxml,\ reportdesign/source/filter/xml/dbloader2 \ reportdesign/source/filter/xml/xmlAutoStyle \ reportdesign/source/filter/xml/xmlCell \ reportdesign/source/filter/xml/xmlColumn \ reportdesign/source/filter/xml/xmlComponent \ reportdesign/source/filter/xml/xmlCondPrtExpr \ reportdesign/source/filter/xml/xmlControlProperty \ reportdesign/source/filter/xml/xmlExport \ reportdesign/source/filter/xml/xmlExportDocumentHandler \ reportdesign/source/filter/xml/xmlfilter \ reportdesign/source/filter/xml/xmlFixedContent \ reportdesign/source/filter/xml/xmlFormatCondition \ reportdesign/source/filter/xml/xmlFormattedField \ reportdesign/source/filter/xml/xmlFunction \ reportdesign/source/filter/xml/xmlGroup \ reportdesign/source/filter/xml/xmlHelper \ reportdesign/source/filter/xml/xmlImage \ reportdesign/source/filter/xml/xmlImportDocumentHandler \ reportdesign/source/filter/xml/xmlMasterFields \ reportdesign/source/filter/xml/xmlPropertyHandler \ reportdesign/source/filter/xml/xmlReport \ reportdesign/source/filter/xml/xmlReportElement \ reportdesign/source/filter/xml/xmlReportElementBase \ reportdesign/source/filter/xml/xmlSection \ reportdesign/source/filter/xml/xmlStyleImport \ reportdesign/source/filter/xml/xmlSubDocument \ reportdesign/source/filter/xml/xmlTable \ )) # vim: set noet sw=4 ts=4: stro/collabora/co-23.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)Author
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-23loplugin:includeform: vbahelperStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-05loplugin:finalclasses in unotools..vbahelperNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth
2017-08-31inline some use-once typedefsNoel Grandin
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-08-01loplugin:constparams in variousNoel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-06Create vba library if it did not exist beforeTamas Bunth
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin
2017-06-24oovbaapi: use autoshape in case of EllipseShapeTamas Bunth
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-18vbahelper: remove unused variableJochen Nitschke
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-20loplugin:unusedmethodsNoel Grandin