summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen4.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida1-11/+6
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-2/+2
2013-10-30Use enum for table op mode.Kohei Yoshida1-3/+3
2013-10-21drop CharSet typedefCaolán McNamara1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-2/+2
2013-10-08CID#1038507 calm coverity nerves about a double freeCaolán McNamara1-1/+6
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-08-12removed misleading comment about now obsolete CELLTYPE_NOTEEike Rathke1-1/+0
2013-08-12fdo#37341 fix unending loop in calc with Goal SeekWinfried1-41/+179
2013-08-09Revert "fdo#37341 dix unending loop in calc with Goal Seek"Stephan Bergmann1-179/+41
2013-08-08fdo#37341 dix unending loop in calc with Goal SeekWinfried1-41/+179
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-5/+6
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-6/+6
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-1/+1
2013-07-24InsertMatrixFormula() without CalcRelFromAbs().Kohei Yoshida1-25/+27
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-20/+13
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida1-13/+27
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-7/+7
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey1-0/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
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-0/+1
2013-03-28ScBaseCell::CellEqual is no more.Kohei Yoshida1-12/+12
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-4/+8
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-6/+8
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida1-1/+1
2013-03-16sc: translate some debug messagesThomas Arnhold1-7/+7
2013-02-16coverity: finally fix the memory leak correctlyMarkus Mohrhard1-1/+2
2013-02-15Revert "coverity: fix memory leak"Markus Mohrhard1-1/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-5/+5
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida1-0/+1
2013-01-03make sure the column index is valid, fdo#58539Markus Mohrhard1-0/+2
2013-01-03simplify this code a little bitMarkus Mohrhard1-22/+8
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-19ithe cond format data is no longer stored as SfxUInt32ItemMarkus Mohrhard1-1/+6
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard1-6/+0
2012-10-06adapt ScDocument methods to new overlapping cond formatsMarkus Mohrhard1-14/+28
2012-08-24Improve matrix import performance.Daniel Bankston1-2/+3
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen1-2/+0
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin1-3/+2
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-6/+0
2012-06-11fix rebase problemsMarkus Mohrhard1-0/+6
2012-06-11correctly set new conditional formatMarkus Mohrhard1-5/+3
2012-06-11use the result of the dialog and apply it to the documentMarkus Mohrhard1-3/+0
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-32/+3