summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Collapse)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-214-5/+5
| | | | | | | | | 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.
* Remove useless macrosAugust Sodora2012-01-201-7/+0
|
* Unused defineAugust Sodora2012-01-201-2/+0
|
* Remove unused typedefAugust Sodora2012-01-201-2/+0
|
* Replace BasicErrorManager with std::vectorAugust Sodora2012-01-203-102/+21
|
* Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3Tor Lillqvist2012-01-191-2/+5
|
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-181-5/+5
| | | | Changed case SbxSALINT64: to use operator>>(sal_Int64)
* Remove unused macrosAugust Sodora2012-01-171-14/+0
|
* fix Date 'operation' Date foobarNoel Power2012-01-171-2/+4
| | | | 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.
* Remove unused SttResMgr from basicAugust Sodora2012-01-162-4/+0
|
* Remove unused functionAugust Sodora2012-01-161-2/+0
|
* Remove SbErrorStack[Entry]August Sodora2012-01-165-91/+2
|
* Remove invalid friend declarationAugust Sodora2012-01-161-1/+0
|
* String->OUStringAugust Sodora2012-01-162-5/+3
|
* Remove unused enum SbLanguageModeAugust Sodora2012-01-164-17/+0
|
* Remove unused enum SbTextTypeAugust Sodora2012-01-161-12/+0
|
* Remove unused struct SbTextPortionAugust Sodora2012-01-161-7/+0
|
* Remove unnecessary using declarationAugust Sodora2012-01-161-2/+0
|
* Remove uses of pLine in scannerAugust Sodora2012-01-151-5/+6
|
* remove useless misleading macrosDavid Tardon2012-01-1516-181/+171
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-0/+5
|
* Comment out test that current fails on 64-bit systemsAugust Sodora2012-01-141-1/+2
|
* Add tests for hex/octal numbers for basic scannerAugust Sodora2012-01-141-0/+96
|
* Remove uses of pLine in scannerAugust Sodora2012-01-141-11/+20
|
* Remove use of pLine in scannerAugust Sodora2012-01-141-2/+2
|
* Remove use of pLine in scannerAugust Sodora2012-01-141-2/+1
|
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-143-30/+24
|
* WaE: d shadows another dCaolán McNamara2012-01-131-2/+4
|
* callcatcher: update listCaolán McNamara2012-01-102-22/+0
|
* simplify CharClassCaolán McNamara2012-01-091-7/+7
| | | | | | | 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
* restore special DATE handling code for SbxValue::ComputeNoel Power2012-01-091-10/+3
| | | | restore code that seemed to be erroneously moved as part of the currency enhancement feature
* Only set bSpaces once hereAugust Sodora2012-01-091-13/+26
|
* Remove use of pLine in scannerAugust Sodora2012-01-091-5/+3
|
* Prefer prefix incrementAugust Sodora2012-01-091-28/+28
|
* Remove uses of pLine in scannerAugust Sodora2012-01-081-4/+4
|
* scanner cleanup for consistencyAugust Sodora2012-01-071-8/+8
|
* Refactor readLine in scannerAugust Sodora2012-01-072-25/+39
|
* Remove unused class SttResIdAugust Sodora2012-01-071-6/+0
|
* Remove unused codeAugust Sodora2012-01-072-20/+0
|
* Remove unused codeAugust Sodora2012-01-072-6/+0
|
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-061-0/+1
|
* make ReadUniOrByteString return a stringCaolán McNamara2012-01-064-22/+11
|
* fdo#44172: Basic function VAL produces bad resultAugust Sodora2012-01-051-1/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-052-1/+3
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
| | | | | | | | | | | | | | | | | 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
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-052-9/+10
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* add mode-lines to some new filesCaolán McNamara2012-01-051-0/+3
|
* tweak for pre language-defect #77Caolán McNamara2011-12-215-27/+27
|
* disentangle Read/WriteByteString OUString variantsCaolán McNamara2011-12-219-50/+65
| | | | | | | | | | | | The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery