summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-07-034-4/+4
* Fix typosAndrea Gelmini2015-06-301-1/+1
* coverity#1308583 Uncaught exceptionCaolán McNamara2015-06-294-4/+4
* coverity#1308582 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308542 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* Get rid of comphelper::string::is*Ascii functionsStephan Bergmann2015-06-241-3/+2
* Disambiguate needlessly overloaded OGridControlModel::createColumnStephan Bergmann2015-06-192-4/+4
* Fix typosAndrea Gelmini2015-06-181-1/+1
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-173-5/+13
* Fix typosAndrea Gelmini2015-06-164-4/+4
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* cppcheck: passedByValueCaolán McNamara2015-06-151-3/+3
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-4/+4
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* Let JUnit take care of exceptionsNoel Grandin2015-06-051-39/+8
* fix Windows buildNoel Grandin2015-06-011-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-06-011-3/+3
* split forms unoapi test for performanceBjoern Michaelsen2015-05-299-36/+182
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-294-6/+6
* convert WINDOW_DRAW flags to scoped enumNoel Grandin2015-05-275-5/+5
* 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