summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Add a test that currently fails. We need to fix this bug.Kohei Yoshida2013-08-021-1/+1
* fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida2013-08-022-6/+18
* Avoid having these fat inline methods.Kohei Yoshida2013-07-311-52/+8
* Now the reference object no longer stores both absolute and relative.Kohei Yoshida2013-07-301-6/+3
* Clean this up a bit.Kohei Yoshida2013-07-301-12/+12
* Now nobody accesses reference members directly. Make them private.Kohei Yoshida2013-07-302-3/+8
* These methods are now unused. Chuck them.Kohei Yoshida2013-07-301-5/+0
* Rework reference update in conditional formatting and cell validation.Kohei Yoshida2013-07-304-29/+57
* Adjust named range references on sheet move.Kohei Yoshida2013-07-306-9/+20
* Update range names on sheet deletion.Kohei Yoshida2013-07-306-4/+20
* Handle named range update on sheet insertion.Kohei Yoshida2013-07-306-12/+40
* These methods are now unused.Kohei Yoshida2013-07-301-7/+0
* More on getting named range update to work.Kohei Yoshida2013-07-305-7/+24
* First cut on re-working reference update in named expressions.Kohei Yoshida2013-07-302-7/+20
* Organize the reference dumping code a bit.Kohei Yoshida2013-07-301-2/+2
* Add export test for exporting inline arrays to xls format.Kohei Yoshida2013-07-301-1/+1
* More on avoiding direct access to data members.Kohei Yoshida2013-07-301-0/+3
* More on removing unused methods after some adjustments.Kohei Yoshida2013-07-301-8/+0
* Make this guy unused, and remove it.Kohei Yoshida2013-07-301-1/+0
* Nobody uses this method now. Chuck it.Kohei Yoshida2013-07-301-1/+0
* Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida2013-07-301-12/+6
* Remove unused parameters to clean it up a bit.Kohei Yoshida2013-07-304-5/+5
* Re-implement sheet reference adjustment on sheet move.Kohei Yoshida2013-07-301-0/+2
* Re-work reference update on sheet insertion & fix one bug on sheet deletion.Kohei Yoshida2013-07-301-0/+2
* move global string to globstr fileLionel Elie Mamane2013-07-281-0/+3
* fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl2013-07-282-1/+6
* SfxStyleSheetBasePool::Make: remove nPos parameterMichael Stahl2013-07-271-1/+1
* resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke2013-07-255-9/+34
* I forgot to turn this off.Kohei Yoshida2013-07-251-1/+1
* Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida2013-07-241-3/+10
* Re-implement adjusting of references on move.Kohei Yoshida2013-07-241-0/+3
* Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida2013-07-242-2/+19
* Make these non-inline.Kohei Yoshida2013-07-241-29/+7
* CalcRelFromAbs() is no more.Kohei Yoshida2013-07-241-3/+0
* More on removing CalcRelFromAbs().Kohei Yoshida2013-07-241-26/+3
* Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida2013-07-241-3/+0
* Flag cell state modified when a reference points to a different position.Kohei Yoshida2013-07-241-1/+1
* Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida2013-07-241-0/+9
* Handle reference adjustment in response to sheet deletion.Kohei Yoshida2013-07-242-6/+17
* Properly handle optional edge expansion of referenced ranges.Kohei Yoshida2013-07-242-2/+6
* Handle range reference expansion on insertion.Kohei Yoshida2013-07-241-1/+2
* Remove CalcAbsIfRel() virtual method from ScToken and all its children.Kohei Yoshida2013-07-241-6/+0
* Mark formula cells dirty when a referenced range gets partially shifted.Kohei Yoshida2013-07-241-0/+1
* Correctly update references on cell insertion/deletion.Kohei Yoshida2013-07-242-0/+24
* Remove the current shared formula bits.Kohei Yoshida2013-07-241-1/+1
* Split this method into 3.Kohei Yoshida2013-07-241-0/+18
* Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida2013-07-246-31/+72
* Add dumping capability for ScTokenArray (for debugging).Kohei Yoshida2013-07-243-1/+21
* More on removing CalcAbsIfRel().Kohei Yoshida2013-07-241-0/+1
* Remove CalcRelFromAbs() virtual method from ScToken and all its child classes.Kohei Yoshida2013-07-241-6/+0