summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
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-05-28SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan 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-24Ensure that svl/grabbagitem.hxx is self-containedMiklos Vajna
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-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-15convert SFX_ITEM constants to scoped enumNoel 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-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: svlNoel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
2015-02-18boost->stdCaolán McNamara
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna
2015-02-05fix Windows buildEike Rathke
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna
2015-01-22Factor out SfxStringItem::dumpAsXml() from swMiklos Vajna
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15coverity#1242875 Untrusted loop boundCaolán McNamara
2014-12-14Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna
2014-12-12coverity#1242875 Untrusted pointer writeCaolán McNamara
2014-12-12silence coverity#1242911 Untrusted loop boundCaolán McNamara
2014-12-12leave the deliberately unused, not-for-use method inlineCaolán McNamara
2014-12-08Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida