summaryrefslogtreecommitdiff
path: root/svl/source
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke1-2/+9
2018-08-21One more "do not reorder date particles", tdf#113889 tdf#119013 follow-upEike Rathke1-1/+1
2018-08-17Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke5-13/+15
2018-06-27tdf#115007 add NatNum12 formatting to datesLászló Németh1-14/+105
2018-06-21tdf#117575 treat thousand sep with ? in integer partLaurent BP2-10/+4
2018-06-19tdf#94792 performance regression for xlsx with chart with >1000 data labelsNoel Grandin1-5/+24
2018-06-11Derive NativeNumberXmlAttributes2 from NativeNumberXmlAttributes, tdf#115007 ...Eike Rathke1-8/+21
2018-06-11tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh1-2/+13
2018-06-11tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski1-5/+30
2018-06-04Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke2-12/+41
2018-05-30Resolves: tdf#117819 append trailing '0' as needed before separator insertionEike Rathke1-6/+25
2018-05-28loplugin:passstuffbyrefNoel Grandin1-1/+1
2018-05-18tdf#117539 Crash after cut and paste operation of a chart stickNoel Grandin1-0/+6
2018-05-16NFC: unassigned variable pNewItem is always nullptrJustin Luth1-1/+1
2018-05-14Drop module-specific defines of DELETEZGabor Kelemen1-4/+0
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