summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Fix Android build (missing std::trunc)Stephan Bergmann1-0/+1
2018-01-18Odd conversion double -> sal_Int32 -> doubleStephan Bergmann1-1/+3
2018-01-17CheckLinkFormulaNeedingCheck() for .xlsx cell formulasEike Rathke1-0/+4
2018-01-17Move implementation to CheckLinkFormulaNeedingCheck() for further reuseEike Rathke3-2/+13
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17Fix typosAndrea Gelmini5-5/+5
2018-01-17coverity#1427628 Dereference before null checkCaolán McNamara1-0/+2
2018-01-17Use ROUNDSIG(...,13) to hopefully fix Jenkins lo_callgrind_linux buildsEike Rathke1-285/+134
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin2-3/+3
2018-01-17Misplaced static_castStephan Bergmann1-1/+1
2018-01-16tdf#45904 Move _GlobalSheetSettings Java tests to C++Jens Carl3-0/+200
2018-01-16lokdialog: Don't output anything for the incoming SfxRequest.Jan Holesovsky1-0/+2
2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers8-217/+240
2018-01-16use more ScopedVclPtr to avoid missing disposeNoel Grandin1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini4-5/+5
2018-01-16Add ServiceProvider "com.sun.star.sheet.GlobalSheetSettings"Jens Carl2-1/+6
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky2-16/+23
2018-01-15lok: sc: invalidate cached positions and row header on font resizingMarco Cecchetti1-0/+17
2018-01-15Revert "lok: sc: copy / paste confusion -- workaround"Marco Cecchetti3-32/+2
2018-01-15lok: sc: exploiting cached position helper for tile renderingMarco Cecchetti4-288/+301
2018-01-15Fix typoAndrea Gelmini4-4/+4
2018-01-15More loplugin:cstylecast: scStephan Bergmann69-217/+206
2018-01-15Use = for initializationStephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin14-25/+25
2018-01-14drop AreaLink_ImplCaolán McNamara2-29/+18
2018-01-14tdf#114992: fix crash in deleting sheetJulien Nabet1-1/+1
2018-01-14Typo: syles->stylesJulien Nabet1-1/+1
2018-01-13VclPtr, missing disposeCaolán McNamara1-1/+1
2018-01-13shapes provide their name through the container::XNamed interface, tdf#114932Markus Mohrhard1-3/+3
2018-01-13turn update links warning dialog into an infobarCaolán McNamara3-34/+61
2018-01-13tdf#106611 make click on status bar insert/overwrite field workJim Raykowski1-11/+1
2018-01-13tdf#86739 Anchor inserted images to cell by defaultSamuel Mehrbrodt1-0/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann232-1412/+1405
2018-01-12handle ocWebservice similarly to ocDdeCaolán McNamara10-45/+252
2018-01-12Better handle ScDde formulas with missing dde-link entriesCaolán McNamara7-2/+22
2018-01-12move implementation of ScMatrixCellResultToken copy-constructorJochen Nitschke2-1/+4
2018-01-12Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann1-0/+1
2018-01-11limit WEBSERVICE to http[s] protocolsCaolán McNamara1-0/+9
2018-01-11only call GetHasMacroFunc to set SetHasMacroFuncCaolán McNamara4-12/+0
2018-01-11loplugin:redundantcast: scStephan Bergmann3-6/+6
2018-01-11loplugin:useuniqueptr in svlNoel Grandin1-2/+2
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin5-11/+11
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-6/+4
2018-01-10tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk2-1/+20
2018-01-09no matching function for call to 'intrusive_ptr_add_ref'Stephan Bergmann1-1/+1
2018-01-09tdf#45904 Move _SpreadsheetViewSettings Java tests to C++Jens Carl1-4/+10
2018-01-09tdf#45904 Move _SubTotalDescriptor Java tests to C++Jens Carl1-2/+8
2018-01-08tdf#61418 Show message on protected sheets for conditional formatting.Gulsah Kose2-2/+2
2018-01-07remove "using" directives and lazyness templatesTomaž Vajngerl1-123/+115