summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumfe.cxx
AgeCommit message (Expand)Author
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-01-30GetWasUsed can return by value, no need to be a special snowflakeNoel Grandin
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin
2016-10-07tdf#102370 Correctly export to Excel exponent without signLaurent Balland-Poirier
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier
2016-07-27tdf#100755 Extend ODF to allow 0 in fractionLaurent Balland-Poirier
2016-07-15tdf#100755 Allow '0' for denominator symbolLaurent Balland-Poirier
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin
2016-06-06tdf#89329: use unique_ptr for pImpl in xmlnumfeXisco Fauli
2016-05-30Choose ODF version for fill-characterLaurent Balland-Poirier
2016-05-31prevent out of bounds string accessEike Rathke
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier
2016-05-30Choose ODF version for min-decimal-place and force-exponent-signLaurent Balland-Poirier
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier
2016-05-04fix export crash test due to assert hit, tdf#61996 follow-upEike Rathke
2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier
2016-01-11tdf#40517 Export/Import in ODF decimal replacement with spaceLaurent Balland-Poirier
2016-01-10Fix typosAndrea Gelmini
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier
2015-11-02xmloff: replace boost::ptr_vector with std::vectorMichael Stahl
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-13tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier
2015-07-13use the DBL_MAX constant that we also use elsewhere, tdf#92457Eike Rathke
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke
2015-07-11store trailing text format in ODF, e.g. 0;@ tdf#92457Eike Rathke
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier
2015-03-22use ODFSaneDefaultVersion to determine if and how to store exponent-intervalEike Rathke
2015-03-22use SvXMLExport::getDefaultVersion()Eike Rathke
2015-03-22write exponent-interval only for 1.2+ and later, tdf#30716 follow-upEike Rathke
2015-03-22tdf#30716 start Engineering notation: implement exponent-intervalLaurent Balland-Poirier
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl
2014-11-25Remove ptr_vector header include in favor of forward declaration.Kohei Yoshida
2014-08-16prevent invalid ods files with loext:fill-characterMarkus Mohrhard
2014-08-16just use a typedef, don't inherit from boost::ptr_containerMarkus Mohrhard
2014-04-04resolved fdo#76777 now write correct number style condition operator !=Eike Rathke
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann