summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl3-2/+3
2015-08-19loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2015-08-19tdf#77431: Move setting sheet visibility to finalize phaseKatarina Behrens4-13/+30
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann3-8/+6
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke8-36/+35
2015-08-18Resolves: tdf#92749 invalidate lookup caches after initial hard recalcEike Rathke1-0/+8
2015-08-18add a simple formula cell calculation chain dumperEike Rathke1-0/+133
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin1-1/+1
2015-08-17tdf#93392 leak when linking to external html data file with auto updateDennis P. Francis1-1/+5
2015-08-17convert Link<> to typedNoel Grandin6-37/+25
2015-08-17make Link<> typedNoel Grandin2-3/+3
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud3-10/+10
2015-08-15Resolves: tdf#93358 resync attribute pattern that may have changedEike Rathke1-1/+13
2015-08-14tdf#92256: Don't force CalcA1 syntax on all !Microsoft xlsx docsKatarina Behrens1-15/+7
2015-08-14tdf#92256: Save ref syntax when different from native oneKatarina Behrens2-4/+10
2015-08-14loplugin: defaultparamsNoel Grandin26-87/+85
2015-08-14loplugin: defaultparamsNoel Grandin19-48/+47
2015-08-14loplugin: defaultparamsNoel Grandin26-74/+74
2015-08-14loplugin: defaultparamsNoel Grandin22-55/+55
2015-08-14loplugin: defaultparamsNoel Grandin21-41/+39
2015-08-14loplugin: defaultparamsNoel Grandin10-32/+27
2015-08-14loplugin: defaultparamsNoel Grandin22-40/+39
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin1-3/+3
2015-08-14Move dropdown menu from 'Save As' to 'Save' buttonSzymon Kłos1-1/+1
2015-08-13second attempt to blind fix MSVC werror C4701,C4703Eike Rathke1-4/+3
2015-08-13blind fix MSVC werror C4701,C4703 potentially uninitialized local variableEike Rathke1-2/+2
2015-08-13use sc::divide() for -fsanitize=float-divide-by-zero triggered by unit testEike Rathke1-1/+1
2015-08-13sc: fix LOKit invalidate setPartHenry Castro1-1/+16
2015-08-13sc: LOK_CALLBACK_DOCUMENT_SIZE_CHANGED callbackHenry Castro1-0/+19
2015-08-13Resolves: tdf#93098 replace remembered listener when replacing cellEike Rathke1-2/+14
2015-08-13Another GrabFocus during disposeMaxim Monastirsky1-6/+2
2015-08-13tdf#93154: Save button often does not saveMihai Varga1-0/+4
2015-08-13make Link<> instances typedNoel Grandin2-5/+3
2015-08-12rename confusing classesWinfried Donkers9-52/+54
2015-08-12Resolves: tdf#93388 broadcasting to removed listeners isn't a good ideaEike Rathke1-5/+15
2015-08-12tdf#92256: Make sure ref syntax of Excel docs gets savedKatarina Behrens1-1/+1
2015-08-11tdf#39468 Translate German Comments - sc/source/core/data/Phillip Sz2-2/+2
2015-08-10tdf#89387 related, fix SumSquare bug in SumMXMY2Łukasz Hryniuk1-1/+1
2015-08-10Resolves: tdf#86024 do not attempt to shorten numeric value outputEike Rathke1-22/+30
2015-08-09tdf#79741: Macro with Find @ Replace crash CalcJulien Nabet1-1/+1
2015-08-06typo "(1 alpha)" → "(1-alpha)" confidence intervalChristian Lohmaier1-3/+3
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin1-3/+3
2015-08-05loplugin:unusedmethodsNoel Grandin16-63/+1
2015-08-04cppcheck: Variable 'bGrowBackwards' is assigned a value that is never usedJulien Nabet1-4/+1
2015-08-04sc: inline some use-once typedefsNoel Grandin23-87/+53
2015-08-04sal_uChar is deprecatedNoel Grandin1-2/+2
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert1-34/+8
2015-08-03new loplugin: refcountingNoel Grandin14-44/+45
2015-07-31sc: replace boost::function with std::functionMichael Stahl4-6/+8