summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida1-23/+8
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke1-0/+42
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-83/+2
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-3/+3
2013-10-21drop CharSet typedefCaolán McNamara1-1/+1
2013-10-11Use shared string's fast equality check for ValidQuery().Kohei Yoshida1-12/+26
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida1-1/+1
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-8/+13
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-2/+2
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-14/+14
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida1-6/+6
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+1
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida1-0/+31
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-6/+6
2013-06-25Resolves: #i119637# "Case sensitive" in "Special Filter" dialog can not work.Wang Lei1-1/+0
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-133/+164
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-1/+1
2013-05-09Add this back. This was removed by accident.Kohei Yoshida1-0/+4
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-15/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-03-28Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida1-4/+5
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida1-1/+4
2013-03-16sc: translate some debug messagesThomas Arnhold1-2/+2
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-20/+20
2013-02-19fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+1
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida1-12/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-10fix for fdo#53814 Revert "there should be no need any more for this check"Noel Power1-0/+4
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard1-17/+0
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard1-9/+10
2012-08-27when swaping cols or rows insert notes at the right place, fdo#53979Markus Mohrhard1-19/+30
2012-08-10make more ScTable methods constMarkus Mohrhard1-3/+3
2012-08-10make more methods const in ScTableMarkus Mohrhard1-4/+4
2012-07-16correct but ugly fix for i#118877Markus Mohrhard1-0/+5
2012-07-15Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"Markus Mohrhard1-2/+4
2012-07-13don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard1-4/+2
2012-06-06Use iterators over index access.Kohei Yoshida1-4/+4
2012-06-06Avoid expensive allocation & deallocation of local vector on every call.Kohei Yoshida1-14/+13
2012-04-05small memory leak in table3.cxxMarkus Mohrhard1-1/+2
2012-04-05remove the sort entry limit in table3Markus Mohrhard1-6/+6
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-12/+12
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-12/+12
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-12/+12
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-12/+12