summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2018-09-10loplugin:simplifyconstruct in scNoel Grandin7-36/+1
2018-09-09weld SfxNewStyleDlgCaolán McNamara1-3/+3
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara2-4/+4
2018-09-03tdf#37268: use also sheet local range in PivotJulien Nabet1-5/+25
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin2-12/+12
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin2-5/+5
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin1-10/+10
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin1-4/+4
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin4-15/+12
2018-08-30rename GetMarkedObjModel to CreateMarkedObjModelNoel Grandin1-4/+4
2018-08-29loplugin:useuniqueptr in ScDrawTransferObjNoel Grandin1-6/+6
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin4-28/+28
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin2-7/+6
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin4-27/+27
2018-08-24loplugin:useuniqueptr for ScOutlineTable in the undo codeNoel Grandin2-7/+7
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin3-13/+11
2018-08-24split ScViewFunc::CopyToClip into two methodsNoel Grandin1-172/+188
2018-08-24pass DelFormats around using std::vectorNoel Grandin1-9/+2
2018-08-16Related tdf#118547: don't change protection symbol if nTab == TABLEID_DOCJulien Nabet1-1/+1
2018-08-16loplugin:returnconstant in ScOutlineDocFuncNoel Grandin1-2/+2
2018-08-16loplugin:returnconstant in ScGridWindowNoel Grandin1-3/+1
2018-08-16loplugin:returnconstant in ScViewUtilNoel Grandin1-2/+1
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin1-4/+4
2018-08-15loplugin:useuniqueptr in OverlayObjectListNoel Grandin2-23/+23
2018-08-15Related tdf#118547: Lock mark on protected sheet tabJulien Nabet1-0/+4
2018-08-12Use o3tl::temporaryMike Kaganski1-2/+2
2018-08-12Sort includesMike Kaganski1-29/+28
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara1-2/+2
2018-08-10Simplify control logicMatteo Casalin1-7/+2
2018-08-10Use indexed getToken()Matteo Casalin1-4/+11
2018-08-10Use indexed getToken()Matteo Casalin1-16/+19
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin4-7/+5
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen3-0/+3
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-1/+1
2018-08-01loplugin:stringloop in scNoel Grandin3-19/+16
2018-08-01Add missing sal/log.hxx headersGabor Kelemen9-0/+9
2018-07-31uitest logger: log more eventsSaurav Chirania2-0/+50
2018-07-27Related: rhbz#1602589 silence coverity copy_paste_errorCaolán McNamara1-0/+2
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-4/+0
2018-07-25tdf#118777: Disable signature line slot if non-text objectKatarina Behrens1-1/+2
2018-07-24sw,sc: Signature Line: fix VclPtr assertionMichael Stahl1-2/+2
2018-07-20Fix typosAndrea Gelmini1-1/+1
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-17loplugin:useuniqueptr in ScTabViewNoel Grandin2-14/+14
2018-07-17loplugin:useuniqueptr in ScCondFormatManagerDlgNoel Grandin1-5/+5
2018-07-17remove the GL based 3D chartsMarkus Mohrhard1-1/+0
2018-07-16return BaseProcessor2D by std::unique_ptrNoel Grandin1-1/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin13-18/+18
2018-07-11loplugin:useuniqueptr in ScTabViewShellNoel Grandin6-65/+58
2018-07-11loplugin:useuniqueptr in ScPrintFuncNoel Grandin1-5/+5