summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumfi.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-05tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier1-1/+1
2015-08-06tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier1-6/+6
2015-08-06the last condition is "all other numbers", not the third, tdf#92457 relatedEike Rathke1-3/+3
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann1-4/+4
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier1-8/+26
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier1-1/+12
2015-04-01Engineering notation: Slight optimisationLaurent Balland-Poirier1-6/+4
2015-03-22read both, XML_NAMESPACE_LO_EXT and XML_NAMESPACE_NUMBER, tdf#30716 follow-upEike Rathke1-1/+1
2015-03-22tdf#30716 start Engineering notation: implement exponent-intervalLaurent Balland-Poirier1-2/+44
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-08-16prevent invalid ods files with loext:fill-characterMarkus Mohrhard1-0/+1
2014-04-17coverity#738948 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-04-04accept proper number style condition != as not equal operator, fdo#76777Eike Rathke1-1/+8
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-102/+102
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-12/+12
2014-02-26Remove visual noise from xmloffAlexander Wilms1-18/+18
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-09resolved fdo#72537 write <loext:fill-character>Eike Rathke1-1/+2
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-31/+31
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa1-8/+3
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-33/+0
2013-07-18Mark as static and/or constTakeshi Abe1-9/+9
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke1-14/+50
2013-06-19fdo#43460 xmloff: use isEmpty()Jelle van der Waa1-6/+5
2013-06-15use proper offset for additional locale data formats, fdo#64947 relatedEike Rathke1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-54/+52
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-16/+12
2013-01-03limit the number of imported digits, fdo#58539Markus Mohrhard1-1/+3
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna1-2/+2
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-1/+1
2012-11-27String and OUString cleaning in xmloffNorbert Thiebaud1-46/+52
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-2/+2
2012-11-18svl: OUString conversion of most of zforscanNorbert Thiebaud1-1/+1
2012-11-18xmloff: simplify the use of AddToCodeNorbert Thiebaud1-13/+23
2012-11-16use LanguageTagEike Rathke1-6/+6
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-2/+2
2012-11-13save fixed denominator for fractions fdo#56419Noel Power1-3/+17
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3