summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output.cxx
AgeCommit message (Expand)AuthorFilesLines
3 daystdf#160589: compare the correct OutDev with PageWindowsArmin Le Grand (allotropia)1-0/+1
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-3/+0
2024-01-17Resolves tdf#158958 and tdf#159124 - Improvements to Comments indicatorHeiko Tietze1-14/+12
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-5/+7
2024-01-10tdf#159075 Fix drawing comment triangle in CalcRafael Lima1-1/+3
2024-01-08tdf#123870 sc: fix tagged content for accessible PDF exportTibor Nagy1-0/+76
2023-12-24Drop some wrapper methods from SvtAccessibilityOptionsGabor Kelemen1-2/+2
2023-12-19cid#1559313 Dereference null return valueCaolán McNamara1-3/+3
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+4
2023-11-20use the cheaper variant of SfxItemPool::areSame where possibleNoel Grandin1-1/+1
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-3/+3
2023-10-18cool#6893 cache the EditEngine for renderingNoel Grandin1-0/+4
2023-08-10tdf#155799: sc: fix paint the reference markHenry Castro1-0/+2
2023-08-04cool#6911 draw the note indicator browser-sideCaolán McNamara1-0/+3
2023-06-06convert SvtAccessibilityOptions to officecfg where possibleNoel Grandin1-1/+1
2023-04-25Resolves tdf#154080 - Allow customization of comment indicator colorHeiko Tietze1-12/+11
2023-04-25Resolves tdf#154991 - Fix crash with hidden columnsHeiko Tietze1-1/+1
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-1/+1
2023-04-14[API CHANGE] Related tdf#154080 - Allow customization of comment indicator colorHeiko Tietze1-9/+8
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev1-0/+72
2023-01-18Resolves tdf#91415 - Scale Calc's comment indicator with zoom levelHeiko Tietze1-2/+12
2022-11-08Update handling of AntiAliasing settings and processor2dArmin Le Grand (allotropia)1-6/+4
2022-11-06Remove double functionalityArmin Le Grand (allotropia)1-2/+2
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-15/+3
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-2/+2
2022-06-16make meType in ScCellValue privateNoel Grandin1-2/+2
2022-05-30in ScOutputData::DrawFrame, we can skip the intermediate containerNoel Grandin1-5/+3
2022-04-05sc: Sparkline rendering improvement, take all attrs. into accountTomaž Vajngerl1-238/+18
2022-04-04sc: split attrs out of SparklineGroup into a COW classTomaž Vajngerl1-39/+40
2022-04-04sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl1-2/+2
2022-04-01sc: use forward decl. instead of include for SparklineGroupTomaž Vajngerl1-0/+1
2022-04-01sc: render Sparkline columns smaller - reducee by 70% of the widthTomaž Vajngerl1-0/+1
2022-03-22sc: support sparkline bar colors, add markers to sparkline linesTomaž Vajngerl1-13/+103
2022-03-15sc: use enums instead strings for some SparklineGroup props.Tomaž Vajngerl1-3/+4
2022-03-13sc: initial code to draw sparkline into a cellTomaž Vajngerl1-1/+201
2022-03-11don't bother drawing zero-width cellsLuboš Luňák1-16/+22
2022-02-27prefix CellInfo and BasicCellInfo with ScLuboš Luňák1-7/+7
2022-02-27do not allocate so many CellInfo objects in FillInfo()Luboš Luňák1-28/+28
2022-02-15remove harcoded MAXCOL/MAXROW from ScBigAddressLuboš Luňák1-2/+2
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák1-4/+4
2022-02-10avoid destructing many unique_ptr's most of which are nullptrLuboš Luňák1-6/+6
2022-02-10clean up accessing CellInfo array in RowInfoLuboš Luňák1-85/+76
2022-02-06sc: fix rendering of conditional formatting iconTomaž Vajngerl1-11/+10
2022-01-12cid#1497092 Result is not floating-pointCaolán McNamara1-1/+1
2022-01-12sc: fix cond. format icon size, when we work with pixelsTomaž Vajngerl1-7/+18
2022-01-10sc: make icon size of cond. formatting same as font sizeTomaž Vajngerl1-3/+15
2021-12-17tdf#58125 sc: don't show comment notifier for hidden columnsJustin Luth1-3/+2
2021-12-01tdf#144107: fix incorrect conditioning on bGrid...Dennis Francis1-31/+10
2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl1-2/+1
2021-04-07lok: draw bgcolor lines for covering client grid...Dennis Francis1-11/+38