summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-22improve function-local statics in scNoel Grandin
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-16loplugin:buriedassign in scNoel Grandin
2018-11-16Do not truncate fractions of seconds in timestamps to integral millisecondsMike Kaganski
2018-11-07loplugin:collapseif in scNoel Grandin
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-11-05tdf#105225 new background tab pageJim Raykowski
2018-10-31cppCheck RedundantAssignment variable bRefFoundZdibák Zoltán
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-24weld AdvancedSettingsDialogCaolán McNamara
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-22tdf#120703 (PVS): redundant nullptr checkMike Kaganski
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-10-15add SvStream::TellEndNoel 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-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin
2018-10-06use more std::unique_ptr in ScUndoMoveTab and ScUndoCopyTabNoel Grandin
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin
2018-09-28weld ScStyleDlgCaolán McNamara
2018-09-28loplugin:unusedmethodsNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-24make all the related inheritences formatted the same wayCaolán McNamara
2018-09-17cppcheck: variableScope in scJochen Nitschke
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:useuniqueptr in ScFormatFilterNoel Grandin
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-09Use optimized OUString concatenationMatteo Casalin
2018-09-09Avoid getTokenCount and use indexed getTokenMatteo Casalin
2018-09-09Avoid getTokenCount and use indexed getTokenMatteo Casalin
2018-09-03cppcheck: knownConditionTrueFalseJochen Nitschke
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-29loplugin:constantparam (2)Noel 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