summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-01At least warn about the missing osl::Thread::join with a TODO commentStephan Bergmann1-0/+3
2021-02-23loplugin:refcounting in unotoolsNoel6-25/+19
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel3-4/+4
2021-01-29Replace rtl::Static with function-local static hereMike Kaganski1-17/+6
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-28simplify code, use more subView()Noel1-2/+2
2021-01-10fix coverity parse errorsCaolán McNamara1-5/+5
2021-01-09fix coverity parse errorsCaolán McNamara3-9/+9
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-3/+5
2021-01-01tdf#119367: use Unicode paths on Windows in unotoolsMike Kaganski1-1/+8
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-32/+44
2020-12-26New loplugin:stringliteralvarStephan Bergmann4-14/+15
2020-12-23Use char16_t string literalsStephan Bergmann1-5/+5
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-12-08use proper struct for trusted authorsNoel1-18/+18
2020-12-08remove rest of 'xmlsec05' stuffNoel1-186/+11
2020-12-07remove SID_BASIC_ENABLED and BasicEnabled optionNoel1-71/+15