summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-12-17callcatcher: update unusedcode code listCaolán McNamara7-117/+1
2012-12-17UniString::Fill -> OUStringBuffer::padToLengthCaolán McNamara1-3/+4
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara2-11/+10
2012-12-16PCH for Library_scLuboš Luňák3-0/+945
2012-12-15check conditions before checking for matrix fragmentEike Rathke1-3/+6
2012-12-15add missing *IFS pieces to Excel filterEike Rathke1-11/+8
2012-12-15AVERAGEIFS with FUNCFLAG_PARAMPAIRSEike Rathke1-1/+1
2012-12-15EvalMatrix<XorEvaluator> for XorEike Rathke1-20/+9
2012-12-15EvalMatrix: do not short circuit, propagate errorsEike Rathke1-10/+14
2012-12-15aString not rStringEike Rathke1-13/+13
2012-12-15ScInterpreter::IterateParametersIfs() with external referencesEike Rathke1-0/+21
2012-12-15calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic4-3/+39
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]5-5/+27
2012-12-15calcishmakkica: init varsEike Rathke [er]1-18/+18
2012-12-15calcishmakkica: WaE wntmsci12Eike Rathke [er]1-2/+2
2012-12-15calcishmakkica: #i90269# #i95144# #i101466#Eike Rathke [er]4-190/+218
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic12-12/+599
2012-12-15changes to "calcishmakkica: #i101466# implement AVERAGEIF"Eike Rathke3-677/+315
2012-12-15calcishmakkica: #i101466# implement AVERAGEIFMarina Plakalovic7-15/+448
2012-12-15force size recalculation if existing cond format is displayed, fdo#58339Markus Mohrhard1-0/+2
2012-12-15don't overwrite color scale information in dlg if already set, fdo#58337Markus Mohrhard1-10/+7
2012-12-15don't overwrite data bar data if already set, fdo#58336Markus Mohrhard1-6/+9
2012-12-15COLORSCALE_AUTO needs special handlingMarkus Mohrhard1-1/+2
2012-12-15Some cppcheck cleaning in scJulien Nabet2-4/+2
2012-12-15it is only important if one entry forces an updateMarkus Mohrhard1-4/+2
2012-12-15no need for this using statementMarkus Mohrhard1-1/+0
2012-12-15use correct cond format dlg setUp for colorscales, fdo#58232Markus Mohrhard2-11/+14
2012-12-15make editing conditional formats more obvious, related fdo#57895Markus Mohrhard3-13/+73
2012-12-15fdo#35943: Better performance with pivot table refresh.Kohei Yoshida3-6/+43
2012-12-14Do extra check on source range to make sure no funny things happen.Kohei Yoshida2-0/+13
2012-12-14Fixed accidentally modified default view options.Kohei Yoshida2-20/+20
2012-12-14callcatcher: update unused code listCaolán McNamara2-15/+0
2012-12-14-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2012-12-14fix ugly and misleading indentation that crept in with rebaseEike Rathke1-67/+64
2012-12-14calc: fix mathematical error in CritBinomWerner Koerner1-13/+11
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida28-408/+394
2012-12-13added some FIXME-BCP47 markersEike Rathke1-0/+1
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-2/+43
2012-12-13Revert "fix fdo#58237 import hyperlinks for shapes in xlsx documents"Noel Power3-43/+2
2012-12-13fix sometimes data corruption with xlsx import ( with scenario sheets )Noel Power1-2/+2
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-2/+43
2012-12-12Revert "fix for bnc#791731 preserve cell formatting of datapilot area ("Kohei Yoshida5-33/+7
2012-12-12reworked solution for i#118012 crash during deletion of rowsEike Rathke2-91/+145
2012-12-12callcatcher: update unused code listCaolán McNamara2-29/+0
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida6-13/+31
2012-12-11Support non 'Calc A1' reference syntax in HYPERLINK function.Kohei Yoshida2-1/+63
2012-12-11simply use string literalsLuboš Luňák1-3/+3
2012-12-11enum is not something that has external linkage, so no point in visibilityLuboš Luňák1-1/+1
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis2-3/+3
2012-12-10some Python 3.3 port (not important for LO 4.0)László Németh1-11/+13