summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-27sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin1-1/+1
2015-12-22loplugin:unusedfields in scNoel Grandin1-1/+0
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-26/+26
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-9/+1
2015-10-02Add missing includeTor Lillqvist1-0/+1
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-1/+8
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-25/+30
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-16Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke1-4/+4
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke1-1/+4
2015-07-17Resolves: tdf#92767 use ISO 8601 for internal date string representationEike Rathke1-0/+4
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-7/+7
2015-02-16tdf#65505 tdf#57431 Autofilter checkbox for blank cells like in MS ExcelDeena Francis1-1/+11
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2015-01-10only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard1-1/+12
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard1-0/+6
2014-11-28test rows for validityCaolán McNamara1-0/+3
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-13/+30
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-4/+12
2014-11-19Use group area listener when entering a new single formula cell.Kohei Yoshida1-6/+16
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida1-23/+8
2014-11-18Rename Activate... -> Attach...Kohei Yoshida1-8/+8
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida1-16/+22
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida1-9/+26
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida1-22/+0
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida1-6/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-22Be sure to copy the cell text attributes values to and from clip.Kohei Yoshida1-2/+39
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-16/+16
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-05-29MAXROWCOUNT-1 -> MAXROW, same number but tidierCaolán McNamara1-1/+1
2014-05-29Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara1-10/+13
2014-05-23Remove dead codeStephan Bergmann1-54/+0
2014-05-22fdo#78903: Don't broadcast prematurely during cell deletion.Kohei Yoshida1-22/+0
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-3/+3
2014-05-11fix-includes.pl: scThomas Arnhold1-4/+4
2014-05-09fdo#77056: Treat empty cells as if they have a value of 0.0.Kohei Yoshida1-17/+26
2014-05-09fdo#77379: Don't return from the call. Notes are handled at the end.Kohei Yoshida1-2/+2
2014-04-29fdo#74650: Speed up GetFilteredFilterEntries().Kohei Yoshida1-2/+5
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida1-3/+62
2014-04-02just nitpicking on scopeEike Rathke1-2/+1