summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2020-05-07tdf#132796: use LO language settings to set default XLS languageMike Kaganski1-0/+6
2020-04-27Extract getting default locale for filters into separate unotools functionMike Kaganski2-0/+28
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-27Don't convert OUString to char*Mike Kaganski1-105/+87
2020-04-21Fix warning when compiling for iOS: unused parameter 'bCreateParentDirs'Tor Lillqvist1-0/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin2-75/+93
2020-04-17Fix autorecovery using wrong directorySamuel Mehrbrodt1-11/+12
2020-03-31Translate German variable namesJohnny_M1-3/+3
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen2-3/+0
2020-03-21tdf#128276 Font names are not localized on macOS CatalinaTomofumi Yagi2-4/+23
2020-03-18tdf#131069 always produce utf-8 from gettextCaolán McNamara1-0/+3
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin7-17/+17
2020-02-27tdf#42982 added description on RuntimeException for unotoolsAlanTang1-4/+4
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-5/+5
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin1-1/+1
2020-02-17inline some acquire/release callsNoel Grandin1-10/+0
2020-02-12tdf#126700 allow replacing the default documentsJan-Marek Glogowski1-0/+6
2020-02-04deb#949754: unotools,officecfg: don't ODF export using ODFVER_UNKNOWNMichael Stahl1-2/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann4-4/+8
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-2/+2
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin2-3/+3
2020-01-24use osl::Guard instead of abusing rtl::ReferenceNoel Grandin1-1/+1
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt1-2/+2
2020-01-18fix unotools/source/i18n/resmgr.cxx build with PCH on MacLuboš Luňák1-1/+6
2020-01-15convert OSL_ASSERT to assertNoel Grandin1-1/+2
2020-01-01android: Use correct path for the .mo resource files.Jan Holesovsky1-0/+8
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin2-3/+5
2019-12-24sal_Char->char in unoxmlNoel Grandin6-7/+7
2019-12-17loplugin:expandablemethodsNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-5/+5
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann16-2/+117
2019-11-20tdf#128434 free the BasicManager event listenerJan-Marek Glogowski1-2/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann3-0/+13
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-16/+16
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin2-2/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-2/+2
2019-10-19loplugin:unusedmethodsNoel Grandin1-6/+0
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-25/+4
2019-10-17Remaining loplugin:bufferaddStephan Bergmann3-18/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann3-8/+8
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+3
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt1-0/+6
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin2-9/+3
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-20Improve exception messageStephan Bergmann1-2/+3