summaryrefslogtreecommitdiffstats
path: root/basic/source
Commit message (Expand)AuthorAgeFilesLines
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-1011-100/+100
* Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr2014-01-063-4/+4
* typo fixesAndras Timar2013-12-201-1/+1
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-121-1/+1
* sbxbase.hxx is private to basicTor Lillqvist2013-12-112-2/+2
* sbstdobj.hxx is private to basicTor Lillqvist2013-12-113-3/+3
* sbobjmod.hxx is private to basicTor Lillqvist2013-12-115-5/+5
* basic/global.hxx is private to basicTor Lillqvist2013-12-112-2/+3
* Drop duplicate #includeTakeshi Abe2013-12-081-2/+0
* Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr2013-12-021-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-7/+7
* basic: include <> for external includesNorbert Thiebaud2013-11-1119-46/+46
* SAL_WARN_UNUSED INetURLObjectStephan Bergmann2013-11-111-1/+0
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin2013-11-118-38/+38
* add limits.h for rhel-6 buildCaolán McNamara2013-11-011-1/+2
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* fixincludeguards.sh: basicThomas Arnhold2013-10-2833-69/+69
* 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-227-9/+9
* Resolves: fdo#38838 remove UniStringCaolán McNamara2013-10-221-1/+1
* fdo#68849 add some header guardsThomas Arnhold2013-10-212-0/+10
* The getSupportedServiceNames implementations will already take careStephan Bergmann2013-10-171-1/+0
* fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza2013-10-171-12/+2
* clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke2013-10-151-38/+58
* Defer OUString -> OString conversionStephan Bergmann2013-10-153-20/+15
* Nothing Unix-specific about <stdlib.h>Tor Lillqvist2013-10-121-2/+0
* Test WNT instead of the vague UNXTor Lillqvist2013-10-122-16/+9
* We already have SAL_CALL that means __cdecl on WindowsTor Lillqvist2013-10-121-8/+1
* Bin two unused functionsTor Lillqvist2013-10-121-10/+0
* CID#1103740 uninitialized valueCaolán McNamara2013-10-111-1/+1
* little String to OUString + documentationThomas Arnhold2013-10-101-1/+1
* Improve ErrorCodeIOException messagesStephan Bergmann2013-10-091-4/+11
* 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
* CID#738564 uninitialized memberCaolán McNamara2013-10-071-0/+1
* CID#707638 uninitialized membersCaolán McNamara2013-10-071-1/+3
* CID#707636 uninitialized membersCaolán McNamara2013-10-071-1/+3
* CID#738563 uninitialized memberCaolán McNamara2013-10-071-1/+5
* sal_Bool to boolTakeshi Abe2013-10-074-30/+30
* 'ist' -> 'is' here and there.Jan Holesovsky2013-10-041-1/+1
* unused StringHashCodeCaolán McNamara2013-10-031-8/+0
* sal_Bool to boolTakeshi Abe2013-10-028-67/+67
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-3/+3
* convert BASIC from String to OUStringNoel Grandin2013-09-175-23/+23