summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin30-163/+138
2014-05-23Always use CPPUNIT_ASSERT_DOUBLES_EQUAL when comparing floating point valuesStephan Bergmann1-23/+12
2014-05-23Remove dead codeStephan Bergmann1-54/+0
2014-05-22fdo#78903: Don't broadcast prematurely during cell deletion.Kohei Yoshida1-22/+0
2014-05-22fdo#78903: Write test for this.Kohei Yoshida2-0/+60
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan2-5/+0
2014-05-21Label t-test and F-test for their respective dialogs.Kohei Yoshida5-5/+20
2014-05-21Modify these stats dialogs to have OK and Cancel pair.Kohei Yoshida14-214/+17
2014-05-21Keep only "Apply" and "Close".Kohei Yoshida3-27/+0
2014-05-21WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist1-2/+2
2014-05-21typo: VarP (Sample) -> VarP (Population)Andras Timar1-1/+1
2014-05-21Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida2-73/+35
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida5-2/+25
2014-05-21Finer grained ODS import mode selection.Kohei Yoshida3-48/+50
2014-05-21Let's use constant uno name for these.Kohei Yoshida3-4/+8
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida9-271/+268
2014-05-21Turn the mouse cursor to the "wait hand" during the external link update.Kohei Yoshida3-0/+26
2014-05-21cp#1000072: Populate cache tables when updating all external links.Kohei Yoshida2-5/+189
2014-05-21Localize this string.Kohei Yoshida3-2/+8
2014-05-21cp#1000072: Purge one document shell at a time, to avoid freeze.Kohei Yoshida2-7/+8
2014-05-21cp#1000072: Stop the external doc shell timer while mass-updating.Kohei Yoshida3-23/+67
2014-05-21cp#1000072: Load external documents when refreshing caches.Kohei Yoshida2-26/+66
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks2-7/+22
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks3-6/+22
2014-05-21ODS load perf: avoid excessive calls to uppercase to compare tab names.Michael Meeks1-1/+10
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet4-19/+19
2014-05-20Following fdo#78838, let's make this part safe tooJulien Nabet1-1/+1
2014-05-20kill some old 16 bit column indicesMarkus Mohrhard3-37/+29
2014-05-20simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 relatedEike Rathke1-6/+2
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin9-16/+16
2014-05-20Resolves: fdo#78838 past-the-end iteratorJulien Nabet1-0/+3
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida34-15/+107
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold13-54/+0
2014-05-19ODS load perf: don't allocate temporary strings un-necessarilyMichael Meeks1-4/+6
2014-05-19WaE: unused variable 'tmpCur'Tor Lillqvist1-1/+0
2014-05-19GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxxhaochen2-3/+1
2014-05-19GPU Calc: Fix bughaochen1-67/+147
2014-05-19GPU Calc: Fix bughaochen1-88/+179
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 5849-9461)haochen1-56/+15
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 4037-5849)haochen1-73/+17
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 1-4037)haochen1-133/+69
2014-05-19GPU Calc: Fixed style&error problem in op_math once morehaochen1-49/+41
2014-05-19GPU Calc: Fixed style&error problem in op_mathhaochen1-41/+81
2014-05-19GPU Calc: Support nested formula of string compared in AND formula.haochen1-2/+5
2014-05-19GPU Calc:Fixed style&error problemhaochen3-56/+38
2014-05-19GPU Calc: Fixed style&error problem in formulagroupcl and op_addinhaochen3-15/+88
2014-05-19add COLOR functionMarkus Mohrhard6-0/+95
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida1-3/+0
2014-05-18Avoid possible memory leaks in case of exceptionsTakeshi Abe10-46/+37
2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky1-1/+1