summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-21Remove old RCS lines.Thomas Arnhold1-3/+0
2011-01-19Ported calc-formula-db-function-fix.diff from the build repo.Kohei Yoshida1-18/+8
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-14/+14
2011-01-17removal of dead codeEd Dean1-4/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-05-11rebased to DEV300_m77.Kohei Yoshida1-1/+3
2010-03-05calc52: #i109200# #i109812# fix DCOUNT and related functionsNiklas Nebel1-1/+3
2010-02-26calctabcolor: #i109365# Removed some of unused methods.Kohei Yoshida1-5/+0
2010-01-08kohei03: removed compiler warnings on windows.Kohei Yoshida1-3/+3
2009-09-30fixed build breakage in sc.Kohei Yoshida1-1/+1
2009-09-15added static method to fill query options that are always the same for all da...Kohei Yoshida1-13/+14
2009-09-15#i102750# supported external db range for DSUM for by-value query entries.Kohei Yoshida1-45/+43
2009-09-14Made string matching case insensitivive where it needs to be.Kohei Yoshida1-30/+32
2009-09-14added javadoc comments for methods & fixed internal range access bug.Kohei Yoshida1-12/+13
2009-09-14#i102750# moved fillQueryEntries() into the base class and made it non-virtua...Kohei Yoshida1-15/+8
2009-09-14#i102750# More refactoring of query parameter code.Kohei Yoshida1-5/+313
2009-09-10#i102750# renamed several classes to make them sound more associated with dat...Kohei Yoshida1-24/+24