summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-03add more dumpAsXml()Noel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-10-01Revert "don't write item right before destruction"Jochen Nitschke
2016-09-30loplugin:constantparamNoel Grandin
2016-09-29tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svlJochen Nitschke
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara
2016-09-26prevent adding duplicates in calls to GetCurrencyFormatStrings()Eike Rathke
2016-09-25remove unused parameterJochen Nitschke
2016-09-24Remove Chinese comment in svl/qa.Mark Hung
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-23Revert "Revert "remove SfxPoolItemArrayBase_Impl typedef""Noel Grandin
2016-09-23move SfxPoolItemArray_Impl::ReHash to poolio.cxx ...Jochen Nitschke
2016-09-23Fix Cppcheck report: reduce scope of the variable 'fTemp'Laurent Balland-Poirier
2016-09-23don't write item right before destructionJochen Nitschke
2016-09-22tdf#75757 remove inheritance from std::vectorJochen Nitschke
2016-09-22Revert "remove SfxPoolItemArrayBase_Impl typedef"Noel Grandin
2016-09-22remove SfxPoolItemArrayBase_Impl typedefJochen Nitschke
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin
2016-09-22Missing "const"Stephan Bergmann
2016-09-22tdf#53698: Add a NumberFormatMapper member to SvNumberformatScanMaarten Bosmans
2016-09-22Remove NumberFormatCodeWrapperMaarten Bosmans
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin
2016-09-16loplogin:singlevalfields in include/Noel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-14loplugin:constantparamNoel Grandin
2016-09-13loplugin:dllprivateStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-09-06remove outdated comment, getter not neededJochen Nitschke
2016-09-06use range based loops in SfxItemPoolJochen Nitschke
2016-09-04get index only when neededJochen Nitschke
2016-09-02convert ppPoolDefaults to std::vectorJochen Nitschke
2016-09-01coverity#1372396 Uncaught exceptionCaolán McNamara
2016-09-01coverity#1372381 Uncaught exceptionCaolán McNamara
2016-09-01tdf#79398 Insert LCID in the correct sub-formatLaurent Balland-Poirier
2016-09-01use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke
2016-09-01use IsStaticDefaultItem from poolitem.hxx instead of custom checksJochen Nitschke
2016-09-01use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke
2016-09-01avoid warning in PoolItemTestJochen Nitschke
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)Stephan Bergmann
2016-08-30tdf#96248 delete SfxPoolItems with Which Id >= 4000Jochen Nitschke
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann
2016-08-29cid#1371226 Missing move assignment operatorNoel Grandin
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu