summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)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
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* 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
| | | | Windows impl. still pending.
* 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
| | | | | | A temporary tweak to restore build-ability; the oslDirectory change needs a little more thought & public exposure, but rsc no longer crashes during compile ...
* Fix int/sal_Int32 mismatch.Stephan Bergmann2012-01-191-1/+1
|
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-183-12/+38
| | | | | Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) to use sal_Int32
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-182-41/+50
| | | | | | | | Removed declarations & definitions for operator<<(long),(int)&(short) Removed declarations & definitions for operator>>(long),(int)&(short) Added (where necessary) operator<< for sal_Int & sal_uInt types Added (where necessary) operator>> for sal_Int & sal_uInt types Added SwapInt64 function, basically a copy of SwapUInt64
* 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
| | | | | | | In general it's good to have file opening in just one place. In particular, this means SvFileStream can now open files located in the app package (.apk Zip archive) on Android, we don't need to unpack them into separate files.
* 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 mistake in merging tools/source/rc/resmgr.cxx
* Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot2012-01-1612-45/+45
| | | | | | Part XXXIX Modules testtools, toolkit, tools
* 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
| | | | | | | | ReadLine differs from std::getline with respect to final lines that end at EOF with no EOL. i.e. see Export::ConvertLineEnds in l10ntools/source/export2.cxx which doesn't make a massive amount of sense the way things currently are.
* 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
| | | | | | | | | SvStream::ReadCsvLine doesn't need to be a member of Stream and the subcomment about what's wrong with the method is longer than the body of the method. Only used by calc, so can go into calc. foul monstrosity back
* 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
|