summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2014-05-13move the test to slowcheckMarkus Mohrhard
2014-05-12fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida
2014-05-13distill copypastaEike Rathke
2014-05-12Let's not forget to free the SdrOle2Obj instance here.Kohei Yoshida
2014-05-12Bail out early if it's not a chart module.Kohei Yoshida
2014-05-12include parentheses replacement in functions' formula data, fdo#75264Eike Rathke
2014-05-12nitpick: avoid triple redirection inside loop, fdo#75264 relatedEike Rathke
2014-05-12only send mouse events if the window is visibleMarkus Mohrhard
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara
2014-05-12Move this function object to o3tl.Kohei Yoshida
2014-05-12fdo#75264 fix incorrect/missing function tips in CalcWinfried Donkers
2014-05-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-12send mouse events to the OpenGL windowMarkus Mohrhard
2014-05-12integrate the date time testsMarkus Mohrhard
2014-05-12add tests for date time functionsKen Biondi
2014-05-11fdo#78535: Don't process borders of 0 width.Kohei Yoshida
2014-05-11coverity#705842 Dereference before null checkCaolán McNamara
2014-05-11coverity#705841 Dereference before null checkCaolán McNamara
2014-05-11coverity#705840 Dereference before null checkCaolán McNamara
2014-05-11coverity#736092 Improper use of negative valueCaolán McNamara
2014-05-11coverity#736091 Improper use of negative valueCaolán McNamara
2014-05-11coverity#708031 Uninitialized scalar fieldCaolán McNamara
2014-05-11sc: some cleanup of the alignment panelMaxim Monastirsky