summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table6.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-21tdf#83126: Find All: Don't ignore Search Direction Rows/Col optionJulien Nabet1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-28com::sun::star->css in scNoel Grandin1-4/+4
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-1/+1
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-2/+9
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-3/+3
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-26/+26
2015-02-13Translated german commments in sc/source/core/data/table4-6.cxxAlbert Thuswaldner1-12/+12
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-1/+1
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