summaryrefslogtreecommitdiff
path: root/i18npool/source/characterclassification/cclass_unicode_parser.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-10-27Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671Eike Rathke1-5/+13
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke1-2/+2
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin1-4/+3
2017-04-19Convert TOKEN constants to o3tl::typed_flagsNoel Grandin1-242/+222
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+3
2016-04-12fix infinite loop in text search, tdf#99208Markus Mohrhard1-2/+2
2016-01-21i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl1-63/+74
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-04-23i18npool: sal_Bool->boolNoel Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-12Resolves: fdo#61754 allow midletters in field name tokensCaolán McNamara1-0/+13
2012-11-27fdo#46808, convert i18n::BreakIterator impl to XComponentContextNoel Grandin1-3/+3
2012-11-27fdo#46808, use service constructor for i18n::NativeNumberSupplierNoel Grandin1-17/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin1-13/+6
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2011-11-27remove include of pch header from i18npoolNorbert Thiebaud1-2/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-07-10#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where p...Mathias Bauer1-1/+1
2008-04-10INTEGRATION: CWS changefileheader (1.14.68); FILE MERGEDRüdiger Timm1-35/+18
2007-07-26INTEGRATION: CWS i18n31 (1.13.60); FILE MERGEDRüdiger Timm1-25/+25
2006-09-17INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGEDOliver Bolte1-2/+5
2006-06-20INTEGRATION: CWS warnings01 (1.10.12); FILE MERGEDJens-Heiner Rechtien1-33/+16
2005-11-01INTEGRATION: CWS locales201 (1.9.20); FILE MERGEDKurt Zenker1-24/+34
2005-09-07INTEGRATION: CWS ooo19126 (1.9.30); FILE MERGEDRüdiger Timm1-47/+21
2005-03-15INTEGRATION: CWS localedata3 (1.8.162); FILE MERGEDOliver Bolte1-4/+4
2003-04-24INTEGRATION: CWS i18napi (1.7.16); FILE MERGEDVladimir Glazounov1-5/+4
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-20/+12
2002-11-05#104501# add support for Non Space Mark script typeKarl Hong1-11/+27
2002-09-20#96674# parseText: RewindFromValue if multiple decimal separators are encount...Eike Rathke1-40/+92
2002-08-14#92094# Change behaviour of ideographic space to mimic regular space.Bustamam Harun1-3/+3
2002-08-05#100065# parseText: use NativeNumberSupplier with NatNum0 to convert from dif...Eike Rathke1-5/+35
2002-03-26#97583# it's dual licensed, LGPL and SISSLEike Rathke1-2/+24
2002-03-26#97583# Add Character ClassificationBustamam Harun1-0/+1006