summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)Author
2016-08-17convert SvxCellJustifyMethod to scoped enumNoel Grandin
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-12if we can't use assert() as intended then use SAL_WARN()Eike Rathke
2016-05-12Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"Eike Rathke
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-20nitpicks, tdf#96822 follow-upEike Rathke
2016-01-20tdf#96822 : Make cell contents left align when number formatting is textYogesh Desai
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
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-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-06sensible variable namingEike Rathke
2015-10-06formatted string could contain a trailing 0x1B, though very unlikelyEike Rathke
2015-10-06Resolves: tdf#78897 do not cache/reuse a repeat-filled stringEike Rathke
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
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-09-03tdf#39468 translated german comments in output2.cxxAlbert Thuswaldner
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-10Resolves: tdf#86024 do not attempt to shorten numeric value outputEike Rathke
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-14sc tiled editing: Re-purposed DrawStrings().Jan Holesovsky
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-05Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cellsHenry Castro
2015-03-01variable is assigned the same value twiceMarkus Mohrhard
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-11fdo#87155: Avoid negative scaling (and assertion failures further on)Tor Lillqvist
2014-11-20One more IsMapMode() -> IsMapModeEnabled().Jan Holesovsky
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-02coverity#1242872 Unused valueCaolán McNamara
2014-09-30fdo#82577: Handle RegionNoel Grandin