# -*- 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,scqahelper)) $(eval $(call gb_Library_set_include,scqahelper,\ -I$(SRCDIR)/sc/inc \ -I$(SRCDIR)/sc/source/ui/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_externals,scqahelper, \ boost_headers \ mdds_headers \ cppunit \ libxml2 \ )) ifneq ($(SYSTEM_LIBORCUS),) $(eval $(call gb_Library_use_externals,scqahelper,orcus)) else $(eval $(call gb_Library_use_externals,scqahelper,orcus-parser)) endif $(eval $(call gb_Library_add_defs,scqahelper,\ -DSCQAHELPER_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_sdk_api,scqahelper)) $(eval $(call gb_Library_use_libraries,scqahelper,\ comphelper \ cppu \ cppuhelper \ editeng \ for \ sal \ sc \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ unotest \ utl \ ucbhelper \ unotest \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,scqahelper,\ sc/qa/unit/helper/qahelper \ sc/qa/unit/helper/xpath \ )) # vim: set noet sw=4 ts=4: /cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vbahelper/inc
AgeCommit message (Expand)Author
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-06vcl/apptypes.hxx is goneStephan Bergmann
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-09-10vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-09-12targetted VBA re-work.Noel Power
2012-09-08More OUString cleanup in vbahelperOlivier Hallot
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-26clean up unnecessary non working implementationsNoel Power
2012-07-02Remove unused definesThomas Arnhold
2012-06-27Remove unused header filesThomas Arnhold
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-31targeted string re-workNorbert Thiebaud
2012-04-24tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selectionNoel Power
2012-04-08Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-03-28unused global OUStringCaolán McNamara
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-20correct exception specification on a functionLuboš Luňák
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-12SAL_DLLPUBLIC_TEMPLATELuboš Luňák
2012-03-10exported templates need to be marked as suchLuboš Luňák
2012-03-08Removed unused code.Santiago Martinez
2012-03-05vba implementation for Application.OnKeyNoel Power
2012-02-05Remove unused code.Elton Chung
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2011-12-21SfxObjectShell may not have a mediumCaolán McNamara