summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2018-01-13turn update links warning dialog into an infobarCaolán McNamara
2018-01-13tdf#106611 make click on status bar insert/overwrite field workJim Raykowski
2018-01-13tdf#86739 Anchor inserted images to cell by defaultSamuel Mehrbrodt
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2018-01-12handle ocWebservice similarly to ocDdeCaolán McNamara
2018-01-12Better handle ScDde formulas with missing dde-link entriesCaolán McNamara
2018-01-12move implementation of ScMatrixCellResultToken copy-constructorJochen Nitschke
2018-01-12Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann
2018-01-11limit WEBSERVICE to http[s] protocolsCaolán McNamara
2018-01-11only call GetHasMacroFunc to set SetHasMacroFuncCaolán McNamara
2018-01-11loplugin:redundantcast: scStephan Bergmann
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2018-01-10tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk
2018-01-09no matching function for call to 'intrusive_ptr_add_ref'Stephan Bergmann
2018-01-09tdf#45904 Move _SpreadsheetViewSettings Java tests to C++Jens Carl
2018-01-09tdf#45904 Move _SubTotalDescriptor Java tests to C++Jens Carl
2018-01-08tdf#61418 Show message on protected sheets for conditional formatting.Gulsah Kose