summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-22Make Autofilter MessageBoxes asyncSzymon Kłos1-35/+54
2022-05-12fix up order of some ScDocument functionsLuboš Luňák1-3/+2
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis1-1/+1
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-13/+13
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin1-44/+44
2020-07-04lokit: add new callback type LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRYDennis Francis1-0/+5
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-3/+0
2019-06-21reference childwins are all weldedCaolán McNamara1-2/+2
2019-05-12drop intermediate vcl::WindowCaolán McNamara1-4/+2
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-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-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-3/+3
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-4/+5
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara1-5/+7
2018-02-22weld native message dialogsCaolán McNamara1-3/+6
2018-02-03TypedWhichId in scNoel Grandin1-8/+4
2017-12-16lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-14/+14
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-02-16convert ScGetDBSelection to scoped enumNoel Grandin1-22/+7
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-2/+2
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+2
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-9/+9
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-1/+1
2015-07-17Resolves: tdf#77479 do not reset AutoFilter range for temporary operationsEike Rathke1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-07-28Move this fucntion to ScDBDocFunc.Kohei Yoshida1-45/+0
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1