summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin6-8/+8
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-4/+2
2015-10-30loplugin:unusedmethodsNoel Grandin11-98/+0
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2-10/+7
2015-10-28unit test for tdf#95395Eike Rathke1-0/+23
2015-10-28Resolves: tdf#95395 force range reference to array only in array formulaEike Rathke1-1/+7
2015-10-28tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens3-7/+51
2015-10-28preserve and renumber duplicate valuesEike Rathke1-1/+8
2015-10-28add comment that some STR_COND_... values must be in sequenceEike Rathke1-0/+2
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna2-5/+5
2015-10-28com::sun::star->css in scNoel Grandin408-8155/+7352
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin17-56/+56
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin5-3/+3
2015-10-27sal_uLong to ErrCodeMatteo Casalin1-1/+1
2015-10-27Reduce #include scopeMatteo Casalin4-15/+27
2015-10-27SAL_WARN_IF ScCsvSplits::Insert exceeds its maximum supported sizeMatteo Casalin2-1/+6
2015-10-27Simplify by early bail-outMatteo Casalin1-13/+15
2015-10-27Remove inline specifier for functions defined in classMatteo Casalin1-2/+2
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (2)Matteo Casalin1-3/+4
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (1)Matteo Casalin1-33/+26
2015-10-27Use getToken with start position in lcl_decodeSepStringMatteo Casalin1-3/+8
2015-10-27tdf#92207 sc: Make the text background color button workMaxim Monastirsky4-0/+4
2015-10-27move SvRefMemberList into idlNoel Grandin3-0/+3
2015-10-27loplugin:unusedmethodsNoel Grandin18-412/+19
2015-10-27inline SvBaseLinkRef typedefNoel Grandin1-1/+1
2015-10-26let see if this works on 32-bit crapEike Rathke1-1/+11
2015-10-26tdf#86508: Traffic light colour scale for cond. formattingKatarina Behrens1-2/+2
2015-10-26loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2015-10-26Make OpenCL listener global, to avoid perf. cost of copying it around.Michael Meeks5-9/+14
2015-10-26sc: implement vcl::ITiledRenderable::isMimeTypeSupported()Miklos Vajna2-0/+16
2015-10-26boost::ptr_vector->std::vectorNoel Grandin2-49/+19
2015-10-26Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann1-2/+2
2015-10-26fix type in commit d5dc2a2a726dd151fb30fae25478511dce929dfaNoel Grandin1-1/+1
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin60-704/+670
2015-10-25WaE: Unreferenced function declaration [loplugin:unreffun]Tor Lillqvist1-2/+0
2015-10-25WaE: Unreferenced externally visible function definition [loplugin:unreffun]Tor Lillqvist1-2/+0
2015-10-25the cells need to be imported before we handle charts, tdf#81396Markus Mohrhard3-57/+75
2015-10-25Revert "crashtestig: infinite recurse in ooo32833-1.sxc"Eike Rathke1-4/+1
2015-10-25fraction assert kills Android viewer when viewing e.g. a ods with just a noteChristian Lohmaier1-2/+4
2015-10-24tdf#95220: Check if DrawingLayer is not nullptrMike Kaganski1-1/+1
2015-10-24unit test for MDETERM() tdf#32834Dennis Francis2-0/+42
2015-10-24tdf#32834 : improve the precision of MDETERM calculationDennis Francis1-4/+5
2015-10-23tdf#89387 test for TTEST functionƁukasz Hryniuk2-0/+107
2015-10-23tdf#80231 sort including formats - ranges with merged column labelsSahas1-12/+12
2015-10-23tdf#94485 Lower Calc background spellchecker prioJan-Marek Glogowski1-1/+1
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis4-2/+13
2015-10-22loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-22be precise in what area to insert the matrix formulaEike Rathke1-1/+1
2015-10-22unit test for tdf#95226Eike Rathke1-0/+36
2015-10-22sc: implement vcl::ITiledRenderable::getWindow()Miklos Vajna2-0/+14