summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2017-02-17LOK: Calc: notes: on edit mode starts/ends: missing tiles invalidationMarco Cecchetti
2017-02-17LOK: Calc: show/hide a note does not perform any tile invalidationMarco Cecchetti
2017-02-17LOK: Calc: notes: when edit mode begins the text content is misplacedMarco Cecchetti
2017-02-17tdf#71409: Let's not crash the function wizard dialog.Kohei Yoshida
2017-02-17tdf#71409: always create edit engine instance for the input window.Kohei Yoshida
2017-02-16tdf#95306: Be sure to specify the entire range.Kohei Yoshida
2017-01-31Resolves: tdf#105410 do not crash on a deleted formatEike Rathke
2017-01-27Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara
2017-01-27dissolve LinkUpdateMode confusion, document::Settings vs XGlobalSheetSettingsEike Rathke
2017-01-27Resolves: tdf#104153 crash on drag and drop pivot table fieldCaolán McNamara
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht
2017-01-25Resolves: tdf#105351 pass matching index key to conditional format dialogEike Rathke
2017-01-25tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke
2017-01-23Resolves: tdf#105466 crash when changing conditional formatting conditionCaolán McNamara
2017-01-23Resolves: tdf#105411 remove from entries before disposeCaolán McNamara
2017-01-06Resolves: tdf#105061 Only one text box shown in case of 'between'Caolán McNamara
2017-01-05Resolves: tdf#104919 crash with empty ScNavigatorDlg memberCaolán McNamara
2016-12-16tdf#71435: Accessible caret-moved events are missing when "freeze" is enabledTamás Zolnai
2016-12-08tdf#104446: there can only be 1 condition for SUMIFJulien Nabet
2016-12-02coverity#1396676 Uninitialized pointer fieldCaolán McNamara
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann
2016-11-28nitpicks, tdf#43544 follow-upEike Rathke
2016-11-28tdf#43544 ScStyleObj: Only call StylePool->find() when necessaryMaarten Bosmans
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke
2016-11-22Retain sheet protect options throughout unprotect/protect sessionMike Kaganski
2016-11-21Remove excessive parenthesis.Kohei Yoshida
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-21new loplugin datamembershadowNoel Grandin
2016-11-19Revert "Use rtl::Reference to wrap ScAccessibleEditObject here."Kohei Yoshida
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai
2016-11-20Display localized function names in Pivot Layout dialogTamás Zolnai
2016-11-20Remove some unused resource stringsTamás Zolnai
2016-11-19Use rtl::Reference to wrap ScAccessibleEditObject here.Kohei Yoshida
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-11-19LOK - Calc: use the tiled rendering area as visible area in PaintAreaMarco Cecchetti
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti
2016-11-18fdo#71409: Prevent the a11y code from creating an edit view instance.Kohei Yoshida
2016-11-18Use std::unique_ptr for pEditEngine.Kohei Yoshida
2016-11-18Use std::unique_ptr for EditView.Kohei Yoshida
2016-11-18includes should be at the top of the fileNoel Grandin
2016-11-17Re-label more class members private from protected.Kohei Yoshida
2016-11-17Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2016-11-17Add Skeleton for DataProvider ClassJaskaran Singh
2016-11-17Remove redundant checks on nullptr.Kohei Yoshida
2016-11-17Use std::unique_ptr for mpTextHelper.Kohei Yoshida
2016-11-16new loplugin finalprotectedNoel Grandin
2016-11-15loplugin:constantparamNoel Grandin
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara