summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2013-04-23eliminated another unnecessary rString.toString()Eike Rathke
2013-04-22fixed a mess of out of bounds string accessesEike Rathke
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-19OUString::startsWith() is not equivalent to String::Match()Eike Rathke
2013-04-12spurious warning C4701: potentially uninitialized local variableMichael Stahl
2013-04-07Fix Array index "i" is used before limits checkJulien Nabet
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-05resolved fdo#63161 out of bounds string accessEike Rathke
2013-04-03Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith
2013-03-27-Werror=unused-macrosStephan Bergmann
2013-03-18renamed method, it determines if symbol combinesEike Rathke
2013-03-18use switch instead of multiple ifsEike Rathke
2013-03-18make empty subformat code work againEike Rathke
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák
2013-03-18janitorial: typo in commentLionel Elie Mamane
2013-03-15rename methods to something meaningfulEike Rathke
2013-03-15simplify logicEike Rathke
2013-03-15i#119964 - Number displays different from MS with the same format codeWang Lei
2013-03-13resolved fdo#62278 test for LanguageTag equality resolving system localeEike Rathke
2013-03-13Resolves: #i119943 Underline can not work with ";" in format codeWang Lei
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-23Fix typo accessable/accessibleJulien Nabet
2013-02-19related coverity#984042 move potentially uninitialized scalar variablesCaolán McNamara
2013-02-18coverity#984042 Uninitialized scalar variableCaolán McNamara
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2013-01-21resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numeralsJoren De Cuyper
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
2012-12-19resolved fdo#54344 let date pattern match overrule incomplete format matchEike Rathke
2012-12-19resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke
2012-12-18resolved fdo#58179 ImpSvNumberformatScan::RemoveQuotes: both ...Eike Rathke
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud
2012-11-27String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud
2012-11-27String => OUString for svl's zforfindNorbert Thiebaud
2012-11-27cosmetic prep work on zforfindNorbert Thiebaud
2012-11-27another round of String -> OUString conversion in zforlistNorbert Thiebaud
2012-11-27more wrapper in zforlist to isolate String/OUString issuesNorbert Thiebaud
2012-11-27use const in SvNumberformat::GetOutputString when possibleNorbert Thiebaud
2012-11-27make GetIndexPuttingAndConverting String/OUString agnostic for nowNorbert Thiebaud
2012-11-27String -> OUString prep clean-upNorbert Thiebaud
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud
2012-11-27migrate user of InsertBlanks to OUStringNorbert Thiebaud
2012-11-27clean-up few more String out of zformat internalsNorbert Thiebaud
2012-11-27no need for String version of ImpGetOutputStandardNorbert Thiebaud
2012-11-27migrating SvNumberformat::GetOutputString implementation to OUStringBufferNorbert Thiebaud