summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-28test rows for validityCaolán McNamara1-0/+3
2014-05-29Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara1-10/+13
2014-05-23fdo#78903: Don't broadcast prematurely during cell deletion.Kohei Yoshida1-22/+0
2014-05-10fdo#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-30fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida1-2/+5
2014-04-25fdo#72741, fdo#76607: Backport of Calc sort rework.Kohei Yoshida1-3/+62
2014-04-11re-enabled user-defined numeric fields for dBase exportEike Rathke1-22/+86
2014-03-25fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida1-0/+69
2014-02-25fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-27/+28
2014-02-19fdo#72491: Always set input as text when that's requested.Kohei Yoshida1-5/+20
2014-02-08fdo#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-01-30fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida1-4/+8
2014-01-23fdo#73986: Don't forget to receive returned object from for_each.Kohei Yoshida1-1/+1
2014-01-15fdo#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
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-30use positional hint for UpdateScript, fdo#69006Markus Mohrhard1-3/+5
2013-10-30variable can never be NULL in this placeMarkus Mohrhard1-8/+4
2013-10-24remove useless commented codeLaurent Godard1-14/+0
2013-10-23Cell note deletion should happen even when no cells exist in the column.Kohei Yoshida1-3/+7
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-2/+67
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-10-21drop CharSet typedefCaolán McNamara1-3/+3
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-7/+4
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-1/+0
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida1-41/+7
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida1-8/+8
2013-10-08Unused methods.Kohei Yoshida1-13/+0
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-24/+45
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida1-2/+2
2013-10-08convert sc/inc/column.hxx from String to OUStringNoel Grandin1-7/+7
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida1-1/+1
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida1-0/+58
2013-10-04Normalize all string objects that are cell contents before they get stored.Kohei Yoshida1-36/+17
2013-09-25We need to clone the edit text instance to avoid double deletion.Kohei Yoshida1-1/+1
2013-09-25compare against IDF_HARDATTR, fdo#39484Markus Mohrhard1-1/+1
2013-09-25fdo#66646: fix paste special with empty cellsMarkus Mohrhard1-1/+17
2013-08-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power1-2/+4
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida1-11/+0
2013-08-13Try to re-group without ungrouping all cells.Kohei Yoshida1-31/+77
2013-08-13Unused memeberStephan Bergmann1-1/+0
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida1-1/+1