summaryrefslogtreecommitdiff
path: root/include/unotools
AgeCommit message (Expand)AuthorFilesLines
2021-05-06loplugin:unusedmethodsNoel Grandin2-103/+0
2021-05-02sal_uLong->sal_uInt32 in ImplFontAttrsNoel Grandin1-2/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann3-15/+15
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin2-39/+24
2021-04-09Recheck include/ with IWYUGabor Kelemen3-4/+2
2021-02-21loplugin:refcounting in scNoel1-0/+132
2021-01-29Replace rtl::Static with function-local static hereMike Kaganski1-3/+0
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+5
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-6/+10
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-08use proper struct for trusted authorsNoel1-7/+7
2020-12-08remove rest of 'xmlsec05' stuffNoel1-23/+0
2020-12-07remove SID_BASIC_ENABLED and BasicEnabled optionNoel1-3/+0
2020-12-03convert EHistoryType to scoped enumNoel1-3/+3
2020-12-03convert SvtPathOptions::Paths to scoped enumNoel2-31/+34
2020-12-02simplify SvtDynamicMenuOptionsNoel Grandin1-9/+11
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer8-104/+105
2020-11-17loplugin:stringviewparam check methods tooNoel2-2/+2
2020-11-03ucbGet needs a non-null interaction handler after allStephan Bergmann1-2/+0
2020-10-28Use UCB instead of cURL to download https filesStephan Bergmann1-0/+2
2020-10-25UNOTOOLS : simplify AccessibleRelationHelper by removing useless impl patternArnaud Versini1-4/+2
2020-10-19UNOTOOLS : remove unused include since 54cbe9458033f50d9f608b1462d65e8514cbb636Arnaud Versini1-1/+0
2020-09-24tdf#134782 sw,unotools,officecfg: adapt configuration and UIMichael Stahl1-0/+4
2020-09-07UNOTOOLS : simplify AccessibleStateSetHelper by not using an impl classArnaud Versini1-3/+1
2020-08-19tdf#135133: Don't try to read BuildVersionMike Kaganski1-3/+0
2020-07-29replace and drop SvtExtendedSecurityOptions classCaolán McNamara2-59/+9
2020-07-29replace and drop MiscCfgCaolán McNamara2-57/+0
2020-07-29replace and drop SvtPrintWarningOptionsCaolán McNamara2-86/+0
2020-07-29drop newly unused SvtFontOptionsCaolán McNamara2-88/+0
2020-07-29replace and drop SvtCompatibilityViewOptionsCaolán McNamara2-45/+0
2020-07-20compact namespace declNoel Grandin2-20/+2
2020-05-18officecfg,unotools,cui: add ODF 1.2 Extended / ODF 1.3 versionsMichael Stahl1-2/+4
2020-05-08xmloff: ODF export: rework version checks in SvXMLExportPropertyMapperMichael Stahl1-0/+1
2020-05-03use more compact namespace syntax in /includeNoel Grandin27-96/+66
2020-05-01ODF export: fix wrong definition of ODFSVER_LATEST_EXTENDEDMichael Stahl1-2/+2
2020-04-27Extract getting default locale for filters into separate unotools functionMike Kaganski1-0/+31
2020-04-27Don't convert OUString to char*Mike Kaganski1-2/+3
2020-03-31Translate German variable namesJohnny_M1-2/+2
2020-03-29Fix is_typed_flags for ConfigItemMode (unotools/configitem)Julien Nabet1-1/+1
2020-03-23make more classes private in mergedlibs modeNoel Grandin8-9/+16
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin6-7/+7
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-17inline some acquire/release callsNoel Grandin1-2/+4
2020-02-12tdf#126700 allow replacing the default documentsJan-Marek Glogowski1-0/+1
2020-02-04deb#949754: unotools,officecfg: don't ODF export using ODFVER_UNKNOWNMichael Stahl1-1/+1
2020-01-26tdf#124176: Use pragma once instead of include guardsMehmet Emin Başoğlu1-4/+1
2019-12-24sal_Char->char in unoxmlNoel Grandin3-6/+6
2019-12-17loplugin:expandablemethodsNoel Grandin1-5/+0