summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Remove unused codePetr Vorel4-44/+0
2012-02-20Remove unused code in XclExpNameSantiago Martinez1-7/+0
2012-02-20Remove unused code in XclRoot.Santiago Martinez2-20/+0
2012-02-19add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard2-1/+2
2012-02-19Get rid of size() == 0Elton Chung4-7/+7
2012-02-19adapt ScDataPilotTableObj test to XDataPilotTable2 changesMarkus Mohrhard1-1/+12
2012-02-19remove ScNamedRangeObj from java based testsMarkus Mohrhard1-0/+2
2012-02-19add XCellRangeReferrer test to ScRangeNameObjMarkus Mohrhard1-4/+7
2012-02-19add XNamed test to ScNamedRangeMarkus Mohrhard4-13/+32
2012-02-19remove some more tests from the java based testsMarkus Mohrhard1-1/+1
2012-02-17Remove unnecessary header filesMatteo Casalin4-8/+1
2012-02-17add test for ScCellRangeObj::setDataArray and getDataArrayMarkus Mohrhard2-2/+26
2012-02-17Removed unused header includeTakeshi Abe1-1/+0
2012-02-16add missing fileMarkus Mohrhard1-0/+0
2012-02-16add two more test cases to XDatabaseRangeMarkus Mohrhard1-1/+3
2012-02-16enable XDatabaseRangeTest againMarkus Mohrhard2-1/+2
2012-02-16this should test ods and not xlsMarkus Mohrhard1-1/+1
2012-02-15fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida5-43/+124
2012-02-15Various string function clean upStephan Bergmann1-4/+12
2012-02-15Add comment wondering why this loadFile() isn't in oslTor Lillqvist1-0/+6
2012-02-15Special-case files in /assets on AndroidTor Lillqvist2-0/+18
2012-02-15Merge branch 'feature/android'Tor Lillqvist1-1/+3
2012-02-14More String to rtl::OUString conversion while I'm at it.Kohei Yoshida2-58/+58
2012-02-14Get sc to build once again with debug=true.Kohei Yoshida4-23/+30
2012-02-14String to rtl::OUString in the xls pivot table import code.Kohei Yoshida6-86/+84
2012-02-14auto_ptr to scoped_ptr.Kohei Yoshida1-4/+3
2012-02-14More, boolean-related cleanup. Removed unused data members.Kohei Yoshida4-34/+22
2012-02-14Removed code that's no longer relevant.Kohei Yoshida2-20/+3
2012-02-14Fixed ODS import filter to correctly identify data layout dimension.Kohei Yoshida4-61/+96
2012-02-14Try to preserve the orientation of data layout dimension.Kohei Yoshida1-2/+19
2012-02-14Remove std::auto_ptr in favor of boost::scoped_ptr.Kohei Yoshida2-8/+6
2012-02-14Handle painting of data layout dimension button correctly during refresh.Kohei Yoshida2-29/+27
2012-02-14Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida3-28/+77
2012-02-14Removed the incorrect assumption about the data layout field.Kohei Yoshida3-43/+16
2012-02-14cleanup namedlg.cxxMarkus Mohrhard1-6/+0
2012-02-13Use separate iterators for column and formula data.Kohei Yoshida2-28/+29
2012-02-13make the return statement more visibleIvan Timofeev1-1/+2
2012-02-13fdo#45916: Ensure formula cell's pCode isn't NULL even when compilation fails.Kohei Yoshida1-0/+3
2012-02-13Remove unused codeElton Chung4-27/+0
2012-02-13some very minor tweak(s) to "Improvment-of-Custom-Sheet-Prefix-Option"Noel Power1-3/+5
2012-02-13Improvment of Custom Sheet Prefix OptionAlbert Thuswaldner3-15/+43
2012-02-13Move it down a bit, to hopefully get Norbert's Mac tinderbox to build.Kohei Yoshida1-2/+2
2012-02-12use better assertion macrosMarkus Mohrhard1-2/+2
2012-02-11refactor subsequent_filters-test and move each test into own methodMarkus Mohrhard1-144/+181
2012-02-11refactor filters-test and move each test in own methodMarkus Mohrhard1-44/+63
2012-02-10unusedcode: remove XclObjId and unused typedefsMatúš Kukan3-47/+0
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan1-1/+0
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan6-6/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan13-13/+0
2012-02-10Cleaned up ScDPSource and ScDPMember(s) a bit.Kohei Yoshida4-306/+201