summaryrefslogtreecommitdiffstats
path: root/unotools/source/ucbhelper
Commit message (Expand)AuthorAgeFilesLines
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-082-2/+2
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* try to find a unique naming scheme for temp filesMarkus Mohrhard2015-04-211-1/+7
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-7/+7
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-1/+1
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* Fold INetRFC822Message into INetMIMEMessageStephan Bergmann2015-02-111-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-073-4/+4
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-8/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-22/+6
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-131-3/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-073-4/+4
* unotools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-5/+4
* unotools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-122-4/+4
* This shall apparently check that aScheme is neither http nor httpsStephan Bergmann2014-12-101-1/+1
* unotools: Internalize ucblockbytes.hxx headerMatúš Kukan2014-11-243-2/+198
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* unotools: assert if TempFile::GetURL() fails due to missing file UCPMichael Stahl2014-10-111-3/+3
* move the removeTree function from desktop to unotoolsMichael Stahl2014-10-111-0/+51
* fdo#82577: Handle TimeNoel Grandin2014-10-012-2/+2
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* tweak assert so comment appears in abort messageCaolán McNamara2014-06-271-10/+10
* various: remove SAL_THROW macroNoel Grandin2014-06-051-1/+0
* compareToAscii -> equalsAsciiNoel Grandin2014-06-041-3/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-1/+1
* fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann2014-05-201-1/+4
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-201-1/+1
* fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann2014-05-191-8/+4
* Abstract over Tokens algorithmStephan Bergmann2014-05-191-100/+73
* For now, reintroduce the horrible static counter into utl::TempFileStephan Bergmann2014-05-161-2/+80
* Consolidate CreateTempName_Impl and lcl_createName more faithfullyStephan Bergmann2014-05-161-10/+11
* Unify utl::TempFile ctorsStephan Bergmann2014-05-141-7/+0
* Consolidate CreateTempName_Impl and lcl_createNameStephan Bergmann2014-05-131-89/+37
* Remove nonsensical codeStephan Bergmann2014-05-131-2/+0
* Elide utl::TempFile_ImplStephan Bergmann2014-05-131-52/+33
* utl::TempFile::CreateTempName pParent is unusedStephan Bergmann2014-05-131-2/+2
* Related fdo#60338: Create missing temp file dir with user's original umaskStephan Bergmann2014-05-131-6/+0
* Related fdo#60338: Setting umask for osl::Directory::open is uselessStephan Bergmann2014-05-131-7/+0
* fix-includes.pl: unotoolsThomas Arnhold2014-05-113-39/+39
* Fix indentationTor Lillqvist2014-05-061-6/+6
* coverity#1209935 Uncaught exceptionCaolán McNamara2014-04-301-8/+14
* replace some SvStream seeking with calls to remainingSize()Michael Stahl2014-04-111-8/+2
* Kill superfluous spacing before semicolonsTor Lillqvist2014-04-062-4/+4
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-064-66/+0
* coverity#708566 Uninitialized scalar fieldCaolán McNamara2014-04-051-3/+5