summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
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
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