summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2017-08-22tdf#110355: regression fixVitaliy Anderson
2017-06-07tdf#108349: fix LanguageType conversions from UNO "short"Michael Stahl
2017-05-31tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat optionMiklos Vajna
2017-05-18loplugin:unusedmethodsNoel Grandin
2017-05-12loplugin:constantparamNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert unotools from OSL_ASSERT to assertChris Sherlock
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-05-02Removed duplicated includeAndrea Gelmini
2017-04-29Move getProcessWorkingDir from tools to unotoolsChris Sherlock
2017-04-29unotools: cleanup bootstrap.cxxChris Sherlock
2017-04-28loplugin:salunicodeliteral: unotoolsStephan Bergmann
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-20convert EDynamicMenuType to scoped enumNoel Grandin
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2017-04-12convert ReadWriteGuardMode to scoped enumNoel Grandin
2017-04-10loplugin:inlinefields in utl::ReadWriteMutexNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: unotoolsStephan Bergmann
2017-04-04just use one try/catch levelCaolán McNamara
2017-03-31use actual UNO enums in unotoolsNoel Grandin
2017-03-29convert EViewType to scoped enumNoel Grandin
2017-03-29loplugin:singlevalfieldsNoel Grandin
2017-03-28tdf#105843 : restore Application Start and Stop eventsJean-Baptiste Faure
2017-03-25Fix typosAndrea Gelmini
2017-03-15avoid config during fuzzingCaolán McNamara
2017-03-06loplugin:simplifyboolStephan Bergmann
2017-03-06XUniversalContentBroker pBroker unused directlyCaolán McNamara
2017-03-06add a config-less fallback hereCaolán McNamara
2017-03-02Fix typosAndrea Gelmini
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-10convert LocationType to scoped enumNoel Grandin
2017-02-10convert ConfigNameFormat to scoped enumNoel Grandin
2017-02-10convert EItem to scoped enumNoel Grandin
2017-02-10convert SvtSaveOptions::EOption to scoped enumNoel Grandin
2017-02-10convert SvtSecurityOptions::EOption to scoped enumNoel Grandin
2017-02-10convert SvtSysLocaleOptions::EOption to scoped enumNoel Grandin
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
2017-02-09convert ResultType to scoped enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann