summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida1-6/+1
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida1-5/+20
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida1-125/+135
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-4/+3
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-11/+12
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida1-1/+0
2013-07-24Try to consolidate broadcast calls originating from column or table.Kohei Yoshida1-5/+8
2013-07-24No point having this indirection.Kohei Yoshida1-12/+2
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida1-123/+3
2013-07-11Move more methods to SharedFormulaUtil.Kohei Yoshida1-65/+2
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida1-73/+5
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida1-77/+93
2013-07-11Group formula cells when copying to clip, prevent crash during pasting.Kohei Yoshida1-4/+12
2013-07-08Re-group formula cells in DeleteRow().Kohei Yoshida1-4/+6
2013-07-08More on regrouping of formula cells.Kohei Yoshida1-15/+51
2013-07-08Adjust formula grouping on range deletion.Kohei Yoshida1-8/+24
2013-07-08More test on shared formula group adjustment on value insertions.Kohei Yoshida1-7/+0
2013-07-08Adjust formula cell grouping on cell deletion without shifting.Kohei Yoshida1-22/+46
2013-07-03fix the inherited number format removal codeMarkus Mohrhard1-2/+8
2013-06-27More on shared formula cell handling.Kohei Yoshida1-3/+53
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida1-8/+18
2013-06-27Make this a member method too.Kohei Yoshida1-64/+72
2013-06-27Make this a member method of ScColumn.Kohei Yoshida1-10/+8