summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin2-30/+30
2018-04-16loplugin:useuniqueptr in FSStorageNoel Grandin2-3/+2
2018-04-16loplugin:useuniqueptr in SfxItemPool_ImplNoel Grandin5-23/+17
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-8/+8
2018-04-07Prefix SfxStyleSheetBase::pPool memberStephan Bergmann1-20/+20
2018-04-01remove unused processfactory.hxx includesJochen Nitschke3-4/+0
2018-03-31explicitly pass false as arguments of createIteratorhimajin1000001-1/+11
2018-03-29loplugin:virtualdown in svl,svtoolsNoel Grandin1-12/+0
2018-03-28Translate German variable namesJohnny_M1-16/+16
2018-03-27tdf#69977 improve creation of large chartsNoel Grandin1-3/+6
2018-03-21Remove redundant assertMike Kaganski1-1/+0
2018-03-20no need to construct a new object in SfxIntegerListItem::operator==Noel Grandin1-1/+1
2018-03-07use more Color in sfx2..svtoolsNoel Grandin1-3/+3
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper1-1/+1
2018-03-02Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke3-0/+27
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-10/+16
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-10/+10
2018-02-26Translate German variable namesJohnny_M1-9/+9
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-2/+0
2018-02-16Factor out Spanish "mar" tests to use checkSpecificNumberFormats()Eike Rathke1-35/+22
2018-02-16Prepare to add specific number format index to test againstEike Rathke1-22/+25
2018-02-16svl: fix loplugin:staticanonymous warningMiklos Vajna1-1/+1
2018-02-16Unit test tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke1-0/+111
2018-02-16Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke1-1/+3
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara2-8/+8
2018-02-14svl: clear temporary copies of passwords in SvlPasswordHelperMichael Stahl1-0/+4
2018-02-07tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl1-7/+45
2018-01-25Simplify logic in cjkoptionsJulien Nabet1-9/+9
2018-01-25ofz: out-of-memoryCaolán McNamara1-1/+0
2018-01-25loplugin:flatten in svlNoel Grandin10-273/+275
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann1-5/+0
2018-01-24loplugin:constparamsNoel Grandin1-2/+2
2018-01-23Assume this wants to SAL_WARN for the sal_uInt16 range, actuallyStephan Bergmann1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann3-14/+14
2018-01-22ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara1-2/+4
2018-01-15More loplugin:cstylecast: svlStephan Bergmann7-21/+20
2018-01-13loplugin:useuniqueptr in svlNoel Grandin8-37/+16
2018-01-12More loplugin:cstylecast: svlStephan Bergmann16-90/+90
2018-01-11loplugin:useuniqueptr in svlNoel Grandin11-150/+111
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-2/+2
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin1-0/+15
2018-01-04GetTrueSlotId is deadNoel Grandin1-15/+0
2018-01-04loplugin:unusedfieldsNoel Grandin1-12/+0
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin2-4/+4
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-22request installation of langpack via packagekitCaolán McNamara1-33/+0
2017-12-21new loplugin: convertlongNoel Grandin2-2/+2
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin8-420/+425