summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-11unotools: assert if TempFile::GetURL() fails due to missing file UCPMichael Stahl1-3/+3
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl1-0/+51
2014-10-01fdo#82577: Handle TimeNoel Grandin2-2/+2
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-10/+10
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+0
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-3/+3
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann1-1/+4
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann1-8/+4
2014-05-19Abstract over Tokens algorithmStephan Bergmann1-100/+73
2014-05-16For now, reintroduce the horrible static counter into utl::TempFileStephan Bergmann1-2/+80
2014-05-16Consolidate CreateTempName_Impl and lcl_createName more faithfullyStephan Bergmann1-10/+11
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-7/+0
2014-05-13Consolidate CreateTempName_Impl and lcl_createNameStephan Bergmann1-89/+37
2014-05-13Remove nonsensical codeStephan Bergmann1-2/+0
2014-05-13Elide utl::TempFile_ImplStephan Bergmann1-52/+33
2014-05-13utl::TempFile::CreateTempName pParent is unusedStephan Bergmann1-2/+2
2014-05-13Related fdo#60338: Create missing temp file dir with user's original umaskStephan Bergmann1-6/+0
2014-05-13Related fdo#60338: Setting umask for osl::Directory::open is uselessStephan Bergmann1-7/+0
2014-05-11fix-includes.pl: unotoolsThomas Arnhold3-39/+39
2014-05-06Fix indentationTor Lillqvist1-6/+6
2014-04-30coverity#1209935 Uncaught exceptionCaolán McNamara1-8/+14
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-8/+2
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist2-4/+4
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist4-66/+0
2014-04-05coverity#708566 Uninitialized scalar fieldCaolán McNamara1-3/+5
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-5/+5
2014-04-01Remove unused inline functionStephan Bergmann1-3/+0
2014-03-30decorate tempfile name's to help identify leaks' authorNorbert Thiebaud1-2/+12
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl1-1/+1
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl1-2/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-57/+57
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-85/+85
2014-02-26Remove visual noise from unotoolsAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-11/+11
2014-02-19unotools: sal_Bool -> boolStephan Bergmann5-26/+26
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-4/+5
2014-01-28bool improvementsStephan Bergmann2-3/+3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin2-4/+4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-3/+3
2013-10-28fixincludeguards.sh: unotoolsThomas Arnhold1-2/+2
2013-10-23convert code to use OUString::endsWithNoel Grandin1-7/+6