summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida1-0/+8
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-1/+7
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida1-4/+1
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida1-0/+7
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida1-1/+0
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-1/+1
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-4/+8
2013-06-29only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard1-1/+1
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara1-3/+3
2013-06-24Don't allow outside code to set text attributes.Kohei Yoshida1-5/+0
2013-06-24Compiler warnings.Kohei Yoshida1-2/+1
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-1/+1
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-152/+230
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