summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellsuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-12tdf#132939: avoid crash when uninitialized FilterDescriptorJulien Nabet1-0/+2
2020-03-27tdf#43157 Clean up OSL_ASSERTJens Carl1-1/+1
2020-03-09improve loplugin:unusedfieldsNoel Grandin1-6/+5
2020-02-25Fix typoJens Carl1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-26rename some local variablesNoel Grandin1-1/+1
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-4/+4
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-3/+3
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara1-3/+3
2019-12-11Related: tdf#129300 add ScVerticalStackCell to provide a descriptionCaolán McNamara1-5/+5
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara1-3/+3
2019-11-22tdf#128951: restore passing nullptr to ScTableSheetObj when not inserted yetMike Kaganski1-1/+8
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+16
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-4/+4
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-19/+19
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin1-1/+1
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin1-35/+40
2019-10-20ScRangeUtil is utility class; don't instantiate itMike Kaganski1-1/+0
2019-10-08use cppu::WeakImplHelper in ScCellRangesBaseNoel Grandin1-58/+0
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-08-20loplugin:constvars in package..scNoel Grandin1-1/+1
2019-08-12Mark Sequence const in scArkadiy Illarionov1-5/+3
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-55/+30
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-4/+4
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-6/+0
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen1-0/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-19/+19
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-62/+2
2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part2Noel Grandin1-2/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-1/+1
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-4/+4
2019-03-04simplify UNO getTypes methodsNoel Grandin1-2/+1
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-2/+2
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-8/+7
2019-01-16use unique_ptr in scNoel Grandin1-35/+30
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov1-18/+19
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-17/+14
2018-11-22improve function-local statics in scNoel Grandin1-134/+87
2018-11-12tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen1-0/+1
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1