summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-08-11recognize another release's unknown currency saved as symbol we knowEike Rathke1-0/+9
2016-08-09Resolves: tdf#101309 crash on deleted SdrObjectCaolán McNamara2-4/+14
2016-08-09Function Wizard: clarify that CEILING.XCL rounds away from zeroEike Rathke1-1/+1
2016-08-09create SvNumberFormatter with LANGUAGE_SYSTEM instead of ScGlobal::eLngeEike Rathke1-1/+1
2016-08-09sc: fix Android buildMiklos Vajna1-0/+11
2016-08-08Resolves: tdf#92530 put the rest of missing validity tips into the other gridsCaolán McNamara1-17/+39
2016-08-08Related: tdf#92530 turn the HintWindow into an OverlayCaolán McNamara7-152/+91
2016-08-08refactor in terms of a OverlayObjectCaolán McNamara2-31/+94
2016-08-08Reimplement ScHintWindow::Paint using drawinglayer primitivesCaolán McNamara2-39/+101
2016-08-08GetInputHdl may return nullptrMarkus Mohrhard1-1/+2
2016-08-08workaround missing SetSelectedSheet call for print preview, tdf#99333Markus Mohrhard1-0/+6
2016-08-07tdf#101363 Fix precision of column width according to MS specificationBartosz Kosiorek1-3/+14
2016-08-07sc: drop missed osl/endian.h include ...Jochen Nitschke1-1/+0
2016-08-07tdf#91820 Add insert pivot table to data menuYousuf Philips1-0/+1
2016-08-06sc: drop most osl/endian.h includesJochen Nitschke4-35/+34
2016-08-06determine nFuncFmtType before PushDouble()Eike Rathke1-25/+36
2016-08-05Resolves: rhbz#1364406 inherit the actual format index also for date and timeEike Rathke1-3/+12
2016-08-05add MUNIT test caseZdeněk Crhonek1-0/+2969
2016-08-05add NPV testcaseZdeněk Crhonek1-0/+3733
2016-08-05add MMULT test caseZdeněk Crhonek1-0/+3092
2016-08-05add LINEST test caseZdeněk Crhonek1-0/+8042
2016-08-05add AVERAGEIF (wildcards) test caseZdeněk Crhonek1-0/+3918
2016-08-05add AVERAGEIF test caseZdeněk Crhonek1-0/+4244
2016-08-05add AVERAGEA test caseZdeněk Crhonek1-0/+3789
2016-08-05add AVERAGE test caseZdeněk Crhonek1-0/+3998
2016-08-05Compare() and CompareMat(): PopError() to propagateEike Rathke1-0/+2
2016-08-05use std::move in a few placesNoel Grandin2-2/+2
2016-08-04add unit test for nested array IF with range references as conditionsEike Rathke1-1/+19
2016-08-04re-enable unit test for tdf#100637 nested array IF with scalarEike Rathke1-5/+1
2016-08-04Resolves: tdf#100637 nested array jump condition needs own JumpMatrix contextEike Rathke2-7/+29
2016-08-04rename MatrixDoubleRefToMatrix() to MatrixJumpConditionToMatrix()Eike Rathke2-5/+5
2016-08-04remove unused enumJochen Nitschke1-7/+0
2016-08-04save about 50% of the import time for nearly empty ods documentsMarkus Mohrhard7-38/+75
2016-08-04sc: implement SfxUndoAction::GetViewShellId() interface ...Miklos Vajna5-3/+58
2016-08-04don't call the function inside of the loopMarkus Mohrhard1-2/+3
2016-08-04add LOGEST testcaseZdeněk Crhonek1-0/+3324
2016-08-04add AVEDEV test caseZdeněk Crhonek1-0/+3706
2016-08-04add MINVERSE test caseZdeněk Crhonek1-0/+3236
2016-08-03remove the now duplicated ERROR.TYPE mapping already present in BIFF4Eike Rathke1-2/+1
2016-08-03disable unit test for tdf#100637 until fixed againEike Rathke1-0/+4
2016-08-03Revert "Resolves: tdf#100637 narrow down the JumpMatrix path finish condition"Eike Rathke1-11/+7
2016-08-03GSoC notebookbar: updated ui filesSzymon Kłos1-0/+2
2016-08-03Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke2-2/+2
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke5-6/+6
2016-08-03Resolves: tdf#97193 restore pre 5-1 values for INS_INSROWS and INS_INSCOLSCaolán McNamara1-3/+3
2016-08-03UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke2-2/+2
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke10-12/+12
2016-08-03comment about using GRAM_ENGLISH_XL_R1C1Eike Rathke1-2/+4
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke6-34/+34
2016-08-03sc: replace REGISTER_..._EVENT macros with lambdasJochen Nitschke1-36/+33