summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2017-08-25Add check and comment for i18npool locale data using reserved formatIndexEike Rathke1-0/+7
2017-08-25loplugin:unusedfieldsNoel Grandin3-5/+0
2017-08-25loplugin:unusedmethodsNoel Grandin2-259/+5
2017-08-24SAL_INFO->SAL_WARN in lstner.cxx (svl module)Julien Nabet1-1/+1
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati2-2/+5
2017-08-19svl: refactor string stream helpersJochen Nitschke5-90/+43
2017-08-19drop unused SfxSizeItemJochen Nitschke2-161/+0
2017-08-18drop unused CntContentTypeItemJochen Nitschke2-190/+0
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-4/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17Removing unused serialisation codeVarun Dhall3-66/+1
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann1-23/+19
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-2/+2
2017-08-16Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall2-6/+6
2017-08-16Removing unused serialisation code from svlVarun Dhall4-626/+1
2017-08-16Removing unused serialisation codeVarun Dhall5-1262/+0
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin1-8/+39
2017-08-16SfxItemSet::Equal: ignore parents if the pools are differentMichael Stahl1-1/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-3/+3
2017-08-08loplugin:unusedmethodsNoel Grandin3-49/+1
2017-08-05ofz#2867 null derefCaolán McNamara1-8/+11
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