summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/dbnamdlg.cxx
AgeCommit message (Expand)Author
2016-03-03remove double definesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-16convert Link<> to typedNoel Grandin
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-14loplugin: defaultparamsNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-01add totals to ScDBData ctorEike Rathke
2015-05-01add "Contains totals row" to database range dialogEike Rathke
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-24timers: callback useless, remove timer completely.Tobias Madl
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-07-28Move this fucntion to ScDBDocFunc.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann
2014-03-10coverity#708086 Uninitialized scalar fieldCaolán McNamara
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-18sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-20sal_Bool->boolNoel Grandin
2014-01-16Resolves: #i123725# choose by default the following options...Tsutomu Uchino
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08Fix leftover typo from String conversionStephan Bergmann
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/d*.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-07-26adapt code for define database range dialog .ui conversionCaolán McNamara
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-02-24loplugin: unused variablesThomas Arnhold