summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-07-08GetStVarParams: unnecessary to count if we have a size anywayEike Rathke
2016-07-08tdf#100753 propagate error with VAR and STDEV functions.Winfried Donkers
2016-07-08loplugin:redundantcast: redundant static_casts in scStephan Bergmann
2016-07-08add BITXOR test caseZdeněk Crhonek
2016-07-08add CEILING.PRECISE test caseZdeněk Crhonek
2016-07-08add ODDLPRICE test caseZdeněk Crhonek
2016-07-08add IFNA test caseZdeněk Crhonek
2016-07-08add CEILING.MATH test caseZdeněk Crhonek
2016-07-08add CEILING.XCL test caseZdeněk Crhonek
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-07tdf#100646 Make correct use argument PartType in financial functions.Winfried Donkers
2016-07-06Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-07-05sc: re-factor perf-tests.Michael Meeks
2016-07-05Resolves: tdf#90285 do not reuse the same StartListeningContextEike Rathke
2016-07-05tdf#100446 fix compatibilty issues with Excel.Winfried Donkers
2016-07-05Expand unit test for SWITCH function with extra use cases.Winfried Donkers
2016-07-05Resolves: tdf#91995 copying cells to undo doc shallow copied note pointerCaolán McNamara
2016-07-05Resolves: tdf#100761 after insert note, focus cannot return to inputbarCaolán McNamara
2016-07-04explicitly disable partial cell shift with change-tracking, tdf#73335 relatedEike Rathke
2016-07-04tdf#73335 sc: ODF export: ignore ScChangeAction SC_CAT_NONE harderMichael Stahl
2016-07-04Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara
2016-07-04typo: emtpy → emptyChristian Lohmaier
2016-07-04ASan: value nan is outside the range of representable values of type 'int'Stephan Bergmann
2016-07-04SfxModule to use initializer_list instead of variadic argumentsMark Page
2016-07-04remove comphelper::string::removeNoel Grandin
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-07-04add ANORDEGRC test caseZdeněk Crhonek
2016-07-04tdf#100458 Don't forcefully change cell typeJan-Marek Glogowski
2016-07-04add CEILING test caseZdeněk Crhonek
2016-07-04add NOMINAL test caseZdeněk Crhonek
2016-07-04tdf#100347 Fix Outline export into XLSX formatBartosz Kosiorek
2016-07-03tdf#48767 Fix orientation issue after export to .xlsxBartosz Kosiorek
2016-07-03tdf#81939 Add qa unit testLaurent Balland-Poirier
2016-07-01CppunitTest_sc_tiledrendering: clear reference to local var in timeMiklos Vajna
2016-07-01sc: add LOK_CALLBACK_CELL_VIEW_CURSOR testcaseMiklos Vajna
2016-07-01CppunitTest_sc_tiledrendering: replace ifdefs with a single makefile conditionMiklos Vajna
2016-07-01no need to check twiceEike Rathke
2016-07-01use GetInt32() for integer Add-In parametersEike Rathke
2016-07-01let GetInt*() truncate to integer towards 0Eike Rathke
2016-07-01sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna
2016-06-30Resolves: tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS()Eike Rathke
2016-06-30GSoC added button with small paddingSzymon Kłos
2016-06-30use GetInt*() in the most obvious placesEike Rathke
2016-06-30use GetInt*() in the most obvious placesEike Rathke
2016-06-30use GetInt*() in the most obvious placesEike Rathke
2016-06-30return SAL_MAX_... instead of 0 for GetInt*()Eike Rathke
2016-06-30introduce ScInterpreter::GetInt32WithDefault()Eike Rathke
2016-06-30introduce ScInterpreter::GetUInt32()Eike Rathke
2016-06-30use GetInt16()Eike Rathke