summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara19-639/+594
2017-07-20Obtain days using GetInt32()Eike Rathke1-4/+4
2017-07-20Obtain days using GetInt32() instead of casting floorEike Rathke1-10/+10
2017-07-20Another attempt to blind fix tdf#108612Eike Rathke1-0/+3
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth4-7/+13
2017-07-19Avoid temporary Date and normalizationEike Rathke1-6/+6
2017-07-19Don't calculate GetDayOfWeek() thriceEike Rathke1-25/+35
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke6-29/+29
2017-07-19tdf#93328 : Assign the ScInterpreter results back to ScFormulaCell...Dennis Francis1-0/+4
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke3-8/+6
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke9-31/+31
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-12/+2
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-4/+2
2017-07-14Assert non-empty sheet nameEike Rathke1-0/+1
2017-07-14Fix export test crash of ooo95715-1.xlsEike Rathke1-1/+1
2017-07-14use more OUString::operator== in scNoel Grandin14-34/+34
2017-07-13tdf#108758 : do not write to undo document when...Dennis Francis1-2/+4
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+0
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann2-8/+4
2017-07-13loplugin:useuniqueptr in scNoel Grandin14-101/+55
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-10simplify some OUString compareTo callsNoel Grandin1-46/+44
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers4-1/+27
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin5-8/+8
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin3-7/+7
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke6-14/+14
2017-07-06Attempt to blind fix tdf#108612 explicitly checking for clipboard documentEike Rathke1-1/+1
2017-07-06loplugin:unusedfields in scNoel Grandin2-6/+5
2017-07-06rework as a shared_ptrCaolán McNamara1-2/+2
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-2/+2
2017-07-04sc: remove trivial copy ctors for functorsJochen Nitschke1-13/+0
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke3-1/+3
2017-07-04loplugin:unusedfields in sc part3Noel Grandin9-65/+10
2017-07-04Remove artificial parameter count limit from NPV()Eike Rathke1-1/+1
2017-07-04Use ReverseStack() in NPV()Eike Rathke1-5/+2
2017-07-04Remove artificial parameter count limit from SUMPRODUCT()Eike Rathke1-1/+1
2017-07-04Remove artificial parameter count limit from GRETPIVOTDATA()Eike Rathke1-1/+1
2017-07-03tdf#39468 Translate German comments/termsJens Carl1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke25-81/+75
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M9-23/+23
2017-07-02loplugin:casttovoid: scStephan Bergmann1-1/+0
2017-07-02ScRange::ParseCols/Rows pDoc parameter is unusedStephan Bergmann1-6/+2
2017-06-30pBASM can be nullptr in copy docs, e.g. during insert sheet from docMarkus Mohrhard1-0/+3
2017-06-29Move lcl_getScriptClass into only callerTor Lillqvist1-5/+1
2017-06-29No need for this variable to be staticTor Lillqvist1-1/+1
2017-06-29ScGlobal already caches the global collatorTor Lillqvist1-1/+1
2017-06-29ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and privateTor Lillqvist1-2/+0
2017-06-29ScRowBreakIterator::NOT_FOUND can be constexprTor Lillqvist1-2/+0
2017-06-29no need to manually keep track of listener rangeMarkus Mohrhard1-25/+1
2017-06-28make it possible for calc tests to use ScDocument without BootstrapFixtureMarkus Mohrhard1-0/+5