summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-10/+2
2014-01-23fdo#73986: Don't forget to receive returned object from for_each.Kohei Yoshida1-1/+1
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida1-4/+4
2014-01-05Don't crash when entering a value into cell at MAXROW position.Kohei Yoshida1-1/+8
2013-12-11Fix paste as link, and a test case to catch it in the future.Kohei Yoshida1-1/+1
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist1-1/+2
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist1-2/+2
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-7/+7
2013-11-04Fix multiple operations with formula cell with indirect dependency.Kohei Yoshida1-4/+4
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida1-15/+0