summaryrefslogtreecommitdiffstats
path: root/cui/source/factory
Commit message (Expand)AuthorAgeFilesLines
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* loplugin:unusedfields in cuiNoel Grandin2015-12-232-8/+4
* [API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens2015-12-171-2/+0
* stray fprintfCaolán McNamara2015-12-091-1/+0
* unnecessary nResId argumentCaolán McNamara2015-12-092-18/+5
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-104-30/+30
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-13/+4
* convert Link<> to typedNoel Grandin2015-10-142-10/+8
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-192/+192
* Fix typosAndrea Gelmini2015-09-301-1/+1
* convert Link<> to typedNoel Grandin2015-09-262-2/+2
* convert Link<> to typedNoel Grandin2015-09-252-2/+3
* convert Link<> to typedNoel Grandin2015-09-252-4/+4
* convert Link<> to typedNoel Grandin2015-09-252-9/+9
* convert Link<> to typedNoel Grandin2015-09-252-8/+6
* convert Link<> to typedNoel Grandin2015-09-252-4/+4
* convert Link<> to typedNoel Grandin2015-09-252-4/+4
* convert Link<> to typedNoel Grandin2015-09-222-2/+2
* convert Link<> to typedNoel Grandin2015-09-222-2/+2
* convert Link<> to typedNoel Grandin2015-09-222-2/+2
* convert Link<> to typedNoel Grandin2015-09-172-8/+8
* boost->stdCaolán McNamara2015-09-141-1/+0
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-262-12/+12
* com::sun::star->css in cuiNoel Grandin2015-07-292-27/+26
* loplugin:unusedmethods svxNoel Grandin2015-07-162-167/+0
* loplugin:unusedmethods editengNoel Grandin2015-07-162-24/+0
* loplugin:unusedmethods sfx2Noel Grandin2015-07-162-7/+0
* loplugin:unusedmethods vcl(part2)Noel Grandin2015-07-102-18/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-151-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-5/+5
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-262-2/+2
* simplify code using ScopedVclPtrNoel Grandin2015-05-062-17/+2
* Gradually typed LinkStephan Bergmann2015-04-302-46/+46
* convert ZOOMBTN constants to scoped enumNoel Grandin2015-04-292-2/+3
* Fix unhelpful MI from a VclPtr type and Abstract factory type.Michael Meeks2015-04-241-3/+3
* cui: convert new to ::Create.Michael Meeks2015-04-181-79/+81
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
* re-insert erroneously converted delete calls.Michael Meeks2015-04-101-1/+1
* clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2015-04-102-2/+6
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-1/+1
* vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-1/+1
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-103-5/+31
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-182-4/+4
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-101-13/+4
* V813: Decreased performanceCaolán McNamara2015-03-042-3/+3
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-13/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-6/+8
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-091-2/+1
* cui: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1