summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/tabopdlg.cxx
AgeCommit message (Expand)Author
2020-09-15ConvertSingleRef never passed a null ScDocument*Caolán McNamara
2020-09-15ConvertDoubleRef never passed a null ScDocument*Caolán McNamara
2020-09-15lcl_Parse ScDocument* arg dereferenced on all branchesCaolán McNamara
2020-08-09loplugin:flatten sc/miscdlgsNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-04-13weld ScTabOpDlgCaolán McNamara
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen
2018-02-22weld native message dialogsCaolán McNamara
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2016-12-21convert VclButtonsType to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-24convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-28fdo#39468 Translate German comments in sc/source/ui/miscdlgsThomas Viehmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-12-29convert multiple operations dialog to .uiCaolán McNamara
2013-10-30Use enum for table op mode.Kohei Yoshida
2013-10-08convert sc/source/ui/miscdlgs/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/../tabopdlg.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-06-09Remove superfluous include commentsThomas Arnhold