summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08typoStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-04svl: prefix remaining members of SvxSearchItemMiklos Vajna
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-06-02the test works much better if you really use en_US as languageMarkus Mohrhard
2015-06-02add initial IsNumberFormat testMarkus Mohrhard
2015-06-01Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke
2015-05-28SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann
2015-04-28operator == return type wants to be boolStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24Ensure that svl/grabbagitem.hxx is self-containedMiklos Vajna
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-20duplicate surrogate codeCaolán McNamara
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna
2015-04-08svl: move SfxItemSet methods togetherMichael Stahl
2015-04-08svl: translate some comment in itemset.cxxMichael Stahl
2015-04-08svl: prefix members of SfxItemIterMichael Stahl
2015-04-08svl: prefix members of SfxItemSetMichael Stahl
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann