summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin4-13/+13
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida13-71/+102
2014-02-04We can infer current grammar from the document.Kohei Yoshida4-6/+6
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida14-46/+94
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida4-5/+123
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida11-13/+108
2014-02-04fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez1-1/+1
2014-02-04convert select data source dialog to .uiCaolán McNamara12-171/+249
2014-02-04sort charsetsCaolán McNamara1-0/+1
2014-02-03cppcheck: Clarify calculation precedence for '<<' and '?'Julien Nabet1-1/+1
2014-02-03This is a redundant check. Chuck it.Kohei Yoshida1-1/+0
2014-02-03fdo#72470: Correctly calculate the first edit cell row position.Kohei Yoshida2-5/+5
2014-02-03Finally found a way to get this test to fail.Kohei Yoshida5-28/+54
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks1-5/+5
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks2-3/+5
2014-02-03sc: cleanup cruft in NumberFormatPropertyPanel.Michael Meeks1-39/+4
2014-02-03Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida7-0/+105