summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table4.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-30the range has to be in the correct order, fdo#81803Markus Mohrhard1-0/+1
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-6/+0
2014-06-25remove whitespaceMarkus Mohrhard1-9/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-6/+0
2014-03-03Remove visual noise from scAlexander Wilms1-8/+8
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-6/+2
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-4/+6
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-2/+3
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-2/+3
2014-01-31Special case for formula cell fill down for quicker filling.Kohei Yoshida1-0/+7
2014-01-31Move this to its own method.Kohei Yoshida1-35/+47
2014-01-31Bit of a cleanup.Kohei Yoshida1-18/+12
2014-01-31Take advantage of segment-based hidden flag storage.Kohei Yoshida1-1/+10
2014-01-31Extract this code block into its own method.Kohei Yoshida1-166/+173
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida1-22/+91
2014-01-31Move the code for "fill simple" to its own method.Kohei Yoshida1-42/+50
2014-01-31Slight optimization by avoiding to query for hidden state unnecessarily.Kohei Yoshida1-18/+32
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke1-6/+6
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin1-2/+21
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-1/+1
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-03de-GetBuffer calcCaolán McNamara1-31/+24
2013-09-01These pieces of code are no longer needed.Kohei Yoshida1-6/+0
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-5/+5
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-4/+6
2013-06-24Same fix for fill series & some cleanup.Kohei Yoshida1-16/+3
2013-06-24We need to clone the source cell value to prevent crash.Kohei Yoshida1-1/+3
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-92/+90
2013-05-17resolved fdo#63805 max day of month of the intended monthEike Rathke1-2/+1
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-3/+2
2013-03-20fdo#39468: Translated German commentsgerhard oettl1-61/+61
2013-03-16sc: translate some debug messagesThomas Arnhold1-5/+5
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-9/+8
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-4/+4
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-1/+6
2013-02-06Rename ScColumn::Resize() to ReserveSize().Kohei Yoshida1-2/+2
2013-01-01remove use of #pragma optimizeLuboš Luňák1-5/+0
2012-12-30More cppcheck cleaning in scJulien Nabet1-1/+1
2012-12-17UniString::Fill -> OUStringBuffer::padToLengthCaolán McNamara1-3/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-24autofill should adapt the cond format range, fdo#57050Markus Mohrhard1-0/+57
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-08-10make more ScTable methods constMarkus Mohrhard1-1/+1