summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* 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
* ByteString to rtl::OString.Kohei Yoshida2012-02-091-3/+3
* ByteString,UniString to rtl variants.Kohei Yoshida2012-02-091-76/+83
* A bit of code-sharing.Kohei Yoshida2012-02-091-43/+53
* Convert ByteString, UniString to rtl variants in AsciiSave.Kohei Yoshida2012-02-091-45/+52
* sal_Bool to bool.Kohei Yoshida2012-02-091-14/+14
* String to rtl::OUString.Kohei Yoshida2012-02-0912-82/+81
* Cleaned up more header include silliness.Kohei Yoshida2012-02-097-18/+33
* Include dpglobal.hxx only when necessary.Kohei Yoshida2012-02-098-8/+6
* Really cleaned up dpglobal.hxx.Kohei Yoshida2012-02-095-76/+10
* Moved ScDPItemData into own files.Kohei Yoshida2012-02-096-331/+410
* Cleaning up ScDPItemData a bit...Kohei Yoshida2012-02-094-38/+51
* Moved definitions of ScDPItemData where they belong.Kohei Yoshida2012-02-093-195/+196
* More duplicated defines.Kohei Yoshida2012-02-096-34/+24
* Use names from unonames.hxx to be consistent.Kohei Yoshida2012-02-098-131/+110
* Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida2012-02-098-206/+205
* Consolidate all these duplicated defined uno prop names for pivot table.Kohei Yoshida2012-02-093-44/+1
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-107-34/+34
* ByteString->rtl::OstringCaolán McNamara2012-02-091-43/+41
* ensure correct sc dependenciesCaolán McNamara2012-02-091-2/+2
* added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke2012-02-096-92/+257
* String to rtl::OUString.Kohei Yoshida2012-02-084-28/+25
* bool cleanups.Kohei Yoshida2012-02-082-187/+189
* Moved ScCollection under filter/starcalc.Kohei Yoshida2012-02-084-4/+4
* Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida2012-02-0817-116/+115
* Moved TypedStrData into its own files.Kohei Yoshida2012-02-0812-185/+252
* Removed unnecessary header includes.Kohei Yoshida2012-02-083-4/+0
* we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard2012-02-091-1/+1
* remove unnecessary checkMarkus Mohrhard2012-02-091-5/+1
* remove unnecessary temporary variableMarkus Mohrhard2012-02-091-5/+6
* use slowcheck in scMarkus Mohrhard2012-02-091-2/+2
* copy settings for RTL with sheets, fdo#45768Markus Mohrhard2012-02-091-0/+8
* ScSortedCollection is now officially unused. Nuking it.Kohei Yoshida2012-02-082-158/+7
* Old result not used for now always case sensitive search.Kohei Yoshida2012-02-081-8/+0