summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* tdf#115007 add NatNum12 formatting to datesLászló Németh2018-06-272-14/+114
* NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh2018-06-211-0/+9
* tdf#117575 treat thousand sep with ? in integer partLaurent BP2018-06-212-10/+4
* tdf#94792 performance regression for xlsx with chart with >1000 data labelsNoel Grandin2018-06-191-5/+24
* Derive NativeNumberXmlAttributes2 from NativeNumberXmlAttributes, tdf#115007 ...Eike Rathke2018-06-111-8/+21
* tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh2018-06-111-2/+13
* tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski2018-06-112-7/+32
* Add unit test for NatNum12 decimals spell-outEike Rathke2018-06-111-0/+3
* Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke2018-06-042-12/+41
* Resolves: tdf#117819 append trailing '0' as needed before separator insertionEike Rathke2018-05-301-6/+25
* loplugin:passstuffbyrefNoel Grandin2018-05-281-1/+1
* tdf#117539 Crash after cut and paste operation of a chart stickNoel Grandin2018-05-181-0/+6
* Remove some cruftStephan Bergmann2018-05-181-4/+0
* Reuse existing config_host/config_libnumbertext.h.inStephan Bergmann2018-05-182-4/+1
* Fix dependencies for CppunitTest_svl_qa_cppunit.mkMike Kaganski2018-05-171-8/+0
* NFC: unassigned variable pNewItem is always nullptrJustin Luth2018-05-161-1/+1
* CppunitTest_svl_qa_cppunit: fix system-libnumbertext buildRene Engelhard2018-05-151-0/+2
* tdf#115007: add NatNum codes for cardinal/ordinal number names/indicatorsMike Kaganski2018-05-152-0/+26
* Drop module-specific defines of DELETEZGabor Kelemen2018-05-141-4/+0
* Fix typoAndrea Gelmini2018-05-051-1/+1
* Use the currently active locale if no format passedEike Rathke2018-05-041-2/+3
* Avoid number scanner overhead for all General formatsEike Rathke2018-05-041-0/+7
* Avoid number scanner overhead for the 0 General formatEike Rathke2018-05-041-1/+3
* Revert "Revert "Resolves: tdf#116579 consider both work locale and format...""Eike Rathke2018-05-042-76/+107
* Revert "Resolves: tdf#116579 consider both work locale and format locale date...Stephan Bergmann2018-05-032-107/+76
* Resolves: tdf#116579 consider both work locale and format locale date patternsEike Rathke2018-05-022-76/+107
* convert SFXSTYLEBIT to scoped enumNoel Grandin2018-04-192-30/+30
* loplugin:useuniqueptr in FSStorageNoel Grandin2018-04-162-3/+2
* loplugin:useuniqueptr in SfxItemPool_ImplNoel Grandin2018-04-165-23/+17
* return std::unique_ptr from SfxItemSet::CloneNoel Grandin2018-04-111-8/+8
* Prefix SfxStyleSheetBase::pPool memberStephan Bergmann2018-04-071-20/+20
* remove unused processfactory.hxx includesJochen Nitschke2018-04-013-4/+0
* explicitly pass false as arguments of createIteratorhimajin1000002018-03-311-1/+11
* loplugin:virtualdown in svl,svtoolsNoel Grandin2018-03-291-12/+0
* Translate German variable namesJohnny_M2018-03-281-16/+16
* tdf#69977 improve creation of large chartsNoel Grandin2018-03-271-3/+6
* Remove redundant assertMike Kaganski2018-03-211-1/+0
* no need to construct a new object in SfxIntegerListItem::operator==Noel Grandin2018-03-201-1/+1
* use more Color in sfx2..svtoolsNoel Grandin2018-03-071-3/+3
* Make LibreOffice buildable on Haiku.Kacper Kasper2018-03-051-1/+1
* Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke2018-03-023-0/+27
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-10/+16
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-10/+10
* Translate German variable namesJohnny_M2018-02-261-9/+9
* New loplugin:nestedunnamedStephan Bergmann2018-02-211-2/+0
* Factor out Spanish "mar" tests to use checkSpecificNumberFormats()Eike Rathke2018-02-161-35/+22
* Prepare to add specific number format index to test againstEike Rathke2018-02-161-22/+25
* svl: fix loplugin:staticanonymous warningMiklos Vajna2018-02-161-1/+1
* Unit test tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke2018-02-161-0/+111
* Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke2018-02-161-1/+3