summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2016-06-20Mark these functions as finalXisco Fauli
2016-06-18tdf#89329: use shared_ptr for pImpl in moduleoptionsXisco Fauli
2016-06-17tdf#89329: use shared_ptr for pImpl in dynamicmenuoptionsXisco Fauli
2016-06-16properly prefix various global variables and hide themMichael Stahl
2016-06-16Local linkage for static var (and drop misleading "m_" prefix)Stephan Bergmann
2016-06-16tdf#89329: use shared_ptr for pImpl in pathoptionsXisco Fauli
2016-06-16tdf#89329: use shared_ptr for pImpl in historyoptionsXisco Fauli
2016-06-16tdf#89329: use shared_ptr for pImpl in localisationoptionsXisco Fauli
2016-06-16tdf#89329: use shared_ptr for pImpl in securityoptionsXisco Fauli
2016-06-16tdf#89329: use shared_ptr for pImpl in cmdoptionsXisco Fauli
2016-06-16tdf#89329: use shared_ptr for pImpl in printwarningoptionsXisco Fauli
2016-06-16tdf#89329: use shared_ptr for pImpl in extendedsecurityoptionsXisco Fauli
2016-06-16tdf#89329: use shared_ptr for pImpl in fontoptionsXisco Fauli
2016-06-15Use SAL_WARN on swallowed exceptionsStephan Bergmann
2016-06-14loplugin:overrideStephan Bergmann
2016-06-14tdf#89329: use shared_ptr for pImpl in misccfgXisco Fauli
2016-06-14tdf#89329: use shared_ptr for pImpl in compatibility...Xisco Fauli
2016-06-14tdf#89329: use shared_ptr for pImpl in defaultoptions...Xisco Fauli
2016-06-14tdf#89329: use shared_ptr for pImpl in syslocaleXisco Fauli
2016-06-13loplugin:sallogareasStephan Bergmann
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-08Resolves: tdf#89394 revert attempt to ditch missing file from recent filesCaolán McNamara
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-06tdf#89329: use unique_ptr for pImpl in configvaluecontainerXisco Fauli
2016-06-06tdf#89329: use unique_ptr for pImpl in accessiblestatesethelperXisco Fauli
2016-06-06tdf#89329: use unique_ptr for pImpl in accessiblerelationsethelperXisco Fauli
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann
2016-05-30tdf#89329: use unique_ptr for pImpl in fltrcfgXisco Fauli
2016-05-30tdf#89329: use unique_ptr for pImpl in defaultoptionsXisco Fauli
2016-05-24tdf#99973 - Crash when changing Locale Setting in optionsNoel Grandin
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-19loplugin:unusedmethods in unotoolsNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin
2016-05-12loplugin:passstuffbyrefStephan Bergmann
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-05-11Fix horrible codestyleSamuel Mehrbrodt
2016-05-10-Werror=empty-bodyStephan Bergmann
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
2016-04-22tdf#81833: form protection can be modified as compatibility optionOliver Specht
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in unotoolsNoel Grandin