summaryrefslogtreecommitdiff
path: root/include/unotools/localedatawrapper.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-22improve loplugin:staticmethodsNoel Grandin1-1/+1
2023-06-24Change LocaleDataWrapper::getDuration() parameter to tools::DurationEike Rathke1-2/+6
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin1-2/+2
2022-05-04use more string_view in unotoolsNoel Grandin1-1/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-1/+1
2022-04-11use more string_viewNoel Grandin1-2/+2
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen1-1/+0
2021-11-04fix potential out-of-bounds access in LocaleDataWrapperNoel Grandin1-2/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+2
2021-08-18loplugin:passstuffbyrefNoel Grandin1-2/+2
2021-07-29return by const& in LocaleDataWrapperNoel Grandin1-3/+3
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke1-3/+11
2021-07-06Remove now unused LocaleDataWrapper::getLongDate()Eike Rathke1-11/+0
2021-05-06loplugin:unusedmethodsNoel Grandin1-1/+0
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-38/+24
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-05-03use more compact namespace syntax in /includeNoel Grandin1-11/+6
2019-12-05make some classes module privateNoel Grandin1-1/+1
2019-08-24loplugin:returnconstval in unotoolsNoel Grandin1-1/+1
2018-11-05loplugin:useuniqueptr in LocaleDataWrapperNoel Grandin1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-1/+12
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-2/+2
2017-10-27LocaleDataWrapper::stringToDouble() w/ decimalSeparatorAlternative, tdf#81671Eike Rathke1-0/+59
2017-10-27Add LocaleDataWrapper::getNumDecimalSepAlt(), tdf#81671Eike Rathke1-1/+3
2017-10-27Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671Eike Rathke1-3/+4
2017-10-27Supersede with XLocaleData5, LocaleData2, tdf#81671Eike Rathke1-2/+2
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-3/+3
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin1-11/+12
2017-03-29loplugin:singlevalfieldsNoel Grandin1-4/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-5/+5
2017-03-03Fix typosAndrea Gelmini1-1/+1
2016-09-13introduce LocaleDataWrapper::doesSecondaryCalendarUseEC()Eike Rathke1-0/+7
2016-09-13cosmeticsEike Rathke1-11/+11
2016-09-01loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-03-24don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard1-1/+7
2016-03-16loplugin:constantparam in unotools/Noel Grandin1-12/+0
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin1-52/+52
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-06loplugin:unusedmethods unotoolsNoel Grandin1-13/+1
2015-03-19loplugin:constantfunction: unotoolsNoel Grandin1-3/+3
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-2/+4
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-8/+8
2014-10-01fdo#82577: Handle TimeNoel Grandin1-3/+3
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-6/+0
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-16/+16