summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)AuthorFilesLines
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-12make ControlModelContainerBase::Clone return by rtl::ReferenceNoel Grandin10-29/+30
2018-03-16drop support for GraphicObject URLs in toolkitTomaž Vajngerl1-2/+0
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-16clang-tidy modernize-use-equals-default in toolkitJochen Nitschke1-3/+0
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin2-2/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
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-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-20loplugin:finalclasses in toolkit,toolsNoel Grandin10-82/+55
2017-10-09Replace lists by vectors in controlmodelcontainerbase (toolkit)Julien Nabet1-4/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-02support XSystemDependentWindowPeer for all toplevel windowsCaolán McNamara1-5/+2
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-07-20remove some "optimisation" insanity in ScriptEventContainerNoel Grandin1-14/+2
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin3-5/+5
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-8/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke8-8/+0
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini3-50/+2
2017-06-12replace double checked locking patterns in getTypes macrosJochen Nitschke1-12/+2
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini2-2/+7
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-3/+1
2017-05-23remove VCLExternalSolarLock* members from ..Jochen Nitschke1-4/+0
2017-05-21accessibility: avoid useless allocation of a VCLExternalLockArnaud Versini1-0/+6
2017-05-20cleanup unused css/resource/ includesJochen Nitschke2-2/+0
2017-05-18Some manual loplugin:comparisonwithconstant fixes in macros...Stephan Bergmann1-1/+1
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin1-1/+1
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-04-02coverity#1403662 Mixing enum typesCaolán McNamara1-7/+0
2017-03-31tdf#39468 Translate German commentsJens Carl1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2-5/+5
2017-03-12fix typo: ambigous --> ambiguousdennisroczek1-3/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-14Resolves: tdf#79250 add typed list to form control listboxEike Rathke1-0/+1
2017-02-11Revert "Resolves: tdf#79250 add typed list to form control listbox"Eike Rathke1-1/+0
2017-02-10Resolves: tdf#79250 add typed list to form control listboxEike Rathke1-0/+1
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 Bergmann40-1769/+1645
2017-01-26loplugin: unnecessary destructor test..unotoolsNoel Grandin1-1/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, toolkitStephan Bergmann3-0/+12
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 Nitschke5-41/+39