summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* skip copying tile when we don't need toCaolán McNamara2017-06-121-6/+8
* Remove VCLExternalSolarLock and IMutex.Arnaud Versini2017-06-122-8/+3
* pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin2017-06-124-24/+12
* use comphelper::InitPropertySequence in more placesNoel Grandin2017-06-091-5/+5
* tdf#107700 Translate some less common font style namesGabor Kelemen2017-06-082-1/+96
* Improved loplugin:cstylecast to reference types: svtoolsStephan Bergmann2017-06-054-10/+10
* Remove all allocation of VCLExternalSolarLock.Arnaud Versini2017-06-052-3/+6
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-053-8/+8
* no need to construct unique_ptr hereJochen Nitschke2017-06-041-2/+2
* convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2017-06-023-3/+3
* merge ofa res file into svt oneCaolán McNamara2017-06-013-3/+136
* macro warning dialog grew an extra Cancel buttonCaolán McNamara2017-05-311-5/+5
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-312-5/+0
* drop LANGUAGE_USER_MALAGASY_PLATEAU defineNoel Grandin2017-05-301-1/+1
* teach redundantcast plugin about functional castsNoel Grandin2017-05-302-2/+2
* remove unnecessary use of OString::getStrNoel Grandin2017-05-284-18/+7
* loplugin:constantparamNoel Grandin2017-05-252-36/+36
* remove VCLExternalSolarLock* members from ..Jochen Nitschke2017-05-232-2/+1
* vcl GraphicFilter: add ImportGraphics()Miklos Vajna2017-05-231-2/+40
* svtools: add GraphicProvider::queryGraphics()Miklos Vajna2017-05-231-2/+18
* enhance useuniqueptr lopluginNoel Grandin2017-05-234-14/+7
* svtools: fix mime type of PDF imagesMiklos Vajna2017-05-192-0/+2
* loplugin:stringcopy: svtoolsStephan Bergmann2017-05-198-10/+10
* make string translation loading more uniformCaolán McNamara2017-05-1920-137/+128
* html import: Don't create HTML: <meta name="changedby" content="..."> postit.Jan Holesovsky2017-05-181-0/+1
* Clean up a set of RTL-related commentsTor Lillqvist2017-05-181-1/+1
* Clean up local HTML_IS* macrosStephan Bergmann2017-05-171-19/+18
* remove some unnecessary lockingNoel Grandin2017-05-151-4/+0
* tdf#75280 replace uses of sal_uLongJochen Nitschke2017-05-125-16/+17
* loplugin:constantparamNoel Grandin2017-05-125-26/+26
* remove unused uno::Reference varsNoel Grandin2017-05-122-6/+4
* Casting from Int32 to uLong to Int32 doesn't make sense.Eike Rathke2017-05-111-1/+1
* remove some unnecessary temporary OUStringsNoel Grandin2017-05-112-20/+14
* Fix Windows build: uLong is not Int64Eike Rathke2017-05-101-1/+1
* related tdf#107677 html import: Fix the legacy datetime format reading.Jan Holesovsky2017-05-101-1/+1
* tdf#107677 html import: Import ISO8601 datetime in html meta tags too.Jan Holesovsky2017-05-101-11/+23
* folder.png is a different place than the othersCaolán McNamara2017-05-091-1/+1
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-094-20/+16
* -Werror,-Wunused-private-fieldStephan Bergmann2017-05-091-3/+1
* loplugin:constantparamNoel Grandin2017-05-093-19/+5
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-085-7/+6
* revert OSL_ASSERT changesChris Sherlock2017-05-075-8/+8
* tdf#43157: convert svtools codebase away from OSL_ASSERT to assertChris Sherlock2017-05-075-8/+8
* Fix typosAndrea Gelmini2017-05-051-1/+1
* loplugin:checkunusedparams in svtoolsNoel Grandin2017-05-0520-139/+117
* convert HTML_TOKEN_IDS to scoped enumNoel Grandin2017-05-054-392/+444
* tdf#107622: also update nNullVirOff when changing nNullOffMike Kaganski2017-05-041-0/+1
* untranslated strings are just stringsCaolán McNamara2017-05-023-14/+9
* unnecessary PairedList macroNoel Grandin2017-05-011-3/+1
* ofz: fix leakCaolán McNamara2017-04-281-8/+7