summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
11 hourssc drawstyles: Add a dialog for style editingMaxim Monastirsky1-1/+6
16 hoursFix typoAndrea Gelmini1-1/+1
22 hourssc drawstyles: Handle style commands and undoMaxim Monastirsky2-4/+141
25 hoursunmerge default and ScrollType::Drag cases for calc scrollbarsCaolán McNamara1-21/+19
31 hourstdf#152406 Disable anti-jitter code for scroll wheel eventsPatrick Luby1-8/+20
5 daysloplugin:stringadd use more O[U]StringCharNoel Grandin2-2/+2
5 dayssc drawstyles: Move style commands to ScTabViewShellMaxim Monastirsky2-726/+723
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev4-0/+104
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti1-1/+1
2023-03-06tdf#148251 Use std::swap instead of using temporary valuesSupriyo Paul1-6/+2
2023-03-05tdf#153548 sc: don't disable all state when IsFormulaModeJustin Luth1-1/+8
2023-03-04check GetShellXisco Fauli1-0/+6
2023-02-27Fix typoAndrea Gelmini1-1/+1
2023-02-27tdf#153709 Adapt message for Delete SheetLaurent Balland1-16/+55
2023-02-23Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke1-6/+7
2023-02-17sc: fix divide by zero in ScGridWindow::DrawPagePreviewXisco Fauli1-6/+9
2023-02-17SfxViewFrame* arg of SfxRequest ctor always dereferencedCaolán McNamara4-13/+13
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara29-351/+325
2023-02-16This bool is redundantMike Kaganski1-6/+4
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara2-10/+9
2023-02-15Resolves: tdf#153622 crash in SvListView::SelectListEntryCaolán McNamara1-3/+9
2023-02-09lok:sc: do not generate extra mouseup eventsHenry Castro1-5/+8
2023-02-09lok: do not recreate lok-drawview for every tile paintDennis Francis1-7/+10
2023-02-03tdf#153023 Disable Thousand separator for NatNum12Laurent Balland1-0/+3
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl11-49/+49
2023-01-29lok: support per-user timezoneAshod Nakashian1-0/+19
2023-01-22XUnoTunnel->dynamic_cast in ScTabViewObjNoel Grandin6-8/+8
2023-01-19lok: adjust paint rect for in-place editingSzymon Kłos1-7/+2
2023-01-18sc: fix crash in ScViewData::GetCurXForTab()Miklos Vajna1-1/+1
2023-01-18Resolves tdf#91415 - Scale Calc's comment indicator with zoom levelHeiko Tietze1-2/+12
2023-01-17tdf#153049 UpdateScrollBars on mouse releaseCaolán McNamara1-0/+11
2023-01-16tdf#112417 Insert Sheet called when clicking anywhere on the footerRadhey Parekh1-4/+1
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin1-4/+2
2023-01-12override GetModel in ScDocShellNoel Grandin8-15/+13
2023-01-08Revert "Resolves tdf#143100 - Disable cell style commands when sheet is prote...Heiko Tietze1-3/+0
2023-01-04Related: tdf#150339 remove SID_ATTR_COLOR_STRCaolán McNamara2-58/+5
2022-12-19tdf#151152 sc filter: fix string entry checkingTünde Tóth1-3/+11
2022-12-16check SfxObjectShell::Current()Caolán McNamara1-2/+3
2022-12-15Resolves: tdf#95138 add tooltips to calc tabbarCaolán McNamara1-1/+1
2022-12-15Resolves: tdf#92051 add tooltips to section/table statusbarCaolán McNamara1-3/+6
2022-12-14sc: React to touchpad zoom gestures in ScGridWindowPovilas Kanapickas1-0/+9
2022-12-14sc: React to touchpad zoom gestures in ScTabViewPovilas Kanapickas1-0/+42
2022-12-14sc: Extract ScTabView::SetZoomPercentFromCommand()Povilas Kanapickas1-13/+18
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-2/+3
2022-11-22Revert "lok: respect zoom in calc tile rendering of EditView"Szymon Kłos1-8/+4
2022-11-21calc: cache GetCellArea resultsSzymon Kłos3-23/+43
2022-11-19loplugin:unusedmethodsNoel Grandin1-65/+0
2022-11-18AddWindowToPaintView -> AddDeviceToPaintViewMike Kaganski1-3/+3
2022-11-15sc: convert optimal width/height and normal width/height dialog to asyncrash4191-40/+56
2022-11-14tdf#152012 Fix assert fail on opening date pickerHossein1-1/+1