summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-12-27iterator::operator*() should return a referenceMarkus Mohrhard
2014-12-27fdo#87442 restore simple listboxAndras Timar
2014-12-27remove copy&paste codeMarkus Mohrhard
2014-12-27that method is the same as in the base classMarkus Mohrhard
2014-12-27return after finding the referenceMarkus Mohrhard
2014-12-27handle index based external refs in formulas in ooxml import, fdo#85617Markus Mohrhard
2014-12-27NO_DECODE breaks non-ascii urls, fdo#85617Markus Mohrhard
2014-12-26callcatcher: update unused codeCaolán McNamara
2014-12-26coverity#982280 Resource leak in objectCaolán McNamara
2014-12-26coverity#982279 Resource leak in objectCaolán McNamara
2014-12-26coverity#1260446 Uninitialized scalar fieldCaolán McNamara
2014-12-26coverity#735393 Resource leak in objectCaolán McNamara
2014-12-26coverity#1260448 Uninitialized scalar fieldCaolán McNamara
2014-12-26what's with the void* + castingCaolán McNamara
2014-12-24fix commentMarkus Mohrhard
2014-12-24add test for wrong matrix calculationsMarkus Mohrhard
2014-12-24we want to compare two different cells, fdo#85353Markus Mohrhard
2014-12-24add test for fdo#86734Markus Mohrhard
2014-12-24OSL_ENSURE => SAL_WARNMarkus Mohrhard
2014-12-24reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard
2014-12-23coverity#1260301 Using invalid iteratorCaolán McNamara
2014-12-23Don't crash when nIndex < 0Matúš Kukan
2014-12-23ScCondFormatItem::RemoveCondFormatData() is not implementedMatúš Kukan
2014-12-23coverity#1260332 Unused valueCaolán McNamara
2014-12-23coverity#1260333 Unused valueCaolán McNamara
2014-12-23Be more direct; bin simple local functionsMatúš Kukan
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke
2014-12-22fix a few problems with my matrix commitMarkus Mohrhard
2014-12-22comment on COUNTBLANK() why we do what we doEike Rathke
2014-12-22Blind fix for MSVC buildStephan Bergmann
2014-12-22WaE: variables set but not usedTor Lillqvist
2014-12-22WaE: variable ´nOldSize´ set but not usedTor Lillqvist
2014-12-22"ConditionalFormat" -> SC_UNONAME_CONDFMTMatúš Kukan
2014-12-22Remove unused includesMatúš Kukan
2014-12-22fix typoMatúš Kukan
2014-12-22add import test for xlsbMarkus Mohrhard
2014-12-22fix another validation error for OOXML, related fdo#40746Markus Mohrhard
2014-12-22fix OOXML validation error, related fdo#40746Markus Mohrhard
2014-12-22fix OOXML validation errorsMarkus Mohrhard
2014-12-22fix error in last commitMarkus Mohrhard
2014-12-22improve performance of some matrix operations, related fdo#83187Markus Mohrhard
2014-12-22remove scmatrix.hxx include from a header fileMarkus Mohrhard
2014-12-21Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-20fix typo in translatable stringAdolfo Jayme Barrientos
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist
2014-12-19Let's just have one typedef and use it across the board.Kohei Yoshida