summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Resolves: tdf#95226 fix broken IFERROR/IFNA array logicEike Rathke1-2/+3
2015-10-14Resolves: tdf#93613 let referenced document evaluate macro configEike Rathke1-0/+16
2015-10-05Probably good to move the more complicates test after the light-weight onesTor Lillqvist1-3/+3
2015-10-05tdf#94173: Calc doesn't save your own created autoformat presetsJulien Nabet2-1/+15
2015-09-30don't believe xls wrt size to reserveCaolán McNamara2-3/+8
2015-09-27Resolves: tdf#85979 TextToColumns is overwriting, so set at ScImportExportEike Rathke1-0/+1
2015-09-27follow up of tdf#94214Winfried Donkers1-0/+1
2015-09-25fix IterateMatrix for ifPRODUCT and ifSUMSQEike Rathke1-1/+2
2015-09-25Revert "Fix a bug in SUMSQ"Eike Rathke1-1/+0
2015-09-25Fix a bug in SUMSQŁukasz Hryniuk1-0/+1
2015-09-21Resolves: rhbz#1264585 check data pilot field name availabilityEike Rathke1-3/+9
2015-09-17tdf#61908 OOXML export cell range for matrix/array formulaEike Rathke1-17/+76
2015-09-17Resolves: tdf#93895 broadcast cell changes when multi-selection was pastedEike Rathke1-4/+12
2015-09-17Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke4-13/+21
2015-09-11Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke6-6/+36
2015-08-31tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna2-0/+16
2015-08-26Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke8-9/+259
2015-08-25MATCH, HLOOKUP and VLOOKUP have a ReferenceOrForceArray parameterEike Rathke1-3/+3
2015-08-25Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke3-0/+29
2015-08-21Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke5-20/+34
2015-08-18Resolves: tdf#92749 invalidate lookup caches after initial hard recalcEike Rathke1-0/+8
2015-08-17Resolves: tdf#93358 resync attribute pattern that may have changedEike Rathke1-1/+13
2015-08-17Resolves: tdf#93098 replace remembered listener when replacing cellEike Rathke1-2/+14
2015-08-17Resolves: tdf#92448 check for numeric '.' only if sheet separator is '.'Eike Rathke1-1/+1
2015-08-13Resolves: tdf#93388 broadcasting to removed listeners isn't a good ideaEike Rathke1-5/+15
2015-08-11Resolves: tdf#86024 do not attempt to shorten numeric value outputEike Rathke1-22/+30
2015-08-11tdf#79741: Macro with Find @ Replace crash CalcJulien Nabet2-4/+4
2015-07-20check annotation caption pointers, blind fix for rhbz#1242099Eike Rathke1-3/+6
2015-07-20Resolves: tdf#92767 use ISO 8601 for internal date string representationEike Rathke1-0/+4
2015-07-13tdf#89031 remove agressiveness from Calc function suggestionsWinfried Donkers2-34/+20
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke3-2/+16
2015-07-09Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke1-6/+14
2015-07-08use ScMatrix::IsValueOrEmpty() on math operators Mul/Div/Pow, tdf#91453Eike Rathke3-5/+21
2015-07-08always justify a referenced range in order, tdf#92468Eike Rathke6-0/+138
2015-07-08end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke1-0/+63
2015-07-06This one should override SfxToolBoxControl::SelectMaxim Monastirsky2-4/+2
2015-07-03fix a11y crash seen on moving chart wizard dialogCaolán McNamara1-1/+2
2015-07-02tdf#91641 adjust cursor when deleting preceding charactersJustin Luth1-2/+10
2015-06-30tdf#44419 in second reference part stop number parsing at separatorEike Rathke1-0/+12
2015-06-30Resolves: tdf#83365 push proper references in INDIRECTEike Rathke5-4/+101
2015-06-30tdf#90717 prevent crash, not really fixedEike Rathke1-1/+32
2015-06-30Resolves: tdf#31577 volatile lookup ranges must not be cachedEike Rathke1-1/+7
2015-06-25a singleton must be fully parsed to be valid, tdf#44419 relatedEike Rathke1-2/+2
2015-06-23LinkUpdateMode is a global settingStephan Bergmann2-4/+24
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke2-5/+20
2015-06-16do not access token data after token has been destroyedEike Rathke1-1/+1
2015-06-16Resolves tdf#67712 form controls and draw objectsHenry Castro1-0/+59
2015-06-16Resolves: tdf#91411 end listening only on selected sheetsEike Rathke1-4/+7
2015-06-15Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara2-7/+10
2015-06-15Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara4-7/+35