summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati2017-08-232-2/+5
* svl: refactor string stream helpersJochen Nitschke2017-08-195-90/+43
* drop unused SfxSizeItemJochen Nitschke2017-08-192-161/+0
* drop unused CntContentTypeItemJochen Nitschke2017-08-182-190/+0
* Fix typosAndrea Gelmini2017-08-171-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-4/+4
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* Removing unused serialisation codeVarun Dhall2017-08-173-66/+1
* Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann2017-08-171-23/+19
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-2/+2
* Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall2017-08-162-6/+6
* Removing unused serialisation code from svlVarun Dhall2017-08-164-626/+1
* Removing unused serialisation codeVarun Dhall2017-08-165-1262/+0
* assert on duplicate listener in SfxListenerNoel Grandin2017-08-161-8/+39
* SfxItemSet::Equal: ignore parents if the pools are differentMichael Stahl2017-08-161-1/+2
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-112-3/+3
* loplugin:unusedmethodsNoel Grandin2017-08-083-49/+1
* ofz#2867 null derefCaolán McNamara2017-08-051-8/+11
* rename Anz->Cnt in svlNoel Grandin2017-08-046-128/+128
* svl: move DecodeHexString from vclAshod Nakashian2017-08-041-0/+49
* rename nAnzResStrings->nResultStringsCntNoel Grandin2017-08-033-31/+31
* rename nAnzNum->nNumericsCntNoel Grandin2017-08-033-60/+60
* rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATSNoel Grandin2017-08-031-7/+7
* rename SV_MAX_ANZ_INPUT_STRINGS->SV_MAX_COUNT_INPUT_STRINGSNoel Grandin2017-08-032-13/+13
* rename nAnzStrings -> nStringsCntNoel Grandin2017-08-035-120/+120
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* Resolves: ofz#2833 null derefCaolán McNamara2017-08-021-8/+11
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-023-35/+2
* move resmgr to unotoolsCaolán McNamara2017-08-011-5/+2
* make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2017-07-3122-88/+40
* loplugin:oncevarNoel Grandin2017-07-312-2/+2
* loplugin:constparams handle constructorsNoel Grandin2017-07-284-6/+6
* Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke2017-07-271-2/+10
* convert UNO event ids to scoped enumNoel Grandin2017-07-251-8/+8
* fix oss-fuzz buildCaolán McNamara2017-07-241-1/+1
* svl: moved crypto helpers have the correct log-areaAshod Nakashian2017-07-241-27/+27
* svl: support verifying streams as well as byte arraysAshod Nakashian2017-07-241-90/+45
* de-hrc various thingsCaolán McNamara2017-07-214-4/+4
* migrate to boost::gettextCaolán McNamara2017-07-217-426/+25
* Removed duplicated includeAndrea Gelmini2017-07-191-1/+0
* remove unused CntWallpaperItemCaolán McNamara2017-07-182-150/+0
* Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke2017-07-185-18/+18
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-07-181-1/+1
* loplugin:constparams in i18npool,opencl,svlNoel Grandin2017-07-1810-14/+14
* loplugin:useuniqueptr: svl (clang-cl)Stephan Bergmann2017-07-172-4/+5
* svl: fixup Android build fixMiklos Vajna2017-07-171-2/+3
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-172-32/+25
* svl: fix Android buildAshod Nakashian2017-07-171-0/+9
* svl: fix Android build where no NSS existsAshod Nakashian2017-07-171-2/+4
* svl: move byte-array verification from vclAshod Nakashian2017-07-172-2/+654