summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2014-02-11sal_Bool->boolNoel Grandin
2014-02-10fdo#74209: This search algorithm had another issue. This fixes it.Kohei Yoshida
2014-02-10fix import crash related to ooo94186Markus Mohrhard
2014-02-10use GetLastDataRow() also in ShrinkToUsedDataArea()Eike Rathke
2014-02-10actually the extra check isn't neededEike Rathke
2014-02-10cosmetical adapt to styleEike Rathke
2014-02-10do not loop 30 million cells to find a non-empty rowEike Rathke
2014-02-10coverity#1130200 Unchecked dynamic_castCaolán McNamara
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10remove unused parameterNoel Grandin
2014-02-10coverity#1130439 Dereference before null checkCaolán McNamara
2014-02-10coverity#1130440 Dereference before null checkCaolán McNamara
2014-02-10coverity#1130441 Dereference before null checkCaolán McNamara
2014-02-10coverity#1130442 Dereference before null checkCaolán McNamara
2014-02-10loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-09fdo#74323: The end position is inclusive.Kohei Yoshida
2014-02-09fdo#74479: Treat empty cells as if they have a value of 0.Kohei Yoshida
2014-02-09coverity#1169843 Dereference before null checkCaolán McNamara
2014-02-09coverity#1169844 Dereference before null checkCaolán McNamara
2014-02-09fix memcheck report about uninitialized fValMarkus Mohrhard
2014-02-08fdo#74512: Generate escaped sheet names after the grammer is set.Kohei Yoshida
2014-02-08fdo#74453: Only adjust tokens for top formula cells of formula group.Kohei Yoshida
2014-02-08fdo#74414: No need to incremenet nRow here... It's just plain wrong.Kohei Yoshida
2014-02-07fdo#74273: Let's not shift the note twice. Once is enough.Kohei Yoshida
2014-02-07resolved fdo#74622 re-intern shared strings copied between documentsEike Rathke
2014-02-07fdo#74507: Ensure that we have non-null pointer to ScColumn.Kohei Yoshida
2014-02-07Our own 100% original code goes here.Kohei Yoshida
2014-02-07coverity#1158232 have a stab at silencing warning with function markupCaolán McNamara
2014-02-06typo fixes in commentsAndras Timar
2014-02-06fdo#74573: Skip deletion of destination area when 'skip empty' is on.Kohei Yoshida
2014-02-06coverity#1103770 Uninitialized pointer fieldCaolán McNamara
2014-02-06Mark as static & constTakeshi Abe
2014-02-05Typo: s -> eKohei Yoshida
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida
2014-02-05-Werror,-Wunused-private-fieldStephan Bergmann
2014-02-05Actually these methods shouldn't be taking a sheet index.Kohei Yoshida
2014-02-05Implement GetMarkedColSpans() counterpart.Kohei Yoshida
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida