summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2014-08-11unotools: DBG_ASSERT cleanupMichael Stahl1-37/+22
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1
2014-08-05java: remove commented out codeNoel Grandin2-3/+0
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
2014-07-29Remove some unused codeMarcos Paulo de Souza1-8/+0
2014-07-23TyposJulien Nabet1-2/+2
2014-07-14revert bad fixNoel Grandin1-0/+10
2014-07-14loplugin:unreffunNoel Grandin1-10/+0
2014-07-09localized GetFullName()Andras Timar1-6/+32
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-10/+10
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-14/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-65/+10
2014-06-05various: remove SAL_THROW macroNoel Grandin2-3/+2
2014-06-04Fix commentsIsamu Mogi1-2/+2
2014-06-04compareTo -> equalsNoel Grandin1-1/+1
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-3/+3
2014-06-01Fix hungarian prefix for calendarsIsamu Mogi1-13/+13
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-1/+1
2014-05-28update_pchThomas Arnhold1-0/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet4-14/+10
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken1-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-19WaE: -Wunused-variableThomas Arnhold1-5/+0
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-14Find places where uno::Sequence is passed by value.Noel Grandin2-3/+3
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-12Revert "Intermediate commit: un-revert last change"Tor Lillqvist1-16/+0
2014-05-11fix-includes.pl: unotoolsThomas Arnhold25-121/+97
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold5-2/+236
2014-05-06Fix indentationTor Lillqvist1-6/+6
2014-05-01coverity#708565 Uninitialized scalar fieldCaolán McNamara1-44/+56
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-04-30coverity#1209935 Uncaught exceptionCaolán McNamara1-8/+14
2014-04-27recent documents: Add possibility to remove individual documents.Jan Holesovsky1-0/+73
2014-04-27recent documents: Don't assign the same values twice.Jan Holesovsky1-8/+5
2014-04-27recent documents: Various minor cleanups.Jan Holesovsky1-125/+122
2014-04-27recent documents: Kill some copy'n'paste.Jan Holesovsky1-121/+87
2014-04-27recent documents: Kill useless comments.Jan Holesovsky1-37/+15