summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2014-09-08fdo#82854 - cleanup & review bits.Michael Meeks2-22/+6
2014-09-08fdo#82854 - use OUStringBuffer in fontdefs.cxx plus unit-test.Michael Jaumann4-21/+116
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza4-2/+4
2014-08-22font lookup - cleanup GetEnglishSearchName function signature.Michael Meeks2-10/+11
2014-08-21star* -> css::*Thomas Arnhold1-12/+12
2014-08-21unotools: use css aliasThomas Arnhold2-6/+6
2014-08-21unotools: stario -> css::ioThomas Arnhold2-31/+31
2014-08-21unotools: staruno -> css::unoThomas Arnhold2-35/+35
2014-08-21Typo: and->endJulien Nabet1-1/+1
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza8-9/+0
2014-08-14java: remove commented out codeNoel Grandin1-1/+0
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