summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
* convert i18npool to gbuildMatúš Kukan2011-08-172-2/+2
* fix debug build in scMarkus Mohrhard2011-08-171-3/+3
* Remove ambiguity.Kohei Yoshida2011-08-171-2/+2
* String to rtl::OUString.Kohei Yoshida2011-08-173-19/+20
* String to rtl::OUString.Kohei Yoshida2011-08-174-86/+97
* Comment why I do this.Kohei Yoshida2011-08-161-0/+3
* Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida2011-08-161-7/+7
* Removed irrelevant changes.Kohei Yoshida2011-08-162-43/+1
* Keep the container and object separate methods.Kohei Yoshida2011-08-161-2/+41
* Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida2011-08-164-13/+25
* Slightly changed the API.Kohei Yoshida2011-08-161-64/+14
* Code page should be the same for the same drawing page.Kohei Yoshida2011-08-161-0/+34
* Extended UNO's script API to allow adding of multiple listeners at once.Kohei Yoshida2011-08-161-0/+43
* fdo#32703 make CSV import ignore leading spaces before quoted field contentEike Rathke2011-08-171-3/+15
* rework 04d2e6469529b6187900659517d6f6dd5ea2cca5Markus Mohrhard2011-08-162-19/+22
* GetLastSelected returns a table number and not a 1-based indexMarkus Mohrhard2011-08-162-5/+2
* cppcheck: reduced scope of variableTakeshi Abe2011-08-171-1/+1
* update range names/database ranges in formulas cellsMarkus Mohrhard2011-08-166-6/+113
* fix ScColumns::DeleteRange() responsible for all sorts of troubleEike Rathke2011-08-161-36/+43
* fix for bnc#684784 - more conservative graphic replacemementNoel Power2011-08-152-0/+14
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-153-4/+6
* sal_Bool -> bool and cosmeticsEike Rathke2011-08-145-163/+163
* sal_Bool -> bool and cosmeticsEike Rathke2011-08-146-271/+271
* fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke2011-08-144-66/+162
* fix fumble in makefileNorbert Thiebaud2011-08-131-0/+2
* Import SmartArt graphics to ImpressThorsten Behrens2011-08-122-3/+3
* ByteString, shrink apiCaolán McNamara2011-08-121-2/+2
* SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara2011-08-124-31/+24
* add the module oox into tail_build's foldNorbert Thiebaud2011-08-111-0/+1
* sc_ucalc is missing a dep on AllLangRes/sc and others -> build heisenbugNorbert Thiebaud2011-08-111-0/+6
* remove deprecated ByteString::CreateFromUnicodeCaolán McNamara2011-08-111-1/+9
* Prevent crash at column row boundaries.Eike Rathke2011-08-101-30/+16
* remove uno from range name export and some clean upMarkus Mohrhard2011-08-104-70/+47
* fix for fdo#39915: defining named ranges should be case insensitiveMarkus Mohrhard2011-08-101-1/+3
* sal_Bool to bool switching while I'm at it.Kohei Yoshida2011-08-103-117/+117
* Probably better to rename ppClipTab to rClipTabs, for consistency.Kohei Yoshida2011-08-101-9/+9
* Fixed an infinite loop when the paste destination has only one sheet.Kohei Yoshida2011-08-101-4/+4
* Partially reverted 96336b01a8e2836a3cabe407a92ac5d7b5ac5bf7.Kohei Yoshida2011-08-101-20/+2
* Lots more cleanups.Kohei Yoshida2011-08-094-48/+47
* Pass by const reference.Kohei Yoshida2011-08-091-1/+1
* Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke2011-08-105-6/+6
* change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard2011-08-106-90/+88
* fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard2011-08-103-4/+22
* Correctly import from Excel charts with multiple ranges.Kohei Yoshida2011-08-094-16/+34
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-1011-11/+11
* Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins2011-08-086-42/+23
* missing ',' makes a completely different string than it appears.Caolán McNamara2011-08-081-2/+2
* ByteString::ConvertToUnicode->rtl::OUString::ctorCaolán McNamara2011-08-081-3/+9
* fix typoDavid Tardon2011-08-081-1/+1