summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Yusuf Sonmez2019-02-111-5/+4
* new loplugin writeonlyvarsNoel Grandin2019-02-112-5/+0
* tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Muzaffer Kadir YILMAZ2019-02-111-4/+3
* loplugin:indentation in basctl..bridgesNoel Grandin2019-02-0811-68/+65
* Fix typoAndrea Gelmini2019-02-071-2/+2
* Fix typoAndrea Gelmini2019-01-271-2/+2
* Clean up dead uses of DISABLE_ATLStephan Bergmann2019-01-241-2/+2
* Minimum Supported Version is VS2017himajin1000002019-01-161-1/+1
* o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen2019-01-169-54/+44
* tdf#122250 Crash when running extensionNoel Grandin2019-01-141-1/+5
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-112-3/+4
* tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Doğa Deniz Arıcı2019-01-101-3/+2
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-082-2/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-073-0/+3
* Remove unneeded cast, constify OUStringMatteo Casalin2018-12-281-2/+2
* basic: Spare temporary variableTakeshi Abe2018-12-261-5/+1
* use unique_ptr in SbiExpressionNoel Grandin2018-12-211-4/+4
* loplugin:useuniqueptr in basic and frameworkNoel Grandin2018-12-121-6/+6
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-101-0/+1
* Fix typoAndrea Gelmini2018-12-091-1/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-0813-16/+16
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-074-17/+4
* Fix typoAndrea Gelmini2018-12-051-1/+1
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-052-4/+4
* add test for bug tdf#121337Zdeněk Crhonek2018-12-033-0/+42
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-021-1/+1
* Fix typosAndrea Gelmini2018-12-011-2/+2
* Fix typoAndrea Gelmini2018-11-301-1/+1
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-16/+13
* Fix typoAndrea Gelmini2018-11-291-1/+1
* improve function-local statics in basic..cuiNoel Grandin2018-11-214-31/+10
* Fix a copypaste errorMike Kaganski2018-11-201-1/+1
* Adapt to C++2a char_tStephan Bergmann2018-11-172-2/+2
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-162-5/+11
* Set error also in non-UNO/UCB case file date failures, tdf#121337 follow-upEike Rathke2018-11-131-28/+55
* Add reference to test codeStephan Bergmann2018-11-131-0/+2
* tdf#121325: Replace all of given length, even if replacement is shorterStephan Bergmann2018-11-134-9/+60
* Don't call Date's ImpYearToDays with zero year argumentStephan Bergmann2018-11-131-1/+1
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-1/+1
* Remove unneeded castMatteo Casalin2018-11-101-1/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-101-6/+3
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-101-2/+2
* move SvTreeListBox to vclCaolán McNamara2018-11-071-1/+1
* loplugin:collapseif in accessibility..cuiNoel Grandin2018-11-065-29/+13
* remove with_sprintf_ defineNoel Grandin2018-11-061-93/+0
* tdf#120703 PVS: V547 Expression '!pRTLData' is always falseMike Kaganski2018-11-052-50/+47
* Make SbiProcDef::Match more readableJan-Marek Glogowski2018-10-303-7/+11
* tdf#120703 PVS: V724Mike Kaganski2018-10-271-2/+1
* tdf#120703 PVS: V668Mike Kaganski2018-10-271-6/+2
* tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski2018-10-272-2/+2