summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-2/+2
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-5/+8
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-09-27UND->AND; ODER->ORMike Kaganski1-2/+2
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-07-14use more OUString::operator== in scNoel Grandin1-3/+3
2017-07-03tdf#39468 Translate German comments/termsJens Carl1-2/+2
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-1/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin1-4/+4
2016-09-12fix bug in ScDBExternalRange::findFieldColumnNoel Grandin1-1/+1
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+1
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-1/+1
2015-11-23loplugin:unusedfields in scNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-4/+5
2015-03-31Resolves: tdf#35636 implement match on empty cellsEike Rathke1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-4/+4
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-6/+6
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-2/+2
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-8/+12
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-6/+0
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-16sc: translate some debug messagesThomas Arnhold1-1/+1
2012-12-15Some cppcheck cleaning in scJulien Nabet1-2/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+17
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-01-09simplify CharClassCaolán McNamara1-9/+9
2011-11-28dr78: #i115015# proper handling of add-in parameter arrays, merged with datab...Eike Rathke1-55/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-14Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida1-1/+0
2011-11-11Revert "Removing the mixed comparison flag, which is no longer needed."Kohei Yoshida1-0/+1
2011-11-10Removing the mixed comparison flag, which is no longer needed.Kohei Yoshida1-1/+0
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida1-2/+2
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-1/+1
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-10/+10
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara1-3/+0