summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2018-01-24[Pardus] tdf#108989 Add contextual validity command.Gulsah Kose
2018-01-24loplugin:constparamsNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-24tdf#115093 : Do not reuse singleref tokens...Dennis Francis
2018-01-23Use a more conventional way of clearing ScRange variablesStephan Bergmann
2018-01-23offapi: Add properties FormulaResultType2 and CellContentTypeJens Carl
2018-01-23Fix typosAndrea Gelmini
2018-01-23Flatten ScRangePairList::Join() recursionEike Rathke
2018-01-23Flatten ScRangeList::Join() recursionEike Rathke
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-23USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin
2018-01-22copy ScAddress before possibly joining itCaolán McNamara
2018-01-21tdf#113572: removed redundant calc serviceVasily Melenchuk
2018-01-20tdf#39593 deduplicate code in ScCellShelltagezi
2018-01-20loplugin:unusedmethodsNoel Grandin
2018-01-19Don't push error twiceEike Rathke
2018-01-19inline some definesNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-19Fix typosAndrea Gelmini
2018-01-19SfxReqest::Done takes a SfxItemSet& or a boolean, not a SfxItemSet*Caolán McNamara
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-18tdf#114720: Fix subtotal crashAhmed GHANMI
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-18Fix typosAndrea Gelmini
2018-01-18CheckLinkFormulaNeedingCheck() for .xls cell formulasEike Rathke
2018-01-18Fix Android build (missing std::trunc)Stephan Bergmann
2018-01-18Odd conversion double -> sal_Int32 -> doubleStephan Bergmann
2018-01-17CheckLinkFormulaNeedingCheck() for .xlsx cell formulasEike Rathke
2018-01-17Move implementation to CheckLinkFormulaNeedingCheck() for further reuseEike Rathke
2018-01-17Fix typosAndrea Gelmini
2018-01-17Fix typosAndrea Gelmini
2018-01-17coverity#1427628 Dereference before null checkCaolán McNamara
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-17Misplaced static_castStephan Bergmann
2018-01-16lokdialog: Don't output anything for the incoming SfxRequest.Jan Holesovsky
2018-01-16use more ScopedVclPtr to avoid missing disposeNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-16Add ServiceProvider "com.sun.star.sheet.GlobalSheetSettings"Jens Carl
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky
2018-01-15lok: sc: invalidate cached positions and row header on font resizingMarco Cecchetti
2018-01-15Revert "lok: sc: copy / paste confusion -- workaround"Marco Cecchetti
2018-01-15lok: sc: exploiting cached position helper for tile renderingMarco Cecchetti
2018-01-15Fix typoAndrea Gelmini
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-15Use = for initializationStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-14drop AreaLink_ImplCaolán McNamara