summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer
2013-08-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida
2013-08-22fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida
2013-08-14Do the same when inserting columns.Kohei Yoshida
2013-08-13Do the same when deleting rows.Kohei Yoshida
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida
2013-08-13Ensure iterators are value-initializedStephan Bergmann
2013-08-12Compile token array only once per formula group.Kohei Yoshida
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida
2013-08-12Do the splitting of formula groups.Kohei Yoshida
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida
2013-08-12Include <map> for std::map with MSVCTor Lillqvist
2013-08-12listen for formula related configuration changesNoel Power
2013-08-08import performance : do not use EditEngine anymoreLaurent Godard
2013-08-02Add a test that currently fails. We need to fix this bug.Kohei Yoshida
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida
2013-07-31Avoid having these fat inline methods.Kohei Yoshida
2013-07-30Now the reference object no longer stores both absolute and relative.Kohei Yoshida
2013-07-30Clean this up a bit.Kohei Yoshida
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30These methods are now unused. Chuck them.Kohei Yoshida
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida
2013-07-30Adjust named range references on sheet move.Kohei Yoshida
2013-07-30Update range names on sheet deletion.Kohei Yoshida
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida
2013-07-30These methods are now unused.Kohei Yoshida
2013-07-30More on getting named range update to work.Kohei Yoshida
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida
2013-07-30Organize the reference dumping code a bit.Kohei Yoshida
2013-07-30Add export test for exporting inline arrays to xls format.Kohei Yoshida
2013-07-30More on avoiding direct access to data members.Kohei Yoshida
2013-07-30More on removing unused methods after some adjustments.Kohei Yoshida
2013-07-30Make this guy unused, and remove it.Kohei Yoshida
2013-07-30Nobody uses this method now. Chuck it.Kohei Yoshida
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida
2013-07-30Re-implement sheet reference adjustment on sheet move.Kohei Yoshida