summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke1-2/+2
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky1-8/+8
2015-11-21unit test testMatrixConditionalBooleanResultEike Rathke1-0/+25
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin1-1/+0
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-11-11new loplugin: memoryvarNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-78/+78
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-37/+37
2015-10-20loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-12cppcheck:variableScopeNoel Grandin1-5/+2
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers1-0/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+2
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-3/+5
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-2/+2
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-11unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995Eike Rathke1-0/+42
2015-08-21loplugin:defaultparamsNoel Grandin1-10/+10
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2015-07-27fix test for tdf#92547Benjamin Ni1-13/+16
2015-07-07unit test for copy&paste put reference in order, tdf#92468Eike Rathke1-0/+39
2015-07-06tdf#92547 - incorrect input values shown in formula wizardBenjamin Ni1-0/+6
2015-06-29use a prefix instead of pMarkus Mohrhard1-3/+3
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni1-0/+16
2015-06-19Revert "tdf#90290 reduce some copy&paste code in ucalc."Eike Rathke1-7/+14
2015-06-19tdf#90290 reduce some copy&paste code in ucalc.ritztro1-14/+7
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-1/+1
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers1-0/+2
2015-06-01coverity#1302688 Resource leakCaolán McNamara1-4/+4
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung1-3/+3
2015-05-30Implemented formula group count statisticBenjamin Ni1-0/+12
2015-05-28Resolves tdf#67712 form controls and draw objectsHenry Castro1-0/+100
2015-05-17add a few more databar length testsMarkus Mohrhard1-0/+20
2015-05-17add tests for last round of fixesMarkus Mohrhard1-4/+51
2015-05-17also test zero positionMarkus Mohrhard1-3/+5
2015-05-17add more databar length testsMarkus Mohrhard1-3/+26
2015-05-17extract code into own methodMarkus Mohrhard1-24/+44
2015-05-17initial test for databar length calculationMarkus Mohrhard1-0/+47
2015-05-17add missing DeleteTab in testMarkus Mohrhard1-0/+1
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-0/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers1-0/+2
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-3/+3
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-2/+2