summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/unoobj
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-191-0/+1
* entirity of writer rebuilding when vcl widget headers changeCaolán McNamara2018-11-161-0/+1
* $SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák2018-11-141-1/+3
* make ScInterpreterContext also accessible without passing it aroundLuboš Luňák2018-11-141-1/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-121-1/+1
* loplugin:useuniqueptr in ScHeaderFieldsObjNoel Grandin2018-11-091-12/+7
* sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky2018-11-081-5/+5
* loplugin:collapseif in scNoel Grandin2018-11-071-5/+2
* tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen2018-11-061-0/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-34/+18
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-2/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-218/+211
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-263-0/+3
* use unique_ptr when Clone()'ing PoolItemsNoel Grandin2018-10-262-4/+2
* return std::unique_ptr from CloneSetWhichNoel Grandin2018-10-251-2/+2
* clang-tidy performance-unnecessary-copy-init in scNoel Grandin2018-10-244-7/+5
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-2/+2
* loplugin:staticvar in scNoel Grandin2018-10-181-21/+21
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-173-7/+7
* tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen2018-10-163-0/+4
* Redundant variableMike Kaganski2018-10-151-2/+1
* add SvStream::TellEndNoel Grandin2018-10-153-12/+5
* loplugin:constfields in scNoel Grandin2018-10-156-20/+20
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-093-11/+11
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* loplugin:useuniqueptr in Chart2PositionMapNoel Grandin2018-09-271-53/+39
* Avoid unused function in the !HAVE_FEATURE_SCRIPTING caseTor Lillqvist2018-09-191-0/+4
* New loplugin:externalStephan Bergmann2018-09-172-2/+2
* tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2018-09-131-0/+1
* loplugin:simplifyconstruct in scNoel Grandin2018-09-107-29/+1
* clang-tidy performance-inefficient-vector-operationNoel Grandin2018-09-051-1/+2
* use std::unique_ptr in various sc undo codeNoel Grandin2018-08-311-5/+5
* pass ScRefUndoData around by std::unique_ptrNoel Grandin2018-08-301-0/+1
* return ScMemChart by std::unique_ptrNoel Grandin2018-08-281-1/+1
* loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin2018-08-281-6/+6
* loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin2018-08-241-9/+4
* loplugin:useuniqueptr in ScEditFieldObjNoel Grandin2018-08-244-8/+9
* loplugin:returnconstant in ScDBDocFuncNoel Grandin2018-08-161-1/+2
* loplugin:returnconstant in ScTokenConversionNoel Grandin2018-08-163-6/+4
* pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin2018-08-151-18/+12
* tdf#115086 crash in assignLabelsToDataSequenceCaolán McNamara2018-08-151-1/+1
* unnecessary null check before dynamic_cast, in scNoel Grandin2018-08-102-17/+8
* tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen2018-08-073-0/+6
* loplugin:stringloop in scNoel Grandin2018-08-011-4/+4
* Add missing sal/log.hxx headersGabor Kelemen2018-08-018-0/+8
* pass SvxFieldData around by std::unique_ptrNoel Grandin2018-07-131-1/+1
* loplugin:useuniqueptr in ScModelObjNoel Grandin2018-07-111-12/+9
* [API CHANGE] tdf#65353 Add more doc. settings more embedding fontsTomaž Vajngerl2018-07-101-11/+38
* loplugin:useuniqueptr in ScCellFormatsEnumerationNoel Grandin2018-07-101-5/+3