summaryrefslogtreecommitdiffstats
path: root/basic/source/inc
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke2018-05-161-1/+8
* loplugin:useuniqueptr in SbiImageNoel Grandin2018-05-021-5/+5
* loplugin:useuniqueptr pStringOff in SbiImageNoel Grandin2018-04-291-2/+1
* loplugin:singlevalfields improve unaryoperatorNoel Grandin2018-04-231-1/+0
* loplugin:useuniqueptr in SbiStdObjectNoel Grandin2018-01-191-1/+1
* loplugin:useuniqueptr in SbUnoMethodNoel Grandin2018-01-191-1/+1
* loplugin:useuniqueptr in SbiGlobalsNoel Grandin2018-01-191-3/+3
* More loplugin:cstylecast: basicStephan Bergmann2018-01-121-1/+1
* loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin2017-12-262-5/+5
* loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin2017-12-071-1/+1
* basic: SfxLibraryContainer: replace maMutexMichael Stahl2017-12-061-2/+4
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-063-36/+36
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-1/+1
* loplugin:unusedmethodsNoel Grandin2017-11-291-1/+0
* Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke2017-11-241-3/+3
* various coverity warningsCaolán McNamara2017-11-231-1/+2
* silence some coverity warningsCaolán McNamara2017-11-181-1/+1
* loplugin:finalclasses in basic,basegfxNoel Grandin2017-11-102-5/+4
* loplugin:constparams in various(1)Noel Grandin2017-11-042-2/+2
* loplugin:constantparam in basic,basctlNoel Grandin2017-11-011-1/+1
* loplugin:includeform: basicStephan Bergmann2017-10-239-14/+14
* overload std::hash for OUString and OStringNoel Grandin2017-10-233-4/+4
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-1011-15/+15
* move all the basic errcodes to one fileNoel Grandin2017-08-291-1/+2
* tdf#39468 Translate German comments/termsJens Carl2017-08-161-1/+1
* loplugin:constparams in basicNoel Grandin2017-07-204-12/+12
* loplugin:useuniqueptr in basic..cppcanvasNoel Grandin2017-07-051-13/+6
* loplugin:casttovoid in RTLFUNCStephan Bergmann2017-07-041-324/+323
* loplugin:casttovoid: basicStephan Bergmann2017-07-024-14/+12
* loplugin:unusedfields in accessibility..comphelperNoel Grandin2017-06-232-3/+1
* drop SbError typedefNoel Grandin2017-06-155-27/+27
* basic: Kill unnecessary ifdef stuffTakeshi Abe2017-05-221-4/+0
* Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2017-05-151-2/+2
* basic: Remove strange ifdef-guard for SHAREDTakeshi Abe2017-05-121-10/+0
* basic: Compare strings in a case-insensitive mannerTakeshi Abe2017-05-101-1/+1
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-092-2/+2
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-091-2/+1
* loplugin:constantparamNoel Grandin2017-05-091-1/+1
* Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke2017-05-021-2/+2
* BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke2017-05-021-2/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* BASIC: Make TokenLabelInfo a singleton, never modified and simplify it.Arnaud Versini2017-04-231-18/+0
* Fix parameter types of SbiRuntime::StepSTATIC_ImplStephan Bergmann2017-04-181-1/+1
* Call implHandleSbxFlags also from StepSTATIC_ImplStephan Bergmann2017-04-181-1/+2
* convert DateFormat to scoped enum and rename to DateOrderNoel Grandin2017-04-131-2/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-6/+6
* VBA: accept the PtrSafe keywordJustin Luth2017-02-271-1/+1
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-154-5/+5
* Just pass in OUString directlyStephan Bergmann2017-01-271-1/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-265-263/+107