summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/dbdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-16/+0
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann1-1/+0
2014-02-07coverity#1158232 have a stab at silencing warning with function markupCaolán McNamara1-0/+1
2014-01-20sal_Bool->boolNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-1/+1
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-5/+0
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-3/+3
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-10/+10
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-19database names are case insensitive, fdo#51309Mathieu D1-19/+1
2012-10-11only access first element if vector is not empty, fdo#55734Markus Mohrhard1-1/+3
2012-06-25callcatcher: remove some more unused codeCaolán McNamara1-5/+0
2012-06-05drop some unused codeCaolán McNamara1-19/+0
2012-05-25Drop unused function "findByTable"Julien Nabet1-7/+0
2012-04-23Remove unused codeFerran Vidal1-5/+0
2012-04-11callcatcher: update listCaolán McNamara1-16/+0
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-7/+7
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-7/+7
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-7/+7
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-7/+7
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-7/+7
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida1-1/+16
2012-01-09simplify CharClassCaolán McNamara1-2/+2
2011-12-28fdo42286 better solution: extend and shrink end of row if neededPierre-André Jacquod1-4/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-27fdo#42286 call correctly GetDataArea to avoid unwanted shrinkingPierre-André Jacquod1-1/+1
2011-11-16Reduced header dependency on dbdata.hxx by better encapsulation.Kohei Yoshida1-47/+62
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida1-7/+2
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+6
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard1-0/+23
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-3/+1
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida1-0/+1037