summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-08-21unusedcode: svtools::Matúš Kukan1-2/+2
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-17convert i18npool to gbuildMatúš Kukan2-2/+2
2011-08-17fix debug build in scMarkus Mohrhard1-3/+3
2011-08-17Remove ambiguity.Kohei Yoshida1-2/+2
2011-08-17String to rtl::OUString.Kohei Yoshida3-19/+20
2011-08-17String to rtl::OUString.Kohei Yoshida4-86/+97
2011-08-16Comment why I do this.Kohei Yoshida1-0/+3
2011-08-16Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida1-7/+7
2011-08-16Removed irrelevant changes.Kohei Yoshida2-43/+1
2011-08-16Keep the container and object separate methods.Kohei Yoshida1-2/+41
2011-08-16Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida4-13/+25
2011-08-16Slightly changed the API.Kohei Yoshida1-64/+14
2011-08-16Code page should be the same for the same drawing page.Kohei Yoshida1-0/+34
2011-08-16Extended UNO's script API to allow adding of multiple listeners at once.Kohei Yoshida1-0/+43
2011-08-17fdo#32703 make CSV import ignore leading spaces before quoted field contentEike Rathke1-3/+15
2011-08-16rework 04d2e6469529b6187900659517d6f6dd5ea2cca5Markus Mohrhard2-19/+22
2011-08-16GetLastSelected returns a table number and not a 1-based indexMarkus Mohrhard2-5/+2
2011-08-17cppcheck: reduced scope of variableTakeshi Abe1-1/+1
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard6-6/+113
2011-08-16fix ScColumns::DeleteRange() responsible for all sorts of troubleEike Rathke1-36/+43
2011-08-15fix for bnc#684784 - more conservative graphic replacemementNoel Power2-0/+14
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara3-4/+6
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke5-163/+163
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke6-271/+271
2011-08-14fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke4-66/+162
2011-08-13fix fumble in makefileNorbert Thiebaud1-0/+2
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens2-3/+3
2011-08-12ByteString, shrink apiCaolán McNamara1-2/+2
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara4-31/+24
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud1-0/+1
2011-08-11sc_ucalc is missing a dep on AllLangRes/sc and others -> build heisenbugNorbert Thiebaud1-0/+6
2011-08-11remove deprecated ByteString::CreateFromUnicodeCaolán McNamara1-1/+9
2011-08-10Prevent crash at column row boundaries.Eike Rathke1-30/+16
2011-08-10remove uno from range name export and some clean upMarkus Mohrhard4-70/+47
2011-08-10fix for fdo#39915: defining named ranges should be case insensitiveMarkus Mohrhard1-1/+3
2011-08-10sal_Bool to bool switching while I'm at it.Kohei Yoshida3-117/+117
2011-08-10Probably better to rename ppClipTab to rClipTabs, for consistency.Kohei Yoshida1-9/+9
2011-08-10Fixed an infinite loop when the paste destination has only one sheet.Kohei Yoshida1-4/+4
2011-08-10Partially reverted 96336b01a8e2836a3cabe407a92ac5d7b5ac5bf7.Kohei Yoshida1-20/+2
2011-08-09Lots more cleanups.Kohei Yoshida4-48/+47
2011-08-09Pass by const reference.Kohei Yoshida1-1/+1
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke5-6/+6
2011-08-10change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard6-90/+88
2011-08-10fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard3-4/+22
2011-08-09Correctly import from Excel charts with multiple ranges.Kohei Yoshida4-16/+34
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe11-11/+11
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins6-42/+23
2011-08-08missing ',' makes a completely different string than it appears.Caolán McNamara1-2/+2
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctorCaolán McNamara1-3/+9