summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara10-24/+24
2014-05-12Move this function object to o3tl.Kohei Yoshida11-34/+25
2014-05-12fdo#75264 fix incorrect/missing function tips in CalcWinfried Donkers2-30/+48
2014-05-12Avoid possible memory leaks in case of exceptionsTakeshi Abe4-55/+39
2014-05-12send mouse events to the OpenGL windowMarkus Mohrhard1-0/+27
2014-05-12integrate the date time testsMarkus Mohrhard1-0/+9
2014-05-12add tests for date time functionsKen Biondi2-0/+29
2014-05-11fdo#78535: Don't process borders of 0 width.Kohei Yoshida1-42/+54
2014-05-11coverity#705842 Dereference before null checkCaolán McNamara1-6/+3
2014-05-11coverity#705841 Dereference before null checkCaolán McNamara1-1/+1
2014-05-11coverity#705840 Dereference before null checkCaolán McNamara1-16/+10
2014-05-11coverity#736092 Improper use of negative valueCaolán McNamara1-1/+1
2014-05-11coverity#736091 Improper use of negative valueCaolán McNamara1-1/+1
2014-05-11coverity#708031 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-11sc: some cleanup of the alignment panelMaxim Monastirsky3-228/+31
2014-05-11Fix previous commit (sc part)Julien Nabet3-4/+4