summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke1-4/+4
2015-09-18Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke1-1/+4
2015-08-06Resolves: tdf#92767 use ISO 8601 for internal date string representationEike Rathke1-0/+4
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
2014-03-31re-enabled user-defined numeric fields for dBase exportEike Rathke1-22/+86
2014-03-23WaE: unused variable 'it'Tor Lillqvist1-1/+1
2014-03-22fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida1-0/+69
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-27remove unused code in ScColumnNoel Grandin1-10/+0
2014-02-26remove unused code ScDocument::GetFormulaTokensNoel Grandin1-9/+0
2014-02-18fdo#72491: Always set input as text when that's requested.Kohei Yoshida1-5/+20
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-25/+27
2014-02-17fdo#74573: Skip removing of cell notes on empty cells if the flag is set.Kohei Yoshida1-1/+1
2014-02-07fdo#74273: Let's not shift the note twice. Once is enough.Kohei Yoshida1-4/+0
2014-02-07resolved fdo#74622 re-intern shared strings copied between documentsEike Rathke1-4/+24
2014-02-06fdo#74573: Skip deletion of destination area when 'skip empty' is on.Kohei Yoshida1-1/+0
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida1-4/+8