summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-02-08coverity#1169852 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-08coverity#1169853 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-08coverity#1169854 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-08coverity#1169855 Uncaught exceptionCaolán McNamara2-2/+3
2014-02-08coverity#1169857 Uncaught exceptionCaolán McNamara2-5/+10
2014-02-08coverity#1169859 Uncaught exceptionCaolán McNamara2-5/+7
2014-02-08coverity#1169862 Uncaught exceptionCaolán McNamara2-3/+5
2014-02-08coverity#1169864 Uncaught exceptionCaolán McNamara2-2/+3
2014-02-07fdo#73281: Write an export test for strike-through text attribute.Kohei Yoshida1-22/+105
2014-02-07fdo#74273: Let's not shift the note twice. Once is enough.Kohei Yoshida1-4/+0
2014-02-07fdo#74273: Adopt existing test to catch this.Kohei Yoshida2-23/+31
2014-02-07resolved fdo#74622 re-intern shared strings copied between documentsEike Rathke3-11/+58
2014-02-07fdo#74535: Don't forget clear the edit engine before re-using it.Kohei Yoshida1-0/+1
2014-02-07fdo#74535: Write unit test for importing hyperlinks from xlsx.Kohei Yoshida2-0/+14
2014-02-07sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-07fdo#74507: Ensure that we have non-null pointer to ScColumn.Kohei Yoshida1-1/+1
2014-02-07fdo#74507: Write test for this to induce the crash during unit test run.Kohei Yoshida2-0/+39
2014-02-07fdo#39468 Translate German commentsSven Wehner2-125/+59
2014-02-07Our own 100% original code goes here.Kohei Yoshida2-154/+155
2014-02-07Resolves: #i123922# Refactored D&D and insert picture from file...Armin Le Grand7-80/+167
2014-02-07coverity#1158232 have a stab at silencing warning with function markupCaolán McNamara1-0/+1
2014-02-06fdo#74553: Use the shared formula column position Excel tells you...Kohei Yoshida1-1/+1
2014-02-06fdo#74553: Write unit test for this.Kohei Yoshida2-0/+45
2014-02-06typo fixes in commentsAndras Timar3-3/+3
2014-02-06Perhaps this will make the mac tinderbox happy?Kohei Yoshida1-1/+2
2014-02-06Create shared-formula directories and store test files there.Kohei Yoshida4-3/+3
2014-02-06fdo#74573: Skip deletion of destination area when 'skip empty' is on.Kohei Yoshida3-3/+4
2014-02-06fdo#74573: Write test for pasting with empty cells skipped.Kohei Yoshida2-0/+77
2014-02-06Fix shadowed Test member variableJan-Marek Glogowski1-2/+2
2014-02-06fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi1-1/+2
2014-02-06coverity#1103770 Uninitialized pointer fieldCaolán McNamara1-1/+4
2014-02-06coverity#1038477 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-06Mark as static & constTakeshi Abe3-10/+10
2014-02-06coverity#1038464 Uncaught exceptionCaolán McNamara2-3/+4
2014-02-06coverity#1038441 Uncaught exceptionCaolán McNamara1-6/+14
2014-02-06coverity#1038388 Uncaught exceptionCaolán McNamara2-3/+4
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan1-1/+1
2014-02-05Typo: s -> eKohei Yoshida1-1/+1
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida9-1/+60
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida6-10/+25
2014-02-05fdo#74556: Write test for ReleaseNote().Kohei Yoshida2-0/+46
2014-02-05Move this test closer to the other tests for cell notes.Kohei Yoshida2-68/+68
2014-02-05Fix typo and a bit of cleanup.Kohei Yoshida2-8/+3
2014-02-05fdo#74132: Do not interrupt search in Calc.Matúš Kukan4-65/+9
2014-02-05convert scenario dialog to .uiCaolán McNamara13-351/+455
2014-02-05-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-02-05Remove use of GetMark*Ranges() from DeleteMulti().Kohei Yoshida3-78/+81
2014-02-05Actually these methods shouldn't be taking a sheet index.Kohei Yoshida4-20/+13
2014-02-05Implement GetMarkedColSpans() counterpart.Kohei Yoshida3-0/+38
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida8-35/+123