summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2014-05-17FixesJulien Nabet
2014-05-17More fixJulien Nabet
2014-05-17Fix previous commitJulien Nabet
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-16fdo#77315: When in cell edit mode, use the EditView instance already there.Kohei Yoshida
2014-05-16fdo#75056: Overline attribute needs special treatment as well.Kohei Yoshida
2014-05-16fdo#75056: Write test for this.Kohei Yoshida
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-05-15fdo#77537: Exporting font names in edit text needs special handling.Kohei Yoshida
2014-05-15fdo#77537: Write export test for this.Kohei Yoshida
2014-05-15sc html test: dispose xComponent in teardownTomaž Vajngerl
2014-05-15fdo#76718 Rounding for "fill > random number.." optionTomaž Vajngerl
2014-05-15sc - statistics dialog: add more space between IDsTomaž Vajngerl
2014-05-15sc ANOVA: add "two factor" and rework "single factor" ANOVATomaž Vajngerl
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-15resolved fdo#78718 break the indefinite loop when entering ="Eike Rathke
2014-05-15coverity#1213244 Dereference null return valueCaolán McNamara
2014-05-15error: invalid conversion from 'int' to 'formula::StackVar'Miklos Vajna
2014-05-14Add test for CHOOSE function.Kohei Yoshida
2014-05-14Add unit test for IF function.Kohei Yoshida
2014-05-14Write test for RPN token generation with and without jump command reordering.Kohei Yoshida
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida
2014-05-14Enable vectorization for the "jump" function opcodes.Kohei Yoshida
2014-05-14Disable jump command reordering of RPN tokens for OpenCL interpreter.Kohei Yoshida
2014-05-14Update the method comment and add assertion per what the comment says.Kohei Yoshida
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida
2014-05-14Keep only one class for toolbox color controlsMaxim Monastirsky
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-14Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-13fdo#76710: Adjust sheet position of conditional format entries.Kohei Yoshida
2014-05-13fdo#76710: Write test for this.Kohei Yoshida
2014-05-13coverity#735464 Logically dead codeThomas Arnhold
2014-05-13fdo#78471: Don't forget to record the ID of the last record for BIFF5.Kohei Yoshida
2014-05-13fdo#78471: Write test for import of shared formulas from BIFF5.Kohei Yoshida
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida
2014-05-13fdo#78402: Write test for this.Kohei Yoshida
2014-05-13remove dead codeNoel Grandin