summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
AgeCommit message (Expand)Author
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-09-27UND->AND; ODER->ORMike Kaganski
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-03tdf#39468 Translate German comments/termsJens Carl
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-12fix bug in ScDBExternalRange::findFieldColumnNoel Grandin
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2015-11-23loplugin:unusedfields in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-03-31Resolves: tdf#35636 implement match on empty cellsEike Rathke
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-23sc: sal_Bool->boolNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-16sc: translate some debug messagesThomas Arnhold
2012-12-15Some cppcheck cleaning in scJulien Nabet
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-01-09simplify CharClassCaolán McNamara
2011-11-28dr78: #i115015# proper handling of add-in parameter arrays, merged with datab...Eike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-14Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida
2011-11-11Revert "Removing the mixed comparison flag, which is no longer needed."Kohei Yoshida
2011-11-10Removing the mixed comparison flag, which is no longer needed.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara
2011-01-21Remove old RCS lines.Thomas Arnhold
2011-01-19Ported calc-formula-db-function-fix.diff from the build repo.Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko