summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-01-10force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara2-4/+2
2012-01-10Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILEMarcel Metz1-12/+2
2012-01-10Remove cruft in debug toolsMarcel Metz2-106/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz4-4/+0
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz1-1/+0
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz2-2/+0
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara2-11/+12
2012-01-05Removed unnecessary tools includes.Marcel Metz4-4/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz3-2/+3
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz3-3/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+1
2012-01-05don't need to know num of tokens in advanceCaolán McNamara1-3/+3
2012-01-05convert SvStream::WriteLine to rtl::OStringCaolán McNamara2-3/+3
2012-01-05ByteString->rtl::OString[Buffer]Caolán McNamara2-8/+8
2012-01-04gbuild: define NOMINMAX in windows.mkMichael Stahl1-1/+1
2012-01-03Fix import of multi-line cell contents during csv import.Kohei Yoshida1-1/+1
2012-01-03Remove unused tools function.Marcel Metz5-114/+0
2011-12-22Revert "callcatcher: Remove unused code"August Sodora6-0/+94
2011-12-22callcatcher: Remove unused codeAugust Sodora6-94/+0
2011-12-21I hate you poxy msvcCaolán McNamara2-2/+2
2011-12-21tweak for pre language-defect #77Caolán McNamara4-14/+14
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara3-9/+10
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara6-101/+169
2011-12-21needs more work firstCaolán McNamara6-169/+101
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara3-10/+9
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara3-9/+10
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara6-101/+169
2011-12-19Removed COMPRESSMODE_FULL support from SvStreamMatteo Casalin4-626/+15
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan2-6/+6
2011-12-15Removed extra semicolonsJesse4-6/+6
2011-12-15add some commentsCaolán McNamara1-2/+6
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara3-33/+44
2011-12-15drop unused ReadCString with hidden StreamCharSet monstrosityCaolán McNamara1-1/+0
2011-12-14strip ByteClass down some moreCaolán McNamara2-16/+3
2011-12-12Remove unused macros.Rafael Dominguez1-9/+0
2011-12-12I don't see VCL or NT351 being checked in any ifdefTor Lillqvist1-1/+0
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara6-119/+0
2011-12-07Remove testtoolloaderAugust Sodora4-228/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07use gbuild_simple in toolsBjoern Michaelsen1-2/+3
2011-12-06ditch some ByteStringsCaolán McNamara4-24/+23
2011-12-06aSourceFile member unusedCaolán McNamara1-1/+0
2011-12-05Remove unused tools/stack.hxxMarcel Metz2-104/+0
2011-12-02Also demote DBG_ASSERTWARNING to SAL_INFO, to reduce output clutter.Stephan Bergmann1-5/+5
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke6-8/+46
2011-12-01pull in module headers before solverEike Rathke2-5/+4
2011-12-01Remove uses of charAtAugust Sodora1-7/+6
2011-11-30introduced Date::IsValidDate() and Date::Normalize()Eike Rathke1-1/+32
2011-11-30introduced Date::IsValidDate() and Date::Normalize()Eike Rathke1-4/+105