summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-10kit: Update formulas when switching tabsCaolán McNamara1-1/+3
2024-02-13don't invalidate when switching tabsCaolán McNamara1-6/+16
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-9/+6
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-2/+2
2023-01-22XUnoTunnel->dynamic_cast in ScTabViewObjNoel Grandin1-1/+1
2023-01-12override GetModel in ScDocShellNoel Grandin1-1/+1
2022-11-18AddWindowToPaintView -> AddDeviceToPaintViewMike Kaganski1-3/+3
2022-11-10lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos1-1/+1
2022-08-08no need for ScrollBarBox when bg is already the desired colorCaolán McNamara1-2/+1
2022-08-05tdf#117388 use native scrollbar under gtk in calc documentCaolán McNamara1-4/+4
2022-07-24tdf#147868 Disable add sheet when structure is protectedHossein1-0/+1
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2021-10-15do not use text-based LOK callback internallyLuboš Luňák1-2/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-08-19Do not count pages for initial page breaks, tdf#124983 follow-upEike Rathke1-1/+4
2021-06-23tdf#124983 In calc make printable page borders initially visibleIlhan Yesil1-0/+7
2021-06-15Resolves tdf#142499 - Make fat cross cursor optionalHeiko Tietze1-1/+1
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-5/+5
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara1-1/+1
2020-10-28tdf#136694 - share spelling context across all ScGridWindows.Michael Meeks1-1/+6
2020-10-20use tools::Long in scNoel1-6/+6
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-17/+17
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin1-154/+153
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist1-1/+2
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-2/+2
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-11sc: rowcol: migrate some viewdata.Michael Meeks1-7/+7
2019-09-25sc lok: Optimize invalidation triggered by ScTabView::TabChanged() methodTamás Zolnai1-1/+7
2019-09-25lok: send an invalidation by document size changeTamás Zolnai1-1/+2
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-5/+0
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-02-28reintroduce ScCaptionPtrLuboš Luňák1-1/+1
2019-02-13Pointer is pointlessNoel Grandin1-1/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-1/+0
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-4/+4
2018-10-12coverity#1440239 Uncaught exceptionCaolán McNamara1-1/+1
2018-07-17loplugin:useuniqueptr in ScTabViewNoel Grandin1-12/+12
2018-07-07tdf#118554 sc crash clicking outside of commentsNoel Grandin1-9/+6
2018-07-04loplugin:useuniqueptr in ScTabViewNoel Grandin1-19/+19
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-1/+1
2018-05-24coverity#704702 Dereference after null checkCaolán McNamara1-2/+2
2018-05-03Resolves: tdf#117005 undo/redo skips comment when switching sheetsCaolán McNamara1-1/+2
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin1-2/+2