summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida3-1/+43
2013-10-08Handle edit text cells here as well as the string cells.Kohei Yoshida1-7/+31
2013-10-08Get the string ID's for case insensitive comparisons.Kohei Yoshida1-7/+7
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida6-19/+19
2013-10-08Use the document's string pool rather than a separate one for the formula.Kohei Yoshida1-6/+6
2013-10-08Unused methods.Kohei Yoshida3-29/+0
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida14-89/+140
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida3-7/+7
2013-10-08Slight optimization when copying OUString.Kohei Yoshida1-4/+4
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin18-122/+119
2013-10-08convert sc/inc/autonamecache.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/column.hxx from String to OUStringNoel Grandin1-7/+7
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin2-15/+1
2013-10-08convert sc/inc/dpgroup.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/drwlayer.hxx from String to OUStringNoel Grandin1-7/+7
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida3-6/+6
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida4-0/+95
2013-10-04Normalize all string objects that are cell contents before they get stored.Kohei Yoshida3-39/+32
2013-10-04Add string pool to document.Kohei Yoshida1-0/+3
2013-10-04Move this string pool code to svl.Kohei Yoshida1-4/+4
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin5-9/+9
2013-10-03rtl_ustr_hashCode_WithLength -> OUString:hashCodeCaolán McNamara1-1/+1
2013-10-03de-GetBuffer calcCaolán McNamara3-35/+28
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann1-1/+1
2013-10-01sal_Bool to bool in bcaslot.[ch]xxMarkus Mohrhard1-11/+11
2013-09-25Use ScDocumentImport to set matrix formula cells from xls.Kohei Yoshida1-0/+4
2013-09-25We need to clone the edit text instance to avoid double deletion.Kohei Yoshida1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-11/+11
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-09-19convert sc/inc/paramisc.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-5/+5
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás1-2/+2
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida3-39/+33
2013-09-11Don't forget assignment operators.Kohei Yoshida1-2/+2
2013-09-11add yellow smilies to icon setsMarkus Mohrhard1-2/+8
2013-09-11add colored smilies to the icon sets, fdo#60107Markus Mohrhard1-0/+6
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida4-9/+23
2013-09-10Oops I forgot a return statement.Kohei Yoshida1-1/+1
2013-09-10Fix several logic errors in required array size calculation.Kohei Yoshida1-3/+7
2013-09-10Trim data array length to remove trailing empty rows.Kohei Yoshida3-0/+42
2013-09-10Eliminate (almost) duplicate code blocks.Kohei Yoshida1-70/+30
2013-09-10Support fetching string array that spans over multiple blocks.Kohei Yoshida2-10/+153
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida1-1/+9
2013-09-10Do the same for range vector tokens.Kohei Yoshida1-2/+4
2013-09-10Correctly handle empty cells in group calculation (software interpreter).Kohei Yoshida1-3/+6
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-2/+2
2013-09-07Fix incorrect reference update on shared formulas.Kohei Yoshida1-1/+4
2013-09-07fix validity dialog with lists, fdo#65686Markus Mohrhard1-1/+1
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-58/+55