summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2015-07-15tdf#47832: Pictures on buttons, created in forms, gone after reopening formZolnai Tamás2-0/+26
2015-06-18Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann3-5/+13
2015-05-18refactor forms classes to use RenderContextTomaž Vajngerl2-21/+5
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-3/+3
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2-2/+2
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2-2/+2
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2-4/+4
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe1-3/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl3-8/+8
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-3/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-3/+2
2015-05-05loplugin:staticmethodsNoel Grandin19-34/+45
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks1-4/+10
2015-04-30Gradually typed LinkStephan Bergmann2-5/+5
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2-5/+4
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks9-56/+57
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann2-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann2-4/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-6/+6
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-5/+5
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann6-18/+21
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann14-48/+47
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin5-28/+26
2015-04-16drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks4-10/+10
2015-04-16fix live children left behind at destroyNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-4/+4
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2-1/+3
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks1-6/+6
2015-04-10cleanup Printer VclRef pieces.Michael Meeks2-7/+7
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-8/+8
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin4-28/+19
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in formsNoel Grandin4-6/+14
2015-04-07Remove dead INetProtocol::VimStephan Bergmann3-6/+6
2015-04-06unused ODatabaseForm::CreateCaolán McNamara2-9/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-6/+6
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-6/+6
2015-04-02loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann15-30/+30
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-10/+10
2015-03-28forms: Replace these macrosMatúš Kukan15-137/+64