summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)Author
2021-02-23loplugin:refcounting in unotoolsNoel
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2021-01-29Replace rtl::Static with function-local static hereMike Kaganski
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-08use proper struct for trusted authorsNoel
2020-12-08remove rest of 'xmlsec05' stuffNoel
2020-12-07remove SID_BASIC_ENABLED and BasicEnabled optionNoel
2020-12-03convert EHistoryType to scoped enumNoel
2020-12-03convert SvtPathOptions::Paths to scoped enumNoel
2020-12-02simplify SvtDynamicMenuOptionsNoel Grandin
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-12Changed font order for Korean locale tdf#137392DaeHyun Sung
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-09-24tdf#134782 sw,unotools,officecfg: adapt configuration and UIMichael Stahl
2020-09-03-Werror,-Wcompound-token-split-by-spaceStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-19Fold Bootstrap::Impl::getVersionValue into its single useStephan Bergmann
2020-08-19tdf#135133: Don't try to read BuildVersionMike Kaganski
2020-08-19Drop fallback to read buildid from boostrap ini fileStephan Bergmann
2020-08-18Fix typosAndrea Gelmini
2020-08-05loplugin:flatten in unotoolsNoel Grandin
2020-07-29replace and drop SvtExtendedSecurityOptions classCaolán McNamara
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-29replace and drop SvtPrintWarningOptionsCaolán McNamara
2020-07-29drop newly unused SvtFontOptionsCaolán McNamara
2020-07-29replace and drop SvtCompatibilityViewOptionsCaolán McNamara
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unotoolsStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: unotoolsStephan Bergmann
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin
2020-05-18officecfg,unotools,cui: add ODF 1.2 Extended / ODF 1.3 versionsMichael Stahl
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-04deb#949754: unotools,officecfg: don't ODF export using ODFVER_UNKNOWNMichael Stahl
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2020-01-24use osl::Guard instead of abusing rtl::ReferenceNoel Grandin
2019-12-24sal_Char->char in unoxmlNoel Grandin
2019-12-17loplugin:expandablemethodsNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann