summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* remove SvStream::operator<< methodsNoel Grandin2014-01-225-13/+13
* convert more SvStream::operator<< callsNoel Grandin2014-01-221-1/+1
* Add some unit-tests for Mid vb function (includes fdo#73771)Julien Nabet2014-01-224-0/+60
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Resolves: fdo#73771 Non-standard behaviour for Function MidJulien Nabet2014-01-211-1/+2
* how should I fix this memory leak??Markus Mohrhard2014-01-191-1/+0
* CID#706118: possibly invalid castMarkus Mohrhard2014-01-191-1/+3
* Whatever those "true" arguments to SotStorage ctor may once have meantStephan Bergmann2014-01-171-2/+2
* fdo#73698 check for empty aOutAndras Timar2014-01-171-1/+1
* Environment variables can contain >127 charactersAndras Timar2014-01-161-1/+1
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-161-1/+1
* bool improvementsStephan Bergmann2014-01-143-6/+6
* 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
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* 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-113-2/+54
* sbstdobj.hxx is private to basicTor Lillqvist2013-12-114-3/+139
* sbprop.hxx is private to basicTor Lillqvist2013-12-112-1/+69
* sbobjmod.hxx is private to basicTor Lillqvist2013-12-116-5/+109
* basic/global.hxx is private to basicTor Lillqvist2013-12-113-2/+28
* Drop duplicate #includeTakeshi Abe2013-12-082-3/+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
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-34/+24
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-10/+1
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-7/+7
* basic: include <> for external includesNorbert Thiebaud2013-11-1124-75/+75
* 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-2836-76/+76
* 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-152-51/+74
* Defer OUString -> OString conversionStephan Bergmann2013-10-153-20/+15
* work around crappy SbiScanner::NextSym(), fdo#70319Eike Rathke2013-10-141-1/+3
* 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