summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)Author
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
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-14Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-12fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida
2014-04-16fdo#75665: Fix the right-aligned case.Kohei Yoshida
2014-04-15fdo#75665: Truncate string when clipped on screen.Kohei Yoshida
2014-04-15Use scope switch rather than manual on and off.Kohei Yoshida
2014-04-15Use single std::vector instance in lieu of heap arrays.Kohei Yoshida
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-03fdo#73588: fix default alignment in RTL mode.Hannah Lyhne
2014-03-25coverity#735475 Logically dead codeCaolán McNamara
2014-03-24coverity#735476: bRepeat is always false.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20cid#983378 Dereference before null checkNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-13Revert "fdo#32530 calc:alignment depend on 1st char direct"Michael Stahl
2014-01-12fdo#32530 calc:alignment depend on 1st char directAbdulaziz A Alayed
2013-11-16made horizontal cell alignment depend on writing direction, fdo#63546Eike Rathke
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-11-02no default LTR mode does not mean RTL, fdo#68097Markus Mohrhard
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin