summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-05-21Label t-test and F-test for their respective dialogs.Kohei Yoshida
2014-05-21Modify these stats dialogs to have OK and Cancel pair.Kohei Yoshida
2014-05-21Keep only "Apply" and "Close".Kohei Yoshida
2014-05-21WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist
2014-05-21typo: VarP (Sample) -> VarP (Population)Andras Timar
2014-05-21Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida
2014-05-21Finer grained ODS import mode selection.Kohei Yoshida
2014-05-21Let's use constant uno name for these.Kohei Yoshida
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida
2014-05-21Turn the mouse cursor to the "wait hand" during the external link update.Kohei Yoshida
2014-05-21cp#1000072: Populate cache tables when updating all external links.Kohei Yoshida
2014-05-21Localize this string.Kohei Yoshida
2014-05-21cp#1000072: Purge one document shell at a time, to avoid freeze.Kohei Yoshida
2014-05-21cp#1000072: Stop the external doc shell timer while mass-updating.Kohei Yoshida
2014-05-21cp#1000072: Load external documents when refreshing caches.Kohei Yoshida
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks
2014-05-21ODS load perf: avoid excessive calls to uppercase to compare tab names.Michael Meeks
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-20Following fdo#78838, let's make this part safe tooJulien Nabet
2014-05-20kill some old 16 bit column indicesMarkus Mohrhard
2014-05-20simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 relatedEike Rathke
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-20Resolves: fdo#78838 past-the-end iteratorJulien Nabet
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-19ODS load perf: don't allocate temporary strings un-necessarilyMichael Meeks
2014-05-19WaE: unused variable 'tmpCur'Tor Lillqvist
2014-05-19GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxxhaochen
2014-05-19GPU Calc: Fix bughaochen
2014-05-19GPU Calc: Fix bughaochen
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 5849-9461)haochen
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 4037-5849)haochen
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 1-4037)haochen
2014-05-19GPU Calc: Fixed style&error problem in op_math once morehaochen
2014-05-19GPU Calc: Fixed style&error problem in op_mathhaochen
2014-05-19GPU Calc: Support nested formula of string compared in AND formula.haochen
2014-05-19GPU Calc:Fixed style&error problemhaochen
2014-05-19GPU Calc: Fixed style&error problem in formulagroupcl and op_addinhaochen
2014-05-19add COLOR functionMarkus Mohrhard
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida
2014-05-18Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-16fdo#77735: Don't proceed when all cells in the range are empty.Kohei Yoshida
2014-05-16fdo#77735: Write test for this. This test will freeze with the bug present.Kohei Yoshida
2014-05-16I should check for NULL here.Kohei Yoshida
2014-05-17FixesJulien Nabet