summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-13/+13
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-52/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-9/+3
2014-05-14Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+6
2014-05-12fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida1-0/+4
2014-04-16fdo#75665: Fix the right-aligned case.Kohei Yoshida1-8/+21
2014-04-15fdo#75665: Truncate string when clipped on screen.Kohei Yoshida1-5/+29
2014-04-15Use scope switch rather than manual on and off.Kohei Yoshida1-4/+2
2014-04-15Use single std::vector instance in lieu of heap arrays.Kohei Yoshida1-15/+20
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-14/+0