summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-19lok: 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
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-47/+47
2014-04-23sc: sal_Bool->boolNoel Grandin1-10/+10
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-03Remove visual noise from scAlexander Wilms1-5/+5
2014-02-18sal_Bool->boolNoel Grandin1-5/+5
2014-01-28bool improvementsStephan Bergmann1-7/+7
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-09-01Reset auto spell data after sorting.Kohei Yoshida1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2012-12-30More cppcheck cleaning in scJulien Nabet1-2/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-19database names are case insensitive, fdo#51309Mathieu D1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2011-11-28dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke1-2/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-11-15Tweaked previous comment translations.Stephan Bergmann1-3/+3
2011-11-15correct commentLionel Elie Mamane1-1/+1
2011-11-15tweak commentLionel Elie Mamane1-1/+1
2011-11-15translations of comments from german to english Committer: Winfried Donkers <...w.donkers1-22/+22
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida1-4/+4
2011-06-06Replace List with std::vector<ScRange>.Rafael Dominguez1-14/+9