summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/moduldlg.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* remove SfxUsrAnyItem typedefNoel Grandin2018-01-041-1/+1
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1
* Resolves: tdf#113252 missing tabs in basic library organizerCaolán McNamara2017-10-201-0/+7
* basctl: consistently use "" and <> in include directivesMike Kaganski2017-10-101-4/+4
* loplugin:constparams in basctlNoel Grandin2017-07-311-3/+3
* migrate to boost::gettextCaolán McNamara2017-07-211-2/+2
* loplugin:oncevar: empty strings: basctlStephan Bergmann2017-07-131-2/+1
* loplugin:casttovoid: basctlStephan Bergmann2017-07-021-1/+0
* drop IDE_RESSTRCaolán McNamara2017-05-171-7/+7
* remove bitmaps from .src filesCaolán McNamara2017-04-251-2/+3
* tdf#39468 Translate German commentsJens Carl2017-03-281-11/+11
* convert BrowseMode to o3tl::typed_flagsNoel Grandin2017-02-171-8/+8
* tdf#105386: crash with macro organizerJulien Nabet2017-02-151-1/+3
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-1/+1
* b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara2017-01-161-2/+2
* tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu2016-11-031-8/+1
* loplugin:unnecessaryoverride in accessibility..chart2Noel Grandin2016-10-051-5/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-3/+3
* Translate some German comments and messagesMaarten Bosmans2016-08-301-2/+2
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-041-2/+1
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-261-3/+3
* mpDefDialogParent is not used since 2002Caolán McNamara2016-05-121-6/+1
* sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl2016-03-311-16/+16
* tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl2016-03-301-8/+14
* loplugin:constantparamNoel Grandin2016-03-151-3/+3
* tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis2016-03-041-8/+8
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* Revert overly aggressive removal of include statementsStephan Bergmann2015-09-131-1/+1
* Use move semanticsStephan Bergmann2015-09-131-4/+5
* convert Link<> to typedNoel Grandin2015-09-081-3/+2
* convert Link<> to typedNoel Grandin2015-09-031-2/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-3/+1
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-3/+3
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-121-3/+1
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-1/+3
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-3/+1
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-091-1/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-21/+60
|\
| * basctl, basic: convert new to ::Create.Michael Meeks2015-04-171-7/+7
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-2/+2
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-2/+2
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-101-1/+1
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-3/+3
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-1/+32
| * prophylactic double dispose audit.Michael Meeks2015-04-091-2/+7
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-9/+9
| * vcl: VclPtr conversion in basctlNoel Grandin2015-04-091-3/+6