summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* WaE: 'argument' : conversion from 'sal_Int32' to 'sal_uInt16'Tor Lillqvist2011-10-041-1/+9
| | | | Just disable the warning then instead to avoid ugly casts.
* Silly attempts at humour not appreciatedTor Lillqvist2011-10-041-5/+5
|
* callcatcher: various unused methodsCaolán McNamara2011-10-042-46/+0
|
* WaE: potentially uninitialized local variable 'n' usedTor Lillqvist2011-10-041-7/+7
|
* WaE: unreferenced formal parameterTor Lillqvist2011-10-041-0/+2
|
* WaE: unreachable code, we always return in preceding codeTor Lillqvist2011-10-041-0/+6
|
* WaE: conversion from 'sal_Int32' to 'sal_uInt16', possible loss of dataTor Lillqvist2011-10-042-4/+4
|
* definition of ALPHA is no longer available for DEC AlphaTakeshi Abe2011-10-031-2/+2
| | | | proper ifdef for DEC Alpha should be covered with AXP
* add missing include to build urlobj test fixtureNorbert Thiebaud2011-10-011-0/+2
|
* Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat2011-10-011-1/+1
|
* Added cmis+atom:// scheme to the tools urlobj.Cédric Bosdonnat2011-10-014-156/+234
| | | | | Found out a unexecuted cppunit test for the urlobj, fixed it and added a test for the cmis+atom:// URLs
* OSL_TRACE: Remove trailing newlinesAndras Timar2011-09-291-3/+3
|
* Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed ↵Stephan Bergmann2011-09-292-1/+2
| | | | once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest.
* we're not using this header hereCaolán McNamara2011-09-291-1/+0
|
* fix another unotest/test breakerMarkus Mohrhard2011-09-281-1/+1
|
* Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related ↵Stephan Bergmann2011-09-271-0/+2
| | | | clean up.
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-274-11/+12
|
* cppcheck: reduce scope of var in tools/ poly.cxxPierre-André Jacquod2011-09-261-7/+7
|
* Always link with user32Tor Lillqvist2011-09-221-1/+0
|
* always clear input page vector, but fill in extractable valuesCaolán McNamara2011-09-211-8/+9
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-2/+2
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-203-35/+38
|
* callcatcher: StandardErrorInfo is never constructedCaolán McNamara2011-09-202-33/+0
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-191-3/+5
|
* oops not yetCaolán McNamara2011-09-193-15/+15
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-191-17/+26
|
* remove ByteString::Assign(sal_Char)Caolán McNamara2011-09-193-15/+15
|
* ByteString->rtl::OStringCaolán McNamara2011-09-191-4/+5
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-191-8/+13
|
* ditch SHL_SBX and don't leakCaolán McNamara2011-09-191-1/+1
|
* shrink ByteString apiCaolán McNamara2011-09-193-13/+13
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-191-6/+6
|
* ByteString->rtl::OStringCaolán McNamara2011-09-192-6/+4
|
* why search and replace all spaces with tabs twiceCaolán McNamara2011-09-191-7/+1
|
* make this simplerCaolán McNamara2011-09-191-2/+1
| | | | | | replace EraseLeadingChars+EraseTrailingChars with single EraseLeadingAndTrailingChars, and those change string they operate on, so need for assign to self afterwards
* bFound is always false, and never changed, simplifyCaolán McNamara2011-09-191-2/+1
|
* rework this in terms of read_uInt8s_AsOStringCaolán McNamara2011-09-194-69/+61
|
* ditch ByteString::ExpandCaolán McNamara2011-09-173-34/+31
|
* ditch ByteString::FillCaolán McNamara2011-09-153-33/+33
|
* ImplUpdateStringFromUniString is now danglingCaolán McNamara2011-09-142-16/+0
|
* include tools/tools.h for visibility markupCaolán McNamara2011-09-131-1/+1
|
* toolsin.hxx can go nowCaolán McNamara2011-09-133-41/+0
|
* ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLSCaolán McNamara2011-09-134-133/+37
|
* power up the chainsaw againCaolán McNamara2011-09-132-194/+0
|
* can remove ByteString::Convert nowCaolán McNamara2011-09-132-36/+0
|
* make ByteString::Convert privateCaolán McNamara2011-09-131-4/+5
|
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-126-7/+25
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* callcatcher: various unused methodsCaolán McNamara2011-09-122-6/+0
|
* [cppcheker] delete unread variablePierre-André Jacquod2011-09-061-2/+1
|