summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-23tdf#79398 Add LCID with DBNum during export to XLLaurent Balland-Poirier2-17/+49
2016-08-22tdf#101636 Test index before reading OUStringLaurent Balland-Poirier1-1/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara20-61/+58
2016-08-18loplugin:stringconstantTor Lillqvist1-1/+1
2016-08-18tdf#79399 tdf#101462 Add qa unit testLaurent Balland-Poirier1-0/+11
2016-08-18svl: no need to iterate in reverse order in GetRedoActionsInfo()Miklos Vajna1-2/+4
2016-08-16Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier3-5/+31
2016-08-16loplugin:stringstaticStephan Bergmann1-30/+12
2016-08-15properly move bLCIDInserted=true into the conditionEike Rathke1-1/+1
2016-08-15use SvNumberNatNum::IsComplete() instead of IsSet(), tdf#79398 follow-upEike Rathke1-1/+1
2016-08-15tdf#79398 Export to XL DBNum codesLaurent Balland-Poirier1-6/+6
2016-08-15tdf#101462 tdf#79399 lcl_matchKeywordAndGetNumber returns integerLaurent Balland-Poirier1-2/+2
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-6/+0
2016-08-11Fix comments to match new reality: these are no longer optional parametersTor Lillqvist1-4/+4
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin2-8/+8
2016-08-09tdf#101096 tdf#101147 Add qa tests for minute/month detectionLaurent Balland-Poirier1-2/+18
2016-08-09remove the duplicated system locale checkEike Rathke1-4/+0
2016-08-09do not resolve system locale when queried, rhbz#1364406 relatedEike Rathke1-1/+1
2016-08-06another fraction format unit testEike Rathke1-0/+5
2016-08-05force integer display if numerator and denominator are equalEike Rathke1-0/+5
2016-08-05gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna1-2/+2
2016-08-05desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna1-0/+46
2016-08-05tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier1-6/+4