summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/printfun.cxx
AgeCommit message (Expand)Author
2024-11-28tdf#163913 Implement font-relative marginsJonathan Clark
2024-11-24Turn SC_MOD macro to a functionMike Kaganski
2024-11-23Reduce copying of ScEditEngineDefaulter's SfxItemSetMike Kaganski
2024-08-23ofz#68994 Timeout on unreasonably narrow header/footer areaCaolán McNamara
2024-06-01loplugin:ostr in sc/../viewNoel Grandin
2024-04-04remove leftoversNoel Grandin
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-04-02tdf#160399 speed up print previewNoel Grandin
2024-02-10perf: limit to max 1024 rows in cases where we originally allocated 1024 rowsCaolán McNamara
2024-02-09tdf#155218 sc: fix different page orientation in print dialogTibor Nagy
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2024-01-20cool#6893 reduce allocation in ScGridWindow::PaintTileNoel Grandin
2024-01-14tdf#159174: there may be no tabs in the clipboard documentMike Kaganski
2024-01-08tdf#123870 sc: fix tagged content for accessible PDF exportTibor Nagy
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-12-21Add export sheet range option to calcNickWingate
2023-06-26convert ScAutoFontColorMode to scoped enumNoel Grandin
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl
2022-07-08sc: refactor and simplify PrintPageRanges::calculateTomaž Vajngerl
2022-06-10tdf#135346 clear page row map to avoid invalid "hidden" flagsTomaž Vajngerl
2022-06-01pass ScRange around by valueNoel Grandin
2022-05-12fix up order of some ScDocument functionsLuboš Luňák
2022-04-05sc: make printing of Sparklines workTomaž Vajngerl
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/view/Noel Grandin
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-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-02-10clean up accessing CellInfo array in RowInfoLuboš Luňák
2021-11-12Use more o3tl::convert in scMike Kaganski
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-07-31Check nNextPageBreak for ScRowBreakIterator::NOT_FOUND, tdf#64703 follow-upEike Rathke
2021-07-30tdf#64703 sc: fix regression of printing page breaksAttila Szűcs
2021-07-05speed up exporting very large spreadsheets to pdf(2)Noel Grandin
2021-07-05speed up exporting very large spreadsheets to pdfNoel Grandin
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-10-20use tools::Long in scNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin
2020-02-08tdf#128873 speed up switching into page layoutSerge Krot
2019-12-30tdf#96505 - Get rid of cargo cult long integer literalsKemal Ayhan
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-19sc: rowcol: tdf#50916 chip away at some more call sites.Michael Meeks
2019-09-18tdf#103516 Calc: fit columns to page similarly to ExcelLászló Németh