summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida1-0/+1
2013-09-01These pieces of code are no longer needed.Kohei Yoshida4-17/+0
2013-09-01Handle enabling / disabling of auto spell check.Kohei Yoshida1-0/+3
2013-09-01Auto spell-check is no longer done in ScDocument.Kohei Yoshida1-5/+0
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida1-0/+57
2013-09-01Remove pointless comments and ASCII artTor Lillqvist1-61/+61
2013-08-31Fix typo in 0d4238770e278abf8701863530f41b353ad51d08Tor Lillqvist1-1/+1
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa45-339/+48
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara2-12/+7
2013-08-29add support for in-place style previewNoel Power1-2/+7
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-17/+17
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin3-3/+3
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer1-0/+2
2013-08-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power1-1/+4
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida1-0/+1
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida1-0/+3
2013-08-22fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks1-4/+5
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida4-0/+66
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl2-0/+6
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida2-3/+13
2013-08-14Do the same when inserting columns.Kohei Yoshida1-1/+2
2013-08-13Do the same when deleting rows.Kohei Yoshida1-2/+2
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida4-3/+46
2013-08-13Ensure iterators are value-initializedStephan Bergmann1-2/+2
2013-08-12Compile token array only once per formula group.Kohei Yoshida1-1/+5
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida1-1/+1
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida1-0/+2
2013-08-12Do the splitting of formula groups.Kohei Yoshida1-1/+9
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