summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-111-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-7/+7
* typoStephan Bergmann2015-06-081-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-089-15/+15
* svl: prefix remaining members of SvxSearchItemMiklos Vajna2015-06-041-128/+128
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-2/+2
* loplugin:loopvartoosmallNoel Grandin2015-06-021-2/+2
* the test works much better if you really use en_US as languageMarkus Mohrhard2015-06-021-7/+7
* add initial IsNumberFormat testMarkus Mohrhard2015-06-021-0/+32
* Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke2015-06-011-2/+6
* SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna2015-05-281-2/+30
* new clang plugin: loopvartoosmallNoel Grandin2015-05-284-5/+5
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-201-3/+3
* Remove include stdio (part4)Julien Nabet2015-05-205-7/+0
* Update Apache Bugzilla’s URLAdolfo Jayme Barrientos2015-05-191-1/+1
* 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-156-25/+24
* 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-083-221/+228
* 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