summaryrefslogtreecommitdiffstats
path: root/sc/qa
Commit message (Expand)AuthorAgeFilesLines
* use unique_ptr for pImpl in sc/Noel Grandin2015-11-182-2/+2
* unit test for tdf#95670Eike Rathke2015-11-161-0/+8
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-135-6/+6
* new loplugin: memoryvarNoel Grandin2015-11-111-2/+1
* loplugin:stringconstantStephan Bergmann2015-11-101-20/+20
* loplugin:nullptrStephan Bergmann2015-11-101-2/+2
* loplugin:staticcallStephan Bergmann2015-11-101-2/+2
* tdf#91979: ScViewData::GetScrPos(): remove coordinates limit of 32767Mike Kaganski2015-11-101-0/+43
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1016-282/+282
* Related tdf#92296, tdf#90812: Make this test more strictKatarina Behrens2015-11-091-1/+2
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-091-3/+4
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-061-3/+3
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-0621-154/+154
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-052-2/+2
* yyyyyNoel Grandin2015-11-041-3/+3
* read past end of pCellInfoCaolán McNamara2015-11-031-0/+0
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-021-2/+2
* trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke2015-11-021-2/+1
* unit test for tdf#95395Eike Rathke2015-10-281-0/+23
* tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens2015-10-281-0/+30
* com::sun::star->css in scNoel Grandin2015-10-285-9/+9
* let see if this works on 32-bit crapEike Rathke2015-10-261-1/+11
* Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann2015-10-261-2/+2
* convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin2015-10-265-42/+42
* unit test for MDETERM() tdf#32834Dennis Francis2015-10-242-0/+42
* tdf#89387 test for TTEST functionŁukasz Hryniuk2015-10-232-0/+107
* loplugin:defaultparamsStephan Bergmann2015-10-221-1/+1
* be precise in what area to insert the matrix formulaEike Rathke2015-10-221-1/+1
* unit test for tdf#95226Eike Rathke2015-10-221-0/+36
* Why check that resValue != oldValueStephan Bergmann2015-10-221-2/+1
* loplugin:defaultparamsStephan Bergmann2015-10-202-6/+6
* loplugin:defaultparamsStephan Bergmann2015-10-192-6/+6
* Seems that people prefer this to be CPPUNIT_ASSERT() instead of assert()Tor Lillqvist2015-10-191-11/+8
* unit tests for formula error propagation, tdf#94869 relatedEike Rathke2015-10-162-0/+77
* add test for tdf#88179Markus Mohrhard2015-10-152-0/+33
* WaE: variable set but not used, in NDEBUG buildTor Lillqvist2015-10-151-0/+3
* tdf#94924: Add a more systematic OpenCL unit testTor Lillqvist2015-10-152-0/+94
* java:remove unused importsNoel Grandin2015-10-141-3/+0
* unit test for tdf#94514Eike Rathke2015-10-141-0/+4
* Assume util.ValueComparer.equalValue is precise enough hereStephan Bergmann2015-10-141-9/+3
* These places apparently want to unbox a value boxed as an AnyStephan Bergmann2015-10-141-36/+9
* casting before calling getClass() is a waste of timeNoel Grandin2015-10-141-5/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1229-96/+96
* cppcheck:variableScopeNoel Grandin2015-10-121-5/+2
* tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2015-10-063-1/+4
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-3/+2
* Performance test for PEARSONŁukasz Hryniuk2015-10-052-0/+27
* Performance test for GCDŁukasz Hryniuk2015-10-052-0/+26
* Performance test for LCMŁukasz Hryniuk2015-10-052-0/+26
* Performance test for TTESTŁukasz Hryniuk2015-10-052-0/+26