summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)Author
2012-01-23ByteString->rtl::OStringCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-20Remove useless macrosAugust Sodora
2012-01-20Unused defineAugust Sodora
2012-01-20Remove unused typedefAugust Sodora
2012-01-20Replace BasicErrorManager with std::vectorAugust Sodora
2012-01-19Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3Tor Lillqvist
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Changed case SbxSALINT64: to use operator>>(sal_Int64)
2012-01-17Remove unused macrosAugust Sodora
2012-01-17fix Date 'operation' Date foobarNoel Power
Post commit 9df90559d40f029479c4481e31f88737b70742f6 we have problems where Date types are added and subtracted. In fact that commit makes a subset of numberic operation return the date type. This fix ensures that the Date type is only applied when processing '+' ( old behaviour broken by the commit above ) and '-' ( new behaviour for consistency ) If both LHS & RHS are Date types then the result of the operations in question return the Double type.
2012-01-16Remove unused SttResMgr from basicAugust Sodora
2012-01-16Remove unused functionAugust Sodora
2012-01-16Remove SbErrorStack[Entry]August Sodora
2012-01-16Remove invalid friend declarationAugust Sodora
2012-01-16String->OUStringAugust Sodora
2012-01-16Remove unused enum SbLanguageModeAugust Sodora
2012-01-16Remove unused enum SbTextTypeAugust Sodora
2012-01-16Remove unused struct SbTextPortionAugust Sodora
2012-01-16Remove unnecessary using declarationAugust Sodora
2012-01-15Remove uses of pLine in scannerAugust Sodora
2012-01-15remove useless misleading macrosDavid Tardon
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-14Comment out test that current fails on 64-bit systemsAugust Sodora
2012-01-14Add tests for hex/octal numbers for basic scannerAugust Sodora
2012-01-14Remove uses of pLine in scannerAugust Sodora
2012-01-14Remove use of pLine in scannerAugust Sodora
2012-01-14Remove use of pLine in scannerAugust Sodora
2012-01-14SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora
2012-01-13WaE: d shadows another dCaolán McNamara
2012-01-10callcatcher: update listCaolán McNamara
2012-01-09simplify CharClassCaolán McNamara
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-09restore special DATE handling code for SbxValue::ComputeNoel Power
restore code that seemed to be erroneously moved as part of the currency enhancement feature
2012-01-09Only set bSpaces once hereAugust Sodora
2012-01-09Remove use of pLine in scannerAugust Sodora
2012-01-09Prefer prefix incrementAugust Sodora
2012-01-08Remove uses of pLine in scannerAugust Sodora
2012-01-07scanner cleanup for consistencyAugust Sodora
2012-01-07Refactor readLine in scannerAugust Sodora
2012-01-07Remove unused class SttResIdAugust Sodora
2012-01-07Remove unused codeAugust Sodora
2012-01-07Remove unused codeAugust Sodora
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara
2012-01-05fdo#44172: Basic function VAL produces bad resultAugust Sodora
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-05add mode-lines to some new filesCaolán McNamara
2011-12-21tweak for pre language-defect #77Caolán McNamara