summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin
2018-01-22sc: std::iterator is deprecated in C++17Michael Stahl
2018-01-22copy ScAddress before possibly joining itCaolán McNamara
2018-01-21tdf#113572: removed redundant calc serviceVasily Melenchuk
2018-01-20Addition of focus_on_click to notebookbar ui filesMaxim Monastirsky
2018-01-20RowInfo copy ctor was presumably killed in errorStephan Bergmann
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-18xSheetDoc cannot be null hereStephan Bergmann
2018-01-18tdf#114720: Fix subtotal crashAhmed GHANMI
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-18Don't let testSpreadsheetViewSettingsProperties interfere with existing testsStephan 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-17Use ROUNDSIG(...,13) to hopefully fix Jenkins lo_callgrind_linux buildsEike Rathke
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-17Misplaced static_castStephan Bergmann
2018-01-16tdf#45904 Move _GlobalSheetSettings Java tests to C++Jens Carl
2018-01-16lokdialog: Don't output anything for the incoming SfxRequest.Jan Holesovsky
2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers
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
2018-01-14tdf#114992: fix crash in deleting sheetJulien Nabet
2018-01-14Typo: syles->stylesJulien Nabet
2018-01-13VclPtr, missing disposeCaolán McNamara
2018-01-13shapes provide their name through the container::XNamed interface, tdf#114932Markus Mohrhard