summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-03fdo#73588: fix default alignment in RTL mode.Hannah Lyhne1-1/+4
2014-03-25coverity#735475 Logically dead codeCaolán McNamara1-40/+0
2014-03-24coverity#735476: bRepeat is always false.Kohei Yoshida1-42/+2
2014-03-03Remove visual noise from scAlexander Wilms1-55/+55
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-21editeng: sal_Bool->boolNoel Grandin1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20cid#983378 Dereference before null checkNoel Grandin1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-19sal_Bool->boolNoel Grandin1-109/+109
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-4/+4
2014-01-28bool improvementsStephan Bergmann1-15/+15
2014-01-13Revert "fdo#32530 calc:alignment depend on 1st char direct"Michael Stahl1-3/+24
2014-01-12fdo#32530 calc:alignment depend on 1st char directAbdulaziz A Alayed1-24/+3
2013-11-16made horizontal cell alignment depend on writing direction, fdo#63546Eike Rathke1-104/+97
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-4/+3
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-11-02no default LTR mode does not mean RTL, fdo#68097Markus Mohrhard1-1/+6
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-21/+21
2013-09-11Related: fdo#38838 Remove String::SearchChar()Thomas Arnhold1-25/+36
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida1-11/+28
2013-08-29add support for in-place style previewNoel Power1-4/+25
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-0/+3