summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen2-0/+2
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov7-60/+36
2018-10-15add SvStream::TellEndNoel Grandin2-21/+6
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke1-1/+7
2018-10-11On iOS, don't create temp files in the folder where a document being edited isTor Lillqvist1-0/+7
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann6-13/+11
2018-10-09Related: tdf#83128 support translation of plural formsCaolán McNamara1-0/+26
2018-10-01Consistently have both copy functions for utl::ConfigurationBroadcasterStephan Bergmann1-0/+12
2018-09-19loplugin:constfields in unotools..uuiNoel Grandin9-25/+27
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin1-15/+0
2018-09-17New loplugin:externalStephan Bergmann8-20/+16
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen3-0/+4
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin5-12/+5
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin2-2/+2
2018-09-09Revert "clang-tidy performance-move-const-arg"Noel Grandin1-2/+2
2018-09-06clang-tidy performance-move-const-argNoel Grandin1-2/+2
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-1/+2
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen1-0/+1
2018-08-29loplugin:constantparam (3)Noel Grandin1-8/+5
2018-08-14create appendCopy method in OUStringBufferNoel Grandin2-4/+4