summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-01only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard1-1/+1
2013-05-28correctly delete note captions, fdo#64068Markus Mohrhard1-1/+3
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-3/+3
2013-05-20A bit of a cleanup.Kohei Yoshida1-1/+0
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida1-6/+8
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida1-8/+5
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida1-7/+11
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida1-7/+7
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida1-6/+8
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida1-0/+8
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida1-8/+9
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida1-4/+4
2013-04-22copy conditional formats correctly, fdo#63607Markus Mohrhard1-0/+6
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-9/+10
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-0/+8
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida1-0/+8
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida1-0/+7
2013-03-22More on PutCell() avoidance.Kohei Yoshida1-0/+26
2013-03-22Do the same for formula cells.Kohei Yoshida1-2/+21
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida1-1/+9
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-0/+18
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida1-1/+22
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-0/+11
2013-03-16sc: translate some debug messagesThomas Arnhold1-21/+21
2013-03-14Accessor in ScTable.Kohei Yoshida1-0/+9
2013-02-27the method is actually called twice, fdo#60306Markus Mohrhard1-6/+9
2013-02-27remove the copied cond format cell attr entries, fdo#60306Markus Mohrhard1-0/+8
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard1-1/+1
2013-02-20respect nDelFlags, fdo#57661Markus Mohrhard1-1/+1
2013-02-20automatically extending cond formats is dangerous, fdo#60828Markus Mohrhard1-2/+3
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-9/+9
2013-02-15use boost::scoped_ptrMarkus Mohrhard1-3/+1
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-24/+24
2013-01-30bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida1-0/+12
2013-01-19copy styles from cond format between different docs, fdo#59159Markus Mohrhard1-0/+26
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida1-0/+13
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida1-0/+7
2012-12-25simplify cond format copy&paste code, fdo#58677Markus Mohrhard1-50/+21
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-04calc66: #i117315# round-down single row height values in GetScaledRowHeightNiklas Nebel1-2/+16
2012-11-28use the correct flag to remove notesMarkus Mohrhard1-1/+1
2012-11-23support undoing conditional formats correctlyMarkus Mohrhard1-0/+6
2012-11-23this should be IDF_NOTEMarkus Mohrhard1-1/+1
2012-11-17delete also note caption, fdo#56548Markus Mohrhard1-1/+1
2012-11-02Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida1-4/+12
2012-11-02Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida1-2/+8
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida1-35/+0