Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-02-01 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | Replaced String by rtl::OUString in SbiScanner | Takeshi Abe | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-30 | callcatcher: remove unused NextChannel | Caolán McNamara | |
2012-01-30 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-29 | Removed unused define and extern | Takeshi Abe | |
2012-01-29 | Use defined macro instead of magic number | Takeshi Abe | |
This also added a missing READONLY entry | |||
2012-01-27 | Do deliver headers also for iOS even if we don't build the libs | Tor Lillqvist | |
2012-01-27 | Bypass building BASIC and scripting related modules for iOS | Tor Lillqvist | |
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard. | |||
2012-01-27 | SvDispatch class doesn't exist anymore | Caolán McNamara | |
2012-01-26 | WaE: possibly uninitialized | Caolán McNamara | |
2012-01-26 | Deleting a null pointer is safe | Takeshi Abe | |
2012-01-25 | tweak the ifdefs to clarify the unused SbxDecimal methods | Caolán McNamara | |
2012-01-25 | move ugly WriteLines out of SvStream to beside sole user | Caolán McNamara | |
2012-01-25 | Removed unused field and non-existent class | Takeshi Abe | |
2012-01-24 | tweak treatment of '+/-' operators when dealing with Date types | Noel Power | |
Any '+' operation involving Date types results in a Date, '-' of a Date type results in a Date except if both LHS & RHS are Date(s) | |||
2012-01-23 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-21 | Removed 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-20 | Remove useless macros | August Sodora | |
2012-01-20 | Unused define | August Sodora | |
2012-01-20 | Remove unused typedef | August Sodora | |
2012-01-20 | Replace BasicErrorManager with std::vector | August Sodora | |
2012-01-19 | Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3 | Tor Lillqvist | |
2012-01-18 | fdo#39428 Remove/audit SvStream operator>>/<<(long) | Keith McRae | |
Changed case SbxSALINT64: to use operator>>(sal_Int64) | |||
2012-01-17 | Remove unused macros | August Sodora | |
2012-01-17 | fix Date 'operation' Date foobar | Noel 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-16 | Remove unused SttResMgr from basic | August Sodora | |
2012-01-16 | Remove unused function | August Sodora | |
2012-01-16 | Remove SbErrorStack[Entry] | August Sodora | |
2012-01-16 | Remove invalid friend declaration | August Sodora | |
2012-01-16 | String->OUString | August Sodora | |
2012-01-16 | Remove unused enum SbLanguageMode | August Sodora | |
2012-01-16 | Remove unused enum SbTextType | August Sodora | |
2012-01-16 | Remove unused struct SbTextPortion | August Sodora | |
2012-01-16 | Remove unnecessary using declaration | August Sodora | |
2012-01-15 | Remove uses of pLine in scanner | August Sodora | |
2012-01-15 | remove useless misleading macros | David Tardon | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-14 | Comment out test that current fails on 64-bit systems | August Sodora | |
2012-01-14 | Add tests for hex/octal numbers for basic scanner | August Sodora | |
2012-01-14 | Remove uses of pLine in scanner | August Sodora | |
2012-01-14 | Remove use of pLine in scanner | August Sodora | |
2012-01-14 | Remove use of pLine in scanner | August Sodora | |
2012-01-14 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-13 | WaE: d shadows another d | Caolán McNamara | |
2012-01-10 | callcatcher: update list | Caolán McNamara | |
2012-01-09 | simplify CharClass | Caolá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-09 | restore special DATE handling code for SbxValue::Compute | Noel Power | |
restore code that seemed to be erroneously moved as part of the currency enhancement feature | |||
2012-01-09 | Only set bSpaces once here | August Sodora | |