summaryrefslogtreecommitdiff
path: root/cui/source/factory
AgeCommit message (Expand)AuthorFilesLines
2016-05-26loplugin:unusedmethodsNoel Grandin2-43/+0
2016-03-17loplugin:constantparam in sfx2Noel Grandin2-3/+2
2016-03-17loplugin:constantparam in svxNoel Grandin2-9/+6
2016-03-09loplugin:constantparam in sfx2Noel Grandin2-13/+9
2016-03-09loplugin:constantparam in svxNoel Grandin2-26/+24
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin2-5/+3
2016-03-04loplugin:unuseddefaultparam in sfx2Noel Grandin2-13/+7
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin2-13/+7
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin2-13/+9
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-12-23loplugin:unusedfields in cuiNoel Grandin2-8/+4
2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens1-2/+0
2015-12-09stray fprintfCaolán McNamara1-1/+0
2015-12-09unnecessary nResId argumentCaolán McNamara2-18/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-30/+30
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-13/+4
2015-10-14convert Link<> to typedNoel Grandin2-10/+8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-192/+192
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-26convert Link<> to typedNoel Grandin2-2/+2
2015-09-25convert Link<> to typedNoel Grandin2-2/+3
2015-09-25convert Link<> to typedNoel Grandin2-4/+4
2015-09-25convert Link<> to typedNoel Grandin2-9/+9
2015-09-25convert Link<> to typedNoel Grandin2-8/+6
2015-09-25convert Link<> to typedNoel Grandin2-4/+4
2015-09-25convert Link<> to typedNoel Grandin2-4/+4
2015-09-22convert Link<> to typedNoel Grandin2-2/+2
2015-09-22convert Link<> to typedNoel Grandin2-2/+2
2015-09-22convert Link<> to typedNoel Grandin2-2/+2
2015-09-17convert Link<> to typedNoel Grandin2-8/+8
2015-09-14boost->stdCaolán McNamara1-1/+0
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2-12/+12
2015-07-29com::sun::star->css in cuiNoel Grandin2-27/+26
2015-07-16loplugin:unusedmethods svxNoel Grandin2-167/+0
2015-07-16loplugin:unusedmethods editengNoel Grandin2-24/+0
2015-07-16loplugin:unusedmethods sfx2Noel Grandin2-7/+0
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin2-18/+0
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin2-2/+2
2015-05-06simplify code using ScopedVclPtrNoel Grandin2-17/+2
2015-04-30Gradually typed LinkStephan Bergmann2-46/+46
2015-04-29convert ZOOMBTN constants to scoped enumNoel Grandin2-2/+3
2015-04-24Fix unhelpful MI from a VclPtr type and Abstract factory type.Michael Meeks1-3/+3
2015-04-18cui: convert new to ::Create.Michael Meeks1-79/+81
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+1
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2-2/+6
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-1/+1