summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zformat.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-08-18prevent out-of-bounds string accessEike Rathke1-24/+32
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-59/+59
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-08-22Mark as constTakeshi Abe1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-7/+7
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-3/+3
2013-06-24fdo#43460 svl: use isEmpty()Jelle van der Waa1-2/+2
2013-06-20-Werror,-Wdeprecated-registerStephan Bergmann1-11/+11
2013-06-17Translate German comments, delete some WS and correct formattingPhilipp Weissenbacher1-267/+267
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-1/+20
2013-04-23eliminated another unnecessary rString.toString()Eike Rathke1-1/+1
2013-04-22fixed a mess of out of bounds string accessesEike Rathke1-23/+40
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+14
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-03Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann1-1/+3
2013-03-18renamed method, it determines if symbol combinesEike Rathke1-2/+2
2013-03-18use switch instead of multiple ifsEike Rathke1-9/+13
2013-03-18make empty subformat code work againEike Rathke1-3/+3
2013-03-15rename methods to something meaningfulEike Rathke1-3/+3
2013-03-15simplify logicEike Rathke1-6/+4
2013-03-15i#119964 - Number displays different from MS with the same format codeWang Lei1-0/+3
2013-03-13Resolves: #i119943 Underline can not work with ";" in format codeWang Lei1-1/+17
2013-02-19related coverity#984042 move potentially uninitialized scalar variablesCaolán McNamara1-2/+2
2013-02-18coverity#984042 Uninitialized scalar variableCaolán McNamara1-1/+1
2013-01-21resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numeralsJoren De Cuyper1-1/+1
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-7/+7
2012-11-27another round of String -> OUString conversion in zforlistNorbert Thiebaud1-5/+5
2012-11-27use const in SvNumberformat::GetOutputString when possibleNorbert Thiebaud1-1/+1
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud1-7/+3
2012-11-27migrate user of InsertBlanks to OUStringNorbert Thiebaud1-19/+2
2012-11-27clean-up few more String out of zformat internalsNorbert Thiebaud1-35/+41
2012-11-27no need for String version of ImpGetOutputStandardNorbert Thiebaud1-7/+0
2012-11-27migrating SvNumberformat::GetOutputString implementation to OUStringBufferNorbert Thiebaud1-61/+59
2012-11-27support OUStringBuffer for ImpGetOutputStandardNorbert Thiebaud1-9/+16
2012-11-27remove String usage from SvNumberformat::SaveNorbert Thiebaud1-9/+9
2012-11-27convert first and replace afterNorbert Thiebaud1-14/+4
2012-11-27no need for String in SvNumberformat::ConvertLanguage anymoreNorbert Thiebaud1-2/+2
2012-11-27remove String use in SvNumberformat::LoadNorbert Thiebaud1-8/+22
2012-11-27convert ImpGet[Date|Time|DateTime]Output to OUStringBufferNorbert Thiebaud1-146/+160
2012-11-27convert ImpGet[Fraction|Scientific|Number]Output to OUStringBufferNorbert Thiebaud1-95/+106
2012-11-27migrate ImpNumberFill implementation to OUStringBufferNorbert Thiebaud1-17/+23
2012-11-27migrate ImpNumberFillWithThousand implementation to OUString[Buffer]Norbert Thiebaud1-29/+34
2012-11-27spin Scientific formatting in its own imp functionNorbert Thiebaud1-98/+117
2012-11-27spin fractional formatting in it's own imp function like the rest.Norbert Thiebaud1-270/+315
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-8/+9
2012-11-21svl: convert SvNumberformat constructor to OUStringNorbert Thiebaud1-140/+129
2012-11-19use LanguageTagEike Rathke1-1/+1
2012-11-18convert a GetOutputString variant to OUStringNorbert Thiebaud1-7/+18
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud1-11/+28