summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* Add helper for creating zip filesSamuel Mehrbrodt2016-11-032-0/+200
* coverity#1371313 Missing move assignment operatorCaolán McNamara2016-11-031-7/+39
* loplugin:oncevar in unoxml..toolkitNoel Grandin2016-10-314-31/+17
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-252-14/+3
* loplugin:expandablemethodds in include/tools..unotoolsNoel Grandin2016-10-212-7/+2
* tdf#103274 (11): Add default XCommandEnvironment referenceGiuseppe Castagno2016-10-201-1/+4
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-191-4/+4
* tdf#103274 (3): Add default XCommandEnvironment referenceGiuseppe Castagno2016-10-171-1/+1
* tdf#103274: Add default XCommandEnvironment referenceGiuseppe Castagno2016-10-171-1/+1
* tdf#103274: Add helper for a default XCommandEnvironment reference.Giuseppe Castagno2016-10-171-0/+18
* clang-cl loplugin: unotoolsStephan Bergmann2016-10-151-12/+16
* loplugin:constantfunctionNoel Grandin2016-10-111-6/+0
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-102-7/+8
* loplugin:constantparamNoel Grandin2016-09-301-2/+2
* tdf#94987 Create directories for temp filenamesJan-Marek Glogowski2016-09-231-5/+37
* Remove NumberFormatCodeWrapperMaarten Bosmans2016-09-223-98/+5
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-155-12/+12
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1326-30/+30
* avoid loading all calendars of a localeEike Rathke2016-09-131-9/+11
* introduce LocaleDataWrapper::doesSecondaryCalendarUseEC()Eike Rathke2016-09-131-2/+59
* tdf#101889: add absent brackets to OpenSymbolMike Kaganski2016-09-121-7/+10
* typo fix: oue -> ourAndras Timar2016-09-104-4/+4
* loplugin:constantparam in framework..vbahelperNoel Grandin2016-09-073-14/+9
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (unotools)Stephan Bergmann2016-08-301-3/+3
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-301-2/+2
* tdf#99402: fix Metafile Font handlingMike Kaganski2016-08-302-0/+157
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1
* loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann2016-08-251-2/+3
* 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