summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumfi.cxx
AgeCommit message (Expand)Author
2014-10-01loplugin: cstylecastNoel Grandin
2014-08-16prevent invalid ods files with loext:fill-characterMarkus Mohrhard
2014-04-17coverity#738948 Uninitialized scalar fieldCaolán McNamara
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-04accept proper number style condition != as not equal operator, fdo#76777Eike Rathke
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from xmloffAlexander Wilms
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-12-09resolved fdo#72537 write <loext:fill-character>Eike Rathke
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-07-18Mark as static and/or constTakeshi Abe
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke
2013-06-19fdo#43460 xmloff: use isEmpty()Jelle van der Waa
2013-06-15use proper offset for additional locale data formats, fdo#64947 relatedEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2013-01-03limit the number of imported digits, fdo#58539Markus Mohrhard
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák
2012-11-27String and OUString cleaning in xmloffNorbert Thiebaud
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-18svl: OUString conversion of most of zforscanNorbert Thiebaud
2012-11-18xmloff: simplify the use of AddToCodeNorbert Thiebaud
2012-11-16use LanguageTagEike Rathke
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
2012-11-13save fixed denominator for fractions fdo#56419Noel Power
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-02XubString->OUStringCaolán McNamara
2012-08-03support new xml number:fill-character elem for number-style namespaceNoel Power
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2012-06-01targeted string re-workNorbert Thiebaud
2012-04-18loop with erase(begin()) looks sort of inefficientMichael Stahl
2012-04-18Convert SV_DECL_PTRARR_SORT_DEL to boost:ptr_setNoel Grandin
2012-04-18Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-19Get rid of size() == 0Elton Chung