summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* loplugin:collapseifNoel Grandin2019-07-281-33/+30
* Fix typosAndrea Gelmini2019-07-241-1/+1
* cid#1448485 silence Copy-paste errorCaolán McNamara2019-07-221-0/+1
* loplugin:referencecasting in avmedia..basicNoel Grandin2019-07-193-7/+6
* cid#1448547 Unchecked return valueCaolán McNamara2019-07-191-1/+1
* cid#1448256 Unchecked return valueCaolán McNamara2019-07-191-1/+1
* cid#1448438 Uncaught exceptionCaolán McNamara2019-07-191-1/+1
* cid#1448372 Unchecked return valueCaolán McNamara2019-07-181-1/+2
* cid#1448326 Unchecked return valueCaolán McNamara2019-07-181-2/+2
* tdf#125564: WatchWindow should report correct type for global constantsTomoyuki Kubota2019-06-291-2/+2
* improve loplugin:simplifyconstructNoel Grandin2019-06-251-1/+1
* loplugin:logexceptionnicely in accessibility..basicNoel Grandin2019-06-143-16/+17
* Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2019-06-114-9/+8
* loplugin:virtualdown in SbxValueNoel Grandin2019-06-111-5/+0
* -fsanitize=nullabilityStephan Bergmann2019-05-271-1/+3
* Fix typoAndrea Gelmini2019-05-151-1/+1
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-132-3/+3
* an uno -> a unoCaolán McNamara2019-05-104-11/+11
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-21/+20
* downgrade warning to infoCaolán McNamara2019-05-071-1/+1
* tdf#68339 Other: BASIC Syntax errorJens Carl2019-05-034-0/+186
* Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2"Eike Rathke2019-05-021-25/+11
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-2/+1
* Fix typoAndrea Gelmini2019-04-251-1/+1
* tdf#123043 make type character detection unicode-awareTomoyuki Kubota2019-04-231-1/+1
* Fix uses of variables before their lifetimes beginStephan Bergmann2019-04-171-1/+1
* Initial VS 2019 SupportTomoyuki Kubota2019-04-161-1/+1
* loplugin:sequentialassign in accessiblity..canvasNoel Grandin2019-04-122-7/+3
* Fix typoAndrea Gelmini2019-04-081-1/+1
* Fix typoAndrea Gelmini2019-04-081-1/+1
* Fix typoAndrea Gelmini2019-04-081-1/+1
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-072-12/+24
* Fix typoAndrea Gelmini2019-04-071-1/+1
* Fix typoAndrea Gelmini2019-04-071-2/+2
* Fix typoAndrea Gelmini2019-04-041-2/+2
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-311-1/+1
* Remove unused using declarations in directories [a-d]*Gabor Kelemen2019-03-271-1/+0
* Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2019-03-166-67/+38
* tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen2019-03-079-1/+13
* log nice exception messages whereever possibleNoel Grandin2019-03-072-2/+6
* remove some unnecessary typedef struct... sugarNoel Grandin2019-03-061-2/+2
* simplify UNO getTypes methodsNoel Grandin2019-03-041-13/+3
* Some more WIN32 -> _WIN32Stephan Bergmann2019-03-013-3/+3
* o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen2019-02-201-1/+0
* pretty up logging of exceptionsNoel Grandin2019-02-191-4/+3
* fix comparison of std::lower_bound resultNoel Grandin2019-02-181-1/+1
* 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