summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* loplugin:subtlezeroinit: toolkitStephan Bergmann2017-02-213-8/+8
* remove unused enumerators from WindowTypeNoel Grandin2017-02-213-12/+0
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-152-38/+11
* Resolves: tdf#79250 add typed list to form control listboxEike Rathke2017-02-144-0/+12
* Convert WindowType to scoped enumNoel Grandin2017-02-147-344/+339
* Revert "Resolves: tdf#79250 add typed list to form control listbox"Eike Rathke2017-02-114-12/+0
* Resolves: tdf#79250 add typed list to form control listboxEike Rathke2017-02-104-0/+12
* tdf#105672 framework managed menu buttonMaxim Monastirsky2017-02-091-0/+7
* Add missing #includesStephan Bergmann2017-02-0615-0/+18
* sal_uIntPtr to sal_uInt16Matteo Casalin2017-02-051-1/+1
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-021-10/+4
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-4/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-2658-2225/+1984
* loplugin: unnecessary destructor test..unotoolsNoel Grandin2017-01-263-17/+0
* move GetXGraphic to its only userCaolán McNamara2017-01-212-2/+2
* don't need intermediate ImagesCaolán McNamara2017-01-201-6/+6
* new loplugin: useuniqueptr: sot..toolsNoel Grandin2017-01-192-9/+7
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-1/+1
* inline InitGuardNoel Grandin2017-01-132-60/+14
* convert OutDevViewType to scoped enumNoel Grandin2016-12-211-1/+1
* ScrollableWrapper -> ScrollableDialogNoel Grandin2016-12-193-52/+30
* change from glew to epoxyCaolán McNamara2016-12-131-1/+1
* remove useless Mutex guardsNoel Grandin2016-12-121-3/+0
* OSL_TRACE -> SAL in sw..ucbNoel Grandin2016-12-085-32/+18
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-079-126/+128
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-052-2/+2
* loplugin:unnecessaryoverride (dtors) in toolkitStephan Bergmann2016-12-015-34/+0
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-294-27/+27
* vcl makes no use of menu Get/Set DefaultItemCaolán McNamara2016-11-241-5/+4
* tdf#103852 avoid clipboard deadlockTomaž Vajngerl2016-11-241-2/+1
* remove some double callsNoel Grandin2016-11-181-1/+1
* drop useless semicolonsDavid Tardon2016-11-131-1/+1
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-1110-52/+53
* Omit the default comparatorTakeshi Abe2016-11-011-1/+1
* loplugin:oncevar in unoxml..toolkitNoel Grandin2016-10-311-10/+5
* loplugin:expandablemethods in toolkit..toolsNoel Grandin2016-10-263-10/+4
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-185-21/+21
* clang-cl loplugin: toolkitStephan Bergmann2016-10-151-1/+1
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-12/+0
* [API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFontCaolán McNamara2016-10-052-26/+0
* InfoFont/Color is not used by vcl nowCaolán McNamara2016-10-051-10/+4
* convert MapUnit to scoped enumNoel Grandin2016-10-056-45/+45
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-057-16/+16
* loplugin:constantparamNoel Grandin2016-09-301-13/+4
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1312-14/+14
* loplugin:constantparam in framework..vbahelperNoel Grandin2016-09-072-10/+10
* convert ScrollType to scoped enumNoel Grandin2016-09-051-3/+3
* convert RasterOp to scoped enumNoel Grandin2016-09-051-2/+2
* std::list<sal_uInt16> -> vectorNoel Grandin2016-09-018-38/+38