summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* don't add empty categories, fdo#46332Markus Mohrhard2012-02-211-1/+1
* unusedcode.easy: some cleaningThomas Arnhold2012-02-206-55/+0
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-214-6/+6
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-202-2/+2
* Remove unused codePetr Vorel2012-02-204-44/+0
* Remove unused code in XclExpNameSantiago Martinez2012-02-201-7/+0
* Remove unused code in XclRoot.Santiago Martinez2012-02-202-20/+0
* add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard2012-02-192-1/+2
* Get rid of size() == 0Elton Chung2012-02-194-7/+7
* adapt ScDataPilotTableObj test to XDataPilotTable2 changesMarkus Mohrhard2012-02-191-1/+12
* remove ScNamedRangeObj from java based testsMarkus Mohrhard2012-02-191-0/+2
* add XCellRangeReferrer test to ScRangeNameObjMarkus Mohrhard2012-02-191-4/+7
* add XNamed test to ScNamedRangeMarkus Mohrhard2012-02-194-13/+32
* remove some more tests from the java based testsMarkus Mohrhard2012-02-191-1/+1
* Remove unnecessary header filesMatteo Casalin2012-02-174-8/+1
* add test for ScCellRangeObj::setDataArray and getDataArrayMarkus Mohrhard2012-02-172-2/+26
* Removed unused header includeTakeshi Abe2012-02-171-1/+0
* add missing fileMarkus Mohrhard2012-02-161-0/+0
* add two more test cases to XDatabaseRangeMarkus Mohrhard2012-02-161-1/+3
* enable XDatabaseRangeTest againMarkus Mohrhard2012-02-162-1/+2
* this should test ods and not xlsMarkus Mohrhard2012-02-161-1/+1
* fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida2012-02-155-43/+124
* Various string function clean upStephan Bergmann2012-02-151-4/+12
* Add comment wondering why this loadFile() isn't in oslTor Lillqvist2012-02-151-0/+6
* Special-case files in /assets on AndroidTor Lillqvist2012-02-152-0/+18
* Merge branch 'feature/android'Tor Lillqvist2012-02-151-1/+3
|\
| * Move assertions before useTor Lillqvist2012-01-311-2/+6
* | More String to rtl::OUString conversion while I'm at it.Kohei Yoshida2012-02-142-58/+58
* | Get sc to build once again with debug=true.Kohei Yoshida2012-02-144-23/+30
* | String to rtl::OUString in the xls pivot table import code.Kohei Yoshida2012-02-146-86/+84
* | auto_ptr to scoped_ptr.Kohei Yoshida2012-02-141-4/+3
* | More, boolean-related cleanup. Removed unused data members.Kohei Yoshida2012-02-144-34/+22
* | Removed code that's no longer relevant.Kohei Yoshida2012-02-142-20/+3
* | Fixed ODS import filter to correctly identify data layout dimension.Kohei Yoshida2012-02-144-61/+96
* | Try to preserve the orientation of data layout dimension.Kohei Yoshida2012-02-141-2/+19
* | Remove std::auto_ptr in favor of boost::scoped_ptr.Kohei Yoshida2012-02-142-8/+6
* | Handle painting of data layout dimension button correctly during refresh.Kohei Yoshida2012-02-142-29/+27
* | Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida2012-02-143-28/+77
* | Removed the incorrect assumption about the data layout field.Kohei Yoshida2012-02-143-43/+16
* | cleanup namedlg.cxxMarkus Mohrhard2012-02-141-6/+0
* | Use separate iterators for column and formula data.Kohei Yoshida2012-02-132-28/+29
* | make the return statement more visibleIvan Timofeev2012-02-131-1/+2
* | fdo#45916: Ensure formula cell's pCode isn't NULL even when compilation fails.Kohei Yoshida2012-02-131-0/+3
* | Remove unused codeElton Chung2012-02-134-27/+0
* | some very minor tweak(s) to "Improvment-of-Custom-Sheet-Prefix-Option"Noel Power2012-02-131-3/+5
* | Improvment of Custom Sheet Prefix OptionAlbert Thuswaldner2012-02-133-15/+43
* | Move it down a bit, to hopefully get Norbert's Mac tinderbox to build.Kohei Yoshida2012-02-131-2/+2
* | use better assertion macrosMarkus Mohrhard2012-02-121-2/+2
* | refactor subsequent_filters-test and move each test into own methodMarkus Mohrhard2012-02-111-144/+181
* | refactor filters-test and move each test in own methodMarkus Mohrhard2012-02-111-44/+63