summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2017-08-04rename Anz->Cnt in svlNoel Grandin6-128/+128
2017-08-04svl: move DecodeHexString from vclAshod Nakashian1-0/+49
2017-08-03rename nAnzResStrings->nResultStringsCntNoel Grandin3-31/+31
2017-08-03rename nAnzNum->nNumericsCntNoel Grandin3-60/+60
2017-08-03rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATSNoel Grandin1-7/+7
2017-08-03rename SV_MAX_ANZ_INPUT_STRINGS->SV_MAX_COUNT_INPUT_STRINGSNoel Grandin2-13/+13
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin5-120/+120
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-08-02Resolves: ofz#2833 null derefCaolán McNamara1-8/+11
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara3-35/+2
2017-08-01move resmgr to unotoolsCaolán McNamara1-5/+2
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara22-88/+40
2017-07-31loplugin:oncevarNoel Grandin2-2/+2
2017-07-28loplugin:constparams handle constructorsNoel Grandin4-6/+6
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke1-2/+10
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-8/+8
2017-07-24fix oss-fuzz buildCaolán McNamara1-1/+1
2017-07-24svl: moved crypto helpers have the correct log-areaAshod Nakashian1-27/+27
2017-07-24svl: support verifying streams as well as byte arraysAshod Nakashian1-90/+45
2017-07-21de-hrc various thingsCaolán McNamara4-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara7-426/+25
2017-07-19Removed duplicated includeAndrea Gelmini1-1/+0
2017-07-18remove unused CntWallpaperItemCaolán McNamara2-150/+0
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke5-18/+18
2017-07-18loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin10-14/+14
2017-07-17loplugin:useuniqueptr: svl (clang-cl)Stephan Bergmann2-4/+5
2017-07-17svl: fixup Android build fixMiklos Vajna1-2/+3
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin2-32/+25
2017-07-17svl: fix Android buildAshod Nakashian1-0/+9
2017-07-17svl: fix Android build where no NSS existsAshod Nakashian1-2/+4
2017-07-17svl: move byte-array verification from vclAshod Nakashian2-2/+654
2017-07-15svl: move byte-array signing from vclAshod Nakashian2-0/+1687
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin4-13/+13
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin4-9/+9
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-3/+3
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-4/+4
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-3/+3
2017-07-05crash on exit of cppunit testsCaolán McNamara1-1/+4
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-24/+8
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-02loplugin:casttovoid: svlStephan Bergmann6-12/+5
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin4-25/+14
2017-06-27loplugin:useuniqueptr in variousNoel Grandin1-46/+31
2017-06-21loplugin:unusedfields store..svlNoel Grandin1-3/+0
2017-06-19fix regression, some mutexes need to live longerJochen Nitschke1-2/+2
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-3/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-17replace misc double checked locking patternsJochen Nitschke1-13/+6
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-91/+49