summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-05Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cellsHenry Castro1-0/+4
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
2013-06-07don't hide cell content behind pivot table buttons, fdo#60877Markus Mohrhard1-1/+1
2013-06-02another merge errorMarkus Mohrhard1-1/+1
2013-06-02fix warnings after mergeMarkus Mohrhard1-3/+3
2013-06-02preparations for inherited number format removalMarkus Mohrhard1-13/+1
2013-05-31Code clean upabdulmajeed ahmed1-7/+7
2013-05-31Fix fdo#51835 Indent changes in Calc forces alignment to leftabdulmajeed ahmed1-4/+10
2013-05-12cppcheck: unusedVariable (pPreviewPattr)Julien Nabet1-1/+0
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-05-02fdo#39593 - share copy/paste code, and add a few consts.Minh Ngo1-233/+148
2013-05-02fix fdo#64085 : set proper alignment for justified align text.navin patidar1-1/+8
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-15basic inplace Font preview for calcNoel Power1-2/+49
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+14