summaryrefslogtreecommitdiff
path: root/unotools/source/misc
AgeCommit message (Expand)Author
2016-04-04loplugin:constantparam in unotoolsNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-16loplugin:constantparam in unotools/Noel Grandin
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-01-14unotools: This list is constantTakeshi Abe
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2015-12-24OModule::onFirstClient is unusedNoel Grandin
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-17use unique_ptr for pImpl in unotools/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05complete initial compiler plugin for the ServiceDocumenterBjoern Michaelsen
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno
2015-09-19Fix C2695: overriding virtual function differs only by calling conventionTor Lillqvist
2015-09-19Fix error: exception specification of overriding function is more lax ...Tor Lillqvist
2015-09-19use the generated offapi signatureBjoern Michaelsen
2015-09-19use exact signatures from offapiBjoern Michaelsen
2015-09-19add implementation for theServiceDocumenter singletonBjoern Michaelsen
2015-09-11downgrade warning, exception on opening a missing file is an expected thingCaolán McNamara
2015-09-09unotools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-28Revert "Simplify MultiAtomProvider::getString"Stephan Bergmann
2015-08-28Simplify MultiAtomProvider::getStringStephan Bergmann
2015-08-20tweak config-less sysconfig pathCaolán McNamara
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara
2015-07-23loplugin:stringconstantNoel Grandin
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-06loplugin:unusedmethods unotoolsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin
2015-04-29rhbz#1213173: connectivity: Calc driver: prevent document being disposedMichael Stahl
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-30fix tdf#88855: GetEnglishSearchFontName() returns incorrect value.Tomofumi Yagi
2015-01-26don't strip font names of apparent script suffixes anymoreCaolán McNamara
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-20fix font testsCaolán McNamara