summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-12-24fix commentMarkus Mohrhard1-1/+1
2014-12-24add test for wrong matrix calculationsMarkus Mohrhard2-0/+25
2014-12-24we want to compare two different cells, fdo#85353Markus Mohrhard1-1/+1
2014-12-24add test for fdo#86734Markus Mohrhard2-0/+23
2014-12-24OSL_ENSURE => SAL_WARNMarkus Mohrhard1-1/+1
2014-12-24reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard4-12/+30
2014-12-23coverity#1260301 Using invalid iteratorCaolán McNamara2-3/+3
2014-12-23Don't crash when nIndex < 0Matúš Kukan1-1/+1
2014-12-23ScCondFormatItem::RemoveCondFormatData() is not implementedMatúš Kukan1-2/+0
2014-12-23coverity#1260332 Unused valueCaolán McNamara1-41/+52
2014-12-23coverity#1260333 Unused valueCaolán McNamara1-35/+45
2014-12-23Be more direct; bin simple local functionsMatúš Kukan1-21/+4
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke4-21/+93
2014-12-22fix a few problems with my matrix commitMarkus Mohrhard2-4/+4
2014-12-22comment on COUNTBLANK() why we do what we doEike Rathke1-3/+11
2014-12-22Blind fix for MSVC buildStephan Bergmann2-0/+6
2014-12-22WaE: variables set but not usedTor Lillqvist1-2/+3
2014-12-22WaE: variable ´nOldSize´ set but not usedTor Lillqvist1-1/+2
2014-12-22"ConditionalFormat" -> SC_UNONAME_CONDFMTMatúš Kukan2-2/+4
2014-12-22Remove unused includesMatúš Kukan4-19/+0
2014-12-22fix typoMatúš Kukan1-1/+1
2014-12-22add import test for xlsbMarkus Mohrhard4-1/+16
2014-12-22fix another validation error for OOXML, related fdo#40746Markus Mohrhard1-7/+11
2014-12-22fix OOXML validation error, related fdo#40746Markus Mohrhard1-6/+10
2014-12-22fix OOXML validation errorsMarkus Mohrhard1-0/+6
2014-12-22fix error in last commitMarkus Mohrhard1-1/+1
2014-12-22improve performance of some matrix operations, related fdo#83187Markus Mohrhard3-13/+324
2014-12-22remove scmatrix.hxx include from a header fileMarkus Mohrhard2-1/+3
2014-12-21Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-1/+4
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn9-39/+27
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn19-50/+35
2014-12-20fix typo in translatable stringAdolfo Jayme Barrientos1-1/+1
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn9-67/+40
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane1-4/+4
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist4-1/+42
2014-12-19Let's just have one typedef and use it across the board.Kohei Yoshida2-21/+20
2014-12-19This one can be private as well.Kohei Yoshida1-1/+1
2014-12-19Let's hide this typedef. Not used outside this class.Kohei Yoshida1-1/+1
2014-12-19We don't need this semi-colon.Kohei Yoshida1-1/+1
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist2-4/+1
2014-12-19sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-19WaE: variable 'nBofType' set but not usedTor Lillqvist1-1/+1
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky1-1/+1
2014-12-19Kill pointless formulagroupcl_public.hxx, inline in only place where includedTor Lillqvist2-38/+23
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara1-6/+3
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara7-55/+32
2014-12-19can move the decls to first use nowCaolán McNamara1-9/+6
2014-12-19remove operator>> methodsNoel Grandin26-637/+948
2014-12-19remove operator>> and operator<< methodsNoel Grandin22-107/+278
2014-12-18line-break that into something slightly more readable within 120 columnsEike Rathke1-4/+7