summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-07-04add ANORDEGRC test caseZdeněk Crhonek1-0/+1815
2016-07-04tdf#100458 Don't forcefully change cell typeJan-Marek Glogowski3-1/+14
2016-07-04add CEILING test caseZdeněk Crhonek1-0/+2975
2016-07-04add NOMINAL test caseZdeněk Crhonek1-0/+1730
2016-07-04tdf#100347 Fix Outline export into XLSX formatBartosz Kosiorek4-7/+95
2016-07-03tdf#48767 Fix orientation issue after export to .xlsxBartosz Kosiorek3-1/+21
2016-07-03tdf#81939 Add qa unit testLaurent Balland-Poirier2-0/+29
2016-07-01CppunitTest_sc_tiledrendering: clear reference to local var in timeMiklos Vajna1-0/+2
2016-07-01sc: add LOK_CALLBACK_CELL_VIEW_CURSOR testcaseMiklos Vajna1-2/+64
2016-07-01CppunitTest_sc_tiledrendering: replace ifdefs with a single makefile conditionMiklos Vajna2-16/+6
2016-07-01no need to check twiceEike Rathke1-12/+39
2016-07-01use GetInt32() for integer Add-In parametersEike Rathke1-15/+6
2016-07-01let GetInt*() truncate to integer towards 0Eike Rathke1-3/+15
2016-07-01sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-0/+3
2016-06-30Resolves: tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS()Eike Rathke2-515/+509
2016-06-30GSoC added button with small paddingSzymon Kłos1-59/+29
2016-06-30use GetInt*() in the most obvious placesEike Rathke1-4/+11
2016-06-30use GetInt*() in the most obvious placesEike Rathke1-36/+41
2016-06-30use GetInt*() in the most obvious placesEike Rathke1-26/+30
2016-06-30return SAL_MAX_... instead of 0 for GetInt*()Eike Rathke2-9/+8
2016-06-30introduce ScInterpreter::GetInt32WithDefault()Eike Rathke2-0/+14
2016-06-30introduce ScInterpreter::GetUInt32()Eike Rathke2-0/+13
2016-06-30use GetInt16()Eike Rathke1-21/+13
2016-06-30introduce ScInterpreter GetInt32() and GetInt16()Eike Rathke2-0/+26
2016-06-30fix Window::~Window: inconsistency in top window chain leakCaolán McNamara1-2/+2
2016-06-30Step towards disposing of ScDataFormDlg properlyKatarina Behrens1-1/+7
2016-06-29No need for a derived classStephan Bergmann1-1/+1
2016-06-29Simplify finding elements of theAddInAsyncTblStephan Bergmann2-25/+13
2016-06-29tdf#97837 Add qa unit testLaurent Balland-Poirier2-1/+1
2016-06-29tdf#81939 Remove escape char only for fractionLaurent Balland-Poirier1-2/+42
2016-06-29move #includes to top of fileNoel Grandin1-4/+2
2016-06-29tdf#100592 Add extra number formats for fractionLaurent Balland-Poirier1-2/+2
2016-06-29Reinstate: tdf#99729: fix text alignment (no autofit & no full width)Caolán McNamara1-0/+8
2016-06-29add XOR test caseZdeněk Crhonek1-0/+2320
2016-06-29Revert "tdf#99729: fix text alignment (no autofit & no full width)"Miklos Vajna1-8/+0
2016-06-29loplugin:passstuffbyrefNoel Grandin1-1/+1
2016-06-28identify boolean element type at least for inline arrays (i#87219)Eike Rathke1-3/+7
2016-06-28do not override type SC_MATVAL_BOOLEAN with SC_MATVAL_VALUEEike Rathke1-10/+5
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar2-0/+2
2016-06-28tdf#99729: fix text alignment (no autofit & no full width)Mike Kaganski1-0/+8
2016-06-28add IFERROR test caseZdeněk Crhonek1-0/+2399
2016-06-28tdf#75387: Don't case-fold strings for formula group calculationsTor Lillqvist1-4/+4
2016-06-28Revert c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7eMike Kaganski3-7/+8
2016-06-28loplugin:staticmethodsStephan Bergmann3-7/+6
2016-06-28tdf#99729 prerequisite: model-level user data r/wMike Kaganski2-2/+18
2016-06-28add BITAND, BITLSHIFT, BITRSHIFT, BITOR test caseZdeněk Crhonek4-0/+9683
2016-06-28add ATAN, ATNH, ATAN2 test caseZdeněk Crhonek3-0/+8597
2016-06-28add FVSCHEDULE test caseZdeněk Crhonek1-0/+1598
2016-06-28add ASIN, ASINH test caseZdeněk Crhonek2-0/+4939
2016-06-27Move accessibility relations to .ui files, Part 10: tdf#87026Muhammet Kara2-68/+74