summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* use write_uInt16s_FromOUString patternCaolán McNamara2012-01-242-30/+88
* use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara2012-01-241-0/+11
* all direct OUString readers are current little endian streamsCaolán McNamara2012-01-242-8/+9
* ByteString->rtl::OStringCaolán McNamara2012-01-231-3/+3
* fdo#44988: Remove obsolete BOOTSTRAP defines.Thomas Collerton2012-01-237-42/+0
* privateise FileCopier - it is not used externallyMichael Meeks2012-01-211-4/+4
* Fix Windows.Stephan Bergmann2012-01-212-4/+4
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-219-183/+135
* cleanup: privatise SvStream's LockFile impl. and in-line Redirector bitsMichael Meeks2012-01-203-41/+10
* Code clean up.Stephan Bergmann2012-01-201-1/+1
* Mempool size args are unused.Stephan Bergmann2012-01-203-16/+10
* Remove some dated Windows-only debug stuff.Stephan Bergmann2012-01-203-336/+0
* sal: expose a public API for comparing directory itemsMichael Meeks2012-01-191-1/+1
* Don't use too modern C++Tor Lillqvist2012-01-191-6/+6
* fix SvStream to not require a custom open or lstat method.Michael Meeks2012-01-192-39/+36
* C++ is a nicely standardized languageTor Lillqvist2012-01-191-3/+3
* fix SvStream to not disagree with sal on sizeof struct statMichael Meeks2012-01-191-15/+22
* Fix int/sal_Int32 mismatch.Stephan Bergmann2012-01-191-1/+1
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-183-12/+38
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-182-41/+50
* removed some dead codeMarc-André Laverdière-Papineau2012-01-182-16/+0
* Use osl API to access files in the SvFileStream codeTor Lillqvist2012-01-181-108/+118
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-172-2/+2
* remove unused methodsThomas Arnhold2012-01-174-169/+0
* fix mistake in merging tools/source/rc/resmgr.cxxOlivier Hallot2012-01-161-1/+1
* Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot2012-01-1612-45/+45
* drop strange embedded null handling behaviourCaolán McNamara2012-01-162-21/+13
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-162-4/+3
* SEARCH_PATH_DELIMITER is the same as SAL_PATHSEPARATORCaolán McNamara2012-01-161-7/+1
* document with unit test rather suspicious eof handlingCaolán McNamara2012-01-161-3/+33
* document with unit test rather odd embedded null handlingCaolán McNamara2012-01-161-0/+67
* convert some old-school ByteStringsCaolán McNamara2012-01-161-5/+3
* force users of WriteByteStringLine to explictly denote encodingCaolán McNamara2012-01-161-1/+0
* force users of ReadByteStringLine to explictly denote encodingCaolán McNamara2012-01-161-1/+0
* Clang -Wdangling-else.Stephan Bergmann2012-01-161-0/+6
* removed unused macroTakeshi Abe2012-01-166-14/+0
* here calc, take ownership of this foul monstrosity only you useCaolán McNamara2012-01-132-141/+0
* simply MSDFFReadZString and friendsCaolán McNamara2012-01-131-13/+24
* noone checks the return value of ReadCsvLineCaolán McNamara2012-01-132-5/+3
* make it possible to create 360 degrees arc (circle)Radek Doulik2012-01-122-2/+6
* callcatcher: lets trust my own toolingCaolán McNamara2012-01-113-8/+0
* valgrind: update unused code post virtual dtor cmis fixCaolán McNamara2012-01-111-17/+0
* force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara2012-01-102-4/+2
* Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILEMarcel Metz2012-01-101-12/+2
* Remove cruft in debug toolsMarcel Metz2012-01-102-106/+2
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-064-4/+0
* Removed unnecessary tools/ref.hxx includes.Marcel Metz2012-01-061-1/+0
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-062-2/+0
* make ReadUniOrByteString return a stringCaolán McNamara2012-01-062-11/+12
* Removed unnecessary tools includes.Marcel Metz2012-01-054-4/+1