summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
AgeCommit message (Expand)Author
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara
2019-08-12Fix typosAndrea Gelmini
2019-07-09tdf#42949 Fix IWYU warnings in sc/incGabor Kelemen
2019-06-21reference childwins are all weldedCaolán McNamara
2019-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis
2019-05-15tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-28reintroduce ScCaptionPtrLuboš Luňák
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen
2019-02-16Use optimized string concatenationMatteo Casalin
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2019-01-16use unique_ptr in scNoel Grandin
2019-01-15Simplify containers iterations in sc/source/ui/docshellArkadiy Illarionov
2019-01-14Fix loop conditionsArkadiy Illarionov
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin
2018-08-24loplugin:useuniqueptr for ScOutlineTable in the undo codeNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-29cppcheck: knownConditionTrueFalseJochen Nitschke
2018-07-26Refresh AutoFilter buttons unconditionally, tdf#118867 related follow-upEike Rathke
2018-07-25Related: tdf#118867 refresh AutoFilter buttons when deleting cols/rows/cellsEike Rathke
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro
2018-05-24reduce some unnecessary ScRangeList copyingNoel Grandin
2018-05-16loplugin:constantparamNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-18convert DelCellCmd to scoped enumNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-27loplugin:useuniqueptr in ScDrawLayerNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-03-20drop unnecessary includesCaolán McNamara