summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-12Nothing Unix-specific about <stdlib.h>Tor Lillqvist1-2/+0
2013-10-12Test WNT instead of the vague UNXTor Lillqvist2-16/+9
2013-10-12We already have SAL_CALL that means __cdecl on WindowsTor Lillqvist1-8/+1
2013-10-12Bin two unused functionsTor Lillqvist1-10/+0
2013-10-11CID#1103740 uninitialized valueCaolán McNamara1-1/+1
2013-10-10little String to OUString + documentationThomas Arnhold1-1/+1
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann1-4/+11
2013-10-07CID#708773 unused pointer valueCaolán McNamara1-3/+3
2013-10-07CID#707648 uninitialized memberCaolán McNamara1-0/+1
2013-10-07CID#707646 uninitialized member variablesCaolán McNamara1-2/+6
2013-10-07CID#707643 uninitialized membersCaolán McNamara1-1/+6
2013-10-07CID#738564 uninitialized memberCaolán McNamara1-0/+1
2013-10-07CID#707638 uninitialized membersCaolán McNamara1-1/+3
2013-10-07CID#707636 uninitialized membersCaolán McNamara1-1/+3
2013-10-07CID#738563 uninitialized memberCaolán McNamara1-1/+5
2013-10-07sal_Bool to boolTakeshi Abe4-30/+30
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
2013-10-03unused StringHashCodeCaolán McNamara1-8/+0
2013-10-02sal_Bool to boolTakeshi Abe8-67/+67
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-3/+3
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-2/+1
2013-09-17convert BASIC from String to OUStringNoel Grandin5-23/+23
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl1-0/+2
2013-09-12CID#736166 unlikely out of boundsCaolán McNamara2-2/+6
2013-09-12CID#707499 check for 0 nDimsCaolán McNamara1-1/+1
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane9-27/+235