summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann3-19/+13
2016-06-14allow text as dates in inline array of holidays for NETWORKDAYS()Eike Rathke1-1/+1
2016-06-14sc: implement per-view resetSelection()Miklos Vajna1-1/+5
2016-06-14sc: implement per-view LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna1-3/+14
2016-06-14tdf#100342 fix order of weekdays in NETWORKDAYSWinfried Donkers1-1/+2
2016-06-14sc: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna2-7/+69
2016-06-14sc: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna3-8/+41
2016-06-14PopExternalSingleRef() guarantees nGlobalError is setEike Rathke4-25/+26
2016-06-14sc: implement per-view LOK_CALLBACK_CELL_FORMULAMiklos Vajna2-4/+20
2016-06-14check ExternalSingleRef token for svDouble typeEike Rathke1-1/+6
2016-06-14add YEAR test caseZdeněk Crhonek1-0/+1008
2016-06-14sc: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna5-12/+68
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke13-37/+50
2016-06-14add TIME test caseZdeněk Crhonek1-0/+1098
2016-06-14add SECOND test caseZdeněk Crhonek1-0/+1037
2016-06-13fix obtaining ScRefCellValue results, tdf#97831 follow-upEike Rathke2-172/+202
2016-06-13Resolves: tdf#100048 we can rearrange the hidden child to allow tab traversalCaolán McNamara1-47/+59
2016-06-13Give unique, comprehensible names to timers tdf#97087emahaldar/em1-2/+2
2016-06-13notebookbar: reduced paddingSzymon Kłos1-47/+32
2016-06-13Resolves: tdf#90419 diminish precision error in Series FillEike Rathke1-4/+39
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas24-0/+29
2016-06-13coverity#1362685 Uninitialized scalar variable (UNINIT)Eike Rathke1-1/+1
2016-06-13coverity#1362684 Uninitialized scalar variable (UNINIT)Eike Rathke1-1/+1
2016-06-13fix buildDavid Tardon2-6/+6
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-06-12tdf#92218 tweaks to single toolbar mode toolbarsYousuf Philips1-3/+3
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-06-12remove some unnecessary castingNoel Grandin2-5/+5
2016-06-11add ISLEAPYEAR test caseZdeněk Crhonek1-0/+993
2016-06-11add EOMONTH test caseZdeněk Crhonek1-0/+998
2016-06-11add DAYS test case - repairedZdeněk Crhonek1-0/+802
2016-06-11add DAYSINYEAR test caseZdeněk Crhonek1-0/+838
2016-06-11add DAYSINMONTH test caseZdeněk Crhonek1-0/+853
2016-06-11add ISOWEEKNUM test caseZdeněk Crhonek1-0/+1171
2016-06-11add MINUTE test caseZdeněk Crhonek1-0/+1035
2016-06-10Clean up uses of Any::getValue() in scStephan Bergmann5-24/+17
2016-06-10Move accessibility relations to .ui files, Part 8: tdf#87026Muhammet Kara2-36/+18
2016-06-09sc: eeek, a boost::ptr_vector! take it off! take it off!Michael Stahl2-9/+10
2016-06-09tdf#100257 - Data : XML Source does not workNoel Grandin2-6/+15
2016-06-09Resolves: tdf#100285 EASTERSUNDAY() check valid year between 1583 and 9956Eike Rathke1-0/+6
2016-06-09change number format for formula results if of different typeEike Rathke2-4/+84
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko31-125/+32
2016-06-08make SvNumberFormatter::IsCompatible() staticEike Rathke1-1/+1
2016-06-08tdf#48140 Remove unused headers from xlsx import to improve build performanceBartosz Kosiorek5-11/+0
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann5-7/+7
2016-06-08PushCellResultToken() with final FormulaDoubleTokenEike Rathke2-10/+28
2016-06-08convert the final double result to FormulaDoubleTokenEike Rathke1-3/+17
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page2-2/+2
2016-06-08use the new type information we now transport, tdf#35247 relatedEike Rathke1-10/+14
2016-06-08use FormulaTypedDoubleToken in PushDouble() for temporary interim resultsEike Rathke2-3/+20