summaryrefslogtreecommitdiff
path: root/basic/source/inc
AgeCommit message (Expand)AuthorFilesLines
2018-05-16Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke1-1/+8
2018-05-02loplugin:useuniqueptr in SbiImageNoel Grandin1-5/+5
2018-04-29loplugin:useuniqueptr pStringOff in SbiImageNoel Grandin1-2/+1
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin1-1/+0
2018-01-19loplugin:useuniqueptr in SbiStdObjectNoel Grandin1-1/+1
2018-01-19loplugin:useuniqueptr in SbUnoMethodNoel Grandin1-1/+1
2018-01-19loplugin:useuniqueptr in SbiGlobalsNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-1/+1
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin2-5/+5
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin1-1/+1
2017-12-06basic: SfxLibraryContainer: replace maMutexMichael Stahl1-2/+4
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin3-36/+36
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-29loplugin:unusedmethodsNoel Grandin1-1/+0
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke1-3/+3
2017-11-23various coverity warningsCaolán McNamara1-1/+2
2017-11-18silence some coverity warningsCaolán McNamara1-1/+1
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin2-5/+4
2017-11-04loplugin:constparams in various(1)Noel Grandin2-2/+2
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin1-1/+1
2017-10-23loplugin:includeform: basicStephan Bergmann9-14/+14
2017-10-23overload std::hash for OUString and OStringNoel Grandin3-4/+4
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski11-15/+15
2017-08-29move all the basic errcodes to one fileNoel Grandin1-1/+2
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-07-20loplugin:constparams in basicNoel Grandin4-12/+12
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin1-13/+6
2017-07-04loplugin:casttovoid in RTLFUNCStephan Bergmann1-324/+323
2017-07-02loplugin:casttovoid: basicStephan Bergmann4-14/+12
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin2-3/+1
2017-06-15drop SbError typedefNoel Grandin5-27/+27
2017-05-22basic: Kill unnecessary ifdef stuffTakeshi Abe1-4/+0
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M1-2/+2
2017-05-12basic: Remove strange ifdef-guard for SHAREDTakeshi Abe1-10/+0
2017-05-10basic: Compare strings in a case-insensitive mannerTakeshi Abe1-1/+1
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin2-2/+2
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-2/+1
2017-05-09loplugin:constantparamNoel Grandin1-1/+1
2017-05-02Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke1-2/+2
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-23BASIC: Make TokenLabelInfo a singleton, never modified and simplify it.Arnaud Versini1-18/+0
2017-04-18Fix parameter types of SbiRuntime::StepSTATIC_ImplStephan Bergmann1-1/+1
2017-04-18Call implHandleSbxFlags also from StepSTATIC_ImplStephan Bergmann1-1/+2
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-6/+6
2017-02-27VBA: accept the PtrSafe keywordJustin Luth1-1/+1
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist4-5/+5
2017-01-27Just pass in OUString directlyStephan Bergmann1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-263/+107