Age | Commit message (Expand) | Author |
2014-05-17 | move boost rng wrapper from sc to comphelper | Thomas Arnhold |
2014-05-17 | Correct common misspellings, and remove some ASCII art along the way. | Chris Laplante |
2014-05-16 | fdo#77735: Don't proceed when all cells in the range are empty. | Kohei Yoshida |
2014-05-16 | fdo#77735: Write test for this. This test will freeze with the bug present. | Kohei Yoshida |
2014-05-16 | I should check for NULL here. | Kohei Yoshida |
2014-05-17 | Fixes | Julien Nabet |
2014-05-17 | Fixes | Julien Nabet |
2014-05-17 | More fix | Julien Nabet |
2014-05-17 | Fix previous commit | Julien Nabet |
2014-05-17 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14 | Julien Nabet |
2014-05-16 | fdo#77315: When in cell edit mode, use the EditView instance already there. | Kohei Yoshida |
2014-05-16 | fdo#75056: Overline attribute needs special treatment as well. | Kohei Yoshida |
2014-05-16 | fdo#75056: Write test for this. | Kohei Yoshida |
2014-05-16 | clean up, remove eof comments | Thomas Arnhold |
2014-05-15 | fdo#77537: Exporting font names in edit text needs special handling. | Kohei Yoshida |
2014-05-15 | fdo#77537: Write export test for this. | Kohei Yoshida |
2014-05-15 | sc html test: dispose xComponent in teardown | Tomaž Vajngerl |
2014-05-15 | fdo#76718 Rounding for "fill > random number.." option | Tomaž Vajngerl |
2014-05-15 | sc - statistics dialog: add more space between IDs | Tomaž Vajngerl |
2014-05-15 | sc ANOVA: add "two factor" and rework "single factor" ANOVA | Tomaž Vajngerl |
2014-05-15 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-15 | resolved fdo#78718 break the indefinite loop when entering =" | Eike Rathke |
2014-05-15 | coverity#1213244 Dereference null return value | Caolán McNamara |
2014-05-15 | error: invalid conversion from 'int' to 'formula::StackVar' | Miklos Vajna |
2014-05-14 | Add test for CHOOSE function. | Kohei Yoshida |
2014-05-14 | Add unit test for IF function. | Kohei Yoshida |
2014-05-14 | Write test for RPN token generation with and without jump command reordering. | Kohei Yoshida |
2014-05-14 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 | Julien Nabet |
2014-05-14 | Bail out of group calculation in case the array fetching fails. | Kohei Yoshida |
2014-05-14 | Enable vectorization for the "jump" function opcodes. | Kohei Yoshida |
2014-05-14 | Disable jump command reordering of RPN tokens for OpenCL interpreter. | Kohei Yoshida |
2014-05-14 | Update the method comment and add assertion per what the comment says. | Kohei Yoshida |
2014-05-14 | No more SetCompileForFAP(). Use respective flag setting methods instead. | Kohei Yoshida |
2014-05-14 | Use "stop on error" concept rather than "ignore error if true". | Kohei Yoshida |
2014-05-14 | Introduce a new boolean flag and use it in lieu of bCompileForFAP. | Kohei Yoshida |
2014-05-14 | Keep only one class for toolbox color controls | Maxim Monastirsky |
2014-05-14 | Find places where uno::Sequence is passed by value. | Noel Grandin |
2014-05-14 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-05-13 | fdo#76710: Adjust sheet position of conditional format entries. | Kohei Yoshida |
2014-05-13 | fdo#76710: Write test for this. | Kohei Yoshida |
2014-05-13 | coverity#735464 Logically dead code | Thomas Arnhold |
2014-05-13 | fdo#78471: Don't forget to record the ID of the last record for BIFF5. | Kohei Yoshida |
2014-05-13 | fdo#78471: Write test for import of shared formulas from BIFF5. | Kohei Yoshida |
2014-05-13 | fdo#78402: Adjust references of validity entries as appropriate. | Kohei Yoshida |
2014-05-13 | fdo#78402: Write test for this. | Kohei Yoshida |
2014-05-13 | remove dead code | Noel Grandin |
2014-05-13 | move the test to slowcheck | Markus Mohrhard |
2014-05-12 | fdo#78391: When numbers are auto-fit, reset clipping parameters. | Kohei Yoshida |
2014-05-13 | distill copypasta | Eike Rathke |