summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2011-10-04WaE: potentially uninitialized local variable 'n' usedTor Lillqvist
2011-10-04WaE: unreferenced formal parameterTor Lillqvist
2011-10-04WaE: unreachable code, we always return in preceding codeTor Lillqvist
2011-10-04WaE: conversion from 'sal_Int32' to 'sal_uInt16', possible loss of dataTor Lillqvist
2011-10-03definition of ALPHA is no longer available for DEC AlphaTakeshi Abe
proper ifdef for DEC Alpha should be covered with AXP
2011-10-01add missing include to build urlobj test fixtureNorbert Thiebaud
2011-10-01Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat
2011-10-01Added cmis+atom:// scheme to the tools urlobj.Cédric Bosdonnat
Found out a unexecuted cppunit test for the urlobj, fixed it and added a test for the cmis+atom:// URLs
2011-09-29OSL_TRACE: Remove trailing newlinesAndras Timar
2011-09-29Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed ↵Stephan Bergmann
once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest.
2011-09-29we're not using this header hereCaolán McNamara
2011-09-28fix another unotest/test breakerMarkus Mohrhard
2011-09-27Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related ↵Stephan Bergmann
clean up.
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26cppcheck: reduce scope of var in tools/ poly.cxxPierre-André Jacquod
2011-09-22Always link with user32Tor Lillqvist
2011-09-21always clear input page vector, but fill in extractable valuesCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-20callcatcher: StandardErrorInfo is never constructedCaolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19oops not yetCaolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19remove ByteString::Assign(sal_Char)Caolán McNamara
2011-09-19ByteString->rtl::OStringCaolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19ditch SHL_SBX and don't leakCaolán McNamara
2011-09-19shrink ByteString apiCaolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ByteString->rtl::OStringCaolán McNamara
2011-09-19why search and replace all spaces with tabs twiceCaolán McNamara
2011-09-19make this simplerCaolán McNamara
replace EraseLeadingChars+EraseTrailingChars with single EraseLeadingAndTrailingChars, and those change string they operate on, so need for assign to self afterwards
2011-09-19bFound is always false, and never changed, simplifyCaolán McNamara
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara
2011-09-17ditch ByteString::ExpandCaolán McNamara
2011-09-15ditch ByteString::FillCaolán McNamara
2011-09-14ImplUpdateStringFromUniString is now danglingCaolán McNamara
2011-09-13include tools/tools.h for visibility markupCaolán McNamara
2011-09-13toolsin.hxx can go nowCaolán McNamara
2011-09-13ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLSCaolán McNamara
2011-09-13power up the chainsaw againCaolán McNamara
2011-09-13can remove ByteString::Convert nowCaolán McNamara
2011-09-13make ByteString::Convert privateCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12callcatcher: various unused methodsCaolán McNamara
2011-09-06[cppcheker] delete unread variablePierre-André Jacquod
2011-09-05Make macro PRV_SV_DECL_REF_LIST() no longer reference the DECLARE_LIST macroJoseph Powers
Yes, I just expanded the DECLARE_LIST macro inside the other macro; however, this is one of two macros that include DECLARE_LIST. Thus, I'll be able to remove DECLARE_LIST shortly. I still need to roll the code a little better. We shouldn't have a CN##List class. It should be posiable to make the CN##MemberList class be based on List diectly. Once that's done, it shouldn't be too hard to replace List with either std::vector<> or std::list<>.
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara
2011-09-05callcatcher: some more unused codeCaolán McNamara
2011-09-02add a way to better construct an OString of len X from a SvStreamCaolán McNamara