summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2019-12-04tdf#129107 objects in basic disappearNoel Grandin
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-11cid#1448492 Wrapper object use after freeCaolán McNamara
2019-11-11call GetSbData just onceCaolán McNamara
2019-10-29Related: cid#1448329 call GetSbData() just onceCaolán McNamara
2019-10-23In checkUnoObjectType, check for derived-from types tooStephan Bergmann
2019-10-23Remove check that is redundantStephan Bergmann
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-17Remove redundant clearsMike Kaganski
2019-09-06Fixing "...."Andrea Gelmini
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): basicStephan Bergmann
2019-07-24Fix typosAndrea Gelmini
2019-07-19loplugin:referencecasting in avmedia..basicNoel Grandin
2019-06-14loplugin:logexceptionnicely in accessibility..basicNoel Grandin
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov
2019-05-27-fsanitize=nullabilityStephan Bergmann
2019-05-10an uno -> a unoCaolán McNamara
2019-04-17Fix uses of variables before their lifetimes beginStephan Bergmann
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin
2019-04-07Fix typoAndrea Gelmini
2019-04-04Fix typoAndrea Gelmini
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann
2019-02-18fix comparison of std::lower_bound resultNoel Grandin
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Yusuf Sonmez
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Muzaffer Kadir YILMAZ
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin
2019-02-07Fix typoAndrea Gelmini
2019-01-27Fix typoAndrea Gelmini
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-12loplugin:useuniqueptr in basic and frameworkNoel Grandin
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-12-01Fix typosAndrea Gelmini
2018-11-30Fix typoAndrea Gelmini
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-10Remove unneeded castMatteo Casalin
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-10-25tdf#42949 Fix IWYU warnings in include/xmlscript/*Gabor Kelemen
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin
2018-10-20when calling std::lower_boundNoel Grandin