summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)Author
2023-10-18sc: ui: fix cell bidi layout stringsHenry Castro
2023-06-24Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke
2023-03-08Revert "sc: add parameter maString to DrawEditParam"Andras Timar
2023-03-08Revert "sc: ignore line break if text is not wrapped"Andras Timar
2023-03-08Revert "editeng: add method SetSingleLineCharAttribs"Andras Timar
2023-02-15editeng: add method SetSingleLineCharAttribsHenry Castro
2023-02-15sc: ignore line break if text is not wrappedHenry Castro
2023-02-15sc: add parameter maString to DrawEditParamHenry Castro
2022-05-25forcepoint#97 avoid Invalid read of size 2Caolán McNamara
2022-05-18try to limit cell interpreting to only visible cells when drawingLuboš Luňák
2022-03-23do not allocate so many CellInfo objects in FillInfo()Luboš Luňák
2022-03-23replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-03-23clean up accessing CellInfo array in RowInfoLuboš Luňák
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-22Generalize DegreeNMike Kaganski
2021-11-12Use more o3tl::convert in scMike Kaganski
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-19consider font when caching SalLayoutGlyphs in calc (tdf#143978)Luboš Luňák
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-03-26tdf#119292 sc layout: fix overlapping wrapped cell textsTibor Nagy
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2021-03-08tdf#140796: Wrong English string for U+2060 characterJulien Nabet
2021-03-04autofilter: scale dropdown button according to zoom levelSzymon Kłos
2021-01-21cache SalLayoutGlyphs in ScOutputData::LayoutStrings()Luboš Luňák
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-12-24custom literal for Degree10Noel Grandin
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-10-28convert some more long -> tools::LongNoel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20use tools::Long in scNoel
2020-09-30loplugin:reducevarscope in scNoel
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-31tdf#47079 sc layout: fix visibility of Autofilter headerAttila Szűcs