summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin
2021-07-26return SvtCompatibilityEntry from SvtCompatibilityOptions::GetListNoel Grandin
2021-07-26convert these into constantsNoel Grandin
2021-07-26cid#1485150 silence Uncaught exceptionCaolán McNamara
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-26use officecfg for default optionsNoel Grandin
2021-07-26simplify SvtDynamicMenuOptionsNoel Grandin
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-25use officecfg to retrieve LoadUserSettingsNoel Grandin
2021-07-25use officecfg to retrieve UseUserDataNoel Grandin
2021-07-25use officecfg to retrieve CreateBackupNoel Grandin
2021-07-25use officecfg to retrieve LoadDocumentPrinterNoel Grandin
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin
2021-07-25use officecfg to retrieve AutoSaveTimeNoel Grandin
2021-07-25simplify SvFontSubstNoel Grandin
2021-07-25use officecfg to retrieve UserAutoSaveNoel Grandin
2021-07-24use officecfg to retrieve AutoSaveNoel Grandin
2021-07-24use officecfg to retrieve AutoSavePromptNoel Grandin
2021-07-24use officecfg to retrieve DocInfoSaveNoel Grandin
2021-07-24use officecfg to retrieve SaveWorkingSetNoel Grandin
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin
2021-07-23use officecfg to retrieve SaveDocViewNoel Grandin
2021-07-19tdf#143409: fix Translation is not applied in some UINoel Grandin
2021-07-18osl::Mutex->std::mutex in CachedTextSearchNoel Grandin
2021-07-18osl::Mutex->std::mutex in ModeratorsActiveDataStreamerNoel Grandin
2021-07-17osl::Mutex->std::mutex in ModeratorsActiveDataSinkNoel Grandin
2021-07-16Output proper language tag instead of Language+Country concatenationEike Rathke
2021-07-12add Japanese font fallback.Jun NOGATA
2021-07-12update Japanese font order listJun NOGATA
2021-07-10tdf#142702 Handle STARTMODULE in SvtModuleOptions::GetFactoryShortNameSergey Fukanchik
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke
2021-07-06Remove now unused LocaleDataWrapper::getLongDate()Eike Rathke
2021-06-30fix failure in JunitTest_unotools_complexNoel Grandin
2021-06-29constructing SaveOptions just to read default versionNoel Grandin
2021-06-29use std::optional in OTempFileServiceNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin
2021-06-21tdf#135316 remove OTempFileService pessimisationNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-13tdf#142242 Forename imported with trailing spaceNoel Grandin
2021-06-11Simplify Sequences initializations (unotools)Julien Nabet
2021-05-10reduce cost of locking in SvtModuleOptionsNoel Grandin
2021-05-06loplugin:unusedmethodsNoel Grandin
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02sal_uLong->sal_uInt32 in ImplFontAttrsNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann