summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table4.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-3/+3
2012-06-09Remove superfluous include commentsThomas Arnhold1-7/+0
2012-04-15don't deduce increment from multiple equal list entries, fdo#39500Markus Mohrhard1-0/+16
2012-04-15autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard1-2/+2
2012-04-15remove one more wrong IsDataFiltered callMarkus Mohrhard1-1/+1
2012-04-11first part for ScTable::GetAutoFillPreviewMarkus Mohrhard1-2/+2
2012-04-11ScTable::FillAuto should work with hidden rows/columsn now tooMarkus Mohrhard1-94/+94
2012-04-11make ScTable::FillSeries work correctly with hidden rows/columnsMarkus Mohrhard1-106/+174
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard1-31/+37
2012-04-10search for hidden rows/columns and not filtered areas, fdo#48449Markus Mohrhard1-4/+4
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard1-2/+2
2012-02-27merge GetString variantsCaolán McNamara1-10/+10
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida1-2/+4
2012-01-31Revert "Prevent excessive references to single token instance during fill."Eike Rathke1-1/+0
2012-01-30Prevent excessive references to single token instance during fill.Kohei Yoshida1-0/+1
2012-01-26Deleting a null pointer is safeTakeshi Abe1-2/+1
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann1-120/+112
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-5/+12
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard1-56/+55
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-4/+4
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida1-6/+0
2011-04-13Silly indentation errors, remove friend statement, bool over sal_Bool.Kohei Yoshida1-18/+18
2011-04-12fdo#35345: Don't overwrite hidden cells in drag-fill operationKatarina Machalkova1-109/+154
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-157/+157