summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/printfun.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-04remove leftoversNoel Grandin1-2/+0
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2024-04-02tdf#160399 speed up print previewNoel Grandin1-46/+6
2024-02-10perf: limit to max 1024 rows in cases where we originally allocated 1024 rowsCaolán McNamara1-3/+3
2024-02-09tdf#155218 sc: fix different page orientation in print dialogTibor Nagy1-14/+27
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-3/+3
2024-01-20cool#6893 reduce allocation in ScGridWindow::PaintTileNoel Grandin1-3/+3
2024-01-14tdf#159174: there may be no tabs in the clipboard documentMike Kaganski1-0/+3
2024-01-08tdf#123870 sc: fix tagged content for accessible PDF exportTibor Nagy1-1/+50
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-3/+4
2023-12-21Add export sheet range option to calcNickWingate1-1/+1
2023-06-26convert ScAutoFontColorMode to scoped enumNoel Grandin1-2/+2
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl1-4/+4
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-1/+1
2022-07-08sc: refactor and simplify PrintPageRanges::calculateTomaž Vajngerl1-62/+34
2022-06-10tdf#135346 clear page row map to avoid invalid "hidden" flagsTomaž Vajngerl1-0/+4
2022-06-01pass ScRange around by valueNoel Grandin1-8/+8
2022-05-12fix up order of some ScDocument functionsLuboš Luňák1-3/+3
2022-04-05sc: make printing of Sparklines workTomaž Vajngerl1-0/+2
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/view/Noel Grandin1-6/+2
2022-02-27prefix CellInfo and BasicCellInfo with ScLuboš Luňák1-2/+2
2022-02-27do not allocate so many CellInfo objects in FillInfo()Luboš Luňák1-4/+5
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák1-1/+1
2022-02-10clean up accessing CellInfo array in RowInfoLuboš Luňák1-3/+3
2021-11-12Use more o3tl::convert in scMike Kaganski1-3/+2
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-2/+2
2021-07-31Check nNextPageBreak for ScRowBreakIterator::NOT_FOUND, tdf#64703 follow-upEike Rathke1-1/+2
2021-07-30tdf#64703 sc: fix regression of printing page breaksAttila Szűcs1-2/+4
2021-07-05speed up exporting very large spreadsheets to pdf(2)Noel Grandin1-45/+67
2021-07-05speed up exporting very large spreadsheets to pdfNoel Grandin1-16/+0
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)1-1/+11
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-4/+4
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-17/+17
2021-05-08ref-count SfxItemPoolNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-10-20use tools::Long in scNoel1-194/+194
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-21/+21
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-102/+106
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin1-127/+126
2020-02-08tdf#128873 speed up switching into page layoutSerge Krot1-3/+3
2019-12-30tdf#96505 - Get rid of cargo cult long integer literalsKemal Ayhan1-1/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-2/+2
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-19sc: rowcol: tdf#50916 chip away at some more call sites.Michael Meeks1-11/+11
2019-09-18tdf#103516 Calc: fit columns to page similarly to ExcelLászló Németh1-0/+18
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-9/+0
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-2/+2
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski1-1/+1