summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-10String to rtl::OUString.Kohei Yoshida8-17/+17
2012-02-10add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard1-2/+35
2012-02-10Fixed the accidental swapping of equality / non-equality condition.Kohei Yoshida2-2/+2
2012-02-10changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke5-43/+29
2012-02-10convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin4-25/+32
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-4/+4
2012-02-10can use direct operator[] variantsCaolán McNamara1-3/+3
2012-02-09ByteString to rtl::OStringBuffer.Kohei Yoshida1-33/+33
2012-02-09Expanded macros to make it easier to work on ByteString.Kohei Yoshida1-28/+26