summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-2/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann33-121/+121
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-10/+10
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-3/+5
2015-10-06loplugin:unusedmethodsNoel Grandin1-17/+0
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno1-6/+2
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-30Fix typosAndrea Gelmini3-4/+4
2015-09-30Fix typosAndrea Gelmini1-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-6/+6
2015-09-19Fix C2695: overriding virtual function differs only by calling conventionTor Lillqvist1-3/+3
2015-09-19Fix error: exception specification of overriding function is more lax ...Tor Lillqvist2-7/+10
2015-09-19use the generated offapi signatureBjoern Michaelsen1-2/+2
2015-09-19use exact signatures from offapiBjoern Michaelsen1-4/+4
2015-09-19add implementation for theServiceDocumenter singletonBjoern Michaelsen7-102/+169
2015-09-11downgrade warning, exception on opening a missing file is an expected thingCaolán McNamara1-8/+10
2015-09-10convert Link<> to typedNoel Grandin1-4/+4
2015-09-09unotools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe11-27/+25
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-3/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann5-13/+13
2015-08-29SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLongMatteo Casalin1-2/+2
2015-08-28Revert "Simplify MultiAtomProvider::getString"Stephan Bergmann1-4/+6
2015-08-28Simplify MultiAtomProvider::getStringStephan Bergmann1-6/+4
2015-08-27Add vnd.sun.star.webdavs URL schemeStephan Bergmann1-0/+1
2015-08-27Clean up sEmptyStephan Bergmann1-5/+4
2015-08-20tweak config-less sysconfig pathCaolán McNamara2-12/+3
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-0/+2
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-5/+0
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann4-31/+12
2015-08-19Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann1-3/+2
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara5-7/+44
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara1-10/+0
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara1-10/+0
2015-08-18rBaseURL argument now unusedCaolán McNamara1-1/+1
2015-08-18Get rid of obsolete LocalFileHelper::IsFileContentStephan Bergmann1-6/+0
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann1-1/+0
2015-08-18Simplify from ucbhelper::getSystemPathFromFileURL & v. v. to osl::FileBaseStephan Bergmann1-55/+21
2015-08-18Simplify from ucbhelper::getSystemPathFromFileURL to osl::FileBaseStephan Bergmann1-8/+4
2015-08-18Remove obsolete getLocalFileURLStephan Bergmann1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin2-2/+2
2015-07-23loplugin:stringconstantNoel Grandin1-1/+1
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno1-3/+22
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos1-1/+1
2015-07-16why bring ucb into the tempfile story when its always a file://Caolán McNamara1-13/+7
2015-07-16WaE: -Wmaybe-uninitializedCaolán McNamara1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-18/+3
2015-07-06loplugin:unusedmethods unotoolsNoel Grandin3-93/+0
2015-07-01tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-7/+10
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann3-35/+13