# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: git/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/calc
AgeCommit message (Expand)Author
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-01-29loplugin:useuniqueptr in OCatalogNoel Grandin
2018-01-26Update comment to reflect the right typeJens Carl
2018-01-25Change property value to get CellContentType in connectivity/Jens Carl
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-09connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-09-11connectivity DatabaseMetaData: pull out OComponent from OCalc/WriterMiklos Vajna
2017-08-02connectivity: partially merge OWriterTable and OCalcTableMiklos Vajna
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-19connectivity: merge OCalcColumns and OWriterColumnsMiklos Vajna
2017-07-19connectivity: merge OCalcPreparedStatement and OWriterPreparedStatementMiklos Vajna
2017-07-19connectivity: merge OCalcStatement and OWriterStatementMiklos Vajna
2017-07-19connectivity: merge OCalcResultSet and OWriterResultSetMiklos Vajna
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-10New loplugin:conststringvar: connectivityStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-08-28Resolves: tdf#81883 dispose OCalcConnection's doc before shutdownCaolán McNamara
2016-08-25DocHolder->DocHolderCaolán McNamara
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-23loplugin:constantparam in connectivityNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock