summaryrefslogtreecommitdiffstats
path: root/i18npool/source/transliteration/transliteration_Numeric.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann2014-09-111-2/+2
| | | | Change-Id: I96582bf05787a30479d324ff8deb7cea758bb2c2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-6/+6
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* use sensible indentationEike Rathke2013-09-051-61/+61
| | | | | | that always annoyed me Change-Id: I0c439ddb00d78590b465cd47db6e60d1939bd9f7
* Related: rhbz#867808 if one person threw by pointer...Caolán McNamara2013-04-161-3/+3
| | | | | | | then its guaranteed that someone else did too, review newed Exceptions Change-Id: Ie1ad78895e443a20a8663666cd6c8d3e5deb0727
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+0
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* mvoe rtl_(u)string_alloc to salLuboš Luňák2012-12-061-1/+1
| | | | | | No point in hidding something useful like this in some helper lib. Change-Id: I7332d7f6bd428378cd19e7e95ad130771a541140
* re-base on ALv2 code. Includes:Michael Meeks2012-07-131-23/+14
| | | | | | | | | cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
* remove include of pch header from i18npoolNorbert Thiebaud2011-11-271-2/+0
|
* move to comphelper, and renameCaolán McNamara2011-09-021-1/+2
|
* refactor x_rtl_uString_new_WithLength to be consistentCaolán McNamara2011-09-011-1/+1
| | | | | | | | | i.e. change x_rtl_uString_new_WithLength to always create a rtl_uString with ref count of 1, like rtl_uString_new_WithLength, so requiring: either the explicit use of rtl_uString_release or passing ownership to an OUString via OUString(pStr, SAL_NO_ACQUIRE) which will do the same in its dtor
* Remove "using namespace ::rtl"Julien Nabet2011-02-271-1/+2
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+3
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* INTEGRATION: CWS changefileheader (1.7.138); FILE MERGEDRüdiger Timm2008-04-101-23/+18
| | | | 2008/03/31 16:01:33 rt 1.7.138.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGEDOliver Bolte2006-09-171-2/+5
| | | | 2006/09/01 17:30:55 kaib 1.6.16.1: #i68856# Added header markers and pch files
* INTEGRATION: CWS warnings01 (1.5.14); FILE MERGEDJens-Heiner Rechtien2006-06-201-5/+5
| | | | 2005/11/09 20:22:03 pl 1.5.14.1: #i53898# removed warnings
* INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGEDRüdiger Timm2005-09-071-47/+21
| | | | 2005/09/05 17:48:00 rt 1.4.194.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS i18napi (1.3.8); FILE MERGEDVladimir Glazounov2003-04-241-3/+2
| | | | 2003/04/19 19:41:12 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n
* INTEGRATION: CWS calc06 (1.2.44); FILE MERGEDRüdiger Timm2003-04-081-10/+96
| | | | 2003/03/21 22:08:16 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface
* #97583# it's dual licensed, LGPL and SISSLEike Rathke2002-03-261-2/+24
|
* #97583# add TransliterationBustamam Harun2002-03-261-0/+73