summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308583 Uncaught exceptionCaolán McNamara4-4/+4
2015-06-29coverity#1308582 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308542 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-3/+2
2015-06-19Disambiguate needlessly overloaded OGridControlModel::createColumnStephan Bergmann2-4/+4
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann3-5/+13
2015-06-16Fix typosAndrea Gelmini4-4/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-15cppcheck: passedByValueCaolán McNamara1-3/+3
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-05Let JUnit take care of exceptionsNoel Grandin1-39/+8
2015-06-01fix Windows buildNoel Grandin1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-05-29split forms unoapi test for performanceBjoern Michaelsen9-36/+182
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann4-6/+6
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin5-5/+5
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