summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-21/+20
2019-05-07downgrade warning to infoCaolán McNamara1-1/+1
2019-05-03tdf#68339 Other: BASIC Syntax errorJens Carl4-0/+186
2019-05-02Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2"Eike Rathke1-25/+11
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-2/+1
2019-04-25Fix typoAndrea Gelmini1-1/+1
2019-04-23tdf#123043 make type character detection unicode-awareTomoyuki Kubota1-1/+1
2019-04-17Fix uses of variables before their lifetimes beginStephan Bergmann1-1/+1
2019-04-16Initial VS 2019 SupportTomoyuki Kubota1-1/+1
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin2-7/+3
2019-04-08Fix typoAndrea Gelmini1-1/+1
2019-04-08Fix typoAndrea Gelmini1-1/+1
2019-04-08Fix typoAndrea Gelmini1-1/+1
2019-04-07tdf#120703 PVS: Silence V522 warningsMike Kaganski2-12/+24
2019-04-07Fix typoAndrea Gelmini1-1/+1
2019-04-07Fix typoAndrea Gelmini1-2/+2
2019-04-04Fix typoAndrea Gelmini1-2/+2
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen1-1/+0
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov6-67/+38
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen9-1/+13
2019-03-07log nice exception messages whereever possibleNoel Grandin2-2/+6
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-03-04simplify UNO getTypes methodsNoel Grandin1-13/+3
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann3-3/+3
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen1-1/+0
2019-02-19pretty up logging of exceptionsNoel Grandin1-4/+3
2019-02-18fix comparison of std::lower_bound resultNoel Grandin1-1/+1
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Yusuf Sonmez1-5/+4
2019-02-11new loplugin writeonlyvarsNoel Grandin2-5/+0
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Muzaffer Kadir YILMAZ1-4/+3
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin11-68/+65
2019-02-07Fix typoAndrea Gelmini1-2/+2
2019-01-27Fix typoAndrea Gelmini1-2/+2
2019-01-24Clean up dead uses of DISABLE_ATLStephan Bergmann1-2/+2
2019-01-16Minimum Supported Version is VS2017himajin1000001-1/+1
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen9-54/+44
2019-01-14tdf#122250 Crash when running extensionNoel Grandin1-1/+5
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2-3/+4
2019-01-10tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Doğa Deniz Arıcı1-3/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin2-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen3-0/+3
2018-12-28Remove unneeded cast, constify OUStringMatteo Casalin1-2/+2
2018-12-26basic: Spare temporary variableTakeshi Abe1-5/+1
2018-12-21use unique_ptr in SbiExpressionNoel Grandin1-4/+4
2018-12-12loplugin:useuniqueptr in basic and frameworkNoel Grandin1-6/+6
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-09Fix typoAndrea Gelmini1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann13-16/+16
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin4-17/+4