Age | Commit message (Expand) | Author | Files | Lines |
2011-11-23 | add string::strip, can replace EraseLeadingAndTrailingChars | Caolán McNamara | 2 | -3/+3 |
2011-11-23 | unused local string | Caolán McNamara | 1 | -5/+1 |
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | 5 | -19/+19 |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | 6 | -58/+66 |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | 2 | -99/+122 |
2011-11-19 | sTmpLine is never used, so else if statement is effectively null | Caolán McNamara | 1 | -5/+0 |
2011-11-17 | add a StringUtils-alike remove (can replace EraseAllChars) | Caolán McNamara | 2 | -26/+43 |
2011-11-14 | callcatcher: remove unused code | Caolán McNamara | 1 | -36/+0 |
2011-11-08 | code cleanup of localize tool | Andras Timar | 2 | -126/+23 |
2011-11-08 | remove unused global variables | Andras Timar | 1 | -4/+0 |
2011-11-08 | MERGE_SOURCE_LANGUAGES is never defined, removing ifdefs | Andras Timar | 3 | -12/+0 |
2011-11-04 | quiet normally incorrect empty fragments warning cluttering tinderbox output | Michael Meeks | 1 | -1/+1 |
2011-11-03 | indent line in merged description.xml | Andras Timar | 1 | -2/+2 |
2011-10-29 | tweak handling of extension descriptions | Andras Timar | 1 | -5/+5 |
2011-10-28 | char array should be null terminated | Andras Timar | 1 | -3/+4 |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L... | Stephan Bergmann | 1 | -11/+3 |
2011-10-05 | merge strings to description.xml files | Andras Timar | 1 | -33/+100 |
2011-10-03 | extract strings from scripting module | Andras Timar | 1 | -0/+1 |
2011-09-30 | extract strings for l10n from description.xml files | Andras Timar | 2 | -8/+122 |
2011-09-30 | fix error messages | Andras Timar | 1 | -2/+2 |
2011-09-30 | remove unused tokens | Andras Timar | 1 | -50/+0 |
2011-09-30 | Make translation tools cross-build aware | Thorsten Behrens | 1 | -1/+1 |
2011-09-23 | Undo basis/brand split: move dynamic libraries from basis to brand. | Stephan Bergmann | 2 | -2/+5 |
2011-09-22 | aMergedLanguages is write only, can be removed | Caolán McNamara | 1 | -9/+0 |
2011-09-22 | callcatcher: newly unused ResData::isMerged | Caolán McNamara | 1 | -5/+0 |
2011-09-21 | remove unused (and buggy) language fallback functionality | Andras Timar | 10 | -205/+0 |
2011-09-20 | ByteString->rtl::OString[Buffer] | Caolán McNamara | 2 | -37/+44 |
2011-09-20 | no 'progress bar' for l10ntools | Andras Timar | 2 | -4/+0 |
2011-09-20 | adjust what to extract and what not | Andras Timar | 1 | -5/+9 |
2011-09-20 | remove unused column from ExeTable | Andras Timar | 1 | -9/+9 |
2011-09-20 | remove obsolete command line switches -UTF8 and -NOUTF8 | Andras Timar | 6 | -50/+10 |
2011-09-20 | remove obsolete command line switch -ISO99 | Andras Timar | 4 | -10/+0 |
2011-09-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | 2 | -29/+44 |
2011-09-19 | can use SearchAndReplaceAll sal_Char variant here | Caolán McNamara | 1 | -4/+2 |
2011-09-19 | unused local static ByteStrings | Caolán McNamara | 1 | -4/+0 |
2011-09-19 | remove redundant intermediate ByteStrings | Caolán McNamara | 1 | -13/+7 |
2011-09-17 | charset arg doesn't exist anymore, fixes helpex | Caolán McNamara | 4 | -10/+7 |
2011-09-17 | cleanup: don't use German as fallback language | Andras Timar | 1 | -11/+0 |
2011-09-13 | cppcheck:remove unused variables | Julien Nabet | 1 | -1/+0 |
2011-09-13 | wtratree unbuilt | Caolán McNamara | 1 | -420/+0 |
2011-09-13 | elide conversion from MS1252 to MS1252 | Caolán McNamara | 2 | -4/+0 |
2011-09-13 | no route left to set encoding, only RTL_TEXTENCODING_MS_1252 is possible | Caolán McNamara | 4 | -12/+9 |
2011-09-13 | I believe the src charset pragma is archaic and unused | Caolán McNamara | 1 | -20/+3 |
2011-09-06 | [cppchecker] deletion of unread variable | Pierre-André Jacquod | 1 | -1/+0 |
2011-08-31 | bah, three-way merge screwed us | Caolán McNamara | 1 | -5/+1 |
2011-08-31 | just add it wholesale | Caolán McNamara | 1 | -1/+5 |
2011-08-31 | Need to link with COMPHELPERLIB now for getToken at least | Tor Lillqvist | 1 | -0/+5 |
2011-08-31 | may need comphelper here | Caolán McNamara | 1 | -1/+5 |
2011-08-30 | Some cppcheck cleaning | Julien Nabet | 1 | -1/+1 |
2011-08-30 | ByteString->rtl::OString | Caolán McNamara | 6 | -45/+57 |