summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)AuthorFilesLines
2018-08-20lokdialog: do not lock events when opened ScFilter DialogHenry Castro1-2/+2
2018-05-22Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky1-8/+7
2018-05-22lok - sc: validity list drop down button callbackMarco Cecchetti1-0/+2
2018-04-07forcepoint #26 check input against max valid enum valuesCaolán McNamara1-2/+2
2018-02-24lok: All mouse,key events asyncPranav Kant1-0/+7
2018-02-21tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti1-0/+1
2018-01-15lok: sc: exploiting cached position helper for tile renderingMarco Cecchetti1-0/+52
2018-01-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro2-2/+1
2018-01-05lok: send modified status when applying cell-formula before savingAshod Nakashian1-0/+1
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl4-10/+8
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin1-1/+1
2017-12-18Use std::unique_ptr for the edit engine member of ScInputHandler.Kohei Yoshida1-1/+2
2017-12-18Use std::unique_ptr for the input handler instance here.Kohei Yoshida1-2/+3
2017-12-15lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti3-9/+10
2017-12-15lokdialog: Give non-programmatic name to autofilterPranav Kant1-7/+8
2017-11-28lok - calc: outline and group handlingMarco Cecchetti2-1/+12
2017-07-31Resolves: tdf#106872 only request selected shapesCaolán McNamara1-0/+1
2017-05-16tdf#43535: support additional sheet protection options.Kohei Yoshida2-0/+18
2017-05-16lok: sc: insert a row affects another view's selection on another tabMarco Cecchetti2-0/+12
2017-05-16lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti1-0/+2
2017-05-16lok: sc: address and formula text field empty on creating a new viewMarco Cecchetti1-0/+2
2017-05-15let ScNoteUtil::CreateTempCaption() return ScCaptionPtrEike Rathke1-2/+2
2017-04-24Resolves: tdf#106838 icon set not visible in conditional formattingCaolán McNamara1-0/+2
2017-04-06LOK - Calc - fix for MSVS 2013Marco Cecchetti1-2/+2
2017-04-04LOK - Calc: row/column headers are updated fasterMarco Cecchetti1-0/+5
2017-04-04LOK - Calc: make computation of cell cursor position fasterMarco Cecchetti1-0/+8
2017-04-04LOK - Calc: document size as sum of row heights/col widths in pixelMarco Cecchetti1-2/+5
2017-04-04LOK - Calc: a cache-like structure for row/col positions in the documentMarco Cecchetti1-0/+38
2017-04-04handle date autofilter entries correctly, tdf#106214Markus Mohrhard1-1/+12
2017-03-31sc lok: Make the FmFormView we need for drawinglayer persistent.Jan Holesovsky1-0/+5
2017-03-01Resolves: tdf#105854 retain popover if it has the same pos, size and settingsCaolán McNamara1-0/+5
2017-02-18sc lok: implement comment callbacksPranav Kant1-0/+3
2017-02-18sc lok: Set appropriate ScViewOptions when annotations are offPranav Kant1-0/+1
2017-02-17LOK: Calc: show/hide a note does not perform any tile invalidationMarco Cecchetti1-0/+1
2017-01-27Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara1-2/+1
2017-01-27Resolves: tdf#104153 crash on drag and drop pivot table fieldCaolán McNamara2-6/+2
2017-01-06Resolves: tdf#105061 Only one text box shown in case of 'between'Caolán McNamara1-0/+1
2017-01-05Resolves: tdf#104919 crash with empty ScNavigatorDlg memberCaolán McNamara1-0/+8
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann2-2/+2
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+4
2016-11-19Revert "Use rtl::Reference to wrap ScAccessibleEditObject here."Kohei Yoshida1-2/+1
2016-11-19Use rtl::Reference to wrap ScAccessibleEditObject here.Kohei Yoshida1-1/+2
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti1-0/+1
2016-11-18fdo#71409: Prevent the a11y code from creating an edit view instance.Kohei Yoshida1-1/+4
2016-11-18Use std::unique_ptr for pEditEngine.Kohei Yoshida1-1/+1
2016-11-18Use std::unique_ptr for EditView.Kohei Yoshida1-1/+2
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+2
2016-11-17Re-label more class members private from protected.Kohei Yoshida1-1/+1
2016-11-17Add Skeleton for DataProvider ClassJaskaran Singh1-0/+80
2016-11-17Use std::unique_ptr for mpTextHelper.Kohei Yoshida1-1/+3