summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2011-11-14remove dodgy const_castsCaolán McNamara
2011-11-14ByteString->rtl::OStringCaolán McNamara
2011-11-10solenv/inc/Xp31 is crackTor Lillqvist
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist
2011-11-01we need to assign this value also for non unix platforms (fdo#40801)Markus Mohrhard
2011-10-24always explicitly handle empty string of rangesIvan Timofeev
2011-10-24StringRangeEnumerator cleanupIvan Timofeev
* do not allow default unbounded min and max, syntax of the input string requires them * simplify logic, remove unused methods, make the class immutable, actualize documentation
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-20bye-bye old range parserIvan Timofeev
2011-10-19Undo basis/brand split: merge basis program/resource/ into brand ↵Stephan Bergmann
program/resource/.
2011-10-12treat "-" as entire rangeIvan Timofeev
2011-10-10ensure correct export size type in stream operationCaolán McNamara
2011-10-10tidy this a little bitCaolán McNamara
2011-10-08no need to return size_t instead of sal_Int32Ivan Timofeev
2011-10-08allow parsing of joined rangesIvan Timofeev
i.e. "1-4-2" means "1,2,3,4,3,2" now. This is for eliminating ambiguity, it is doubtful whether users will find this useful.
2011-10-07Improved exception reporting.Stephan Bergmann
2011-10-07cppcheck reduce scope of var in tools/.. table.cxxPierre-André Jacquod
2011-10-06fix doubling of range in StringRangeEnumeratorIvan Timofeev
2011-10-05fix construction of ARC polygon in case the ellipse width != heightRadek Doulik
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04WaE: 'argument' : conversion from 'sal_Int32' to 'sal_uInt16'Tor Lillqvist
Just disable the warning then instead to avoid ugly casts.
2011-10-04Silly attempts at humour not appreciatedTor Lillqvist
2011-10-04callcatcher: various unused methodsCaolán McNamara
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