summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* Update comment now that we use an enum classTor Lillqvist2016-08-231-1/+1
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-191-1/+1
* Remove unnecessary UcbStreamHelper::CreateStream overloadStephan Bergmann2016-08-161-6/+0
* ubsan: -1 is not a valid value for type 'css::util::SearchAlgorithms'Caolán McNamara2016-08-151-1/+1
* loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin2016-08-153-22/+10
* Related: tdf#99312, add specialized interaction handlerGiuseppe Castagno2016-08-081-2/+17
* improve passstuffbyref return analysisNoel Grandin2016-07-273-3/+3
* Improve loplugin:unnecessaryoverrideStephan Bergmann2016-07-152-7/+0
* new loplugin unnecessary overrideNoel Grandin2016-07-153-18/+2
* tdf#84635 - Slow layout of large tablesNoel Grandin2016-07-132-6/+12
* ditch the application per-language IsAutoMnemonicEnabled settingCaolán McNamara2016-07-103-251/+0
* ditch the multiply dialog width * X where X is based on language thingCaolán McNamara2016-07-101-33/+1
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-082-5/+15
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-7/+7
* loplugin:singlevalfields in variousNoel Grandin2016-06-281-27/+0
* Clean up uses of Any::getValue() in unotoolsStephan Bergmann2016-06-274-18/+19
* Mark these functions as finalXisco Fauli2016-06-202-2/+2
* tdf#89329: use shared_ptr for pImpl in moduleoptionsXisco Fauli2016-06-181-51/+38
* tdf#89329: use shared_ptr for pImpl in dynamicmenuoptionsXisco Fauli2016-06-171-25/+12
* properly prefix various global variables and hide themMichael Stahl2016-06-1611-33/+65
* Local linkage for static var (and drop misleading "m_" prefix)Stephan Bergmann2016-06-161-3/+7
* tdf#89329: use shared_ptr for pImpl in pathoptionsXisco Fauli2016-06-161-62/+59
* tdf#89329: use shared_ptr for pImpl in historyoptionsXisco Fauli2016-06-161-30/+11
* tdf#89329: use shared_ptr for pImpl in localisationoptionsXisco Fauli2016-06-161-27/+10
* tdf#89329: use shared_ptr for pImpl in securityoptionsXisco Fauli2016-06-161-42/+30
* tdf#89329: use shared_ptr for pImpl in cmdoptionsXisco Fauli2016-06-161-27/+11
* tdf#89329: use shared_ptr for pImpl in printwarningoptionsXisco Fauli2016-06-161-32/+16
* tdf#89329: use shared_ptr for pImpl in extendedsecurityoptionsXisco Fauli2016-06-161-26/+9
* tdf#89329: use shared_ptr for pImpl in fontoptionsXisco Fauli2016-06-161-28/+11
* Use SAL_WARN on swallowed exceptionsStephan Bergmann2016-06-151-50/+106
* loplugin:overrideStephan Bergmann2016-06-142-2/+2
* tdf#89329: use shared_ptr for pImpl in misccfgXisco Fauli2016-06-141-23/+19
* tdf#89329: use shared_ptr for pImpl in compatibility...Xisco Fauli2016-06-141-45/+22
* tdf#89329: use shared_ptr for pImpl in defaultoptions...Xisco Fauli2016-06-141-12/+13
* tdf#89329: use shared_ptr for pImpl in syslocaleXisco Fauli2016-06-141-9/+7
* loplugin:sallogareasStephan Bergmann2016-06-134-7/+7
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-124-8/+9
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* Resolves: tdf#89394 revert attempt to ditch missing file from recent filesCaolán McNamara2016-06-081-29/+8
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-062-5/+5
* tdf#89329: use unique_ptr for pImpl in configvaluecontainerXisco Fauli2016-06-061-1/+0
* tdf#89329: use unique_ptr for pImpl in accessiblestatesethelperXisco Fauli2016-06-061-8/+4
* tdf#89329: use unique_ptr for pImpl in accessiblerelationsethelperXisco Fauli2016-06-061-6/+3
* remove some manual ref counting in svx and xmloffNoel Grandin2016-06-061-15/+9
* Some clean up of uses of css::uno::Any::setValueStephan Bergmann2016-05-301-12/+7
* tdf#89329: use unique_ptr for pImpl in fltrcfgXisco Fauli2016-05-301-47/+46
* tdf#89329: use unique_ptr for pImpl in defaultoptionsXisco Fauli2016-05-301-2/+2
* tdf#99973 - Crash when changing Locale Setting in optionsNoel Grandin2016-05-241-3/+2
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-1/+1
* loplugin:unusedmethods in unotoolsNoel Grandin2016-05-198-218/+8