summaryrefslogtreecommitdiff
path: root/include/toolkit/awt
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Different approach for tdf#115227Maxim Monastirsky1-17/+0
2018-01-25tdf#115227 svtools: suppress UNO notifications for color selectorsMiklos Vajna1-0/+17
2018-01-17loplugin:useuniqueptr in VCLXWindowNoel Grandin1-1/+2
2018-01-17loplugin:useuniqueptr in VCLXGraphicsNoel Grandin1-1/+2
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-11-29loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin1-1/+1
2017-10-20loplugin:finalclasses in toolkit,toolsNoel Grandin4-12/+4
2017-09-02support XSystemDependentWindowPeer for all toplevel windowsCaolán McNamara1-5/+2
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin2-3/+3
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-8/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke6-6/+0
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini1-3/+1
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini1-1/+4
2017-05-23remove VCLExternalSolarLock* members from ..Jochen Nitschke1-4/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin1-4/+3
2017-02-09tdf#105672 framework managed menu buttonMaxim Monastirsky1-0/+1
2017-02-06Typo: s/dependend/dependent/iTor Lillqvist1-5/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann17-727/+719
2017-01-19New loplugin:dynexcspec: Add @throws documentation, toolkitStephan Bergmann1-0/+7
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin1-1/+2
2016-12-19ScrollableWrapper -> ScrollableDialogNoel Grandin1-24/+15
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in toolkitJochen Nitschke4-38/+37
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-11-24vcl makes no use of menu Get/Set DefaultItemCaolán McNamara1-0/+1
2016-11-07loplugin:unnecessaryvirtual in test..vbahelperNoel Grandin1-1/+1
2016-10-26loplugin:expandablemethods in toolkit..toolsNoel Grandin2-6/+3
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-2/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann4-5/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann17-37/+37
2016-09-01std::list<sal_uInt16> -> vectorNoel Grandin5-59/+59
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-1/+2
2016-04-14loplugin:passstuffbyref in toolkitNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock12-22/+0
2016-01-27Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann1-4/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-4/+4
2016-01-05tdf#94715 - ensure we remove ourselves from the same event source.Michael Meeks1-7/+8
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-1/+1
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin16-1015/+1015
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann18-833/+833
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
2015-09-21convert Link<> to typedNoel Grandin1-1/+1
2015-09-20convert Link<> to typedNoel Grandin2-2/+2
2015-09-11convert Link<> to typedNoel Grandin1-1/+2
2015-09-04convert Link<> to typedNoel Grandin1-1/+1
2015-07-31toolkit: replace boost::function with std::functionMichael Stahl1-5/+3