summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida3-0/+8
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida1-2/+0
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida1-1/+2
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida2-5/+7
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida5-3/+15
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida1-1/+6
2013-08-12Include <map> for std::map with MSVCTor Lillqvist1-0/+1
2013-08-12listen for formula related configuration changesNoel Power1-0/+3
2013-08-08import performance : do not use EditEngine anymoreLaurent Godard1-0/+2
2013-08-02Add a test that currently fails. We need to fix this bug.Kohei Yoshida1-1/+1
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida2-6/+18
2013-07-31Avoid having these fat inline methods.Kohei Yoshida1-52/+8
2013-07-30Now the reference object no longer stores both absolute and relative.Kohei Yoshida1-6/+3
2013-07-30Clean this up a bit.Kohei Yoshida1-12/+12
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida2-3/+8
2013-07-30These methods are now unused. Chuck them.Kohei Yoshida1-5/+0
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida4-29/+57
2013-07-30Adjust named range references on sheet move.Kohei Yoshida6-9/+20
2013-07-30Update range names on sheet deletion.Kohei Yoshida6-4/+20
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida6-12/+40
2013-07-30These methods are now unused.Kohei Yoshida1-7/+0
2013-07-30More on getting named range update to work.Kohei Yoshida5-7/+24
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida2-7/+20
2013-07-30Organize the reference dumping code a bit.Kohei Yoshida1-2/+2
2013-07-30Add export test for exporting inline arrays to xls format.Kohei Yoshida1-1/+1
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-0/+3
2013-07-30More on removing unused methods after some adjustments.Kohei Yoshida1-8/+0
2013-07-30Make this guy unused, and remove it.Kohei Yoshida1-1/+0
2013-07-30Nobody uses this method now. Chuck it.Kohei Yoshida1-1/+0
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida1-12/+6
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida4-5/+5
2013-07-30Re-implement sheet reference adjustment on sheet move.Kohei Yoshida1-0/+2
2013-07-30Re-work reference update on sheet insertion & fix one bug on sheet deletion.Kohei Yoshida1-0/+2
2013-07-28move global string to globstr fileLionel Elie Mamane1-0/+3
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl2-1/+6
2013-07-27SfxStyleSheetBasePool::Make: remove nPos parameterMichael Stahl1-1/+1
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke5-9/+34
2013-07-25I forgot to turn this off.Kohei Yoshida1-1/+1
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-3/+10
2013-07-24Re-implement adjusting of references on move.Kohei Yoshida1-0/+3
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida2-2/+19
2013-07-24Make these non-inline.Kohei Yoshida1-29/+7
2013-07-24CalcRelFromAbs() is no more.Kohei Yoshida1-3/+0
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida1-26/+3
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida1-3/+0
2013-07-24Flag cell state modified when a reference points to a different position.Kohei Yoshida1-1/+1
2013-07-24Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida1-0/+9
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida2-6/+17
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida2-2/+6
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida1-1/+2