summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-05-24stop delivering globlmn.hrcDavid Tardon1-4/+1
2013-05-24Revert "Rename Boost libraries when built internally to match conventions"Fridrich Štrba1-1/+1
2013-05-24Rename Boost libraries when built internally to match conventionsTor Lillqvist1-1/+1
2013-05-24Revert "improve cell style xls[x|m] import performance"Noel Power3-192/+16
2013-05-24Revert "reorg styles code slightly, process normal (and row ) style in own me...Noel Power2-89/+88
2013-05-24reorg styles code slightly, process normal (and row ) style in own methodNoel Power2-88/+89
2013-05-24improve cell style xls[x|m] import performanceNoel Power3-16/+192
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist2-2/+2
2013-05-24Update bundled boost to 1.53.0Tor Lillqvist1-0/+1
2013-05-23Resolves: #i119903# Alternative text for form control t import/exportAndre Fischer2-0/+22
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard1-3/+3
2013-05-23only export these attributes into ODF1.2 extendedMarkus Mohrhard1-6/+6
2013-05-23fdo#63035 Add "Match Case" to Find bar.Andrzej J.R. Hunt1-0/+1
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann3-15/+19
2013-05-22AppendAscii cleanupRicardo Montania8-73/+70
2013-05-22fdo#64870 Duplicate shortcut on Text Import dialogueJoren De Cuyper1-1/+1
2013-05-22Resolves: #ii122335# Disabling the old task paneAndre Fischer2-2/+0
2013-05-22Disable Calc perf test by default & output both pseudo-cycles and real time.Kohei Yoshida1-47/+39
2013-05-22Use the block position of the destination, not of the source.Kohei Yoshida2-1/+2
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin6-16/+10
2013-05-22fix for bnc#819865 itemstate in parent style incorrectly reported as setNoel Power2-15/+12
2013-05-21Adjust a bit.Kohei Yoshida1-1/+1
2013-05-21Hopefully this will disable testPerf for Windows too... Untested.Kohei Yoshida1-1/+1
2013-05-21Disable the perf test for dbgutil build.Kohei Yoshida1-0/+2
2013-05-21make calc tests use some sort of pseudo-cycle measurementMichael Meeks1-79/+71
2013-05-21Resolves: #i122261# Calc Navigator - assure non-overlapping layoutOliver-Rainer Wittmann1-3/+7
2013-05-21WaE: unused variablesTor Lillqvist2-5/+0
2013-05-21fdo#46808, Convert oox.ExcelFilterExport service to new styleNoel Grandin3-17/+15
2013-05-21fdo#46808, Remove unnecessary XMultiServiceFactory memberNoel Grandin1-1/+1
2013-05-21fdo#46808, Convert chart2::*RegressionCurve services to new styleNoel Grandin3-37/+14
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin14-29/+20
2013-05-21fdo#64011 fix the position and the drawing from left to right in RTL sheetFaisal M. Al-Otaibi1-0/+7
2013-05-21fdo#46808, fix unit testNoel Grandin1-0/+1
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin3-19/+15
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin3-6/+8
2013-05-21Bypass for now an OSL_ENSURE that doesn't compileTor Lillqvist1-1/+3
2013-05-20Test performance of pasting of formula cells as well.Kohei Yoshida1-0/+94
2013-05-20Another performance scenario. Pasting of cells interspersed with empty ones.Kohei Yoshida1-0/+92
2013-05-20A bit cleaner way to measure time segment.Kohei Yoshida1-21/+40
2013-05-20Make these stack variables & fix one memory leak with the undo object.Kohei Yoshida1-9/+6
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida7-0/+116
2013-05-20Ditto when purging broadcasters.Kohei Yoshida9-44/+26
2013-05-20A bit of cleanup.Kohei Yoshida1-6/+9
2013-05-20Do the same trick when getting broadcasters during mass formula cell deletion.Kohei Yoshida3-3/+20
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida13-41/+165
2013-05-20A bit of cleanup before refactoring.Kohei Yoshida1-35/+14
2013-05-20Prefer early bail-out.Kohei Yoshida1-35/+38
2013-05-20Compiler warning.Kohei Yoshida1-2/+1
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida4-16/+77
2013-05-20A bit of a cleanup.Kohei Yoshida6-75/+27