summaryrefslogtreecommitdiffstats
path: root/basic/source/classes/sbxmod.cxx
Commit message (Expand)AuthorAgeFilesLines
* BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini2020-11-051-1/+1
* loplugin:simplifybool moreNoel Grandin2020-08-141-2/+2
* loplugin:simplifybool in accessibility..basicNoel Grandin2020-05-281-2/+2
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-1/+1
* loplugin:flatten in basicNoel Grandin2020-04-191-271/+271
* rename some local variablesNoel Grandin2020-01-261-1/+1
* GetSource32 and GetSource are identicalMike Kaganski2019-12-091-6/+0
* SbxArray: drop 16-bit indicesMike Kaganski2019-12-091-52/+53
* tdf#129107 objects in basic disappearNoel Grandin2019-12-041-12/+17
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+8
* cid#1448329 Wrapper object use after freeCaolán McNamara2019-11-141-67/+76
* tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen2019-11-121-5/+3
* cid#1448492 Wrapper object use after freeCaolán McNamara2019-11-111-11/+34
* call GetSbData just onceCaolán McNamara2019-11-111-8/+10
* Related: cid#1448329 call GetSbData() just onceCaolán McNamara2019-10-291-23/+25
* simplify "a = a +" to "a +="Noel Grandin2019-10-111-1/+1
* add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2019-09-261-2/+2
* loplugin:constmethod in basicNoel Grandin2019-09-031-1/+1
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-08-161-2/+1
* Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2019-06-111-2/+2
* Fix typoAndrea Gelmini2019-04-071-1/+1
* Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2019-03-161-20/+10
* log nice exception messages whereever possibleNoel Grandin2019-03-071-1/+3
* simplify UNO getTypes methodsNoel Grandin2019-03-041-13/+3
* Some more WIN32 -> _WIN32Stephan Bergmann2019-03-011-1/+1
* loplugin:indentation in basctl..bridgesNoel Grandin2019-02-081-3/+3
* Fix typoAndrea Gelmini2019-02-071-2/+2
* loplugin:useuniqueptr in basic and frameworkNoel Grandin2018-12-121-6/+6
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-071-1/+0
* Fix typosAndrea Gelmini2018-12-011-2/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-1/+1
* New loplugin:externalStephan Bergmann2018-09-171-4/+4
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-051-3/+3
* cppcheck: useInitializationList in basicJochen Nitschke2018-09-031-3/+3
* Fix typosAndrea Gelmini2018-08-291-2/+2
* unnecessary null check before dynamic_cast, in variousNoel Grandin2018-08-101-4/+4
* Fix typosAndrea Gelmini2018-07-181-2/+2
* Factor out AsyncQuitHandler to be usable elsewhere, tooTor Lillqvist2018-05-301-26/+1
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* Use for range loops in basegfx and basicJulien Nabet2018-02-241-3/+5
* ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara2018-02-161-3/+3
* Decrease fragility in odd use cases with no current documentTor Lillqvist2018-02-091-1/+4
* loplugin:useuniqeptr in SbxVariableNoel Grandin2018-01-191-7/+6
* loplugin:useuniqueptr in SbModuleNoel Grandin2018-01-191-17/+12
* More loplugin:cstylecast: basicStephan Bergmann2018-01-151-1/+1
* More loplugin:cstylecast: basicStephan Bergmann2018-01-121-5/+5
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-211-2/+2
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-11/+11
* Clean up a couple of overly verbose SAL_INFOsTor Lillqvist2017-09-191-12/+1