summaryrefslogtreecommitdiff
path: root/include/svtools/langtab.hxx
AgeCommit message (Collapse)Author
2022-10-04SvtLanguageTable::AddLanguageTag() unneeded return can be voidEike Rathke
Change-Id: I048d38c90e0ca60d0de5defdb16c5411cfd161b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140929 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2021-07-16Clarify that SvtLanguageTable::GetLanguageType() expects the UI nameEike Rathke
Apparently several places get that wrong and pass a lang::Locale.Language instead.. to be investigated. Change-Id: I7f20ae2b66de6527b70f9936ef8216ddc5dac835 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119062 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
which means that some call sites have to change to use unicode string literals i.e. u"foo" instead of "foo" Change-Id: Ie51c3adf56d343dd1d1710777f9d2a43ee66221c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106125 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-19tdf#124176 use pragma once instead of include guardsRoman Kuznetsov
in /core/include/svtools/ Change-Id: Ic8614f77dfde02f4c1fc4cceccd1de4ff5a05f72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106006 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-08-24loplugin:returnconstval in svtoolsNoel Grandin
Change-Id: I2d1d9e0ed8e109ed0be4d7fb78d93790ae41177f Reviewed-on: https://gerrit.libreoffice.org/78052 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin
Change-Id: I6e72fbe44dcb65ee5162448e9a72e6437d56b044 Reviewed-on: https://gerrit.libreoffice.org/50948 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-24loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin
Change-Id: If7c7404b1cc1cf9445a2af8106f7326b76524388 Reviewed-on: https://gerrit.libreoffice.org/36883 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-14display raw language tags in curly bracketsEike Rathke
Place raw language tags in curly brackets {}, so all on-the-fly tags are grouped together at the top of a listbox (but behind the "[None]" entry). Change-Id: I01d388150241a8482a1f39f8eda26cdd5bb1d832
2014-05-22+bool SvtLanguageTable::HasLanguageType()Eike Rathke
Change-Id: Id57eb51b69e50be78f85d19a7b3623c1acdf6509
2014-05-13Revert "remove unused code -SvtLanguageTable::AddLanguageTag"Eike Rathke
This reverts commit d812b784313ed85ae5085d54a3ae50aa064c053c. I added that code in preparation of changes I'm doing.
2014-05-13remove unused code -SvtLanguageTable::AddLanguageTagNoel Grandin
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
2014-05-10ISO C++ forbids declaration of ‘rLanguageTag’ with no typeMiklos Vajna
Change-Id: I148b3eff0fc229fec3c6415bd582d10b124e0796
2014-05-10added SvtLanguageTable::AddLanguageTag()Eike Rathke
Change-Id: Ic8be508bff3767f2f8ab1146447b3fe4bffff3b3
2014-05-06move ResArray into SvtLanguageTableImplEike Rathke
Change-Id: I0921fcef306f1ca60196fc9dfa2652e91db63004
2014-05-06make all SvtLanguageTable non-static methods privateEike Rathke
This effectively behaves now like a singleton. Change-Id: Ib7a455a423f247267358d819e13d285428fe3aa8
2014-05-06provide static GetLanguageEntryCount() and GetLanguageTypeAtIndex()Eike Rathke
Change-Id: I89dc5d25b37169ebc1581ebf957d33dd7b0e204c
2014-04-17introduce second static GetLanguageString() with explicit bool parameterEike Rathke
Change-Id: Ief79b8871701cc2e39e421145370feb246ce5e20
2014-04-17introduce static SvtLanguageTable::GetLanguageType()Eike Rathke
Change-Id: I096f8b5a08452df9b1731f2e764d7561dd3e5dd4
2014-03-01Remove visual noise from includeAlexander Wilms
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
2013-08-15convert include/svtools/langtab.hxx from String to OUStringNoel Grandin
Change-Id: Iae97d742a46a9090a70b247b35b5cecb7bb9883c
2013-04-23execute move of global headersBjoern Michaelsen
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a