summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Split formula group for OpenCL up into smaller bitsTor Lillqvist2015-09-191-20/+116
* tdf#94079 allow empty array for holiday sequenceWinfried Donkers2015-09-194-12/+16
* tdf#94037: Don't try to manipulate non-existent widget containerKatarina Behrens2015-09-191-1/+1
* Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke2015-09-196-6/+36
* loplugin:staticmethodsStephan Bergmann2015-09-192-4/+8
* loplugin:passstuffbyrefStephan Bergmann2015-09-191-1/+1
* tdf#91501: Add data bar colour to the list if not there yetKatarina Behrens2015-09-193-2/+25
* tdf#91882 - make this hideous busy-loop lower priority and less busy.Michael Meeks2015-09-191-1/+2
* sc: fix number format button highlighting in sidebarTomaž Vajngerl2015-09-191-1/+1
* tdf#93600: Avoid crash on entering '=' as a cell valueKatarina Behrens2015-09-191-1/+1
* Fix the OpenCL VLOOKUP to work properly and add it to the trusted subsetTor Lillqvist2015-09-194-93/+103
* do not parse range fragments as valid rangesEike Rathke2015-09-191-2/+9
* tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna2015-09-192-0/+16
* tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard2015-09-192-0/+33
* Revert "do not parse range fragments as valid ranges"Eike Rathke2015-09-191-1/+1
* do not parse range fragments as valid rangesEike Rathke2015-09-191-1/+1
* Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke2015-09-198-9/+259
* tdf#93437: release reference held by ScFormulaReferenceHelperKatarina Behrens2015-09-191-0/+1
* tdf#92256: Improved interop of INDIRECT functionKatarina Behrens2015-08-1815-29/+276
* Resolves: tdf#92749 invalidate lookup caches after initial hard recalcEike Rathke2015-08-181-0/+8
* Resolves: tdf#93358 resync attribute pattern that may have changedEike Rathke2015-08-171-1/+13
* Resolves: tdf#93098 replace remembered listener when replacing cellEike Rathke2015-08-171-2/+14
* tdf#44399 Do not display 0 decimal for General formatLaurent Balland-Poirier2015-08-171-1/+4
* Another GrabFocus during disposeMaxim Monastirsky2015-08-131-6/+2
* Resolves: tdf#93388 broadcasting to removed listeners isn't a good ideaEike Rathke2015-08-131-5/+15
* Resolves: tdf#86024 do not attempt to shorten numeric value outputEike Rathke2015-08-111-22/+30
* tdf#79741: Macro with Find @ Replace crash CalcJulien Nabet2015-08-112-4/+4
* tdf#89387 related, fix SumSquare bug in SumMXMY2Łukasz Hryniuk2015-08-101-1/+1
* Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke2015-08-075-20/+34
* Resolves: tdf#92709 conditional formats are applied to ranges, not expressionsEike Rathke2015-08-073-3/+9
* MATCH, HLOOKUP and VLOOKUP have a ReferenceOrForceArray parameterEike Rathke2015-08-071-3/+3
* init maTabData to the correct tab size tdf#92629Laurent Godard2015-08-071-0/+6
* tdf#91588 re-enable select button in draw toolbar in sw & scYousuf Philips2015-08-041-1/+1
* tdf#92918 Engineering notation lost with Add/Delete Decimal PlaceLaurent Balland-Poirier2015-07-311-0/+6
* tiledrendering: added getPartName method for calcMihai Varga2015-07-282-0/+11
* TableRef: generate error for header-less column references, tdf#91278 relatedEike Rathke2015-07-233-30/+66
* Resolves: tdf#92448 check for numeric '.' only if sheet separator is '.'Eike Rathke2015-07-211-1/+1
* check annotation caption pointers, blind fix for rhbz#1242099Eike Rathke2015-07-201-3/+6
* Resolves: tdf#92767 use ISO 8601 for internal date string representationEike Rathke2015-07-201-0/+4
* Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke2015-07-193-0/+29
* tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann2015-07-131-1/+4
* tdf#89031 remove agressiveness from Calc function suggestionsWinfried Donkers2015-07-132-34/+20
* SdrPaintView::AddWindowToPaintView: take a vcl::Window, tooMiklos Vajna2015-07-101-2/+2
* execute the terrible bottle neck loop only if there are conditional formatsEike Rathke2015-07-093-1/+10
* Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke2015-07-091-6/+14
* fix export to xls, tdf#69552Winfried Donkers2015-07-092-6/+6
* always justify a referenced range in order, tdf#92468Eike Rathke2015-07-086-0/+139
* end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke2015-07-081-0/+63
* Related: tdf#92392 clear some more vclptrs on disposeCaolán McNamara2015-07-081-0/+5
* Related: tdf#92392 protect against double dispose from dtor with disposeOnceCaolán McNamara2015-07-071-1/+1