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