summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2017-09-08loplugin:constantparamNoel Grandin2-2/+2
2017-09-04New loplugin:dyncastvisibilityStephan Bergmann2-2/+2
2017-09-03SfxItemPool::AddRef always adds 1Jochen Nitschke1-3/+3
2017-08-28svl: populate subject and date-time when verifying signatureAshod Nakashian1-0/+3
2017-08-25Add check and comment for i18npool locale data using reserved formatIndexEike Rathke1-1/+13
2017-08-25loplugin:unusedmethodsNoel Grandin4-18/+0
2017-08-19drop unused SfxSizeItemJochen Nitschke1-56/+0
2017-08-18drop unused CntContentTypeItemJochen Nitschke1-67/+0
2017-08-17Removing unused serialisation codeVarun Dhall2-8/+1
2017-08-16Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall1-1/+1
2017-08-16Removing unused serialisation code from svlVarun Dhall1-647/+0
2017-08-16Removing unused serialisation codeVarun Dhall3-26/+0
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin1-2/+2
2017-08-08loplugin:unusedmethodsNoel Grandin1-5/+0
2017-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2017-08-04rename Anz->Cnt in svlNoel Grandin2-5/+5
2017-08-04sw: sign paragraph textAshod Nakashian1-2/+2
2017-08-04svl: move DecodeHexString from vclAshod Nakashian1-0/+3
2017-08-03rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATSNoel Grandin1-2/+2
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin1-2/+2
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-0/+21
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara19-27/+26
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-3/+3
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke1-0/+14
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-11/+12
2017-07-24svl: support verifying streams as well as byte arraysAshod Nakashian1-0/+6
2017-07-21de-hrc various thingsCaolán McNamara2-105/+21
2017-07-21migrate to boost::gettextCaolán McNamara5-115/+98
2017-07-18remove unused CntWallpaperItemCaolán McNamara1-67/+0
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-1/+1
2017-07-18fix terrible state of chassisCaolán McNamara1-8/+0
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin1-3/+3
2017-07-17Defer also loading of the English CalendarWrapper, tdf#109045 follow-upEike Rathke1-4/+8
2017-07-17loplugin:useuniqueptr: svl (clang-cl)Stephan Bergmann1-1/+1
2017-07-17svl: move byte-array verification from vclAshod Nakashian2-1/+145
2017-07-15svl: move byte-array signing from vclAshod Nakashian1-0/+71
2017-07-11tdf#109045: store en calendar separately in OnDemandCalendarWrapperAron Budea1-15/+35
2017-07-05crash on exit of cppunit testsCaolán McNamara1-1/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+1
2017-06-27loplugin:useuniqueptr in variousNoel Grandin1-2/+3
2017-06-21loplugin:unusedfields store..svlNoel Grandin1-6/+0
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-2/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-6/+61
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-1/+1
2017-06-08DbgCheckItemSet is goneStephan Bergmann1-1/+0
2017-06-06Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke1-0/+10
2017-06-06tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk1-0/+3
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara5-5/+5