summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-08-26do not parse range fragments as valid rangesEike Rathke1-1/+1
2015-08-26Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke8-9/+259
2015-08-24tdf#93437: release reference held by ScFormulaReferenceHelperKatarina Behrens1-0/+1
2015-08-18tdf#92256: Improved interop of INDIRECT functionKatarina Behrens15-29/+276
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-17tdf#44399 Do not display 0 decimal for General formatLaurent Balland-Poirier1-1/+4
2015-08-13Another GrabFocus during disposeMaxim Monastirsky1-6/+2
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-08-10tdf#89387 related, fix SumSquare bug in SumMXMY2Łukasz Hryniuk1-1/+1
2015-08-07Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke5-20/+34
2015-08-07Resolves: tdf#92709 conditional formats are applied to ranges, not expressionsEike Rathke3-3/+9
2015-08-07MATCH, HLOOKUP and VLOOKUP have a ReferenceOrForceArray parameterEike Rathke1-3/+3
2015-08-07init maTabData to the correct tab size tdf#92629Laurent Godard1-0/+6
2015-08-04tdf#91588 re-enable select button in draw toolbar in sw & scYousuf Philips1-1/+1
2015-07-31tdf#92918 Engineering notation lost with Add/Delete Decimal PlaceLaurent Balland-Poirier1-0/+6
2015-07-28tiledrendering: added getPartName method for calcMihai Varga2-0/+11
2015-07-23TableRef: generate error for header-less column references, tdf#91278 relatedEike Rathke3-30/+66
2015-07-21Resolves: tdf#92448 check for numeric '.' only if sheet separator is '.'Eike Rathke1-1/+1
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-19Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke3-0/+29
2015-07-13tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann1-1/+4
2015-07-13tdf#89031 remove agressiveness from Calc function suggestionsWinfried Donkers2-34/+20
2015-07-10SdrPaintView::AddWindowToPaintView: take a vcl::Window, tooMiklos Vajna1-2/+2
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke3-1/+10
2015-07-09Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke1-6/+14
2015-07-09fix export to xls, tdf#69552Winfried Donkers2-6/+6
2015-07-08always justify a referenced range in order, tdf#92468Eike Rathke6-0/+139
2015-07-08end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke1-0/+63
2015-07-08Related: tdf#92392 clear some more vclptrs on disposeCaolán McNamara1-0/+5
2015-07-07Related: tdf#92392 protect against double dispose from dtor with disposeOnceCaolán McNamara1-1/+1
2015-07-06tdf#92392 - Dispose ScFormulaReferenceHelper properly.Michael Meeks2-1/+10
2015-07-06This one should override SfxToolBoxControl::SelectMaxim Monastirsky2-4/+2
2015-07-02tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks2-2/+5
2015-07-02fix a11y crash seen on moving chart wizard dialogCaolán McNamara1-1/+2
2015-06-30tdf#91641 adjust cursor when deleting preceding charactersJustin Luth1-2/+10
2015-06-30tdf#92426 explicitly set valid row/col for entire col/row referencesEike Rathke1-4/+4
2015-06-30Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet1-1/+1
2015-06-30tdf#92427 entire column/row reference also if both sticky parts are relativeEike Rathke1-0/+19
2015-06-30introduce ScRefUpdateRes UR_STICKYEike Rathke4-9/+37
2015-06-29Resolves: tdf#31577 volatile lookup ranges must not be cachedEike Rathke1-1/+7
2015-06-29support plain database range (table) names in INDIRECTEike Rathke1-1/+34
2015-06-29TableRef: can be used in INDIRECTEike Rathke1-0/+47
2015-06-28tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens1-0/+4
2015-06-27tdf#90717 prevent crash, not really fixedEike Rathke1-1/+32
2015-06-27tdf#90573 do not shift/move entire col/row references and rangesEike Rathke3-14/+78