summaryrefslogtreecommitdiffstats
path: root/svl/source/numbers
Commit message (Expand)AuthorAgeFilesLines
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-78/+78
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-298-199/+195
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* cppcheck:variableScopeNoel Grandin2015-10-131-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-63/+63
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-4/+4
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+0
* Fix typosAndrea Gelmini2015-09-301-1/+1
* use exponential 'E' format for General when appropriateEike Rathke2015-09-291-17/+35
* boost->stdCaolán McNamara2015-09-172-9/+8
* nRepPos is never readMatteo Casalin2015-09-122-4/+0
* convert Link<> to typedNoel Grandin2015-09-101-2/+1
* svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-071-6/+5
* tweak config-less sysconfig pathCaolán McNamara2015-08-201-1/+4
* Content of theIndexTable is known staticallyStephan Bergmann2015-08-181-109/+111
* nNewExtended++ values are all known staticallyStephan Bergmann2015-08-181-27/+28
* make Link<> typedNoel Grandin2015-08-171-2/+2
* cppcheck: noCopyConstructorCaolán McNamara2015-08-121-0/+4
* move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke2015-08-121-25/+61
* cppcheck: noCopyConstructorCaolán McNamara2015-08-111-0/+4
* loplugin: defaultparamsNoel Grandin2015-08-112-6/+6
* Resolves: tdf#93080 short day name and month name may interfereEike Rathke2015-08-062-6/+52
* tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier2015-08-031-1/+1
* svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-172-21/+26
* write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke2015-07-111-4/+5
* fix string access out of boundsEike Rathke2015-07-111-1/+1
* the main text format is not a trailing text format, tdf#92457 follow-upEike Rathke2015-07-101-1/+1
* Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke2015-07-104-3/+43
* loplugin:unusedmethods svlNoel Grandin2015-07-062-6/+0
* a malformed string here can force an out of bounds indexOfCaolán McNamara2015-07-061-1/+1
* Fix typosAndrea Gelmini2015-07-043-3/+3
* Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann2015-06-242-5/+4
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-084-4/+4
* Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke2015-06-011-2/+6
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-201-3/+3
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier2015-05-061-13/+64
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* More loplugin:simplifyboolStephan Bergmann2015-04-271-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-241-4/+4
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-224-0/+6
* loplugin:staticmethodsNoel Grandin2015-04-021-6/+6
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-14/+14
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1