summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellsuno.cxx
AgeCommit message (Expand)Author
2020-05-13tdf#132939: avoid crash when uninitialized FilterDescriptorJulien Nabet
2019-11-23tdf#128951: restore passing nullptr to ScTableSheetObj when not inserted yetMike Kaganski
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin
2019-10-20ScRangeUtil is utility class; don't instantiate itMike Kaganski
2019-10-08use cppu::WeakImplHelper in ScCellRangesBaseNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-12Fix typosAndrea Gelmini
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part2Noel Grandin
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-16use unique_ptr in scNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-22improve function-local statics in scNoel Grandin
2018-11-12tdf#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-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15Redundant variableMike Kaganski
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel 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-28return ScMemChart by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin
2018-08-16loplugin:returnconstant in ScTokenConversionNoel Grandin
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin