summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* use exponential 'E' format for General when appropriateEike Rathke2015-10-171-17/+35
* tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl2015-09-181-0/+5
* tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier2015-08-201-1/+1
* Resolves: tdf#93080 short day name and month name may interfereEike Rathke2015-08-202-6/+52
* fix string access out of boundsEike Rathke2015-08-061-1/+1
* a malformed string here can force an out of bounds indexOfCaolán McNamara2015-08-061-1/+1
* Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke2015-08-061-2/+6
* SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna2015-05-291-2/+30
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-201-3/+3
* Remove include stdio (part4)Julien Nabet2015-05-205-7/+0
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-4/+4
* 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
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-062-2/+2
* Use typed MaybeFile LinkStephan Bergmann2015-04-301-5/+5
* Gradually typed LinkStephan Bergmann2015-04-302-5/+5
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* expand and remove DECL_PTRHINT macroNoel Grandin2015-04-282-7/+0
* SfxItemSet::PutDirect return value is unusedStephan Bergmann2015-04-281-4/+3
* operator == return type wants to be boolStephan Bergmann2015-04-281-4/+4
* More loplugin:simplifyboolStephan Bergmann2015-04-271-1/+1
* Ensure that svl/grabbagitem.hxx is self-containedMiklos Vajna2015-04-241-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-241-4/+4
* convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin2015-04-221-4/+8
* convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin2015-04-221-12/+12
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-2213-0/+25
* Clean up new rtl/surrogates.hStephan Bergmann2015-04-201-3/+3
* duplicate surrogate codeCaolán McNamara2015-04-201-3/+4
* SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-172-2/+2
* convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-173-13/+44
* convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin2015-04-153-94/+72
* convert SFX_ITEM constants to scoped enumNoel Grandin2015-04-154-20/+19
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-9/+9
* No need to spell out com::sun::star, css is enough.Miklos Vajna2015-04-111-1/+1
* svl: move SfxItemSet methods togetherMichael Stahl2015-04-081-27/+26
* svl: translate some comment in itemset.cxxMichael Stahl2015-04-081-68/+1
* svl: prefix members of SfxItemIterMichael Stahl2015-04-081-15/+15
* svl: prefix members of SfxItemSetMichael Stahl2015-04-082-219/+226
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-18/+18
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-18/+18
* loplugin:staticmethodsNoel Grandin2015-04-025-14/+14
* loplugin:staticmethodsNoel Grandin2015-04-021-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-015-18/+18
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-285-5/+5
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-264-13/+13
* tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier2015-03-231-12/+24
* tdf#30716 Engineering notationLaurent Balland-Poirier2015-03-231-8/+17
* loplugin:constantfunction: svlNoel Grandin2015-03-195-31/+3
* loplugin:constantfunction: toolsNoel Grandin2015-03-191-1/+1