summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#39593 deduplicate code in ScCellShelltagezi2018-01-201-29/+22
* loplugin:unusedmethodsNoel Grandin2018-01-202-5/+0
* Don't push error twiceEike Rathke2018-01-191-3/+4
* inline some definesNoel Grandin2018-01-192-4/+4
* new loplugin:emptyifNoel Grandin2018-01-1910-114/+27
* Fix typosAndrea Gelmini2018-01-191-1/+1
* SfxReqest::Done takes a SfxItemSet& or a boolean, not a SfxItemSet*Caolán McNamara2018-01-191-3/+1
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-2/+2
* tdf#114720: Fix subtotal crashAhmed GHANMI2018-01-181-36/+39
* Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann2018-01-183-3/+0
* Fix typosAndrea Gelmini2018-01-182-2/+2
* CheckLinkFormulaNeedingCheck() for .xls cell formulasEike Rathke2018-01-183-0/+3
* Fix Android build (missing std::trunc)Stephan Bergmann2018-01-181-0/+1
* Odd conversion double -> sal_Int32 -> doubleStephan Bergmann2018-01-181-1/+3
* CheckLinkFormulaNeedingCheck() for .xlsx cell formulasEike Rathke2018-01-171-0/+4
* Move implementation to CheckLinkFormulaNeedingCheck() for further reuseEike Rathke2018-01-172-2/+11
* Fix typosAndrea Gelmini2018-01-171-1/+1
* Fix typosAndrea Gelmini2018-01-174-4/+4
* coverity#1427628 Dereference before null checkCaolán McNamara2018-01-171-0/+2
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-172-3/+3
* Misplaced static_castStephan Bergmann2018-01-171-1/+1
* lokdialog: Don't output anything for the incoming SfxRequest.Jan Holesovsky2018-01-161-0/+2
* use more ScopedVclPtr to avoid missing disposeNoel Grandin2018-01-161-1/+1
* Fix typosAndrea Gelmini2018-01-161-1/+1
* Fix typosAndrea Gelmini2018-01-162-3/+3
* Add ServiceProvider "com.sun.star.sheet.GlobalSheetSettings"Jens Carl2018-01-161-0/+4
* lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky2018-01-152-16/+23
* lok: sc: invalidate cached positions and row header on font resizingMarco Cecchetti2018-01-151-0/+17
* Revert "lok: sc: copy / paste confusion -- workaround"Marco Cecchetti2018-01-152-26/+2
* lok: sc: exploiting cached position helper for tile renderingMarco Cecchetti2018-01-154-288/+301
* Fix typoAndrea Gelmini2018-01-153-3/+3
* More loplugin:cstylecast: scStephan Bergmann2018-01-1559-168/+157
* Use = for initializationStephan Bergmann2018-01-151-1/+1
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-1513-22/+22
* drop AreaLink_ImplCaolán McNamara2018-01-141-27/+16
* tdf#114992: fix crash in deleting sheetJulien Nabet2018-01-141-1/+1
* Typo: syles->stylesJulien Nabet2018-01-141-1/+1
* VclPtr, missing disposeCaolán McNamara2018-01-131-1/+1
* shapes provide their name through the container::XNamed interface, tdf#114932Markus Mohrhard2018-01-131-3/+3
* turn update links warning dialog into an infobarCaolán McNamara2018-01-132-34/+59
* tdf#106611 make click on status bar insert/overwrite field workJim Raykowski2018-01-131-11/+1
* tdf#86739 Anchor inserted images to cell by defaultSamuel Mehrbrodt2018-01-131-0/+3
* More loplugin:cstylecast: scStephan Bergmann2018-01-12218-1372/+1365
* handle ocWebservice similarly to ocDdeCaolán McNamara2018-01-127-41/+247
* Better handle ScDde formulas with missing dde-link entriesCaolán McNamara2018-01-125-2/+16
* move implementation of ScMatrixCellResultToken copy-constructorJochen Nitschke2018-01-121-0/+2
* Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann2018-01-121-0/+1
* limit WEBSERVICE to http[s] protocolsCaolán McNamara2018-01-111-0/+9
* only call GetHasMacroFunc to set SetHasMacroFuncCaolán McNamara2018-01-112-6/+0
* loplugin:redundantcast: scStephan Bergmann2018-01-113-6/+6