summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
AgeCommit message (Expand)AuthorFilesLines
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl2-2/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann3-9/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann5-12/+5
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-02Audit LoseFocus - basctl, cui, dbaccess.Michael Meeks1-2/+13
2015-05-01better use application settingsEike Rathke1-1/+1
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-2/+2
2015-04-30display both, LibreOffice locale and system localeEike Rathke1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann9-30/+30
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-2/+2
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann5-24/+9
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann3-4/+4
2015-04-29convert ZOOMBTN constants to scoped enumNoel Grandin1-13/+14
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2-4/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl7-13/+13
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks34-258/+1102
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks34-258/+1102
2015-04-28use sensible variable naming, tdf#85432 follow-upEike Rathke1-11/+11
2015-04-28don't assume Country to be always present, tdf#85432 follow-upEike Rathke1-2/+7
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24Fix unhelpful MI from a VclPtr type and Abstract factory type.Michael Meeks3-39/+31
2015-04-24loplugin:simplifyboolStephan Bergmann2-4/+4
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-1/+1
2015-04-18cui: convert new to ::Create.Michael Meeks12-21/+19
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks2-8/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-15/+15
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-2/+2
2015-04-10Misc. other fixing.Michael Meeks1-2/+1
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-2/+2
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin1-2/+2
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks10-17/+17
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks2-4/+3
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin10-18/+18
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2-4/+4
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin34-69/+69
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks2-2/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin33-59/+809
2015-04-09prophylactic double dispose audit.Michael Meeks13-39/+56
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin10-50/+50
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin27-102/+191
2015-04-09loplugin:staticmethodsNoel Grandin3-3/+3
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-11/+12