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