summaryrefslogtreecommitdiffstats
path: root/basic/source/comp
Commit message (Expand)AuthorAgeFilesLines
* coverity#441607 Dereference null return valueCaolán McNamara2014-05-151-1/+5
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-2/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner2014-03-281-1/+1
* basic: sal_Bool->boolNoel Grandin2014-03-271-4/+4
* Remove visual noise from basicAlexander Wilms2014-02-251-1/+1
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* fix crash when importing unsupported macro content, related fdo#59374Markus Mohrhard2014-02-121-0/+6
* Simplify access to theCoreReflection singletonStephan Bergmann2014-02-071-14/+3
* basic: _FIND_STATIC likely not an error in SbiExprNode::GenElement()Michael Stahl2014-02-051-1/+1
* Related: #i123862# use O*String's isEmpty() method...Herbert Dürr2014-02-041-2/+2
* bool improvementsStephan Bergmann2014-01-285-16/+16
* coverity#441077 Dereference after null checkCaolán McNamara2014-01-271-1/+1
* coverity#707649 Uninitialized scalar fieldCaolán McNamara2014-01-271-5/+11
* Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr2014-01-062-3/+3
* sbobjmod.hxx is private to basicTor Lillqvist2013-12-111-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* basic: include <> for external includesNorbert Thiebaud2013-11-112-5/+5
* remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin2013-11-112-9/+9
* windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-5/+0
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-232-9/+13
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke2013-10-151-38/+58
* Test WNT instead of the vague UNXTor Lillqvist2013-10-121-3/+3
* little String to OUString + documentationThomas Arnhold2013-10-101-1/+1
* CID#708773 unused pointer valueCaolán McNamara2013-10-071-3/+3
* CID#707648 uninitialized memberCaolán McNamara2013-10-071-0/+1
* CID#707646 uninitialized member variablesCaolán McNamara2013-10-071-2/+6
* CID#707643 uninitialized membersCaolán McNamara2013-10-071-1/+6
* 'ist' -> 'is' here and there.Jan Holesovsky2013-10-041-1/+1
* sal_Bool to boolTakeshi Abe2013-10-024-37/+37
* CID#736166 unlikely out of boundsCaolán McNamara2013-09-121-1/+4
* WaE: C4101: 'ex' : unreferenced local variableTor Lillqvist2013-09-031-1/+1
* GSOC work, small fixes afterGergo Mocsi2013-09-021-2/+2
* GSOC work, multiple fixesGergo Mocsi2013-09-021-3/+3
* GSOC work, behavior fixesGergo Mocsi2013-09-022-1/+21
* GSOC work, Extended types correctionGergo Mocsi2013-09-021-4/+1
* GSOC work, code complete option, menu entry fixesGergo Mocsi2013-09-021-3/+13
* GSOC work Window appearance fix 2 + code fixesGergo Mocsi2013-09-021-6/+6
* GSOC work week 5, some recent fixesGergo Mocsi2013-09-022-0/+27
* GSOC work week 2, getting infromation from variables and print on terminalGergo Mocsi2013-09-023-1/+4
* GSOC work week 0-1, allowing BASIC to recognize UNO interfacesGergo Mocsi2013-09-021-2/+38
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* fix for fdo#62323 bad conversion of Hex strings for certain valuesNoel Power2013-08-201-1/+3
* Mark as constTakeshi Abe2013-08-013-9/+9
* Mark as constTakeshi Abe2013-07-221-3/+3
* OUString convertion for unotoolsNorbert Thiebaud2013-07-021-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-076-20/+20
* SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke2013-03-211-2/+5
* coverity#705627: fix memory leakMarkus Mohrhard2013-03-091-0/+1