summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)Author
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
2013-09-11Related: fdo#38838 Remove String::SearchChar()Thomas Arnhold
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida
2013-08-29add support for in-place style previewNoel Power
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-06-07don't hide cell content behind pivot table buttons, fdo#60877Markus Mohrhard
2013-06-02another merge errorMarkus Mohrhard
2013-06-02fix warnings after mergeMarkus Mohrhard
2013-06-02preparations for inherited number format removalMarkus Mohrhard
2013-05-31Code clean upabdulmajeed ahmed
2013-05-31Fix fdo#51835 Indent changes in Calc forces alignment to leftabdulmajeed ahmed
2013-05-12cppcheck: unusedVariable (pPreviewPattr)Julien Nabet
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-02fdo#39593 - share copy/paste code, and add a few consts.Minh Ngo
2013-05-02fix fdo#64085 : set proper alignment for justified align text.navin patidar
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-15basic inplace Font preview for calcNoel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida