summaryrefslogtreecommitdiff
path: root/svl/source
AgeCommit message (Expand)AuthorFilesLines
2018-05-05Fix typoAndrea Gelmini1-1/+1
2018-05-04Use the currently active locale if no format passedEike Rathke1-2/+3
2018-05-04Avoid number scanner overhead for all General formatsEike Rathke1-0/+7
2018-05-04Avoid number scanner overhead for the 0 General formatEike Rathke1-1/+3
2018-05-04Revert "Revert "Resolves: tdf#116579 consider both work locale and format...""Eike Rathke2-76/+107
2018-05-03Revert "Resolves: tdf#116579 consider both work locale and format locale date...Stephan Bergmann2-107/+76
2018-05-02Resolves: tdf#116579 consider both work locale and format locale date patternsEike Rathke2-76/+107
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-29/+29
2018-04-16loplugin:useuniqueptr in FSStorageNoel Grandin2-3/+2
2018-04-16loplugin:useuniqueptr in SfxItemPool_ImplNoel Grandin4-22/+16
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-02Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke3-0/+27
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-10/+10
2018-02-26Translate German variable namesJohnny_M1-9/+9
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 McNamara1-4/+4
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 Bergmann14-81/+81
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 Grandin7-416/+421