summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/tempfile.cxx
AgeCommit message (Expand)Author
2020-11-11loplugin:stringviewNoel
2020-04-21Fix warning when compiling for iOS: unused parameter 'bCreateParentDirs'Tor Lillqvist
2020-04-17Fix autorecovery using wrong directorySamuel Mehrbrodt
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-27Use a direct way to get at the temp dirStephan Bergmann
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-11On iOS, don't create temp files in the folder where a document being edited isTor Lillqvist
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-29Remove bogus assertStephan Bergmann
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2017-12-22unotools: don't go belly-up if temp dir is wrong or emptyJuergen Funk
2017-12-15Make temp copy of dbaccess/qa/unit/data/firebird_empty.odb for testingStephan Bergmann
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-03-06XUniversalContentBroker pBroker unused directlyCaolán McNamara
2016-09-23tdf#94987 Create directories for temp filenamesJan-Marek Glogowski
2016-05-12loplugin:passstuffbyrefStephan Bergmann
2016-03-16loplugin:constantparam in unotools/Noel Grandin
2016-01-05let us try to use the pid as well on windowsMarkus Mohrhard
2016-01-04remove unnecessary ;Markus Mohrhard
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-08-18Simplify from ucbhelper::getSystemPathFromFileURL to osl::FileBaseStephan Bergmann
2015-07-16why bring ucb into the tempfile story when its always a file://Caolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-04-21try to find a unique naming scheme for temp filesMarkus Mohrhard
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-12unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-11unotools: assert if TempFile::GetURL() fails due to missing file UCPMichael Stahl
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann
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