summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* 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-1233-121/+121
* 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-197-102/+169
* 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-0911-27/+25
* 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
* rBaseURL argument now unusedCaolán McNamara2015-08-181-1/+1
* Get rid of obsolete LocalFileHelper::IsFileContentStephan Bergmann2015-08-181-6/+0
* Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann2015-08-181-1/+0
* Simplify from ucbhelper::getSystemPathFromFileURL & v. v. to osl::FileBaseStephan Bergmann2015-08-181-55/+21
* Simplify from ucbhelper::getSystemPathFromFileURL to osl::FileBaseStephan Bergmann2015-08-181-8/+4
* Remove obsolete getLocalFileURLStephan Bergmann2015-08-181-4/+2
* loplugin: defaultparamsNoel Grandin2015-08-112-2/+2
* loplugin:stringconstantNoel Grandin2015-07-231-1/+1
* tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno2015-07-221-3/+22
* Miscellaneous typosAdolfo Jayme Barrientos2015-07-211-1/+1
* why bring ucb into the tempfile story when its always a file://Caolán McNamara2015-07-161-13/+7
* WaE: -Wmaybe-uninitializedCaolán McNamara2015-07-161-1/+1
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-132-18/+3
* loplugin:unusedmethods unotoolsNoel Grandin2015-07-063-93/+0
* tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky2015-07-011-7/+10