summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* loplogin:singlevalfields in include/Noel Grandin2016-09-161-2/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-153-20/+20
* loplugin:singlevalfields in sc..vclNoel Grandin2016-09-151-6/+2
* loplugin:constantparamNoel Grandin2016-09-141-9/+3
* loplugin:dllprivateStephan Bergmann2016-09-131-4/+4
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1312-15/+15
* loplugin:constantparam in sot..svlNoel Grandin2016-09-093-15/+7
* remove outdated comment, getter not neededJochen Nitschke2016-09-061-1/+1
* use range based loops in SfxItemPoolJochen Nitschke2016-09-063-72/+60
* get index only when neededJochen Nitschke2016-09-041-7/+6
* convert ppPoolDefaults to std::vectorJochen Nitschke2016-09-023-38/+34
* coverity#1372396 Uncaught exceptionCaolán McNamara2016-09-012-4/+2
* coverity#1372381 Uncaught exceptionCaolán McNamara2016-09-012-4/+2
* tdf#79398 Insert LCID in the correct sub-formatLaurent Balland-Poirier2016-09-011-15/+15
* use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke2016-09-012-10/+10
* use IsStaticDefaultItem from poolitem.hxx instead of custom checksJochen Nitschke2016-09-011-1/+1
* use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke2016-09-011-2/+2
* avoid warning in PoolItemTestJochen Nitschke2016-09-012-28/+27
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)Stephan Bergmann2016-08-303-24/+23
* tdf#96248 delete SfxPoolItems with Which Id >= 4000Jochen Nitschke2016-08-301-9/+2
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-302-6/+6
* Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann2016-08-292-6/+6
* cid#1371226 Missing move assignment operatorNoel Grandin2016-08-291-0/+22
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-2/+2
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-251-4/+4
* rename rNum to aNatNumEike Rathke2016-08-231-13/+13
* tdf#79398 Add LCID with DBNum during export to XLLaurent Balland-Poirier2016-08-232-17/+49
* tdf#101636 Test index before reading OUStringLaurent Balland-Poirier2016-08-221-1/+1
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-1920-61/+58
* loplugin:stringconstantTor Lillqvist2016-08-181-1/+1
* tdf#79399 tdf#101462 Add qa unit testLaurent Balland-Poirier2016-08-181-0/+11
* svl: no need to iterate in reverse order in GetRedoActionsInfo()Miklos Vajna2016-08-181-2/+4
* Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier2016-08-163-5/+31
* loplugin:stringstaticStephan Bergmann2016-08-161-30/+12
* properly move bLCIDInserted=true into the conditionEike Rathke2016-08-151-1/+1
* use SvNumberNatNum::IsComplete() instead of IsSet(), tdf#79398 follow-upEike Rathke2016-08-151-1/+1
* tdf#79398 Export to XL DBNum codesLaurent Balland-Poirier2016-08-151-6/+6
* tdf#101462 tdf#79399 lcl_matchKeywordAndGetNumber returns integerLaurent Balland-Poirier2016-08-151-2/+2
* loplugin:unusedenumconstants in package..svtoolsNoel Grandin2016-08-121-6/+0
* Fix comments to match new reality: these are no longer optional parametersTor Lillqvist2016-08-111-4/+4
* loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin2016-08-112-8/+8
* tdf#101096 tdf#101147 Add qa tests for minute/month detectionLaurent Balland-Poirier2016-08-091-2/+18
* remove the duplicated system locale checkEike Rathke2016-08-091-4/+0
* do not resolve system locale when queried, rhbz#1364406 relatedEike Rathke2016-08-091-1/+1
* another fraction format unit testEike Rathke2016-08-061-0/+5
* force integer display if numerator and denominator are equalEike Rathke2016-08-051-0/+5
* gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna2016-08-051-2/+2
* desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna2016-08-051-0/+46
* tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier2016-08-051-6/+4
* svl: track creation time of SfxUndoAction instancesMiklos Vajna2016-08-041-0/+8