summaryrefslogtreecommitdiffstats
path: root/unotools/source
Commit message (Expand)AuthorAgeFilesLines
* use unique_ptr for pImpl in unotools/Noel Grandin2015-11-173-21/+18
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-12/+6
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* Namespace cleanup and disambiguationAshod Nakashian2015-11-122-4/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1046-183/+183
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-061-3/+3
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-065-26/+26
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-058-47/+44
* complete initial compiler plugin for the ServiceDocumenterBjoern Michaelsen2015-11-051-1/+1
* yyyyyNoel Grandin2015-11-042-8/+8
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-303-5/+5
* tdf#48456 : when searching for a number, consider formattingDennis Francis2015-10-231-2/+13
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-191-1/+1
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-2/+1
* cppcheck:variableScopeNoel Grandin2015-10-151-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1232-120/+120
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-10/+10
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-091-3/+5
* loplugin:unusedmethodsNoel Grandin2015-10-061-17/+0
* tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno2015-10-051-6/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-1/+0
* Fix typosAndrea Gelmini2015-09-303-4/+4
* Fix typosAndrea Gelmini2015-09-301-3/+3
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-6/+6
* Fix C2695: overriding virtual function differs only by calling conventionTor Lillqvist2015-09-191-3/+3
* Fix error: exception specification of overriding function is more lax ...Tor Lillqvist2015-09-192-7/+10
* use the generated offapi signatureBjoern Michaelsen2015-09-191-2/+2
* use exact signatures from offapiBjoern Michaelsen2015-09-191-4/+4
* add implementation for theServiceDocumenter singletonBjoern Michaelsen2015-09-195-102/+164
* downgrade warning, exception on opening a missing file is an expected thingCaolán McNamara2015-09-111-8/+10
* convert Link<> to typedNoel Grandin2015-09-101-4/+4
* unotools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-0910-25/+24
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-3/+3
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-315-13/+13
* SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLongMatteo Casalin2015-08-291-2/+2
* Revert "Simplify MultiAtomProvider::getString"Stephan Bergmann2015-08-281-4/+6
* Simplify MultiAtomProvider::getStringStephan Bergmann2015-08-281-6/+4
* Add vnd.sun.star.webdavs URL schemeStephan Bergmann2015-08-271-0/+1
* Clean up sEmptyStephan Bergmann2015-08-271-5/+4
* tweak config-less sysconfig pathCaolán McNamara2015-08-202-12/+3
* more config skipping stuff and a tester toolCaolán McNamara2015-08-201-0/+2
* Consolidate isFileUrl checksStephan Bergmann2015-08-191-5/+0
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-194-31/+12
* Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann2015-08-191-3/+2
* for testing allow disabling configmgr for time critical pathsCaolán McNamara2015-08-195-7/+44
* ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara2015-08-181-10/+0
* ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara2015-08-181-10/+0