summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold16-99/+4
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante6-26/+22
2014-05-16fdo#77735: Don't proceed when all cells in the range are empty.Kohei Yoshida1-0/+4
2014-05-16fdo#77735: Write test for this. This test will freeze with the bug present.Kohei Yoshida2-0/+27
2014-05-16I should check for NULL here.Kohei Yoshida1-1/+1
2014-05-17FixesJulien Nabet1-6/+6
2014-05-17FixesJulien Nabet3-4/+4
2014-05-17More fixJulien Nabet1-6/+6
2014-05-17Fix previous commitJulien Nabet1-2/+2
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet25-268/+268
2014-05-16fdo#77315: When in cell edit mode, use the EditView instance already there.Kohei Yoshida1-21/+34
2014-05-16fdo#75056: Overline attribute needs special treatment as well.Kohei Yoshida1-3/+36
2014-05-16fdo#75056: Write test for this.Kohei Yoshida1-18/+113
2014-05-16clean up, remove eof commentsThomas Arnhold20-40/+0
2014-05-15fdo#77537: Exporting font names in edit text needs special handling.Kohei Yoshida1-3/+11
2014-05-15fdo#77537: Write export test for this.Kohei Yoshida1-17/+96
2014-05-15sc html test: dispose xComponent in teardownTomaž Vajngerl1-0/+8
2014-05-15fdo#76718 Rounding for "fill > random number.." optionTomaž Vajngerl3-34/+111
2014-05-15sc - statistics dialog: add more space between IDsTomaž Vajngerl1-68/+67
2014-05-15sc ANOVA: add "two factor" and rework "single factor" ANOVATomaž Vajngerl6-92/+519
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe5-44/+27
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-15resolved fdo#78718 break the indefinite loop when entering ="Eike Rathke1-0/+4