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