summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
AgeCommit message (Expand)Author
2015-07-16why bring ucb into the tempfile story when its always a file://Caolán McNamara
2015-07-06loplugin:unusedmethods unotoolsNoel Grandin
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-18Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-21try to find a unique naming scheme for temp filesMarkus Mohrhard
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10This shall apparently check that aScheme is neither http nor httpsStephan Bergmann
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-11unotools: assert if TempFile::GetURL() fails due to missing file UCPMichael Stahl
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-08-25set names on a bunch more threads...Michael Stahl
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