summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/preview.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-04remove leftoversNoel Grandin1-1/+0
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2024-04-02tdf#160399 speed up print previewNoel Grandin1-8/+2
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-2/+1
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/view/Noel Grandin1-6/+4
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-07-23use officecfg to retrieve GetIsForPagePreviewsNoel Grandin1-1/+2
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-41/+41
2021-05-08ref-count SfxItemPoolNoel Grandin1-1/+1
2021-02-22Some more unit conversion unificationMike Kaganski1-43/+52
2021-02-21loplugin:refcounting in scNoel1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-2/+0
2020-11-13tdf#45705 rework zoom in and zoom out UI commands in CalcJim Raykowski1-4/+6
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in scNoel1-80/+80
2020-08-23Fix typo in codeAndrea Gelmini1-12/+12
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin1-249/+249
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-1/+1
2019-12-02use weld::WaitObjectCaolán McNamara1-2/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-4/+0
2019-08-10cid#1401328 Uncaught exceptionCaolán McNamara1-2/+1
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin1-4/+3
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen1-0/+1
2019-02-23loplugin:unusedfields in scNoel Grandin1-1/+0
2019-02-13Pointer is pointlessNoel Grandin1-9/+9
2019-02-09loplugin:indentation in scNoel Grandin1-8/+8
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+2
2019-01-16use unique_ptr in scNoel Grandin1-4/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen1-0/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák1-1/+0
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-2/+2
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-2/+0
2018-07-04loplugin:useuniqueptr in ScPreviewNoel Grandin1-12/+8
2018-06-11sc: ScHeaderFieldData always stores a datetimeTakeshi Abe1-7/+3
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+4
2018-04-18tdf#42949 Remove unnecessary helpids.h from sc.hrcGabor Kelemen1-0/+1
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+3
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-3/+1
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+3
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin1-1/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-10/+10