summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Mark these functions as finalXisco Fauli2-2/+2
2016-06-18tdf#89329: use shared_ptr for pImpl in moduleoptionsXisco Fauli1-51/+38
2016-06-17tdf#89329: use shared_ptr for pImpl in dynamicmenuoptionsXisco Fauli1-25/+12
2016-06-16properly prefix various global variables and hide themMichael Stahl11-33/+65
2016-06-16Local linkage for static var (and drop misleading "m_" prefix)Stephan Bergmann1-3/+7
2016-06-16tdf#89329: use shared_ptr for pImpl in pathoptionsXisco Fauli1-62/+59
2016-06-16tdf#89329: use shared_ptr for pImpl in historyoptionsXisco Fauli1-30/+11
2016-06-16tdf#89329: use shared_ptr for pImpl in localisationoptionsXisco Fauli1-27/+10
2016-06-16tdf#89329: use shared_ptr for pImpl in securityoptionsXisco Fauli1-42/+30
2016-06-16tdf#89329: use shared_ptr for pImpl in cmdoptionsXisco Fauli1-27/+11
2016-06-16tdf#89329: use shared_ptr for pImpl in printwarningoptionsXisco Fauli1-32/+16
2016-06-16tdf#89329: use shared_ptr for pImpl in extendedsecurityoptionsXisco Fauli1-26/+9
2016-06-16tdf#89329: use shared_ptr for pImpl in fontoptionsXisco Fauli1-28/+11
2016-06-15Use SAL_WARN on swallowed exceptionsStephan Bergmann1-50/+106
2016-06-14loplugin:overrideStephan Bergmann2-2/+2
2016-06-14tdf#89329: use shared_ptr for pImpl in misccfgXisco Fauli1-23/+19
2016-06-14tdf#89329: use shared_ptr for pImpl in compatibility...Xisco Fauli1-45/+22
2016-06-14tdf#89329: use shared_ptr for pImpl in defaultoptions...Xisco Fauli1-12/+13
2016-06-14tdf#89329: use shared_ptr for pImpl in syslocaleXisco Fauli1-9/+7
2016-06-13loplugin:sallogareasStephan Bergmann4-7/+7
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin4-8/+9
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-08Resolves: tdf#89394 revert attempt to ditch missing file from recent filesCaolán McNamara1-29/+8
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2-5/+5
2016-06-06tdf#89329: use unique_ptr for pImpl in configvaluecontainerXisco Fauli1-1/+0
2016-06-06tdf#89329: use unique_ptr for pImpl in accessiblestatesethelperXisco Fauli1-8/+4
2016-06-06tdf#89329: use unique_ptr for pImpl in accessiblerelationsethelperXisco Fauli1-6/+3
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin1-15/+9
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-12/+7
2016-05-30tdf#89329: use unique_ptr for pImpl in fltrcfgXisco Fauli1-47/+46
2016-05-30tdf#89329: use unique_ptr for pImpl in defaultoptionsXisco Fauli1-2/+2
2016-05-24tdf#99973 - Crash when changing Locale Setting in optionsNoel Grandin1-3/+2
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-05-19loplugin:unusedmethods in unotoolsNoel Grandin8-218/+8
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin3-9/+9
2016-05-12loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-6/+9
2016-05-11Fix horrible codestyleSamuel Mehrbrodt1-41/+32
2016-05-10-Werror=empty-bodyStephan Bergmann1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-3/+3
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-3/+1
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann4-40/+27
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-2/+1
2016-04-22tdf#81833: form protection can be modified as compatibility optionOliver Specht1-7/+24
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-6/+6
2016-04-14loplugin:passstuffbyref in variousNoel Grandin3-8/+8
2016-04-12Avoid reserved identifiersStephan Bergmann1-46/+46
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke4-7/+0
2016-04-11clang-tidy performance-unnecessary-value-param in unotoolsNoel Grandin3-18/+18