summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-04WaE: 'argument' : conversion from 'sal_Int32' to 'sal_uInt16'Tor Lillqvist1-1/+9
2011-10-04Silly attempts at humour not appreciatedTor Lillqvist1-5/+5
2011-10-04callcatcher: various unused methodsCaolán McNamara2-46/+0
2011-10-04WaE: potentially uninitialized local variable 'n' usedTor Lillqvist1-7/+7
2011-10-04WaE: unreferenced formal parameterTor Lillqvist1-0/+2
2011-10-04WaE: unreachable code, we always return in preceding codeTor Lillqvist1-0/+6
2011-10-04WaE: conversion from 'sal_Int32' to 'sal_uInt16', possible loss of dataTor Lillqvist2-4/+4
2011-10-03definition of ALPHA is no longer available for DEC AlphaTakeshi Abe1-2/+2
2011-10-01add missing include to build urlobj test fixtureNorbert Thiebaud1-0/+2
2011-10-01Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat1-1/+1
2011-10-01Added cmis+atom:// scheme to the tools urlobj.Cédric Bosdonnat4-156/+234
2011-09-29OSL_TRACE: Remove trailing newlinesAndras Timar1-3/+3
2011-09-29Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed ...Stephan Bergmann2-1/+2
2011-09-29we're not using this header hereCaolán McNamara1-1/+0
2011-09-28fix another unotest/test breakerMarkus Mohrhard1-1/+1
2011-09-27Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related ...Stephan Bergmann1-0/+2
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann4-11/+12
2011-09-26cppcheck: reduce scope of var in tools/ poly.cxxPierre-André Jacquod1-7/+7
2011-09-22Always link with user32Tor Lillqvist1-1/+0
2011-09-21always clear input page vector, but fill in extractable valuesCaolán McNamara1-8/+9
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-2/+2
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara3-35/+38
2011-09-20callcatcher: StandardErrorInfo is never constructedCaolán McNamara2-33/+0
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara1-3/+5
2011-09-19oops not yetCaolán McNamara3-15/+15
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara1-17/+26
2011-09-19remove ByteString::Assign(sal_Char)Caolán McNamara3-15/+15
2011-09-19ByteString->rtl::OStringCaolán McNamara1-4/+5
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara1-8/+13
2011-09-19ditch SHL_SBX and don't leakCaolán McNamara1-1/+1
2011-09-19shrink ByteString apiCaolán McNamara3-13/+13
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara1-6/+6
2011-09-19ByteString->rtl::OStringCaolán McNamara2-6/+4
2011-09-19why search and replace all spaces with tabs twiceCaolán McNamara1-7/+1
2011-09-19make this simplerCaolán McNamara1-2/+1
2011-09-19bFound is always false, and never changed, simplifyCaolán McNamara1-2/+1
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara4-69/+61
2011-09-17ditch ByteString::ExpandCaolán McNamara3-34/+31
2011-09-15ditch ByteString::FillCaolán McNamara3-33/+33
2011-09-14ImplUpdateStringFromUniString is now danglingCaolán McNamara2-16/+0
2011-09-13include tools/tools.h for visibility markupCaolán McNamara1-1/+1
2011-09-13toolsin.hxx can go nowCaolán McNamara3-41/+0
2011-09-13ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLSCaolán McNamara4-133/+37
2011-09-13power up the chainsaw againCaolán McNamara2-194/+0
2011-09-13can remove ByteString::Convert nowCaolán McNamara2-36/+0
2011-09-13make ByteString::Convert privateCaolán McNamara1-4/+5
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann6-7/+25
2011-09-12callcatcher: various unused methodsCaolán McNamara2-6/+0
2011-09-06[cppcheker] delete unread variablePierre-André Jacquod1-2/+1