summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara1-5/+5
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 2Noel Grandin2-34/+123
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski2-6/+4
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-6/+2
2019-03-26Generate MSO lock files when the related MSO compat. option is setTamás Zolnai1-5/+20
2019-03-07log nice exception messages whereever possibleNoel Grandin2-33/+47
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-4/+4
2019-03-04simplify UNO getTypes methodsNoel Grandin1-3/+2
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-4/+4
2019-03-04new loplugin typedefparamNoel Grandin1-4/+4
2019-02-28remove some unused typedefsNoel Grandin1-1/+0
2019-02-22loplugin:unusedfields in unotoolsNoel Grandin4-67/+3
2019-02-19pretty up logging of exceptionsNoel Grandin1-18/+10
2019-02-16MSForms: Introduce a new compatibility flag to enable MS compatible Forms menuTamás Zolnai3-0/+177
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin6-19/+20
2019-01-27Bail out earlyMatteo Casalin1-22/+16
2019-01-27Use getTokenCount instead of custom codeMatteo Casalin1-8/+2
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2-4/+9
2019-01-10__cplusplus >= 201703L is always true now for _MSC_VERStephan Bergmann1-1/+1
2019-01-04Add apparently missing ! to GlobalEventConfig_Impl::hasElementsStephan Bergmann1-1/+1
2018-12-13Swiss Standard German: replace 'ß' in German translation with 'ss'Tor Lillqvist1-2/+20
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-3/+3
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann1-5/+0
2018-12-07Clang (and GCC) always has __cplusplus >= C++17 nowStephan Bergmann1-1/+1
2018-12-07remove unused ConfigItemMode::DelayedUpdateNoel Grandin1-1/+1
2018-12-07the FontToSubsFontFlags enum is not a bitmaskNoel Grandin1-1/+1
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin1-3/+1
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin3-4/+4
2018-11-30loplugin:singlevalfieldsNoel Grandin1-4/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-1/+1
2018-11-27remove unused SubsFontFlags flagsNoel Grandin2-32/+9
2018-11-23improve function local staticsNoel Grandin1-11/+2
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-20tdf#121537 Display SuggestedSaveAsName in title if setSamuel Mehrbrodt1-0/+6
2018-11-13Use shared methods instead of duplicated codeSamuel Mehrbrodt1-0/+9
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt1-0/+23
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-5/+2
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-5/+2
2018-11-05loplugin:useuniqueptr in LocaleDataWrapperNoel Grandin1-252/+167
2018-11-01tdf#112614: Include all labels in the search in Customize dialogMuhammet Kara1-0/+10
2018-10-31loplugin:useuniqueptr in UcbLockBytes::SetSizeNoel Grandin1-4/+3
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen17-0/+29
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin3-6/+6
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin3-12/+5
2018-10-24Fix empty capture group referenceMike Kaganski1-1/+5
2018-10-22loplugin:staticvar in variousNoel Grandin2-4/+4
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-4/+4
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-8/+2