summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-08-05Compare() and CompareMat(): PopError() to propagateEike Rathke
2016-08-05use std::move in a few placesNoel Grandin
2016-08-04add unit test for nested array IF with range references as conditionsEike Rathke
2016-08-04re-enable unit test for tdf#100637 nested array IF with scalarEike Rathke
2016-08-04Resolves: tdf#100637 nested array jump condition needs own JumpMatrix contextEike Rathke
2016-08-04rename MatrixDoubleRefToMatrix() to MatrixJumpConditionToMatrix()Eike Rathke
2016-08-04remove unused enumJochen Nitschke
2016-08-04save about 50% of the import time for nearly empty ods documentsMarkus Mohrhard
2016-08-04sc: implement SfxUndoAction::GetViewShellId() interface ...Miklos Vajna
2016-08-04don't call the function inside of the loopMarkus Mohrhard
2016-08-04add LOGEST testcaseZdeněk Crhonek
2016-08-04add AVEDEV test caseZdeněk Crhonek
2016-08-04add MINVERSE test caseZdeněk Crhonek
2016-08-03remove the now duplicated ERROR.TYPE mapping already present in BIFF4Eike Rathke
2016-08-03disable unit test for tdf#100637 until fixed againEike Rathke
2016-08-03Revert "Resolves: tdf#100637 narrow down the JumpMatrix path finish condition"Eike Rathke
2016-08-03GSoC notebookbar: updated ui filesSzymon Kłos
2016-08-03Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke
2016-08-03Resolves: tdf#97193 restore pre 5-1 values for INS_INSROWS and INS_INSCOLSCaolán McNamara
2016-08-03UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke
2016-08-03comment about using GRAM_ENGLISH_XL_R1C1Eike Rathke
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke
2016-08-03sc: replace REGISTER_..._EVENT macros with lambdasJochen Nitschke
2016-08-03sc: remove unused codeJochen Nitschke
2016-08-03Resolves: tdf#100123 prefer notation priority in detecting range/addressCaolán McNamara
2016-08-03unused slot argumentCaolán McNamara
2016-08-02add YIELD test caseZdeněk Crhonek
2016-08-02add MDETERM test caseZdeněk Crhonek
2016-08-02add YIELDDISC testcaseZdeněk Crhonek
2016-08-02Resolves: tdf#100582 SetMatColsRows() when constructing matrix ScFormulaCellEike Rathke
2016-08-02add SUMIF (wildcards) test caseZdeněk Crhonek
2016-08-02add SUMIF test caseZdeněk Crhonek
2016-08-02add XIRR test xaseZdeněk Crhonek
2016-08-02add GROWTH test caseZdeněk Crhonek
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna
2016-08-02GSoC notebookbar: Calc, Impress placeholder iconsSzymon Kłos
2016-08-02Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-08-01fix copypastaDavid Tardon
2016-08-01sc: replace NAN macro with rtl::math::setNanJochen Nitschke
2016-08-01Resolves: tdf#101246 errors are not stringsEike Rathke
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna
2016-08-01sc: replace IsAssciiDigit and IsAsciiAlpha with rtl equivalentsJochen Nitschke
2016-07-31add TAN, TANH test caseZdeněk Crhonek
2016-07-30add SUMSQ test caseZdeněk Crhonek
2016-07-30add FREQUENCY testcaseZdeněk Crhonek
2016-07-30loplugin:cppunitassertequalsMarkus Mohrhard
2016-07-30missing nullptr checkMarkus Mohrhard