summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)Author
2022-05-18try to limit cell interpreting to only visible cells when drawingLuboš Luňák
2022-05-16forcepoint#97 avoid Invalid read of size 2Caolán McNamara
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
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-03-26tdf#131593 ScOutputData::GetMergeOrigin: Handle cells outside own areaMichael Weghorn
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2019-12-22sal_Char->char in scNoel Grandin
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara