summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* Make utl::ConfigManager::get* use direct C++ config access internallyStephan Bergmann2019-05-231-42/+10
* Fix nillability of ooSetupLastVersionStephan Bergmann2019-05-191-6/+0
* Resolves: tdf#69042 - Add a "What's New" infobarheiko tietze2019-05-171-0/+6
* tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen2019-05-1549-160/+64
* regenerate PCH headersLuboš Luňák2019-05-121-2/+2
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-14/+19
* Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov2019-05-028-20/+20
* optimise find/insert patternNoel Grandin2019-04-191-5/+3
* loplugin:sequentialassign in ucb..vbahelperNoel Grandin2019-04-153-6/+3
* Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara2019-04-121-5/+5
* tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 2Noel Grandin2019-04-082-34/+123
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-071-1/+1
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-312-6/+4
* simplify reset(nullptr) -> reset()Noel Grandin2019-03-281-6/+2
* Generate MSO lock files when the related MSO compat. option is setTamás Zolnai2019-03-261-5/+20
* log nice exception messages whereever possibleNoel Grandin2019-03-072-33/+47
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-4/+4
* simplify UNO getTypes methodsNoel Grandin2019-03-041-3/+2
* Revert "new loplugin typedefparam"Noel Grandin2019-03-041-4/+4
* new loplugin typedefparamNoel Grandin2019-03-041-4/+4
* remove some unused typedefsNoel Grandin2019-02-281-1/+0
* loplugin:unusedfields in unotoolsNoel Grandin2019-02-224-67/+3
* pretty up logging of exceptionsNoel Grandin2019-02-191-18/+10
* MSForms: Introduce a new compatibility flag to enable MS compatible Forms menuTamás Zolnai2019-02-163-0/+177
* loplugin:indentation in unotools..vbahelperNoel Grandin2019-02-116-19/+20
* Bail out earlyMatteo Casalin2019-01-271-22/+16
* Use getTokenCount instead of custom codeMatteo Casalin2019-01-271-8/+2
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-112-4/+9
* __cplusplus >= 201703L is always true now for _MSC_VERStephan Bergmann2019-01-101-1/+1
* Add apparently missing ! to GlobalEventConfig_Impl::hasElementsStephan Bergmann2019-01-041-1/+1
* Swiss Standard German: replace 'ß' in German translation with 'ss'Tor Lillqvist2018-12-131-2/+20
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-101-0/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-3/+3
* HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann2018-12-071-5/+0
* Clang (and GCC) always has __cplusplus >= C++17 nowStephan Bergmann2018-12-071-1/+1
* remove unused ConfigItemMode::DelayedUpdateNoel Grandin2018-12-071-1/+1
* the FontToSubsFontFlags enum is not a bitmaskNoel Grandin2018-12-071-1/+1
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-071-3/+1
* remove unused SvLockBytesStatFlag enumNoel Grandin2018-12-053-4/+4
* loplugin:singlevalfieldsNoel Grandin2018-11-301-4/+1
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-1/+1
* remove unused SubsFontFlags flagsNoel Grandin2018-11-272-32/+9
* improve function local staticsNoel Grandin2018-11-231-11/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-211-0/+1
* tdf#121537 Display SuggestedSaveAsName in title if setSamuel Mehrbrodt2018-11-201-0/+6
* Use shared methods instead of duplicated codeSamuel Mehrbrodt2018-11-131-0/+9
* tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt2018-11-121-0/+23
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-091-5/+2
* loplugin:collapseif in tools..xmloffNoel Grandin2018-11-081-5/+2
* loplugin:useuniqueptr in LocaleDataWrapperNoel Grandin2018-11-051-252/+167