summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Add RemoveEntry method to SvTreeListBoxMuhammet Kara1-0/+5
2017-06-22tdf#39468 Translate some random German comments/termsJens Carl1-1/+1
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin18-84/+12
2017-06-21convert ErrCode to strong typedefNoel Grandin1-7/+7
2017-06-20reuse IsStarSymbolCaolán McNamara1-8/+2
2017-06-19Add Kituba (Democratic Republic of the Congo) [ktu-CD] to language listEike Rathke1-1/+2
2017-06-19add more debug names for scheduled eventsLászló Németh1-0/+1
2017-06-18silence some exception warningsCaolán McNamara1-16/+14
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke18-18/+0
2017-06-17replace misc double checked locking patternsJochen Nitschke3-47/+8
2017-06-17TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin1-3/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin4-20/+14
2017-06-12cleanup unused css/frame/* includesJochen Nitschke4-5/+0
2017-06-12skip copying tile when we don't need toCaolán McNamara1-6/+8
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini2-8/+3
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin4-24/+12
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-5/+5
2017-06-08tdf#107700 Translate some less common font style namesGabor Kelemen2-1/+96
2017-06-05Improved loplugin:cstylecast to reference types: svtoolsStephan Bergmann4-10/+10
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini2-3/+6
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin3-8/+8
2017-06-04no need to construct unique_ptr hereJochen Nitschke1-2/+2
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin3-3/+3
2017-06-01merge ofa res file into svt oneCaolán McNamara3-3/+136
2017-05-31macro warning dialog grew an extra Cancel buttonCaolán McNamara1-5/+5
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin2-5/+0
2017-05-30drop LANGUAGE_USER_MALAGASY_PLATEAU defineNoel Grandin1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin4-18/+7
2017-05-25loplugin:constantparamNoel Grandin2-36/+36
2017-05-23remove VCLExternalSolarLock* members from ..Jochen Nitschke2-2/+1
2017-05-23vcl GraphicFilter: add ImportGraphics()Miklos Vajna1-2/+40
2017-05-23svtools: add GraphicProvider::queryGraphics()Miklos Vajna1-2/+18
2017-05-23enhance useuniqueptr lopluginNoel Grandin4-14/+7
2017-05-19svtools: fix mime type of PDF imagesMiklos Vajna2-0/+2
2017-05-19loplugin:stringcopy: svtoolsStephan Bergmann8-10/+10
2017-05-19make string translation loading more uniformCaolán McNamara20-137/+128
2017-05-18html import: Don't create HTML: <meta name="changedby" content="..."> postit.Jan Holesovsky1-0/+1
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-1/+1
2017-05-17Clean up local HTML_IS* macrosStephan Bergmann1-19/+18
2017-05-15remove some unnecessary lockingNoel Grandin1-4/+0
2017-05-12tdf#75280 replace uses of sal_uLongJochen Nitschke5-16/+17
2017-05-12loplugin:constantparamNoel Grandin5-26/+26
2017-05-12remove unused uno::Reference varsNoel Grandin2-6/+4
2017-05-11Casting from Int32 to uLong to Int32 doesn't make sense.Eike Rathke1-1/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin2-20/+14
2017-05-10Fix Windows build: uLong is not Int64Eike Rathke1-1/+1
2017-05-10related tdf#107677 html import: Fix the legacy datetime format reading.Jan Holesovsky1-1/+1
2017-05-10tdf#107677 html import: Import ISO8601 datetime in html meta tags too.Jan Holesovsky1-11/+23