summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* iterator::operator*() should return a referenceMarkus Mohrhard2014-12-271-1/+1
* fdo#87442 restore simple listboxAndras Timar2014-12-271-0/+1
* remove copy&paste codeMarkus Mohrhard2014-12-271-23/+8
* that method is the same as in the base classMarkus Mohrhard2014-12-271-7/+0
* return after finding the referenceMarkus Mohrhard2014-12-271-0/+1
* handle index based external refs in formulas in ooxml import, fdo#85617Markus Mohrhard2014-12-271-0/+46
* NO_DECODE breaks non-ascii urls, fdo#85617Markus Mohrhard2014-12-271-1/+1
* callcatcher: update unused codeCaolán McNamara2014-12-262-17/+0
* coverity#982280 Resource leak in objectCaolán McNamara2014-12-262-12/+17
* coverity#982279 Resource leak in objectCaolán McNamara2014-12-262-7/+7
* coverity#1260446 Uninitialized scalar fieldCaolán McNamara2014-12-261-0/+1
* coverity#735393 Resource leak in objectCaolán McNamara2014-12-262-9/+9
* coverity#1260448 Uninitialized scalar fieldCaolán McNamara2014-12-261-2/+2
* what's with the void* + castingCaolán McNamara2014-12-265-17/+21
* fix commentMarkus Mohrhard2014-12-241-1/+1
* add test for wrong matrix calculationsMarkus Mohrhard2014-12-242-0/+25
* we want to compare two different cells, fdo#85353Markus Mohrhard2014-12-241-1/+1
* add test for fdo#86734Markus Mohrhard2014-12-242-0/+23
* OSL_ENSURE => SAL_WARNMarkus Mohrhard2014-12-241-1/+1
* reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard2014-12-244-12/+30
* coverity#1260301 Using invalid iteratorCaolán McNamara2014-12-232-3/+3
* Don't crash when nIndex < 0Matúš Kukan2014-12-231-1/+1
* ScCondFormatItem::RemoveCondFormatData() is not implementedMatúš Kukan2014-12-231-2/+0
* coverity#1260332 Unused valueCaolán McNamara2014-12-231-41/+52
* coverity#1260333 Unused valueCaolán McNamara2014-12-231-35/+45
* Be more direct; bin simple local functionsMatúš Kukan2014-12-231-21/+4
* fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke2014-12-224-21/+93
* fix a few problems with my matrix commitMarkus Mohrhard2014-12-222-4/+4
* comment on COUNTBLANK() why we do what we doEike Rathke2014-12-221-3/+11
* Blind fix for MSVC buildStephan Bergmann2014-12-222-0/+6
* WaE: variables set but not usedTor Lillqvist2014-12-221-2/+3
* WaE: variable ´nOldSize´ set but not usedTor Lillqvist2014-12-221-1/+2
* "ConditionalFormat" -> SC_UNONAME_CONDFMTMatúš Kukan2014-12-222-2/+4
* Remove unused includesMatúš Kukan2014-12-224-19/+0
* fix typoMatúš Kukan2014-12-221-1/+1
* add import test for xlsbMarkus Mohrhard2014-12-224-1/+16
* fix another validation error for OOXML, related fdo#40746Markus Mohrhard2014-12-221-7/+11
* fix OOXML validation error, related fdo#40746Markus Mohrhard2014-12-221-6/+10
* fix OOXML validation errorsMarkus Mohrhard2014-12-221-0/+6
* fix error in last commitMarkus Mohrhard2014-12-221-1/+1
* improve performance of some matrix operations, related fdo#83187Markus Mohrhard2014-12-223-13/+324
* remove scmatrix.hxx include from a header fileMarkus Mohrhard2014-12-222-1/+3
* Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet2014-12-211-1/+4
* fdo#39440 sc: reduce scope of local variablesMichael Weghorn2014-12-219-39/+27
* fdo#39440 sc: reduce scope of local variablesMichael Weghorn2014-12-2119-50/+35
* fix typo in translatable stringAdolfo Jayme Barrientos2014-12-201-1/+1
* fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn2014-12-209-67/+40
* Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane2014-12-191-4/+4
* Check number of cells referenced by group instead of group sizeTor Lillqvist2014-12-194-1/+42
* Let's just have one typedef and use it across the board.Kohei Yoshida2014-12-192-21/+20