summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+1
2012-02-07tools: fsys: Delete unused FileStat::FileStat()Greg Kroah-Hartman2-21/+0
2012-02-07tools: fsys: Delete unused FileStat::FileStat(const void *)Greg Kroah-Hartman1-16/+0
2012-02-07tools: fsys: Delete unused DirEntry::GetDevice()Greg Kroah-Hartman1-21/+0
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Some cppcheck cleaningJulien Nabet1-5/+1
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-1/+1
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin2-18/+15
2012-01-30refactor ConvertLineEndCaolán McNamara5-118/+147
2012-01-27SvGlobalName::GetctorName is now redundantCaolán McNamara2-38/+0
2012-01-25refresh unused code listCaolán McNamara2-14/+0
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara2-16/+0
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara2-30/+88
2012-01-24use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara1-0/+11
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara2-8/+9
2012-01-23ByteString->rtl::OStringCaolán McNamara1-3/+3
2012-01-23fdo#44988: Remove obsolete BOOTSTRAP defines.Thomas Collerton7-42/+0
2012-01-21privateise FileCopier - it is not used externallyMichael Meeks1-4/+4
2012-01-21Fix Windows.Stephan Bergmann2-4/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann9-183/+135
2012-01-20cleanup: privatise SvStream's LockFile impl. and in-line Redirector bitsMichael Meeks3-41/+10
2012-01-20Code clean up.Stephan Bergmann1-1/+1
2012-01-20Mempool size args are unused.Stephan Bergmann3-16/+10
2012-01-20Remove some dated Windows-only debug stuff.Stephan Bergmann3-336/+0
2012-01-19sal: expose a public API for comparing directory itemsMichael Meeks1-1/+1
2012-01-19Don't use too modern C++Tor Lillqvist1-6/+6
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks2-39/+36
2012-01-19C++ is a nicely standardized languageTor Lillqvist1-3/+3
2012-01-19fix SvStream to not disagree with sal on sizeof struct statMichael Meeks1-15/+22
2012-01-19Fix int/sal_Int32 mismatch.Stephan Bergmann1-1/+1
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae3-12/+38
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2-41/+50
2012-01-18removed some dead codeMarc-André Laverdière-Papineau2-16/+0
2012-01-18Use osl API to access files in the SvFileStream codeTor Lillqvist1-108/+118
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2-2/+2
2012-01-17remove unused methodsThomas Arnhold4-169/+0
2012-01-16fix mistake in merging tools/source/rc/resmgr.cxxOlivier Hallot1-1/+1
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot12-45/+45
2012-01-16drop strange embedded null handling behaviourCaolán McNamara2-21/+13
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2-4/+3
2012-01-16SEARCH_PATH_DELIMITER is the same as SAL_PATHSEPARATORCaolán McNamara1-7/+1
2012-01-16document with unit test rather suspicious eof handlingCaolán McNamara1-3/+33
2012-01-16document with unit test rather odd embedded null handlingCaolán McNamara1-0/+67
2012-01-16convert some old-school ByteStringsCaolán McNamara1-5/+3
2012-01-16force users of WriteByteStringLine to explictly denote encodingCaolán McNamara1-1/+0
2012-01-16force users of ReadByteStringLine to explictly denote encodingCaolán McNamara1-1/+0
2012-01-16Clang -Wdangling-else.Stephan Bergmann1-0/+6
2012-01-16removed unused macroTakeshi Abe6-14/+0
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara2-141/+0
2012-01-13simply MSDFFReadZString and friendsCaolán McNamara1-13/+24