summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-262/+36
2021-07-25use officecfg to retrieve LoadUserSettingsNoel Grandin1-59/+0
2021-07-25use officecfg to retrieve UseUserDataNoel Grandin1-62/+4
2021-07-25use officecfg to retrieve CreateBackupNoel Grandin1-43/+1
2021-07-25use officecfg to retrieve LoadDocumentPrinterNoel Grandin1-45/+2
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin1-45/+2
2021-07-25use officecfg to retrieve AutoSaveTimeNoel Grandin1-53/+6
2021-07-25simplify SvFontSubstNoel Grandin2-163/+284
2021-07-25use officecfg to retrieve UserAutoSaveNoel Grandin1-32/+0
2021-07-24use officecfg to retrieve AutoSaveNoel Grandin1-45/+3
2021-07-24use officecfg to retrieve AutoSavePromptNoel Grandin1-45/+3
2021-07-24use officecfg to retrieve DocInfoSaveNoel Grandin1-45/+3
2021-07-24use officecfg to retrieve SaveWorkingSetNoel Grandin1-43/+1
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin1-44/+2
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin1-45/+3
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-49/+6
2021-07-23use officecfg to retrieve SaveDocViewNoel Grandin1-49/+7
2021-07-19tdf#143409: fix Translation is not applied in some UINoel Grandin1-10/+33
2021-07-18osl::Mutex->std::mutex in CachedTextSearchNoel Grandin1-12/+10
2021-07-18osl::Mutex->std::mutex in ModeratorsActiveDataStreamerNoel Grandin1-3/+3
2021-07-17osl::Mutex->std::mutex in ModeratorsActiveDataSinkNoel Grandin1-3/+4
2021-07-16Output proper language tag instead of Language+Country concatenationEike Rathke1-1/+2
2021-07-12add Japanese font fallback.Jun NOGATA1-0/+5
2021-07-12update Japanese font order listJun NOGATA1-1/+26
2021-07-10tdf#142702 Handle STARTMODULE in SvtModuleOptions::GetFactoryShortNameSergey Fukanchik1-0/+2
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke1-11/+37
2021-07-06Remove now unused LocaleDataWrapper::getLongDate()Eike Rathke1-40/+0
2021-06-30fix failure in JunitTest_unotools_complexNoel Grandin3-1/+9
2021-06-29constructing SaveOptions just to read default versionNoel Grandin1-1/+18
2021-06-29use std::optional in OTempFileServiceNoel Grandin2-3/+4
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-3/+3
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin1-0/+3
2021-06-21tdf#135316 remove OTempFileService pessimisationNoel Grandin6-261/+116
2021-06-17use string_view in the Translate APINoel Grandin1-18/+19
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh1-0/+14
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann1-1/+1
2021-06-13tdf#142242 Forename imported with trailing spaceNoel Grandin1-3/+4
2021-06-11Simplify Sequences initializations (unotools)Julien Nabet6-37/+16
2021-05-10reduce cost of locking in SvtModuleOptionsNoel Grandin1-17/+19
2021-05-06loplugin:unusedmethodsNoel Grandin3-123/+0
2021-05-05loplugin:constmethodNoel Grandin1-2/+2
2021-05-02sal_uLong->sal_uInt32 in ImplFontAttrsNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-13/+13
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin2-397/+185
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-9/+8
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC4-14/+4
2021-03-23use single-use attribute for ServiceDocumenterNoel Grandin2-20/+3
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-2/+1