summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)Author
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-27resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()Eike Rathke
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-13remove dead codeNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida
2014-04-29fdo#74650: Speed up GetFilteredFilterEntries().Kohei Yoshida
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida
2014-04-23Now these two methods are unused.Kohei Yoshida
2014-04-23SwapRow() is no more!Kohei Yoshida
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida
2014-04-23Move cell notes too when sorting.Kohei Yoshida
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida
2014-04-23Retrieve and store broadcasters into data table.Kohei Yoshida
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida
2014-04-23Store cell text attribute pointers during initialization.Kohei Yoshida
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-07fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida
2014-03-22fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida
2014-02-27remove unused code in ScColumnNoel Grandin
2014-02-26remove unused code ScDocument::GetFormulaTokensNoel Grandin
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida
2014-02-17fdo#75032: Handle note copying correctly.Kohei Yoshida
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-02-02fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida
2014-01-23resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard