summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* coverity#1371265 Missing move assignment operatorCaolán McNamara2016-12-121-1/+1
* coverity#1397046 Unchecked return valueCaolán McNamara2016-12-121-1/+1
* coverity#1397056 Dereference null return valueCaolán McNamara2016-12-121-6/+9
* OSL_TRACE -> SAL in sfx2..svxNoel Grandin2016-12-115-22/+22
* tdf#104495: prevent autotext to crash when drag&dropJulien Nabet2016-12-091-1/+0
* convert OSL_ENSURE to assert in AccessibleEventNotifierNoel Grandin2016-12-081-15/+8
* convert SFX_HINT to scoped enumNoel Grandin2016-12-082-4/+4
* ImplWallpaper to use std::unique_ptrMark Page2016-12-081-2/+5
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-0718-59/+62
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-061-5/+0
* convert FSysStyle to o3tl::typed_flagsNoel Grandin2016-12-052-2/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-0511-48/+48
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-053-4/+4
* Remove write-only fieldUlrich Gemkow2016-12-041-8/+0
* loplugin:unnecessaryoverride (dtors) in svtoolsStephan Bergmann2016-12-026-40/+1
* Use derived classes' methods instead of Pair::A/BMike Kaganski2016-11-291-1/+1
* Rewrite some (trivial) assignments inside if/while conditions: svtoolsStephan Bergmann2016-11-292-5/+10
* Drop a bunch of font metrics flagsKhaled Hosny2016-11-291-20/+5
* Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann2016-11-291-1/+1
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-292-2/+2
* tdf#104215: Remove the out-of-borders ruler checkMike Kaganski2016-11-281-9/+0
* convert HTMLCFG constants to o3tl::typed_flagsNoel Grandin2016-11-251-53/+57
* vcl: rename Window::Notify to EventNotifyMichael Stahl2016-11-2413-26/+26
* use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2016-11-242-3/+3
* add missing deps on ui filesDavid Tardon2016-11-211-0/+4
* gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud2016-11-201-1/+1
* tdf#103960: The import of UCS2 data uses a different code path.Jan Holesovsky2016-11-181-2/+2
* Fix tdf#103855 add language codes and names to language lists from extensionsMartin Hosken2016-11-171-0/+26
* loplugin:unusedfieldsNoel Grandin2016-11-171-2/+0
* tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu2016-11-173-26/+3
* Fix typosSamuel Mehrbrodt2016-11-151-1/+1
* tdf#88827 - double-thin border: MINGAPWIDTH is a valid widthJustin Luth2016-11-151-1/+1
* use std::unique_ptrCaolán McNamara2016-11-111-42/+28
* coverity#1371312 Missing move assignment operatorCaolán McNamara2016-11-111-3/+32
* use std::unique_ptrCaolán McNamara2016-11-111-103/+73
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-117-71/+71
* 'make screenshot' use-after-free fixesStephan Bergmann2016-11-101-2/+2
* 'make screenshot' loplugin fixesStephan Bergmann2016-11-101-8/+1
* Revert "Reverts a commit series that cripple windows ci."Caolán McNamara2016-11-072-229/+0
* loplugin:unnecessaryvirtual in sfx2..svtoolsNoel Grandin2016-11-071-2/+2
* NewMenuController: Remove duplicate async dispatch handlingMaxim Monastirsky2016-11-061-2/+4
* Reverts a commit series that cripple windows ci.Norbert Thiebaud2016-11-052-0/+229
* move ColorListBox beside sole thing that uses itCaolán McNamara2016-11-042-217/+0
* unify color selectorsCaolán McNamara2016-11-041-12/+0
* loplugin:unusedmethodsNoel Grandin2016-11-041-36/+0
* tdf#88821: Implement support for <meta charset="..."> for HTML import.Jan Holesovsky2016-11-032-1/+5
* tdf#88821: Set the encoding correctly for HTML files with a BOM.Jan Holesovsky2016-11-031-4/+3
* style fixes for cppcheck noExplicitConstructorJochen Nitschke2016-11-012-2/+2
* loplugin:oncevar in svl..svxNoel Grandin2016-10-314-40/+18
* cppcheck unreadVariable: diffJochen Nitschke2016-10-301-5/+1