summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-12tdf#90606 Crash when delete a large part of a column with shift cells leftArul1-6/+15
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-1/+5
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-9/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-26/+26
2015-10-20loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-19/+5
2015-10-02Add missing includeTor Lillqvist1-0/+1
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-5/+18
2015-09-18boost->stdCaolán McNamara1-7/+7
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-7/+7
2015-09-17boost->stdCaolán McNamara1-7/+7
2015-09-16Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke1-4/+4
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-7/+7
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-02-26split formula grouping for reference edge expansion, tdf#81659 relatedEike Rathke1-0/+29
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-5/+5
2014-12-11coverity#1257741 Uninitialized scalar fieldCaolán McNamara1-2/+6
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-0/+7
2014-12-09remove now unused BROADCAST_ALL_POSITIONS caseEike Rathke1-13/+0
2014-12-09introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke1-7/+20
2014-12-09prepare ScColumn::SetDirty() to handle BROADCAST_BROADCASTERSEike Rathke1-6/+43
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke1-14/+18
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-2/+17
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-6/+30
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-4/+7
2014-11-18Use group area listeners when filling down formula cells via fill series.Kohei Yoshida1-2/+3
2014-11-18Unused local variable.Kohei Yoshida1-1/+0
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida1-1/+1
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida1-0/+23
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-06sc: remove some unused codeNoel Grandin1-27/+0
2014-10-23loplugin: cstylecastNoel Grandin1-6/+6
2014-10-22Be sure to copy the cell text attributes values to and from clip.Kohei Yoshida1-2/+34
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-5/+0
2014-10-22Annotate FindEditCellsHandler.Kohei Yoshida1-4/+15
2014-10-12fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida1-0/+6
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-21/+21
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-27/+0
2014-06-25remove whitespaceMarkus Mohrhard1-50/+0
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+13
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-07column storage might be changed, related lp#990868Markus Mohrhard1-2/+2