summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | unusedcode: remove XclObjId and unused typedefsMatúš Kukan2012-02-103-47/+0
* | fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-101-1/+0
* | fdo#39491 remove nonexistent include pathsMatúš Kukan2012-02-106-6/+0
* | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-1013-13/+0
* | Cleaned up ScDPSource and ScDPMember(s) a bit.Kohei Yoshida2012-02-104-306/+201
* | String to rtl::OUString.Kohei Yoshida2012-02-108-17/+17
* | add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard2012-02-101-2/+35
* | Fixed the accidental swapping of equality / non-equality condition.Kohei Yoshida2012-02-102-2/+2
* | changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke2012-02-105-43/+29
* | convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin2012-02-104-25/+32
* | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-101-4/+4
* | can use direct operator[] variantsCaolán McNamara2012-02-101-3/+3
* | ByteString to rtl::OStringBuffer.Kohei Yoshida2012-02-091-33/+33
* | Expanded macros to make it easier to work on ByteString.Kohei Yoshida2012-02-091-28/+26