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