summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2014-01-24coverity#736909 Allocation too small for typeCaolán McNamara1-1/+1
2014-01-24coverity#736908 Allocation too small for typeCaolán McNamara1-1/+1
2014-01-24coverity#706117 Allocation too small for typeCaolán McNamara1-2/+2
2014-01-22remove SvStream::operator<< methodsNoel Grandin5-13/+13
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-1/+1
2014-01-22Add some unit-tests for Mid vb function (includes fdo#73771)Julien Nabet4-0/+60
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-21Resolves: fdo#73771 Non-standard behaviour for Function MidJulien Nabet1-1/+2
2014-01-19how should I fix this memory leak??Markus Mohrhard1-1/+0
2014-01-19CID#706118: possibly invalid castMarkus Mohrhard1-1/+3
2014-01-17Whatever those "true" arguments to SotStorage ctor may once have meantStephan Bergmann1-2/+2
2014-01-17fdo#73698 check for empty aOutAndras Timar1-1/+1
2014-01-16Environment variables can contain >127 charactersAndras Timar1-1/+1
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1
2014-01-14bool improvementsStephan Bergmann3-6/+6
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin11-100/+100
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr3-4/+4
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-11sbxbase.hxx is private to basicTor Lillqvist3-2/+54
2013-12-11sbstdobj.hxx is private to basicTor Lillqvist4-3/+139
2013-12-11sbprop.hxx is private to basicTor Lillqvist2-1/+69
2013-12-11sbobjmod.hxx is private to basicTor Lillqvist6-5/+109
2013-12-11basic/global.hxx is private to basicTor Lillqvist3-2/+28
2013-12-08Drop duplicate #includeTakeshi Abe2-3/+0
2013-12-02Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-34/+24
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-10/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin2-7/+7
2013-11-11basic: include <> for external includesNorbert Thiebaud24-75/+75
2013-11-11SAL_WARN_UNUSED INetURLObjectStephan Bergmann1-1/+0
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin8-38/+38
2013-11-01add limits.h for rhel-6 buildCaolán McNamara1-1/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: basicThomas Arnhold36-76/+76
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold1-5/+0
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin2-9/+13
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist7-9/+9
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-1/+1
2013-10-21fdo#68849 add some header guardsThomas Arnhold2-0/+10
2013-10-17The getSupportedServiceNames implementations will already take careStephan Bergmann1-1/+0
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-12/+2
2013-10-15clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke2-51/+74
2013-10-15Defer OUString -> OString conversionStephan Bergmann3-20/+15
2013-10-14work around crappy SbiScanner::NextSym(), fdo#70319Eike Rathke1-1/+3