summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
AgeCommit message (Expand)Author
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann
2014-05-19Abstract over Tokens algorithmStephan Bergmann
2014-05-16For now, reintroduce the horrible static counter into utl::TempFileStephan Bergmann
2014-05-16Consolidate CreateTempName_Impl and lcl_createName more faithfullyStephan Bergmann
2014-05-14Unify utl::TempFile ctorsStephan Bergmann
2014-05-13Consolidate CreateTempName_Impl and lcl_createNameStephan Bergmann
2014-05-13Remove nonsensical codeStephan Bergmann
2014-05-13Elide utl::TempFile_ImplStephan Bergmann
2014-05-13utl::TempFile::CreateTempName pParent is unusedStephan Bergmann
2014-05-13Related fdo#60338: Create missing temp file dir with user's original umaskStephan Bergmann
2014-05-13Related fdo#60338: Setting umask for osl::Directory::open is uselessStephan Bergmann
2014-05-11fix-includes.pl: unotoolsThomas Arnhold
2014-05-06Fix indentationTor Lillqvist
2014-04-30coverity#1209935 Uncaught exceptionCaolán McNamara
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-04-05coverity#708566 Uninitialized scalar fieldCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01Remove unused inline functionStephan Bergmann
2014-03-30decorate tempfile name's to help identify leaks' authorNorbert Thiebaud
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from unotoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
2014-01-28bool improvementsStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-28fixincludeguards.sh: unotoolsThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-08-27Resolves: fdo#67743 ensure user autocorr config dir existsCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-05use uno::Reference#clear() method...Noel Grandin