summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-02-10clean up accessing CellInfo array in RowInfoLuboš Luňák1-34/+34
2022-02-06We know the length hereMike Kaganski1-2/+2
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-22Generalize DegreeNMike Kaganski1-1/+1
2021-11-12Use more o3tl::convert in scMike Kaganski1-0/+1
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-1/+1
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-10/+7
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-1/+1
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-2/+2
2021-10-21loplugin:flattenNoel Grandin1-26/+26
2021-10-19consider font when caching SalLayoutGlyphs in calc (tdf#143978)Luboš Luňák1-4/+36
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-4/+4
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin1-2/+2
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin1-2/+2
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-1/+1
2021-09-04use std::vector for fetching DX array dataNoel Grandin1-1/+1
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-16/+14
2021-08-18undo changes to TextAlignCaolán McNamara1-1/+1
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-1/+1
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-8/+8
2021-03-26tdf#119292 sc layout: fix overlapping wrapped cell textsTibor Nagy1-28/+36
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák1-2/+2
2021-03-08tdf#140796: Wrong English string for U+2060 characterJulien Nabet1-1/+1
2021-03-04autofilter: scale dropdown button according to zoom levelSzymon Kłos1-5/+9
2021-01-21cache SalLayoutGlyphs in ScOutputData::LayoutStrings()Luboš Luňák1-6/+41
2021-01-02introduce Degree100 strong_int typeNoel1-18/+18
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock1-2/+2
2020-12-24custom literal for Degree10Noel Grandin1-2/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-26std::unique_ptr -> std::optionalNoel1-6/+6
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-7/+7
2020-10-20use tools::Long in scNoel1-260/+260
2020-09-30loplugin:reducevarscope in scNoel1-1/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-3/+3
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-3/+3
2020-08-31tdf#47079 sc layout: fix visibility of Autofilter headerAttila Szűcs1-7/+1
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin1-46/+46
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-03-26tdf#131593 ScOutputData::GetMergeOrigin: Handle cells outside own areaMichael Weghorn1-7/+21
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-3/+3
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-3/+3
2019-12-22sal_Char->char in scNoel Grandin1-2/+2
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara1-1/+1
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara1-2/+2
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-5/+5