summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table6.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-8/+9
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-04 calc ScTable::ReplaceAll : avoid calling GetLastDataPos uselesslyLaurent Godard1-1/+5
2014-11-04calc ScTable::SearchAll : avoid calling GetLastDataPos uselesslyLaurent Godard1-4/+16
2014-10-30CID#736090 Improper use of negative valueEike Rathke1-0/+3
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-16CID#736182 guard against a dubious call from SearchAndReplace()Eike Rathke1-0/+5
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-26remove unused code ScDocument::RebuildFormulaGroups()Noel Grandin1-6/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-08-23cppcheck: fix reassigned valueJulien Nabet1-2/+1
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-2/+2
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-11/+11
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-152/+153
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-22/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-10fdo#51615: Further tweaks in the jumping to the next cell.Jan Holesovsky1-9/+15
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-15/+15
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-22Remove a variant of PutCell().Kohei Yoshida1-3/+12
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-1/+5
2013-03-19re-build formula groups inside Interpret instead.Michael Meeks1-0/+6
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-2/+2
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-2/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida1-5/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-04-18fdo#44861 make "Replace All" work with REsDavid Tardon1-2/+2
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-22/+25
2012-03-05add notes back to ScTable::SearchRangeForAllEmptyCellsMarkus Mohrhard1-0/+6
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard1-2/+2
2012-02-29some more fixes to get note handling backMarkus Mohrhard1-1/+1
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-16/+3
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+0
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-13fdo#39917: Use correct address convention during search and replace.Kohei Yoshida1-5/+4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-2/+10
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida1-62/+56
2011-09-19Pass as const reference where possible & indent fix.Kohei Yoshida1-5/+5
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard1-49/+49
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-1/+1
2011-05-18fdo#34072Takeshi Abe1-1/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-54/+54
2011-03-02Remove bogus comments.Guillaume Poussel1-3/+3
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-54/+54