summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* refactor forms classes to use RenderContextTomaž Vajngerl2015-05-182-21/+5
* Remove include stdio (part2)Julien Nabet2015-05-181-1/+0
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-3/+3
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-102-2/+2
* Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2015-05-102-2/+2
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-102-4/+4
* std::ptr_fun became deprecated since C++11Takeshi Abe2015-05-081-3/+3
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-053-8/+8
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-052-3/+2
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-052-3/+2
* loplugin:staticmethodsNoel Grandin2015-05-0519-34/+45
* Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks2015-05-021-4/+10
* Gradually typed LinkStephan Bergmann2015-04-302-5/+5
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-302-5/+4
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-292-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-289-56/+57
|\
| * drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks2015-04-164-10/+10
| * fix live children left behind at destroyNoel Grandin2015-04-161-1/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2015-04-102-1/+3
| * re-insert erroneously converted delete calls.Michael Meeks2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks2015-04-101-6/+6
| * cleanup Printer VclRef pieces.Michael Meeks2015-04-102-7/+7
| * vclwidget: only call dispose() onceNoel Grandin2015-04-102-2/+2
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-8/+8
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-104-28/+19
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-2/+2
| * vcl: VclPtr conversion in formsNoel Grandin2015-04-094-6/+14
* | Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-282-2/+2
* | More loplugin:simplifyboolStephan Bergmann2015-04-272-4/+3
* | loplugin:simplifyboolStephan Bergmann2015-04-241-6/+6
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-5/+5
* | Get rid of trivial comphelper::query_interface wrapperStephan Bergmann2015-04-216-18/+21
* | Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann2015-04-2114-48/+47
* | convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-175-28/+26
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-4/+4
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-132-2/+2
|/
* Remove dead INetProtocol::VimStephan Bergmann2015-04-073-6/+6
* unused ODatabaseForm::CreateCaolán McNamara2015-04-062-9/+0
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-6/+6
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-6/+6
* loplugin:staticmethodsNoel Grandin2015-04-021-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0115-30/+30
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-286-10/+10
* forms: Replace these macrosMatúš Kukan2015-03-2815-137/+64
* forms: More unused services related stuffMatúš Kukan2015-03-287-390/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-3/+3