summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-15coverity#1213244 Dereference null return valueCaolán McNamara1-1/+2
2014-05-15error: invalid conversion from 'int' to 'formula::StackVar'Miklos Vajna1-4/+4
2014-05-14Add test for CHOOSE function.Kohei Yoshida2-0/+24
2014-05-14Add unit test for IF function.Kohei Yoshida2-0/+18
2014-05-14Write test for RPN token generation with and without jump command reordering.Kohei Yoshida4-3/+97
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida2-10/+16
2014-05-14Enable vectorization for the "jump" function opcodes.Kohei Yoshida1-2/+7
2014-05-14Disable jump command reordering of RPN tokens for OpenCL interpreter.Kohei Yoshida3-11/+9
2014-05-14Update the method comment and add assertion per what the comment says.Kohei Yoshida2-2/+4
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida2-3/+4
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida2-2/+7
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida1-3/+3
2014-05-14Keep only one class for toolbox color controlsMaxim Monastirsky3-7/+5
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin2-2/+2
2014-05-14Avoid possible memory leaks in case of exceptionsTakeshi Abe5-28/+23
2014-05-13fdo#76710: Adjust sheet position of conditional format entries.Kohei Yoshida1-0/+37
2014-05-13fdo#76710: Write test for this.Kohei Yoshida2-0/+108
2014-05-13coverity#735464 Logically dead codeThomas Arnhold1-4/+1
2014-05-13fdo#78471: Don't forget to record the ID of the last record for BIFF5.Kohei Yoshida1-1/+1
2014-05-13fdo#78471: Write test for import of shared formulas from BIFF5.Kohei Yoshida2-0/+18
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida3-5/+47
2014-05-13fdo#78402: Write test for this.Kohei Yoshida5-2/+149
2014-05-13remove dead codeNoel Grandin11-121/+0
2014-05-13move the test to slowcheckMarkus Mohrhard1-1/+1
2014-05-12fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida1-0/+4
2014-05-13distill copypastaEike Rathke2-274/+146
2014-05-12Let's not forget to free the SdrOle2Obj instance here.Kohei Yoshida1-1/+6
2014-05-12Bail out early if it's not a chart module.Kohei Yoshida1-270/+269
2014-05-12include parentheses replacement in functions' formula data, fdo#75264Eike Rathke1-4/+17
2014-05-12nitpick: avoid triple redirection inside loop, fdo#75264 relatedEike Rathke1-4/+6
2014-05-12only send mouse events if the window is visibleMarkus Mohrhard1-0/+3