summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestyle.cxx
AgeCommit message (Expand)Author
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-31tdf#79787 Normal cell borders are showing dashed/dotted reopen in MSOJuergen Funk
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-09loplugin:nullptrMarkus Mohrhard
2016-01-08tdf#58122 FILESAVE: XLSX - Cell RTL direction state not savedPriyankaGaikwad
2015-11-30number format keys are sal_uInt32, so use itEike Rathke
2015-11-27use SvNumberFormatter::GetFormatStringForExcel()Eike Rathke
2015-11-27use SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-18fix 500+ new assert failures on exportCaolán McNamara
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-15fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdxCaolán McNamara
2015-04-15correct font name export for dxf to xlsxMarkus Mohrhard
2015-04-14implement a sane and working dxf font export, tdf#81918Markus Mohrhard
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-23ATTR_VALUE_FORMAT is an SfxUInt32ItemStephan Bergmann
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-12Don't export builtinId of 54 or above.Kohei Yoshida
2014-05-01coverity#708034 Uninitialized scalar fieldCaolán McNamara
2014-04-28coverity#708033 Uninitialized scalar fieldCaolán McNamara
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08remove whitespaceMarkus Mohrhard
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20fdo#75130: Export cell borders to xls and xlsx correctly.Kohei Yoshida
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-29Remove some redundant castsStephan Bergmann